﻿.z-index-10000 {
    z-index:10000 !important;
}
.daterangepicker {
    z-index:1051 !important;
}
.disabledDiv {
    pointer-events: none !important;
    opacity: 0.4 !important;
} 
.width10per {
    width:10%;
}

.width20per {
    width:20%;
}

.width30per {
    width:30%;
}

.width40per {
    width:40%;
}

.width50per {
    width:50%;
}

.width60per {
    width:60%;
}

.width70per {
    width:70%;
}

.width80per {
    width:80%;
}

.width90per {
    width:90%;
}

.width100per {
    width:100%;
}

.navbar-brand > img
{
    width: 66px !important;
    height: 30px !important;
    margin-top : 0px !important;
}
label
{
    font-weight : bold !important;
}
.v-align-parent {
    display: table;
    table-layout: fixed;
}
.v-align-child {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    float:none;
}
.vertical-align {
    display: table-cell;
    vertical-align: middle;
}
.customLink :link {
    color: #4CAF50 !important;
}

/* visited link */
.customLink :visited {
    color: #4CAF50 !important;
}

/* mouse over link */
.customLink :hover {
    color: #4CAF50 !important;
}

/* selected link */
.customLink :active {
    color: #4CAF50 !important;
}

.headerTitle {
 /*color: #0277BD;*/
 color: #0277BD;
}

[class^="icon-"], [class*=" icon-"] {
    color: #0277BD !important;
}

.blue {
    color: #0277BD !important;
}