body {
    font-family: 'Roboto';
    /* background: #ddd url(https://tympanus.net/Tutorials/CustomLoginFormStyling/images/bg.jpg) repeat top left; */
    font-weight: 300;
    font-size: 14px;
    color: #333;
    /* -webkit-font-smoothing: antialiased;
overflow-y: scroll;
overflow-x: hidden; */
background: #1875f0;
background: url('../../assets/img/background-image.png');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

a:hover {
    text-decoration: none;
}

.logo-brand {
    margin: 7px auto;
    float: left;
}



.logo-brand img {
    width: 100%;
}

.top-header h4 {
    text-align: right;
    color: #fff;
    font-size: 2.1rem;
    margin-top: 25px;
    font-weight: 700;
}

header {
    position: relative;
}
.top-header {
    background-image: linear-gradient(to left, #197ef2 30%, #ffffff);
    width: 100%;
    
}

.copyright p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.footer-bottom {
    background: #0077bd;
}

.header-right h3 {
    font-weight: 600;
    color: #0072bc;
    margin: 10px 0px 5px 0px;
    text-align: right;
    font-size: 20px;
}

h3.head-bor {
    color: #0072bc;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.header-right ul {
    list-style-type: none;
    text-align: right;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {

    text-align: left;
    padding: 8px;
}

table td.bold,
.bold {
    color: #333;
    font-weight: bold;
}

.proposalTitle,
.proposalValue {
    padding: 8px 0px;
   
    margin: 0px -30px 0px 0px;
}

#menu-1 .table-responsive,
.sidebar-header .table-responsive {
    height: 278px;
    margin-bottom: 10px;
    overflow: scroll;
}

.sidebar-header .table-responsive::-webkit-scrollbar {
    width: 8px !important;
    display: block !important;
    height: 8px !important;
}

.sidebar-header .table-responsive::-webkit-scrollbar-thumb {
    background: #0072bc;
    border: 1px solid #fff;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 4px #c7c7c7;
}

.sidebar-header .table-responsive::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .15);
    border: 1px solid #fff;
}

.filled {
    transform: scaleY(0);
    transform-origin: top center;
    z-index: 1;
    /* background: #F3F1F3; */
    animation: scaleDown 1s ease-in-out;
    animation-fill-mode: forwards;
    padding: 0px 0px 0px 0px;
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes scaleDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/* .animate {
        -webkit-animation-name: modalClose;
        -webkit-animation-duration: 1s;
        animation-name: modalClose;
        animation-duration: 1s;
        /* If modal disabled (which it is by default), make it invisible using the animation. The animation has a delay so that it fires after the closing animation. You also need to set the position here so it stays there after the animation *
    
    top: -999999px !important;
}
*/


/* @keyframes modalClose {
    0% {
        top: 0;
    }
    99% {
        top: 0;
    }
    100% {
        top: -999999px;
    }
} */

.back-bot {
    padding: 25px 0px;
    text-align: center;
}

.back-bot .mobileNo,
.back-bot .enterOtp {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
}


/*sidebar*/

html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%;
}

.st-container {
    position: relative;
    overflow: hidden;
    /* margin-top: 120px */
}
.searchBox {
    margin-top: 60px;
    margin-bottom: 10px;
}


/* content style */

.st-menu h2,
.sidebar-header h2 {
    margin: 0;
   
    color: rgb(0, 114, 188);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 20px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}


/*sidebar end*/


/*demo end*/


/* Sidebar style */



.tl-item {
    position: relative;
}

  


/* #sidebar {
        width: 1242px;
        position: fixed;
        top: 20%;
        right: -1242px;
        z-index: 999;
        color: #000;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    #sidebar.active {
        right: 0;
    } */

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlays {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlays.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    
    background: #fff;
}

.form-input {
    position: relative;
}

.error-label.error-field {
    opacity: 1;
}

.error-label {
    background: #fff;
    color: red;
    position: absolute;
    left: 0;
    margin-top: 7px;
    padding: 0 10px 0 20px;
    opacity: 0;
    top: 95%;
    border-radius: 3px;
    font-size: 1.2rem;
    z-index: 2;
    line-height: 20px;
}

.error-label:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    left: 4px;
    top: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(assets/img/error.png);
    background-repeat: no-repeat;
}

.error-label:after {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    left: 6px;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
}

.custom-checkbox,
.custom-radio {
    /* display: block; */
    position: relative;
  /*  padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio {
    margin-right: 5px;
}


/* Hide the browser's default checkbox */

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.custom-radio .checkmark {
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.custom-checkbox:hover input~.checkmark,
.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-checkbox input:checked~.checkmark,
.custom-radio input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-checkbox input:checked~.checkmark:after,
.custom-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

button.search-btn {
    border: none;
    padding: 0.6em 1.2em;
    background: #0072bc;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px auto;
    display: block;
}

#documents .modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 0px;
}

.sidebar-header .table>tbody>tr>td:first-child {
    cursor: pointer;
}

.sidebar-header .table thead {
    background-color: #0077bd;
}

.sidebar-header .table thead th {
    color: #fff;
}

.sidebar-header .table thead tr {
    white-space: nowrap;
}

.glossary {
    background: #dbe8f8;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.2rem;
    position: relative;
    margin-top: 5px;
    box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 1);
    position: absolute;
    z-index: 9;
}

