/* This File For Custom Style From Bootstrap */

/* Core Replace */
.btn{
    transition: 0.2s !important;
}
.btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    transition: 0.3s;
}

.btn-primary:disabled{
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.btn-primary:hover, .btn-primary:active{
    background-color: #204d74 !important;
}


.btn-warning{
    color: #000 !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    transition: 0.3s;
}

.btn-warning:hover, .btn-warning:active{
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

.col-md-4 label.error{
    position: relative;
    top: -15px;
    display: flex;
    margin-top: 16px;
    margin-bottom: -19px;
}

.col-md-6 label.error{
    position: relative;
    top: -15px;
    display: flex;
    margin-top: 1px;
}

.container {
    min-width: 100%;
    padding: 0
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px;
    border-radius: 50%;
}

.top_nav .navbar-right {
    margin: 0;
    float: right;
    display: inline-block;
}

.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100% !important;
}

.nav.side-menu {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100% !important;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
    margin-top: 46px;
}

.form-control{
    font-size: 0.8rem !important;
}

.tile_count .tile_stats_count:before{
    height: 60px !important;
    margin-top: 0px !important;
}

.toggle{
    padding-top: 0px !important;
}

.panel_toolbox{
    min-width: 0px !important;
}

.control-label{
    font-weight: bold;
}

.form-check-label{
    cursor: pointer;
}

.btn-info{
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
    transition: 0.3s;
}

.btn-info:hover, .btn-info:active {
    color: #fff !important;
    background-color: #269abc !important;
}

.col-md-6 > label.error{
    position: relative;
    top: 0px !important;
    display: flex;
}

.form-control.has-feedback-left{
    background: url(../assets/images/calendar-icon-2.png) no-repeat scroll 7px 7px;
    padding-left: 35px;
}

.form-select{
    font-size: small;
    box-shadow: none !important;
    border-radius: 0% !important;
}

.form-select:active, .form-select:focus{
    font-size: small;
    box-shadow: none !important;
    border-color: #DEE2E6 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-warning {
    background-color: #f0ad4e;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    color: #fff;
}

.label-success {
    background-color: #5cb85c !important;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    color: #fff;
}
  
.label-danger {
    background-color: #d9534f !important;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    color: #fff;
} 

input[type="file"] {
    display: block;
    padding-left: 15px;
    margin-bottom: 5px;
}

.flyctn {
    background: #fff;
    height: auto;
}

.flybody{
    padding: 10px;
    background: #fff;
}

.bootstrap-datetimepicker-widget table th{
    color: #000;
    background-color: #fff;
} 

.separator {
    border-top: 0px solid #D8D8D8;
    margin-top: 0px;
    padding-top: 0px;
}

input.error, textarea.error, select.error {
    border: 1px solid red;
}

.x_content {
    padding: 0px !important;
}

.input-group-addon{
    background-color: #eee;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: 400;
    height: 30px;
}

