﻿/*Floating Label*/
.m-float-container {
    position: relative;
    margin-bottom: 10px;
}
.m-float-container > i,
.m-float-container > svg {
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 12px;
    color: #555;
}

.form-control-input {
    display: block;
    margin: 0;
    width: 100%;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control {
    color: #1e2022;
    background-color: #fff;
    border: 1px solid #d5dae2;
    border-radius: 3px;
    font-size: 13px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 34px;
    border-radius: 3px !important;
}

.m-floating-label {
    position: absolute;
    display: block;
    z-index: 3;
    opacity: 0;
    background: #fff;
    padding: 0 0.3rem;
    transform-origin: top left;
    transform: translate(10px, -8px) scale(1);
    transition: all 0.2s ease-in-out;
}
.form-control-input:placeholder-shown + .m-floating-label,
select.form-control-select + .m-floating-label {
    visibility: hidden;
}

.form-control-input:not(:placeholder-shown) + .m-floating-label, .form-control-input:focus:not(:placeholder-shown) + .m-floating-label,
.form-control-select:focus ~ .m-floating-label,     .form-control-select:not([value=""]):valid ~ .m-floating-label {
    visibility: visible;
    z-index: 3;
    opacity: 1;
    font-size: 86%;
    /* color: #000b40; */
    color: #808080;
    font-weight: 600;
}
.form-control:focus {
    color: #1e2022;
    background-color: transparent !important;
    background: transparent !important;
    outline: 0 !important;
    /*box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);*/
    border-color: rgba(55, 125, 255, 1);
    /*box-shadow: 0 1px 1px 0 rgba(66,133,244,0.45), 0 1px 3px 1px rgba(66,133,244,0.3);*/
}
/*.form-control.input-sm .select2-choice {
    border: 1px solid #e5e5e5 !important;
    padding: 3px 12px;
    height: 34px;
    border-radius: 3px !important;
}*/
.select2-container .select2-choice {
    border: 1px solid #dce4ec;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 3px 0 0px 12px !important;
}
.select2me.select2-container-active:focus,
.select2me.select2-container-active:active,
.select2me.select2-container-active {
    border-bottom: 0;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid rgba(55, 125, 255, 1) !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-choice .select2-arrow { 
    border-left: 0;
}
.form-control.select2-container { 
    margin-top: 0 !important;
    border-radius: 3px !important;
}

.m-select-floating-label {
    position: absolute !important;
    top: -7px;
    left: 24px;
    z-index: 1 !important;
    font-size: 11px;
    color: #808080;
    font-weight: 600;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0 !important;
}

.m-selectInput-floating-label {
    display: initial;
    position: absolute;
    top: -7px;
    left: 24px;
    font-size: 11px;
    transition: top 0.2s ease-in 0s;
    color: rgb(136, 136, 136);
    background: #fff;
    padding-left: 5px;
    padding-right:5px;
}

.md-checkbox label {
    font-size: 13px;
}

.col-md-checkbox {
    padding-left: 0;
    padding-top: 8px;
}

.md-checkbox label .box {
    width: 16px;
    height: 16px;
}
.md-checkbox label > .check {
    top: 0;
    width: 7px;
    height: 14px;
}

/*Common Style for Portlet */
.portlet, .portlet.light {
    padding: 0;
    box-shadow: none !important;

}
.portlet.light .portlet-title  {
    border-bottom: 1px solid #ddd !important;
    min-height: 38px !important;
}
.portlet.light > .portlet-title > .actions {
    padding: 6px 0;
}
.portlet > .portlet-title > .actions > .btn {
    border-radius: 3px !important;
}   

/*Common style for table */ 
.table thead tr th, .table.table-bordered thead > tr > th {
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px !important;
}

.table thead {
    background-color: #578ebe; 
    color: #fff;
}

.table tbody tr td {
    padding: 2px 5px !important;
    vertical-align: middle;
    white-space: nowrap;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    width: 6% !important;
    text-align: center;
}
.dataTables_length {
    padding-top: 3px;
}
.dataTables_length label {
    text-transform: capitalize;
}
.table-scrollable { 
    margin-top: 0 !important;
}
div.dataTables_length label, div.dataTables_filter label { 
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
.dataTables_length .form-control, .dataTables_filter .form-control {
    height: 24px;
    padding: 0 10px;
    font-size: 13px;
}
.dataTables_length .form-control:focus, .dataTables_filter .form-control:focus,
.dataTables_length .form-control:focus, .dataTables_filter .form-control:focus {
    background: #fff;
    border-color: #fff;
}
.dataTables_filter .form-control {
    margin-top: -5px;
}
.dataTables_wrapper .row:first-child {
    background: #67809f;
    margin-right: 0px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 2px; 
}

.tblHeader {
    font-size:14px; 
    margin-top: 7px;
    margin-bottom: 5px;
}
.fixedHeader-floating {
    margin:0 !important;
}

/*General Styles */
.font-white {
    color: #fff !important;
}
.font-light-black {
    color: #333 !important;
}