/**
* Login Card
*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.page-content {
  display: table-row;
  height: 100%;
}

.table-responsive {
    max-width: 1750px;
}

.login-card-container.login-card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    /*height: 36px;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /*cursor: default;*/
    cursor: pointer;
}

/*
 * Card component
 */
.login-card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -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);
}

.login-card .form-signin #username,
.login-card .form-signin #password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.login-card .form-signin input[type=password],
.login-card .form-signin input[type=text],
.login-card .form-signin input[type=submit] {
    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;
}

.login-card .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);
}

.login-card .btn.btn-signin {
    background-color: rgb(104, 145, 162);
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.login-card .btn.btn-signin:hover,
.login-card .btn.btn-signin:active,
.login-card .btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}
.modal-dialog {
    z-index: 1050;
}

.mintrud-view-all-data a {
    text-decoration: none !important;
}

.mintrud-action-btn {
    display: block;
    margin: 1px;
}

.mintrud-remove-btn {
    color: #d43f3a;
}

.mintrud-remove-btn i {
    font-size: 24px !important;
}

#notificationPopUp table tr:first-child {
    background-color: #81E193;
    display: inline-block;
    border-radius: 5px;
    color: #31708f;
    color: #fff;
    padding: 5px;
}

#sumByProperty {
    display: none;
}
.page-header {
    line-height: 1.3;
    margin-bottom: 50px;
}

.page-header-link:hover {
    text-decoration: none
}

table.table > thead > tr > th, table.table > thead > tr > td, 
table.table > tfoot > tr > td, table.table > tfoot > tr > th {
/*    background-color: #E0EEFB;*/
}

#viewReportListTable th .tablesorter-header-inner, 
#reportFormContainer th{
   /*-moz-transform: rotate(-90deg);*/
    /*-webkit-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);*/
 /*   writing-mode: tb-rl;*/
    font-weight: 100;
    line-height: 1.1em;
}

#reportFilter label, #reportFormContainer label {
    font-weight: normal;
}



/*Style*/

.h1, h1 {
    font-size: 24px;
}

#templatePropertiesList {
    margin-top: 20px;
    margin-bottom: 50px;
}

.table-striped tr td {
    vertical-align: middle !important;
}


.l-col {
    float: left;
}
.r-col {
    float: right;}

.separator-inp {
    height: 10px;
    width: 100%;
    border: 10px solid #f00;
}


#reportFilter .form-group {
    margin-bottom: 10px;
}


.data-field-date {
    width: 100%;
    max-width: 300px;
    padding: 0 5px;
    border-radius: 0;
    height: 27px;
    border: 1px solid #aaa;
}
.form-control.data-field-date {
    cursor: pointer;
}

.container-fluid .site-header {
    text-align: center;
    margin-top: 0px;
    color: #0A599C;
    font-family: Times;
}

.modal-backdrop.in {

}

.tablesorter-headerRow .tablesorter-header {
    vertical-align: top;
  /*  height: 450px !important; */
    text-align: center;
}


.modal-backdrop {
    background: none;
}

.modal-open .modal {
    background: rgba(0,0,0,.5);
}

.navbar-collapse.collapse > a {
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 50px;
    color: #fff;
}

.dropdown-nav-menu-item-custom {
    color: #000 !important;
}

.view-add-report-table {
    background-color: #F5F5F5;
}

.well {
    background-color: #e0eefb;
}

.chat {
    min-height: 400px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}



.message-bubble
{
    padding: 10px 0px 10px 0px;
}

.message-bubble:nth-child(even) { background-color: #F5F5F5; }

.message-bubble > *
{
    padding-left: 10px;
}

.panel-body
{
    padding: 0px;
}

.message-container {
    max-height: 500px;
    overflow-y: scroll;
}

.panel-heading { background-color: #3d6da7 !important; color: white !important; }