
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins/Poppins-Regular.ttf')
}
body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #eaeaea !important;
    font-size: .90rem;
    letter-spacing: 0.55px;
    overflow-x: hidden !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.trs-header {
    background-color: #333f54;
    padding: 10px 10px;
}

.mainDiv {
    flex: 1 auto;
}

.secure-panel-trs {
    border-radius: 0;
    box-shadow: none;
    border: none;
/*    border-top: 4px solid #0375bc;*/
}

.custom-panel-heading {
    color: #033d75;
    margin-top: 0;
    margin: 15px 0;
}

.bar {
    width: 40px;
    height: 3px;
    margin: 20px 0;
    border: 0;
    background-color: #0099a8;
}

.border-none{
    border: none
}
.pos-relative {
    position:relative;
}

.hasDatepicker + img {
    position: absolute;
    top: 10px;
    right: 15px;
}
.form-floating .hasDatepicker + img {
    top: 20px;
}
hr {
    border-top: 1px solid #999;
    background-color: transparent;
} a{
      font-weight:bold;
      text-decoration:none;
  }
  a:hover{
      text-decoration:underline
  }
    a.PDFLink {
        padding-right: 18px;
        background-image: url(../../TRS/media/images/pdfLink2.gif);
        background-position: 100% 50%;
        background-repeat: no-repeat;
        text-decoration: none !important;
        cursor: pointer;
    }
.documents-box-trs {
    min-height: 140px;
}
.box-trs > .card-body {
    min-height: 545px;
}
.login-dotted-hr {
    border-bottom: 1px dotted #000;
    line-height: 0.1em;
    margin: 15px 0px;
}
.login-dotted-hr span {
    background: #fff;
    padding: 0 10px;
}
label {
    font-weight: bold;
}

