@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.login-color{
    background-color:#00a3d6;

}

.error{
    color:red;
}

.footer_sep {
    width: 100%;
    border-top: 1px solid #484848; 
    margin: 15px 0;
}

.icon-bar-dark {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #aaa;
    border-radius: 1px;
}
#myNavbar{
    /* background-color:#f1f1f1*/
}
.no-padding{
    padding-left:1px !important;
    padding-right:1px !important;    
}


.side-nav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ccc;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.side-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #253d9b;
    display: block;
    transition: 0.3s;
}

.side-nav a:hover {
    color: #333;
    text-decoration:underline;
}
.side-nav span {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
    transition: 0.3s;
    cursor:pointer;
}

.side-nav span:hover {
    color: #f1f1f1;
}
.side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .side-nav {padding-top: 15px;}
    .side-nav a {font-size: 18px;}
}

.side-bar{
    font-size:16px;
    cursor:pointer;
    padding-left:15px;
}
.side-bar2{
    font-size:16px;
    cursor:pointer;
    padding-left:39px;
}
.form-control-checkbox{
    /*  height: 8px;
      width: 8px ;*/
}
.btn-netezlaw{
    background-color:#253d9b;
    min-width:120px !important;
    min-height:45px !important;
    color:white;
    box-shadow: 1px 1px 1px #888;
    font-size:1.4em;
}

.btn-netezlaw:hover{
    background-color:#005cb3;
    color:#eee;
    box-shadow: -3px 3px #eee, -2px 2px #eee, -1px 1px #eee;
    border: 1px solid #eee;
}
.modal-hdr-shul{
    color:#253d9b;
}
.modal-hdr-shul-error{
    color:red;
}

.client-header{
    text-decoration:bold;
    color:black;
}
.header-span{
    font-size: 1.2rem;
}
.tip-heading{
    font-size: .9em;
    color: #253d9b;
    cursor: pointer;
}
.clickable{
    cursor: pointer;
}
.clickable:hover{
    color: #007bff;
}
.border-right {
    border-right: 1px solid #ddd;
}
.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -1px;
}
.border-left {
    border-left: 1px solid #ddd;
}

.sixty-percent{
    width:60%;
}

.fifty-percent{
    width:50%;
}
.footer-link{
    color: #111 !important;
    text-decoration: none;
}
.logout-link{
    text-decoration: none;
}
.logout-link:hover{
    text-decoration: underline !important;
    color: #007bff !important;
}
.toggle-tip{
    border: 1px solid #253d9b;
    padding-left:5px;
    padding-right:5px;
    font-size: .9em;
    color:#888;
}
.large.tooltip-inner {
    max-width: 350px;
    width: 350px;
    text-align:left;
    background-color:#ccc;
    color:#333;

}
.arrow_box {
    position: relative;
    background: #ccc;
    border: 1px solid #ccc;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}

.btn-borders{
    border-style: solid;
    border-width: 1px;
    border-color: #999;
}

.form-control:hover {
    box-shadow: 1px 1px 1px #888;
}

.copyright{
    font-size:0.8em;
}

.data-table-pad-left{
    padding-left:30px;
}

span.inside-input{
    position: absolute;
    margin-left: 87%;
    padding-top:9px;
    height: 25px;
    display: flex;
    align-items: center;
}
input.inside-input{
    /*padding-left: 25px;
  height: 20px;*/
}
.radio-span{
    padding-right:15px;
    padding-left:5px;
}

left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 22px;    
}
.left-inner-addon span {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 7px 12px;
    pointer-events: none;
}

.dtable{
    cursor:pointer
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #d8e5ff;
}

.custom-radio{
    margin-top:5px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 22px;    
}
.left-inner-addon span {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 7px 12px;
    pointer-events: none;
}
.headings{
    min-height:50px;
    background-color:#253d9b;
    color:#fff;
    margin: auto;
    padding: 15px;
}
.headings a{
    color:#ddd;
}
.down-25{
    margin-top:25px;
}

.hdr-nav{
    font-size:24px;
    color:#253d9b;
}

.pointer{
    cursor:pointer;
}
.pointer:hover{
    text-decoration:underline;
    color: #007bff;;
}

.right{
    text-align: right;
}
.header-center{
    padding-top:5px;
}
.logo-size{
    width:80px;
    height:auto;
}

.menuLinkstyle{
    color:#007bff;
}

.menuLinkstyle:hover{
    color:#5577ff;
}
.menuHeadingStyle{
    color:#253d9b !important;    
}

.menuHeadingStyle:hover{
    color:#253dff !important;    
}
.btn-secondary-modify{
    background-color:#bbb;
    color:#253d9b;
    box-shadow: 1px 1px 1px #888;
    margin-bottom:10px;
}
.dt-center{
    margin-left:auto;
    margin-right:auto;
}

.dt-th{
    color: #fff;
    background-color:#253d9b;
}
.honpot{
    display:none;
}
.shrink-70{
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}
.nav-dates{
    font-size: 14px;
    color: #253d9b !important;
}


.ustyle{
    font-size: 14px;
    color: #253d9b !important;  
    padding-right:11px;
    padding-top:10px;  
}

.preferred-color{
    color: #253d9b !important;  
}

.login-wrapper{ padding:115px 0; 
                background: url(/images/login-bg.jpg) no-repeat center; 
                background-size:cover; 
                color:#fff; 
                font-size:18px;}

.login-wrapper input{
    height:55px;
    border:2px solid  #253d9b;
}

.login-wrapper button{

    border:1px solid  #fff;

    background-color:#253d9b;
    min-width:120px !important;
    min-height:55px !important;
    color:white;
    box-shadow: 1px 1px 1px #888;
    font-size:1.4em;
}

.login-wrapper button:hover{

    border:1px solid  #fff;
    box-shadow: 0px px #253d9b, 0px 0px #253d9b, 0px 0px #253d9b !important;

    background-color:#005cb3;
    color:#eee;

}

.move-left {
    width: auto;
    margin-left:50px;
    box-shadow: none;
}

.modal-hdr-crm{
    color: white;
    background-color:#253d9b;
}

.highlight{
    background-color:#FFFFBB;
    margin:auto;
    width:400px;
}
.members-portal{
   color:#005cb3;
   font-size:1.6em;
   width:80%;
   margin-left:28%;
   margin-right:auto;
}
 

table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after {
  opacity: 0.9 !important;
}

.del:hover {
    background-color: yellow !important;
} 