﻿.bg-image { 
  background: url(/Content/Images/bg1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    background-color: transparent;
    font-size: 16px;
    padding-top: 70px;
}

.body-content {
    padding-bottom: 50px;
}

/*footer-keywords {
    color: #000000;
    background-color: #FFFFFF;
}*/

footer {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 15px;
    position: relative;
    margin-top: 250px;
    min-height: 250px;
    direction: ltr;
    *margin-left: 20px;
}

.alert-success-page {
    background-color: transparent;
    border-color: red;
    color: #FFFFFF;
}

.alert-success-app-page {
    background-color: transparent;
    border-color: red;
    color: #000000;
}


#user-menu-div {
    margin-top: -50px;
    padding: 0px;
    font-size: 17px;
    margin-right: -20px;
    *background-color: #FFB400;
}

#User-Menu {
    list-style: none;
    padding: 0;
}

#User-Menu > li {
    float: right;
    padding-bottom: 10px;
}

#User-Menu > li > a {
    color: #FFFFFF;
}

#User-Menu > li > a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

#user-menu-user-name  {
    color: #FFB400;
}

.required {
    color: red;
}

.page-title {
    *background-color: #F8FADB;
    background-color: #ff7b25;
    *background-color: #ffcc5c;
    border: 3px solid #000000;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 23px 0;
    padding: 5px;
    width: 400px;
}

#hide-content, #hide-grid {
    background-color: #f9f9f9;
    display: none;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1111;
    filter: alpha(opacity=.8);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#hide-content .loader, #hide-grid .ajax, #hide-grid .loader, .ajax {  
    position: absolute;
    top: 270px;
    right: 53%;
    text-align: center;
}

#notification {
    position: fixed;
    top: 60px;
    right: 24%;
    width: 50%;
    display: inline-block;
    text-align: center;
    z-index: 1000;
}


#notification > ul {
     list-style:none;
}

/* Bootstrap Override */
.page-header {
    margin-top: 10px;
    padding-top: 10px;
}

.alert {
    padding: 10px 15px;
}

.form-horizontal .control-label {
    text-align: initial;
}

legend {
    background-color: #529dba;
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

input {
    max-width: 280px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.panel-heading a {
    color: #ffffff;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
    vertical-align: top;
}

/* Home page */
.jumbotron {
    background-color: #dfe5e8;
}

.homeBox {
    *background-color: #dfe5e8;
    *padding: 8px 18px;
    margin-top: -20px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16.5px;

}

.homeBox .title {
    *color: #FFFFFF;
    color: red;
    border-bottom: 1px solid #B30839;
    padding-bottom: 5px;
}

#faq .panel-transparent
{
    background: none;
    color: #000000;
}

/* faq */
#faq .panel-collapse {
    padding: 10px;
}

#faq .panel-heading {
    margin: 5px; 
    background-color: transparent;  
    border-color: #B30839;
}

#faq .panel-heading a {
    font-size: 17px;
}

#faq .panel-collapse {
    color: #FFFFFF;
}


/* Service */

.box {
    margin-top: -20px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16.5px;
}

.box .title {
    *color: #FFFFFF;
    color: red;
    border-bottom: 1px solid #B30839;
    padding-bottom: 5px;
}

/* Contact */
#contact-area .text {
    font-size: 17px;
    padding-bottom: 20px;
}

#contact-area address ul {
    list-style: none;
    padding: 0;
}

#contact-area address ul li {
    padding: 5px;
    font-size: 16px;
}

#contact-area address ul li a {
   color: #FFFFFF;
}

#contact-area address .fa {
    font-size: 20px;
    padding-left: 5px;
}

.among-our-customers-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 80%;
}

.among-our-customers-table {
    display: table;
    width: 100%;
    text-align: center;
    padding: 100px 0;
  /*  border: 5px, solid, red;*/
}

.among-our-customers-table > div > img{
    width: 100px;
    height: 50px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.logo-header {
    height: 55px;
    width: 100px;
    margin-top: -20px;
}

#department-change-notif {
    color: red;
    display: none;
}

