body, html {
    height: 100%;
}
.login-bg {
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.jpg);
    background-size: cover;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
    text-align: center;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    background-color: #19495c;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 12%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 100%;
    margin: 0 auto ;
    display: block;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    min-height: 1em;
    color: #1f88ad;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputUsername,
.form-signin #inputPassword {
    direction: ltr;
    height: 35px;
    font-size: 12px;
    border: 1px solid #116b8b;
    background: none;
    border-radius: 0 !important;
     color: #84adbb !important;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(230, 29, 1) !important;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    border: none !important;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(16, 129, 173);
}

.forgot-password {
    color: rgb(104, 145, 162);
    font-size: 12px;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color:rgb(230, 29, 1);
}
.form-signin .btn-group>.btn {
    margin-left: 0;
    width: 50%;
    border-radius: 0;
}
.btn-group, .btn-group-vertical {
    width: 100%;
}
.form-signin .btn.btn-primary.active {
    background: #0584b0 !important;
}
.form-signin .btn {
    border:1px solid #0584b0;
    background: none;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
}
.content-body {
    /*min-height: 2000px;*/
    padding-top: 70px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: #0f7699;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}
.nav-rel {
    position: relative;
}
.nav-search-panel {
    position: absolute;
    left: 35%;
    top: 14%;
}
.nav-search-panel label {
    font-size: 12px;
    color: #FFF;
    margin-right: 10px;
    font-weight: normal;
}
.navbar-header {
    float: left;
}
.nav-search-panel button {
    background: #e61d01;
    border: 1px solid #e61d01;
    color: #FFF;
}
.nav-search-panel button:hover, .nav-search-panel button:focus {
    background: #e61d01;
    border: 1px solid #e61d01;
    color: #FFF;
}
.sign-in {
    display: block;
    color: #FFF;
    height: 49px;
    padding: 14px 11px;
}
.sign-in a {
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.sign-in.open .dropdown-menu {
    display: block;
    background: #e61d01;
    color: #FFF;
    border-radius: 0;
}
.sign-in.open .dropdown-menu>li>a {
    background: none;
    color: #FFF;
}
.register-lists {
    display: block;
}
.register-lists table>thead>tr>th, table>thead>tr>th {
    background: #e1f2f9;
    font-size: 12px;
    text-transform: uppercase;
    color: #066687;
    padding: 15px 9px;
    border-bottom: 1px solid #8aa2ac;
    border-top: 1px solid #8aa2ac;
}
.register-lists .checkbox, .register-lists .radio {
    margin: 0;
    max-height: 14px;
    padding-left: 20px;
}
.register-lists .pagination {
    margin: 0;
}
.download-btn {
    background: #159f18 !important;
    color: #FFF  !important;
    border: 1px solid #159f18;
}
.download-btn:hover {
    background: #07880e !important;
    color: #FFF;
}
.invalid-txt {
    font-size: 12px;
    color: white;
    margin: 0;
    padding: 0px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.register-lists table>tbody>tr>td a {
    text-decoration: underline;
}


/*DataTable Styles*/
.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    text-align: right;
    padding-top: 0.25em;
}

div.dt-buttons {
    position: relative;
    float: right !important;
    padding-top: 1.25em;
}

.paginate_button {
    padding: 0 !important;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #337ab7;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}

.paginate_button:hover, 
.paginate_button>a, 
.paginate_button>a:focus, 
.paginate_button>a:hover, 
.paginate_button>span, 
.paginate_button>span:focus, 
.paginate_button>span:hover {
    border-color: #ddd !important;
}

.btn{
    font-size:14px !important;
}
#registrationsList td + td  {  /* this will go to the 2nd column of a table directly */

width:400px !important;


}
#registrationsList td + td + td {  /* this will go to the 2nd column of a table directly */
width:100px !important;



}
#registrationsList td + td + td + td {  /* this will go to the 2nd column of a table directly */
width:100px !important;



}