﻿/*html {
  position: relative;
  height: 100%;
}
body {
  min-height: 100%;
}
*/

html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    width: 100%;
    display: table-cell;
    min-height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

/* Set margin to keep content from hitting the edges */
.body-content {
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Centers text vertically */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.modal-campaignpost {
    width: 60%;
}

.modal.modal-campaignpost .modal-dialog{
    width: 60%;
}

.no-border {
    border: 0;
    box-shadow: none;
}

#TemplateDetailForm{
    top: 5%;
    width: 50%;
    outline: none;
    right: 50%;
    left: 50%;
}

.account-img {
    padding-top: 6px;
    height: 36px;
}

.processed-img {
    height: 22px;
    padding-left: 5px;
}

.account-add-btn {
    padding-top: 26px;
}

.image-logo {
    width: 150px;
    padding-right: 20px;
}

.image-logo-menu {
    width: 68px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.imagethumbnail {
    height: 50px;
}

.imagedropzone {
    background: gray;
    border: black dashed 3px;
    height: 110px;
    padding: 10px;
    text-align: center;
    color: white;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

/*.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}*/

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    /*filter: alpha(opacity=0);*/
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Spinner/Loading CSS*/
#spinner
{
   position: center; 
   width: 50px;
   height: 50px;
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: white;
    opacity: 0.5;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
    opacity: 100;
    color: black;
}
/* Spinner/Loading CSS*/


.datepicker{z-index:1151 !important;}

/* Landing page CSS*/
/*#main-header {
    background-image: url("../Content/Images/000000_IMG_7073.jpg");
    background-repeat:no-repeat;
    background-size: 100%;
    min-height: 300px;
    color: white;
}*/

#main-header {
    background-color: lightgray;
    color: white;
    min-height: 400px;
}

#main-time {
    background-image: url("../Content/Images/lightstock_95900.jpg");
    background-repeat:no-repeat;
    background-size: 100%;
    min-height: 300px;
}

/*#main-organize {
    background-image: url("../Content/Images/lightstock_154859_comp.jpg");
    background-repeat:no-repeat;
    min-height: 300px;
    background-size: 100%;
    color: white;
}*/

#main-workload {
    background-image: url("../Content/Images/lightstock_75525.jpg");
    background-repeat:no-repeat;
    min-height: 400px;
    background-size: 100%;
    color: white;
}

.h1.title-font {
    margin-top: 5%;
    font-size: 6em;
}

.intro1 {
    background-color: slategray;
    color: white;
}

.intro-detail-text {
    font-size: 120%;
}

.intro3 {
    /*background-color: #FFB400;*/
    color: white;
}

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Helvetica';
    color: #bbb;
}

#main
{
    padding-bottom:100px; /* this needs to be bigger than footer height*/
}

#wrapper
{
  min-height: 100%;  
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding-top: 70px;
}

