﻿


[placeholder]:focus::-webkit-input-placeholder {
  color: #ddd;
}


[placeholder]:focus::-webkit-input-placeholder { color: #ddd; }
[placeholder]:focus:-moz-placeholder { color: #ddd; } /* FF 4-18 */
[placeholder]:focus::-moz-placeholder { color: #ddd; }  /*FF 19+ */
[placeholder]:focus:-ms-input-placeholder { color: #ddd; } /* IE 10+ */

.checkbox, .radio {
    position:relative;
    display:block;
    margin-top:0px;
    margin-bottom:10px;
}


.blue {
    color:#3E92B3;
}
.green {
    color:#3E92B3;
}

.logintitle {
    color:#ffffff !important;
}
.blueBackground {
    background-color:#3E92B3 !important;
}
.orangeBackground {
    background-color:#FFC107 !important;
}
 
/*Original: Style.css*/


.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #3E92B3;
}

.ibox { 
  margin-bottom: 10px !important; 
}
.ibox-content { 
  padding: 15px 20px 8px 20px; 
}

.ibox-title {  
  border-width: 1px 0 0;  
}


/* Google Maps */
.google-map {
  height: 325px;
}
/*Original: Style.css*/

.statspadding {
    padding-left:5px !important;
    padding-right:5px !important;
}


.ui-autocomplete
    {
        position:absolute;
        cursor:default;
        z-index:4000 !important
    }
.nobold {
    font-weight:normal !important;
}

/*Guest Icons colors*/
.blue {
    color:#3E92B3 !important;
}
.orange {
    color:#FFC107 !important;
}
 
.grey {
   color:#c2c2c2 !important;  
}
.pink {
   color:#E53935 !important;  
}
.greyDark {
    color: #2C6C82 !important;
}
/*Guest Icons*/

.VisitorPassExpired-bg {
    background-color:#E53935 !important; 
}
.VisitorPassActive-bg {
    background-color:#3E92B3 !important; 
}

.danger:link { color: #E53935 !important; }
.danger:visited { color: #E53935 !important; }
.danger:hover { color: #E53935 !important; }
.danger:active { color: #E53935 !important; }
.danger:focus { color: #E53935 !important; }

.label_login {
  color: #ffffff !important; 
}
.login-bg {
    background-color: #2C6C82;
}


.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 120px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    padding: 23px;
}

/*style.css line 4706*/
.feed-activity-list .feed-element {
  border-bottom: 0px none #D9DEE2;
}
 

.datepicker 
{
    z-index: 9999999 !important;   
}
 


.m-t {
   margin-top: 0px !important;  
}

.list-group {
    padding-left: 0;
     margin-bottom: 0px !important;  
}

.note-editor {
    background-color: white !important;
}

.greenOnGreen {
    color:#6C5CE7;
}

/*https://htmlcolorcodes.com/color-chart/flat-design-color-chart/*/
.borderColorTopBlue {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#5BA7C4 !important;
}

.borderColorTopGreen {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#1ABC9C !important;
}
.borderColorTopRed {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#E53935 !important;
}

.borderColorTopYellow {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#FFC107 !important;
}

.borderColorTopGray {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#4A4A4A !important;
}

.borderColorTopOrange {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#F2A65A !important;
}
.borderColorTopEmerald {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#4CAF50 !important;
}
.borderColorTopLightBlue {
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:#A8D4E2 !important;
}


.inmodal .modal-header {
    
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
}


/*.widget {
   
    min-height: 300px !important;
}
*/
 