body {
  color: #fff;
  background-color: #f5f5f5 !important;
  font-family: 'Roboto', sans-serif;
}
label {
    padding-top: 15px;
}
.minheight {min-height: 82px !important;}
.loading {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.container {
    padding: 40px;
}
.content {
    top: 55%;
    position: absolute;
    text-align: center;
    left: 47%;
}
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
    background: #fafbfe !important;
}
header.col-md-12 {
    padding: 10px;border-bottom: 1px solid #cccccc63;
}
input.form-control, .single-line {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0.375rem 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.ibox-heading {
    background-color: #092664 !important;
    border-bottom: 3px solid #6edb6e !important;
    padding: 18px 20px;
    color: #fff !important;
    border-radius: 11px 11px 0 0 !important;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 10px;
    border-color: TRANSPARENT;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    border-radius: 11px;
    
    /* box-shadow: 0 35px 24px -26px rgb(0 0 0 / 10%); */
}
.ibox-content td, .ibox-content th {padding: 10px !important;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #e7eaec !important;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #fff;
}
.table-bordered {
    border: 1px solid #EBEBEB;
    overflow: auto;
}
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e7eaec;    background: #f5f5f5;
}

.table > tbody > tr > td {
    font-weight: 300;
    font-size: 14px;
}
.ibox-heading h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
}
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e7eaec;
}

.table > tbody > tr > td {
    font-weight: 300;
    font-size: 14px;
}
.headerbtn {
    padding-top: 20px;
}
.main-footer {
    height: 18px;
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 10px;
    color: #444;
    border-top: 1px solid #d2d6de;
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.btn-info {
    color: #fff;
    background-color: #092664 !important;
    border-color: #092664 !important;
}
.pagination a {
    cursor: pointer;
}
.form-control {
  height: 40px;
  box-shadow: none;
  color: #969fa4;
}
.form-control:focus {
  border-color: #5cb85c;
}
.form-control, .btn {        
  border-radius: 3px;
}
.signup-form {
  width: 450px;
  margin: 0 auto;
  padding: 30px 0;
    font-size: 15px;
}
.signup-form h2 {
  color: #092664;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.signup-form h2:before, .signup-form h2:after {
  content: "";
  height: 2px;
  width: 30%;
  background: #092664;
  position: absolute;
  top: 50%;
  z-index: 2;
} 
.signup-form h2:before {
  left: 0;
}
.signup-form h2:after {
  right: 0;
}
.signup-form .hint-text {
  color: #092664;
  margin-bottom: 30px;
  text-align: center;
}
.signup-form form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f2f3f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form input[type="checkbox"] {
  margin-top: 3px;
}
.signup-form .btn {        
  font-size: 16px;
  font-weight: bold;    
  min-width: 140px;
  outline: none !important;
}
.signup-form .row div:first-child {
  padding-right: 10px;
}
.signup-form .row div:last-child {
  padding-left: 10px;
}     
.signup-form a {
  color: #fff;
  text-decoration: underline;
}
.signup-form a:hover {
  text-decoration: none;
}
.signup-form form a {
  color: #5cb85c;
  text-decoration: none;
} 
.signup-form form a:hover {
  text-decoration: underline;
}  
.text-center {
    color: #092664;
}
.text-center a {
    color: #092664;
}
.logo{
    width: 170px;
    margin: auto;
}
._msg {
    padding: 15px;
    width: 100%;
    display: none;
        margin-bottom: 10px;
}
.error_msg {
    background: #f6e4e5;
    border: 1px solid #e9c5c9;
    border-radius: 5px;
    color: #2781B8;
}
.success_msg {
    background: #04a30e1f;
    border:1px solid #04a30e;
    border-radius: 5px;
    color: #04a30e;
}
.ibox-content h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #092664;
}
.backlink{ padding-bottom: 10px;float: left;}
.leftcol{
    border: 1px solid #ccc;
    width: 49% !important;
    min-height: 487px !important;
    margin-top: 10px;
}
.rightcol{
    border: 1px solid #ccc;
    width: 49% !important;
    margin-left: 2%;
    margin-top: 10px;
}
.uppercase {text-transform: uppercase;}
.userpic {
    width: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px;
}
img.icn-cross {
    right: 15px;
    position: absolute;
    width: 12px;
}
.con-box{
    height: 42px;
    width: 100%;
    cursor: pointer;
}
@media (max-width: 768px){
  .minheight {min-height: 1px !important;}
  .leftcol{
    width: 100% !important;
    min-height: auto;
  }
  .rightcol{
      width: 100% !important;
      margin-left: 0;
  }
}