/* YOUR CUSTOM STYLES */
body {
    background: url(/Content/img/bg3.jpg) 0 0 repeat;
    overflow-y:scroll !important;
    color: black !important;
}
th {
    font-weight: normal ;
}

#navbar-logo-container {
    height:200px;
}

.mdb-skin .side-nav .logo-wrapper {
    background: none;
}

#login_container .md-form .prefix.active {
    color: #311b92 !important;
}

input[type=text]:focus:not([readonly]),  input[type=password]:focus:not([readonly]){
    border-bottom: 1px solid #3F729B!important;
    box-shadow: 0 1px 0 0 #3F729B!important;
}
input[type=text]:focus:not([readonly]) + label,  input[type=password]:focus:not([readonly]) + label{
    color : #3F729B!important;
}

.dropdown.place_list {
    display: inline-block;
}
.picker.picker--opened{
    z-index: 1001;
}

.md-form .fa {
    top:7px;
}
.card .form-header {
    padding : 0.5rem !important;
}
.card .form-header h4 {
    margin-bottom: 0.2rem !important;
}

.switch label input[type=checkbox]:checked+.lever {
    
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #3F729B;
}
.btn-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #3F729B;
    margin: 0px !important;
    padding: 0px !important;
}
.md-form .mdb-select label {
    top: 0px !important; 
}

.table-hover tbody tr:hover {
    color: black;
}

.table a {
    margin-left: 0rem !important;
}

.table tr.active, .table tr.active:hover {
    background-color: #24b4a2;
    color: white;
}

.dropdown-menu {
    cursor: pointer;
}
.fixed-action-btn .fa.fa-plus-circle {
    position: relative;
    top: 1px;
}
.btn-add {
    background-color: #0091ea!important;
}

.button_lock {
    z-index: 9999;
    left: 6px;
    background: url('/Content/img/upload_inv.gif') center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button_div {
  position:relative;
  border: 0;
  display: inline-block;
  position: relative;
  line-height: normal;
  zoom: 1;
  width: 100%;
}

#right_content {
    margin-left: 0.5% !important;
    margin-right: 0% !important;
    padding-top: 78px !important;
}

    #right_content .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }


#myWorkEnvironmentModal .card-block {
    padding: 0.25rem !important;
}

#ticketsForPrint {
    display: none;
}

rect.for-print, path.for-print{
    fill: black !important;
}
text.for-print{
    fill: white !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.combined-report td {
    /*text-align: right;*/
}

.user-name-container{
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.mdb-skin .side-nav .collapsible li a {
    border: 1px solid transparent;
}
.currentMenuItem {
    border: 1px dashed white !important;
}

.table tbody tr:hover {
    cursor: pointer;
}

.table.no-hover tbody tr:hover {
    cursor: default;
}

.table.no-hover tbody .fa:hover {
    cursor: pointer;
}

.accordion a {
    color: white;
}
.report-border {
    border: 2px dashed #3f729b;
    padding: 15px;
}
.dropdown .dropdown-menu.dropdown-darken-3 .dropdown-item:hover
{
    background-color:#311b92;
}
.dropdown-item .fa {
    margin-right:7px;
    font-size:20px;
}
.nav .user-name-container {
    color: white;
}
.nav .user-name-container a{
    color: white;
}

.fixed-action-btn {
    position: absolute !important;
    right: 30px !important;
    bottom: 30px !important;
}

.table td{
    border-bottom: 1px solid #0091ea;
}
    .table thead {
    }

.table th {
    background-color: #0091ea;
    color: white;
}
.table tr:hover {
    background-color: lightgray;
}
.table.no-hover tr:hover {
    background-color: transparent;
}

.table tr:hover .edit-icon{
    display:inline-block;
}

.edit-icon-container {
    float: right;
    width:30px;
}
    .edit-icon-container .ajax-loader {
        display: none;
        position: relative;
        top: -5px;
        right: 3px;
    }

.edit-icon {
    position:absolute;
    color: red; 
    display: none;
}
.button_div input[type=submit], .button_div input[type=button]{
    width: 100%;
}

.modal-header-common {
    background-color: #0091ea !important;
    color: white !important;
}
.modal-content {
    border: 2px solid #0091ea;
}
.modal-header {
    padding: 10px !important;
}
.ajax-loader {
    display:none;
}
.edit-icon-container .ajax-loader {
    width: 23px;
}
.no-margin-bottom {
    margin-bottom: 5px !important;
}
.big-ajax-loader-container {
    text-align: center;
    margin-top: 30px;
    display: none;
}
.card-shadow {
    box-shadow: 0 2px 5px 0 rgba(49,27,146,.42),0 2px 10px 0 rgba(49,27,146,.42) !important;
}
.table-white {
    background-color: white;
}

#form-import-excel input[type='file']{
    border: 1px dashed #311b92;
    margin-left: 7px;
    padding-left: 7px;
    width: 400px;
    padding:20px;
}

.error{
    color:red;
}
.card-block.dashed-red{
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid  red;
}
.card-block.dashed-blue{
    border-left: 1px solid #4285F4;
    border-bottom: 1px solid #4285F4;
    border-right: 1px solid  #4285F4;
}
.card-block.dashed-default-color-dark{
    border-left: 1px solid #00695c;
    border-bottom: 1px solid #00695c;
    border-right: 1px solid  #00695c;
}
.card-block.dashed-deep-purple{
    border-left: 1px solid #311b92;
    border-bottom: 1px solid #311b92;
    border-right: 1px solid  #311b92;
}
#buttonPanel input{
    width: 100%;
    height:60px;
}

#tblClientCameras, #tblMonitoring {
    table-layout:fixed;
}
#tblClientCameras td, #tblMonitoring td{
    word-wrap: break-word
}

.close.client{
    position: relative;
    top: -50px;
    right: 10px;
    font-size: 40px;
}
#client-data-container input[type=button], #client-data-container input[type=submit]{
    margin:0px !important;
}
#formSave{
    margin-bottom: 50px;
    margin-top: 30px;
}

.client-row.deleted td{
    text-decoration: line-through;
    color: red;
}