/* overriding boostrap */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}

.navbar-inverse {
    background-color: #000000;
    border-color: transparent;
}

#navbar-partial-header {
    /*background-color: #8999A8;*/
    border-color: transparent;
    background-color: #000000;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
    *text-decoration: underline;
    color: red !important;
}

 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 0px;
  }

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: red;
}

 #navbar-toggle-user-menu {
    background-color:  #000000;
 }

.btn-primary {
    color: #FFFFFF;
    background-color: red;
    border-color: #FFFFFF;
}

.btn-primary:hover {
    color: red;
    background-color: #000000;
    border-color: #FFFFFF;
}

.btn-primary:focus {
    color: #FFFFFF;
    background-color: red;
    border-color: #000000;
}

.navbar-left {
  margin-left: -30px;
}

.control-label {
    font-weight: bold;
}


#partial-success-msg
{
    background-color: transparent;
    display: inline-block;
    margin-right: 100px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

#partial-alert-msg
{
    background-color: transparent;
    display: inline-block;
    text-align: center;
    color: red;
    border-color: red;
}

/* override bootstrap switch */
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #FFB400 none repeat scroll 0 0;
    color: #000000;
}

.select-editable {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0px solid #cccccc;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    max-width: 280px;
}

.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
     border: none;
    border: 1px solid #cccccc;
    width: 100%;
    max-width: 280px;
    margin: 0;
}

.select-editable input {
    position: absolute;
    width: 90%;
    max-width: 280px;
    top: 0px;
    left: 1px;
    margin: 0px 0px 0px 27px;
    padding: 1px;
    font-size: 14px;
    border-left: 0px;
    border-left-color: transparent;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none;
}

.ui-autocomplete-input {
    z-index: 1000;  
}

@media (max-width: 768px) {
    .logo-header-mobile
     {
        height: 39px;
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;
      }

    #user-menu-div {
        *background-color: #8999A8;
        background-color: #000000;
        border-color: #000000;
        margin-right: 5px;
    }

    .footer
    {
        position: relative;        
    }

    #daily-wake-up-report-items
    {
       overflow-x: hidden;
    }
}


/*  for dashboard */
div.card {
    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;
}
div.cardheader {
    background-color: #04AA6D;
    color: white;
    padding: 10px;
}

div.cardcontainer {
    padding: 10px;
}

.bordershadow {
    height: 70px;
    width: 80%;
    line-height: 70px;
    text-align: center;
    border: 2px solid #dd;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
}

.bordershadow:hover {
    box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}

.w3-half {
    float: left;
    width: 100%
}

dashboard-img {
    display: block;
    max-width: 612px;
    max-height: 344px;
    width: auto;
    height: auto;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: DodgerBlue;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.dashboard-red-text {
    color: #d9214e;
}

.dashboard-blue-text {
    color: #0098da;
}

.dashboard-green-text {
    color: #19b674;
}

.dashboard-orange-text {
    color: #f1bc00;
}

.dashboard-title {
    color: mediumvioletred;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.animated_div {
    background: #1ec7e6;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    padding: 10px; 
    margin: 0px;
    /*  -webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -webkit-border-radius: 5px;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1s,1s,1s,1s,1s,1s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,1s;*/
    border-radius: 5px;
    opacity: 1;
}

.animated_div:hover {
    opacity: 1;
    background: #1ec7e6;   
    font-size: 35px;
}

.animated_div_title {
    background: #1ec7e6;
    color: #ffffff;
    font-weight: bold;    
    padding: 10px;
    float: right;
    margin: -40px -0px 0px 27px;
    max-width: 300px;
    /*  -webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -webkit-border-radius: 5px;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1s,1s,1s,1s,1s,1s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,1s;*/
    border-radius: 5px;
    opacity: 1;
}

    .animated_div_title:hover {
        opacity: 1;
        background: #1ec7e6;
        max-width: 400px;
        font-size: 20px;
    }

.dashboard-table {
    background-color: aliceblue;    
}

.dashboard-first-row {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.card {
    background-color: white;   
}

.card > img {
    height: 180px;
}