.glossary:after {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0px;
    left: 6px;
    border-bottom: 9px solid #dbe8f8;
    margin-top: -8px;
}


 .glossaryDetail {
                    /* text-transform: uppercase;
                    background: #ececec;
                    color: #555;
                    cursor: help;
                    font-family: "Gill Sans", Impact, sans-serif;
                    font-size: 20px;
                    margin: 100px 75px 10px 75px;
                    padding: 15px 20px; */




/* .glossaryDetail .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
} */

/* CSS Triangles - see Trevor's post */

/*.glossaryDetail .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.glossaryDetail:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
*/

/* IE can just show/hide with no transition */

/* .lte8 .wrapper .tooltip {
                    display: none;
                }
                
                .lte8 .wrapper:hover .tooltip {
                    display: block;
                } */
#documents {
    margin: 100px 0px 40px;
}
.tl-item .b-a .table p,
.table p {
    background: #e7e5e5;
    color: gray;
    padding: 5px 10px;
    text-align: center;
}
.table thead {
    background: #0c93e3;
    color: #fff;
}

/* .form-horizontal.searchForm .control-label {
        color: #0072bc;
        font-size: 22px;
        padding-top: 0px;
    } */
.hideContent,
.tl-item.hideContent {
    display: none;
}
.btnStyle{
    padding: 9px 25px;
    text-transform: capitalize;
    border-radius: 6px;
    color: #0077bd;
    font-size: 1.7rem;
    border: 1px solid #157bf1;
    cursor: pointer;
    font-weight: 600;
  
    }
    .btnStyle .fa{
        animation:infinite;
        animation-duration: 3s;
    }
    @keyframes fa {
        from {left: 0px;}
        to {left: 200px;}
      }
    .btnStyle:hover{
        transform: scale(1.3);
        background-color: #157bf1;
        color: #fff;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
       
        }
.searchForm {
    position: relative;
    left: -195px;
 /* padding: 30px 0px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); */
 }
 .boxStyle{
    background-color: #fff;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    padding: 0px 25px;
}
.boxStyle1{
    background-color: #fff;
    margin-top: 4%;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 1px 1px 8px 5px rgba(0, 0, 0, 0.2);
    padding: 0px 25px;
    margin-bottom: 9px;
}
/* .withoutAuth .searchForm {
                    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 1), inset 0 -3px 2px rgba(0, 0, 0, 0.25);
                    border-radius: 5px;
                    background: white;
                    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
                    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
                    background: -o-linear-gradient(#eeefef, #ffffff 10%);
                    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
                    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
                    background: linear-gradient(#eeefef, #ffffff 10%);
                } */
.proposal {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.resendOtp {
    float: left;
}
#sidebarCollapse {
    cursor: pointer;
}
.glossaryDetail {
    position: relative;
}
.glossary {
    position: absolute;
}

/*********************************** Mobile Media Query*************/
@media (min-width:320px) and (max-width:767px) {
   /* nav#sidebar {
         width: 300px; 
    }*/
    
    .logo-brand {
        width: 200px;
    }
    
    .container,
    .fadein {
        width: 100%;
    }
    
    .header-right h3 {
        font-weight: 600;
        color: #0072bc;
        margin: 10px 0px 5px 0px;
        text-align: right;
        font-size: 10px;
    }
    
    .logo-brand img {
        width: 60%;
    }
    
    .butt .btn.btn-primary {
        margin-bottom: 5px;
    }
    
    .searchForm {
        padding: 30px 30px 20px;
    }
    
    .top-header h4 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    
    .selectdiv,
    .form-input {
        margin-bottom: 30px;
    }
    
    .proposalValue {
        margin-right: 0px;
        margin-left: -15px;
    }
    
    .proposalTitle {
        margin-right: -15px;
    }
}
@media (min-width:320px) and (max-width:360px) {
    .butt .btn.btn-primary {
        margin-bottom: 5px;
        font-size: 11px;
        padding: 6px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .container {
        width: 100%;
    }
    
    .proposalTitle {
        margin-right: -30px;
    }
    
    .proposalValue {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media (min-width:992px) and (max-width:1024px) {
   /*   nav#sidebar {
       width: 950px; 
    }*/
    
    .proposalTitle,
    .proposalValue {
        font-size: 13px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 100%;
    }
    
   /* nav#sidebar {
         width: 750px; 
    }*/
    
    header {
        width: auto;
    }
    
    li.tl-item.is_completed .b-a {
        border: 1px solid #0072bc;
    }
    
    .proposalTitle,
    .proposalValue {
        font-size: 10px;
    }
    
    .searchForm {
        padding: 30px 30px 20px;
    }
}
@media (min-width:320px) and (max-width:767px) {}