﻿


[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;
}
.orange {
    color:#FFC107 !important;
}
 
.grey {
   color:#c2c2c2 !important;  
}
.pink {
   color:#E53935 !important;  
}

.logintitle {
    color:#ffffff;
}
/*Original: Style.css*/
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #3E92B3;
}

.ibox { 
  margin-bottom: 10px !important; 
}



/* Google Maps */
.google-map {
  height: 325px;
}


.blueBackground {
    background-color:#3E92B3 !important;
}
.orangeBackground {
    background-color:#FFC107 !important;
}
/*Original: Style.css*/

.statspadding {
    padding-left:5px !important;
    padding-right:5px !important;
}

.title {
    font-size:24px;
    font-weight:bold;
    color:#000000
}

.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; }

.disable:link { color: #4A4A4A !important; }
.disable:visited { color: #4A4A4A !important; }
.disable:hover { color: #4A4A4A !important; }
.disable:active { color: #4A4A4A !important; }
.disable:focus { color: #4A4A4A !important; }

.label_login {
  color: #ffffff !important; 
}
.login-bg {
    background-color: #2C6C82;
}


.client-detail {
    position: relative;
    height: 420px;
    border: 1px solid #4A4A4A;
    margin-bottom:10px;
    padding:5px;
}


.product-imitation {
    text-align: center;
    padding: 15px 0;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    /* background-color: #fff; */
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    /* border: 1px solid #fff; 
    border-radius: 10px;*/
}

a {
    color: #3E92B3;
    text-decoration: none;
}


.m-t {
   margin-top: 0px !important;  
}

.list-group {
    padding-left: 0;
     margin-bottom: 0px !important;  
}

.datepicker 
{
    z-index: 999999999 !important;   
}
.ui-datepicker-div
 {
    z-index: 999999999 !important;   
}