.footer 
{
  /* margin-top: -100px; negative value of footer height */
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

.facebook-icon {
    color: #3b5998;
    font-size: 1.5em;
}

.twitter-icon {
    color: #00aced;
    font-size: 1.5em;
}

.picture-icon {
    font-size: 1.5em;
}

.facebook-color {
    color: #3b5998;
}

.twitter-color {
    color: #00aced;
}

.vimeo-color {
    color: #1ab7ea;
}

/* Pagination overrides, formatting */
.pagination {
  margin: 4px 0;
}

.pagination-line {
  margin: 10px 0;
}

.pagination-line-elements {
  padding-top: 12px;
}

.landing-page-emphasis {
    color: #f39c12; 
    font-weight: bolder;
}

.calendar-table {
    width: 100%;
}

img.shadow {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.menu-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 1.5rem;
    color: #787878;
}

/*.form-group .form-control, .iti .iti--allow-dropdown {
    width: 100%;
    display: block;
}
*/

.iti-input-fix {
    position: relative;
    display: block !important;
}

.newsletter-preview img {
    height: auto;
    width: 150px;
}

.newsletter-preview .cell {
    display: table-cell;
}

.dashboard-counter {
    text-align: center;
    font-size: 10rem;
}
﻿.metro .tile {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  cursor: pointer;
  background-color: #eeeeee;
  box-shadow: inset 0px 0px 1px #FFFFCC;
}
.metro .tile:hover {
  outline: #999999 solid 3px;
}
/*.metro .tile:active {
  outline: 0;
}*/
.metro .tile {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
}
.metro .tile.half {
  width: 55px;
  height: 55px;
}
.metro .tile.double {
  width: 125px;
}
.metro .tile.double-vertical {
  height: 125px;
}
.metro .tile.triple {
  width: 190px;
}
.metro .tile.triple-vertical {
  height: 190px;
}
.metro .tile.quadro {
  width: 255px;
}
.metro .tile.quadro-vertical {
  height: 255px;
}
.metro .tile .tile-content.image {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.metro .tile .tile-content {
  display: none;
}
.metro .tile .tile-content:first-child {
  display: block;
}
.metro .tile .brand,
.metro .tile .tile-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 29px;
  margin: 0;
}   
.metro .tile .brand.opacity,
.metro .tile .tile-status.opacity {
  opacity: .7;
}
.metro .tile .brand .title,
.metro .tile .tile-status .title {
  display: block;
  font-size: 14pt;
  margin: 5px 20px 2px 5px;
  background: transparent;
  color: white;
}
.metro .tile {
  font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
.metro .bg-dark {
  background-color: #333333 !important;
}

﻿.blah {
    /* Doesn't seem to work without something at the top */
}

.menu-title4 {
    vertical-align: middle;
    font-weight: bolder;
    color: black;
}

.menu-title2 {
    color: white;
    vertical-align: middle;
    font-weight: bolder;
}

.menu-title1 {
    color: #f39c12;
    vertical-align: middle;
    font-weight: bolder;
}

.menu-title3 {
    vertical-align: middle;
    font-weight: bolder;
}

.menu-group {
    color: #101010;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 24px;
}

.menu-option {
    vertical-align: middle;
    padding-top: 10px;
    color: white;
    text-align: left;   
}

.menu-submenu-items {
    color: white;
    font-weight: bold;
}

.menu-submenu-desc {
    color: lightgrey;
    font-style: italic;
}

.submenu-image {
  opacity: .8;
  height: 280px;
  width: 200px;
}

.home-menu {
  font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  color: #f39c12;
  font-size: 20pt;
}

.home-menu-desc {
  font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.dialog-title1 {
    /*color: steelblue;*/
    color: #f39c12;  /* same as warning button */
    vertical-align: middle;
    font-weight: bold;
}

.dialog-title2 {
    color: white;
    vertical-align: middle;
    font-weight: bold;
}

.dialog-title3 {
    vertical-align: middle;
    font-weight: bold;
}

.sidebar-help {
    position: absolute;
    height: 100vh;
    width: 33%;
    top: 0px;
    z-index: 1;
    right: 0px;
    background-color: whitesmoke;
    float: right;
    margin-top: 72px;
    padding: 10px;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* Sidebar menu styles */
.nav-pills > li > a {
    border-radius: 0;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #7b8a8b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
}

.min-size {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}

.sidebar-nav {
    position: absolute;
    top: 80px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
    color: #fff;
}

.sidebar-nav-selected li {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-left: red 2px solid;
}

.sidebar-nav ul li a {
    color: #fff;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
        color: #fff;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #fff;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.3);
                border-left: red 2px solid;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
                color: #fff;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
        color: #fff;
    }

        .sidebar-nav > .sidebar-brand a {
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 250px;
    }

    .fixed-brand {
        width: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            width: 250px;
        }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}

﻿/* Grapejs Template page */
/* Let's highlight canvas boundaries */
#gjs {
    border: 3px solid #444;
}

/* Reset some default styling */
.gjs-cv-canvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gjs-block {
    width: auto;
    height: auto;
}

.gjs-pn-devices {
    position: initial;
}

.gjs-pn-actions {
    position: initial;
    right: 15%;
    top: 0;
}

.editor-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.editor-canvas {
    flex-grow: 1;
}

.gjs-pn-right {
    flex-basis: 230px;
    position: relative;
    overflow-y: auto;
}

.gjs-pn-commands {
    top: 0;
    right: 15%;
}

.gjs-cv-canvas {
    background-color: rgba(0,0,0,0.15);
    box-sizing: border-box;
    width: 85%;
    height: calc(100% - 40px);
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 40px;
}

/* To remove references to font awesome 4*/
.fa-square-o:before {
    content: "\f0c8";
}

.fa-trash-o:before {
    content: "\f1f8";
}

.fa-map-o:before {
    content: "\f279";
}

.fa-youtube-play:before {
    content: "\f04b";
}

/* Fix: open close chevrons: FA5 has the tags in different order ?!!? */
.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-down:before {
    content: "\f078";
}

/* Unlayer Editor Page CSS */
.editor-full {
    height: 75vh;
    padding-top: 10px;
    min-height: 100%;
}