﻿.dataTables_filter label input {
    border: 1px solid #E5ECFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 300px;
}

.dataTables_length label select {
    border: 1px solid #E5ECFF;
}


.gg-cs_modal {
    background-color: #FFFFFF !important;
    border: none !important
}

.gg-h4-welcome {
    color: #1D1171;
    font-size: 24px !important
}

.gg-primary-color {
    color: #1D1171 !important;
}

.gg-loader-50 {
    width: calc(25% - 10px);
    margin-left: 37.5%;
}

.gg-loader-center {
    width: calc(15% - 10px);
    margin-left: 0%;
}

.gg-textcolor {
    color: #002947 !important;
}

.gg-bold {
    font-weight: bold !important;
}

.gg-whitetextcolor {
    color: #002947 !important;
}

.gg-width-100-perc {
    width: 100% !important;
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1070;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1060;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

.ml--15 {
    margin-left: -15px;
}

.ml--30 {
    margin-left: -30px;
}

.gg-card-header {
    margin-top: -5px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.gg-card-title {
    margin-top: 7px;
    color: white;
    margin-left: 10px
}

.gg-textbox {
    border: 1px solid #DFDFDF !important;
    height: 45px !important;
    font-size: 14px !important;
}

.gg-datepicker {
    border: 0px solid #DFDFDF !important;
    height: 45px !important;
    font-size: 14px !important;
}

.gg-textarea {
    border: 1px solid #DFDFDF !important;
    height: 105px !important;
    font-size: 14px !important;
}

.gg-selected {
    background: #f1f5fa !important;
}

.action_btns .tooltiptext {
    display:none;
    visibility: hidden;
    width: auto;
    position: relative;
    z-index: 100;
    text-align: Left;
    opacity: 0.4;
    transition: opacity 1s;
    border-radius: 6px;
    background-color: #555;
    color:white;
    padding: 3px;
    top: -30px;
    left: 0px;
}

.action_btns:hover .tooltiptext {
    display: block;
    visibility: visible;
    opacity: 1;
}

tr:hover td {
    background-color: #f1f5fa;
}

.e-tooltip-wrap {
    border-radius: 4px;
    opacity: 0.75;
}

.pin-verification {
    width: 50px;
    height: 50px;
    font-size: 20px !important;
    padding-left: 16px !important;
}