.custom-template h2 {
    font-size: 31px;
    color: #000;
    font-family: "open_sansregular";
    margin: 0;
    padding: 0px;
}
.custom-template-LR {
    margin: 0px 10px 0px 10px;
}

.custom-template h3 {
    font-size: 21px;
    color: #fff;
    font-family: "open_sanslight";
    margin: 0;
    font-weight: 700;
    padding: 5px 0 5px;
}

.custom-template label {
    font-weight: 700;
}

.custom-template h4 {
    margin: 0px;
    /*  display:inline-block;
    float:left;*/
}


.custom-template hr {
    border-bottom: 1px solid #c7c7c7;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-template .export-button {
    padding: 0;
    text-align: right;
    /*margin-left: 0px;
    margin-top: 0px;*/
}
.custom-template .panel-heading {
    padding: 0 15px;
    background: #059abd;
    border-radius: 0;
    position: relative;
}
.custom-template .custom-panel-heading{
    padding: 10px 15px;
    color: #fff;
}

.custom-panel-heading{
    background: #059abd !important;
    padding: 5px 15px;
    color: #fff;
}

.custom-panel-heading a {
    color: #fff;
}
.custom-template .panel {
    margin-bottom: 0px;
}
.custom-template .panel-group {
    margin-bottom: 0px;
}
.custom-template .custom-pagination{
    margin: 0px !important;
}.custom-template .custom-modal-body{
    background: none;
}
.custom-template .custom-modal-footer{
    padding : 10px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline;

}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 75px;
    height: 35px;
    cursor: pointer;
}

.upload-btn-wrapper button[id=import] {
    position: inherit;
    cursor: pointer;
}

.custom-panel-title{
    color: #fff;
    font-size: 14px;
}
.btn-sm{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.custom-btn-sm-75{
    width: 75px;
}
.custom-btn-sm-100{
    width: 100px;
}

.custom-btn-sm-100, .custom-btn-sm-75:hover{
    color:white!important;
}

.custom-margin-right{
    margin-right: 0px;
}
.custom-hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.import-wrapper input[type=file] {
    position: absolute;
    margin:4px 0px -60px -23px;
    top: 0;
    opacity: 0;
    width: 75px;
    height: 27px;
}
.import-btn-wrapper{
    opacity:0;
    width:50px;
    margin:3px 0px 0px 65px;
}
.import-tmplate{
    font-size: 11px;
    padding:0px !important;
}
.custom-table{
    margin-bottom: 0px;
}
.custom-template .custom-panel{
    margin-bottom: 20px;
}
.custom-heading-title{
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.custom-template .custom-panel-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-template .custom-panel-footer{
    padding: 5px 15px;
    background-color: #fff;
}

.custom-template .custom-panel-body{
    padding: 0px;
}

.panel-body{
    word-wrap: break-word;
}

.custom-underline {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0px;
    color: #fff;
}

a.custom-underline:hover, a.custom-underline:focus{
    text-decoration: underline;
    color: #fff;
}

.custom-heading-comments{
    font-weight: bold;
}
.custom-float-right{
    float: right;
}
.custom-template button.custom-close {
    margin-top: 2px;
    margin-left: 10px;
}

.custom-template .custom-margin-bottom {
    margin-bottom: 15px;
}

.custom-template .custom-margin-top {
    margin-top: 20px;
}
.custom-table-responsive{
    margin-bottom: 0px;
}

.custom-modal{
    text-align: left;
}


.custom-template .customAlphabet > span.empty{
    color:  #c1c1c1;
}

.custom-template .customAlphabet > span.active{
    text-decoration: underline;
    color:  #059abd;
}

div.custom-template .customAlphabet span{
    display: inline-block !important;
    width: 3.7% !important;
}


.bottom-filter .customAlphabet > a{
    color:  #c1c1c1;
}

.bottom-filter .customAlphabet > a.active{
    text-decoration: underline;
    color:  #059abd;
}

section.bottom-filter a{
    display: inline-block !important;
    width: 3.7% !important;
}

section.customAlphabet{
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}

.custom-zindex{
    z-index: 1060;
}
@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .custom-template .custom-margin-top {
        margin-top: 60px;
    }
    .custom-template .dropdown {
        display: inherit;
    }
    #ajax-loader span {
        left: 35% !important;
        top: 40%;
    }
    .custom-form-control{
        margin-top: 10px;
    }
    .custom-applicant-counter{
        top: -45px;
        right: 15px;
    }
}

.ne-button {
    color:white!important;
}