.help-button-trs {
    padding: 8px 15px;
    border-radius: 30px;
    width: 90px;
    background: #36d1dc;
    background: linear-gradient(to right, #36d1dc, #5b86e5);
    color: #fff;
    font-size: 14px;
}

.help-button-trs .badges-trs {
    color: #5bc0de;
    background-color: #fff;
    border-radius: 50%;
}

.trs-list-customized li {
    padding: 5px 0;
}

.lbl-style {
    border-bottom: 2px solid #f5ab35;
    padding-bottom: 5px;
}

.link-noline {
    border: none !important;
    background: transparent !important;
    color: #0070a4 !important;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0;
}

.circle {
    background: #ffffff;
    padding: 6px 8px;
    border-radius: 50%;
    color: #344156;
    font-weight: bold;
}
.hidden {
    display: none !important;
}
.accordion-item {
    border: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 10px;
}
.nav-dropdown ul.searchDropdown:before {
    left: 295px;
}
.unit-value-list {
    background-color: #333f54 !important;
}
.secure-Unit-Values .table tr td {
    background-color: #333f54;
    margin-bottom: 0;
    color: #fff;
    border-top: 1px solid #Fff;
}
.no-caret {
    background-color: #f8f9fa;
    border: 1px solid #344055;
    color: #333f54 !important;
    font-size: 20px;
}
.no-caret:hover {
    background-color: #333f54;
    color: #fff !important;
}
.no-caret::after {
    content: none;
}
/*menu dropdown css starts here*/


.nav-dropdown .searchDropdown {
    left: -284px;
}

/*menu dropdown css ends here*/

/*footer css starts here*/
.footer {
    background-color: #333f54;
    color: #fff;
    border-bottom: 2px solid #f39c12;
}

.footer-second {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #f6f6f6;
    color: #333;
}
.footer a {
    color: #fff;
}

.footer h5 {
    margin-top: 0;
}

.icon-trs {
    margin-right: 10px;
    font-size: 20px;
}
/*footer css ends here*/

/* Fieldset */

fieldset.scheduler-border {     
    border: 1px solid #ccc;     
    padding: 15px;      
    margin-bottom: 20px;        
}
legend.scheduler-border {  
    float: none;     
    font-size: 15px;        
    font-weight: bold;      
    width: auto;        
    padding: 0 10px;        
    border-bottom: none;        
    color: #033d75;     
}

/* Fieldset */
.wid200{
    width:200px;
}

.inner-accordion-group .accordion-heading {
    display: block;
    text-align: right;
}

/*status div css starts here */
.angledDiv{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 10px;
    padding: 3px 8px;
}

.angledDiv.activeBnr {
    background: #0a82c9;
}
.angledDiv.inProgress {
    background: #dc8d19;
}
.angledDiv.statReady {
    background: #45b583;
}
/*status div css ends here */

.repeaterListItem{
    border-bottom: 1px solid #ccc;
    padding: 15px 0 ;
}
.ListViewItems:first-child .repeaterListItem{
    padding-top: 0;
}
.ListViewItems:last-child .repeaterListItem{
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.panel-border-active {
    border-left: 3px solid #4bd396 !important;
}
.panel-border-info {
    border-left: 3px solid #0dcaf0 !important;
}
.panel-border-inactive {
    border-left: 3px solid #bbb !important;
}

.border {
    border: 1px solid #ddd;
}
/*slanted div css ends here */

.btn {
    font-weight: bold;
    letter-spacing: 0.75px;
}
.card-100h{
    height: 100%;
}
.btn-circle {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 50%;
    overflow: visible;
    height: 70px;
    width: 72px;
    background-color: #65917a;
    color: #fff;
}
.btn-circle:hover {
    color: #fff;
}
input[type=button]:disabled {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 2px solid #ededed;
    background-color: #ededed;
    font-weight: bold;
}
input[type="submit"] {
    margin: 15px 0;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
input[type="submit"]:hover {
    background-color: #157347;
    border-color: #146c43;
}

/*tree structure css starts here*/
.tree-structure{
    padding-left: 5px;
    border-left: 1px solid #ccc;
    margin-left: 20px;
    margin-top: 5px;
}
.sub-tree{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 25px;
    position: relative;
    top: -4px;
    right: 5px;
}
/*tree structure css ends here*/

.mt-n3{
    margin-top: -15px;
}

.f-s1{
    font-size: .875rem;
}
.f-s2{
    font-size: .75rem;
}
.f-s3{
    font-size: .65rem;
}
.f-s4{
    font-size: .5rem;
}
.f-s5{
    font-size: .45rem;
}
.f-s6{
    font-size: .35rem;
}

input[type=text].inputErrorHighlight, textarea.inputErrorHighlight, select.inputErrorHighlight {
    border-color: red;
}

input[type=radio].inputErrorHighlight, input[type=checkbox].inputErrorHighlight {
    outline: 1px solid red;
}


/*HomePage CSS starts*/

.item img {
    width: 100%;
}

.carousel-background-trs {
    background: rgba(57, 74, 82, 0.85);
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

/*Below css is added because Image is not taking 100% in big screens*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-fade:before, .carousel-fade:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.carousel-fade:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.homepage-innerdiv-trs {
    min-height: 55px;
}


.news-section {
    background-color: #31708f;
    color: #fff;
    border-bottom: 4px solid #aada34
}

    .news-section a {
        color: #ffd600
    }

    .news-section hr {
        margin-top: 10px;
        margin-bottom: 10px
    }

.news-label {
    z-index: 1;
    top: 1px;
    font-size: 15px;
    min-width: 100px;
}

.news-read-more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding: .375rem .5rem;
}

ul#importantNews {
    height: 315px;
    overflow: hidden;
}

    ul#importantNews li {
        height: auto;
    }

        ul#importantNews li a {
            display: inline-block;
            padding-bottom: 8px;
        }



/* Animated Card CSS */

.custom-member-panel .card {
    transition: all .2s ease-in;
    z-index: 1000;
}


.custom-member-panel li {
    font-size: 16px;
}

    .custom-member-panel li i {
        font-size: 20px;
    }

.hover-animate-parent:hover .move-right {
    box-shadow: -15px 15px 0px #337ab7;
    translate: 20px -20px;
}

.hover-animate-parent:hover .move-right-small {
    box-shadow: -8px 8px 0px #337ab7;
    translate: 10px -10px;
}

.hover-animate-parent:hover .move-right-big {
    box-shadow: -30px 30px 0px #337ab7;
    translate: 60px -60px;
}

.hover-animate-parent:hover .move-up {
    box-shadow: 0px 20px 0px #337ab7;
    translate: 0px -20px;
}

.hover-animate-parent:hover .move-up-small {
    box-shadow: 0px 8px 0px #337ab7;
    translate: 0px -10px;
}

.hover-animate-parent:hover .move-up-big {
    box-shadow: 0px 30px 0px #337ab7;
    translate: 0px -60px;
}

.hover-animate-parent:hover .move-left {
    box-shadow: 15px 15px 0px #337ab7;
    translate: -20px -20px;
}

.hover-animate-parent:hover .move-left-small {
    box-shadow: 8px 8px 0px #337ab7;
    translate: -10px -10px;
}

.hover-animate-parent:hover .move-left {
    box-shadow: 30px 30px 0px #337ab7;
    translate: -60px -60px;
}
.grey-container {
    background: #394a52;
}

.bar-after h3::after {
    content: "";
    border-top-width: 1px;
    display: block;
    width: 100px;
    height: 2px;
    background: #86bc42;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
/*HomePage CSS ends*/

/* Default Landing Page Banner */
.banner-header-img {
    height: 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-header-img .heading-box {
    background-color: #333f54;
    padding: 25px 50px;
    margin-left: 33px;
    position: absolute;
    z-index: 1;
    top: 0;
    border-bottom: 4px solid #f5ab35;
}
.banner-header-img .custom-panel-heading{
    font-size: 34px;
    color: #fff;
}
.banner-header-img .bar {
    background-color: #f5ab35;
}

/*.banner-header-img .fr-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}*/

/* Default Landing Page Banner Ends*/

/* Embedded Video */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

/*Block Title Accent*/
.block-title {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    padding-bottom: 20px;
    color: #333
}

.block-title:before {
    content: '';
    position: absolute;
    background: #32b336;
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -2px
}

.news-panel .block-title {
    color: #32b336
}

.block-title strong::after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -10px;
    left: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #32b336 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.train-badge {
    height: 25px;
    width: 25px;
    padding-top: 7px;
    padding-left: 7px;
}

.quick-links li {
    border-bottom: 1px solid #0d6efd;
    padding: 5px 0;
}


@media screen and (min-width: 769px) {
    /*Tab Accordion CSS starts*/
    /*Temp Fix for button fix*/
    .btnFix {
        position: fixed;
        top: 50%;
        right: 43px;
        z-index: 2000;
    }

    .tab-accordion-trs .panel-heading {
        display: none;
    }

    .entrust-images .col-md-4:hover,
    .entrust-images .col-md-2:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .tab-accordion-trs .panel-collapse {
        height: auto !important;
    }

        .tab-accordion-trs .panel-collapse.collapse {
            display: block;
        }
    /*Tab Accordion CSS ends*/
    .text-right-lg {
        text-align: right;
    }

    .pull-right-lg {
        float: right;
    }

    .pull-left-lg {
        float: left;
    }

    .clmn-seperator {
        border-left: 1px solid #ddd;
    }

    .space-cell {
        border-spacing: 15px 0px;
    }

    .col-container {
        display: table;
        width: 100%;
    }
}

@media(max-width:768px) {
    /*Tab Accordion CSS starts*/
    .table-kendo-grid input {
        width: 10em !important;
    }

    .tab-accordion-trs .tab-content .tab-pane {
        display: block;
    }

    .tab-accordion-trs .nav-tabs {
        display: none;
    }

    .tab-accordion-trs .tab-pane:not(:first-child) {
        margin-top: 5px;
    }

    .option-inline-trs .radio-inline,
    .option-inline-trs .checkbox-inline {
        display: block;
        margin-left: 0;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    /*Tab Accordion CSS ends*/


    /*for facebook icon*/
    .fb-icon-trs {
        margin-top: 10px;
    }

    /*Kendo header issue fix */

    .pull-right-lg {
        float: none;
        margin: 10px 0;
    }

    .pull-left-lg {
        text-align: left !important;
    }
    .banner-header-img .heading-box {
        padding: 15px 20px;
        margin-left: 0px; 
    }
}

@media(max-width:767px) {
    .btnFix {
        position: fixed;
        top: 70%;
        right: 43px;
        z-index: 2000;
    }

    .form-label-trs {
        padding: 5px;
        text-align: center;
    }

    .entrust-images img {
        height: 100px;
        width: 100px;
    }

    .sm-display-trs span {
        display: block;
        padding-bottom: 5px;
    }

    .display-blck-sm {
        display: block;
    }

    .btn-block-sm-trs {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .block-sm {
        display: block;
    }

    .badge-md.bg-money {
        margin: 10px 10px 10px 0;
    }
    li.breadcrumb-item {
        display:inline-block
    }

    .help-button-trs {
        margin-top: .5rem;
        display: block
    }

}
/*media query ends*/

@media screen and (min-width: 769px) {
    
    .inner-accordion-group .accordion-collapse.collapse.show {
        display: block;
    }
    .inner-accordion-group .accordion-collapse.collapse {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .wid200 {
        width: 100%;
    }
}


