.skin-purple-light .main-header .logo {
    background-color: #343a40 !important;
}

.skin-purple-light .main-header .navbar {
    background-color: #fff !important;
}

.skin-purple-light .main-header .navbar .sidebar-toggle {
    color: #000000 !important;
}

.sidebar-menu {
    background-color: #343a40 !important;
}

.sidebar-menu li a {
    color: #fff !important;
}

.sidebar-menu li .fa {
    color: #fff !important;
}

.skin-purple-light .sidebar-menu>li:hover>a {
    background: rgb(73, 78, 84) !important;
}

.skin-purple-light .main-header .navbar .nav>li>a {
    color: #000000 !important;
}

.skin-purple-light .main-header li.user-header {
    background-color: rgb(73, 78, 84) !important;
}

.skin-purple-light .sidebar-menu>li:hover>a,
.skin-purple-light .sidebar-menu>li.active>a {
    background: rgb(73, 78, 84) !important;
}

.skin-purple-light .sidebar-menu>li>.treeview-menu {
    background: rgb(73, 78, 84) !important;
}

.sidebar .user-panel {
    background-color: #343a40 !important;
}

.sidebar .user-panel>.info {
    color: #fff !important;
    padding: 15px 5px 5px 10px;
}

.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #494e54 !important;
    color: #fff !important;
}

.skin-purple-light .sidebar-menu>li.header {
    color: #fff;
    background: #343a40;
}

.main-header .logo {
    width: 229px;
}

.skin-purple-light .wrapper,
.skin-purple-light .main-sidebar,
.skin-purple-light .left-side {
    background-color: #343a40 !important;
}

.callout.callout-success,
.alert-success,
.alert-danger,
.label-success,
.modal-success .modal-body {
    margin: 0 !important;
}

.editor-content img {
    max-width: 100%;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    width: 100%;
}

.filter-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width: 60%; */
}

.list-inp-sec {
    margin-right: 15px;
    width: calc(50% - 15px);
}

.flex-cont {
    flex: 1 0 0;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-inp-sec .form-control {
    width: 100%;
}

.list-btn-sec {
    white-space: nowrap;
}

.list-btn-sec .btn-success {
    margin-right: 15px;
}

.action-btn-tab {
    white-space: nowrap;
}

.login-page {
    height: auto;
}

.logo-lg img {
    max-width: 150px !important;
}

.box.box-info {
    border-top-color: #343a40 !important;
}

.logo {
    border-bottom: 1px solid !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #343a40;
    border-color: #343a40;
}


/*check box css*/

.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk-container label {
    top:2px;
}


/* Hide the browser's default checkbox */

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    /* top: 0;
    left: 0;
    height: 25px;
    width: 25px; */
    top: 5px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #c9c9c9;
}


/* On mouse-over, add a grey background color */

.chk-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.chk-container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.chk-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.chk-container .checkmark:after {
    left: 9px;
    top: 3px;
    /* width: 10px;
    height: 15px; */
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-inp-sec-single {
    width: calc(100% - 15px) !important;
}


/*Switch input css*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}


/* .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  } */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*To maintain scroll css*/

html,
body,
div.wrapper {
    height: 100% !important;
}

.skin-purple-light .main-sidebar {
    border-right: none !important;
}

/*.content-wrapper {
    min-height: inherit !important;
}*/

.required label::after {
    color: #cc0000;
    content: "*";
    font-weight: bold;
    margin-left: 5px;
}

th .fa {
/*    float: left;*/
    margin-right: 5px;
    margin-top: 3px;
}

.error {
    color: #cc0000;
}

textarea {
  resize: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px !important;
  height: 23px !important;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
td{
    word-break: break-all;
}
.Property-Image-Title{
    margin-bottom: 10px;
    font-weight: bold;
}
.imageBanner {
    margin: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 5px;
}
.imageBanner .left img {
    height: 24rem;
    padding: 5px;
}
.imageBanner .right img {
    height: 12rem;
    padding: 5px;
}
.imageBanner .left {
    flex-basis: 60%;
}
.imageBanner .right {
    margin: 0;
    flex-basis: 40%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.imageBanner .right .imgBlock {
    flex-basis: 50%;
}
@media screen and (max-width: 767px) {
    .imageBanner .left {
        flex-basis: 100%;
    }
    .imageBanner .right {
        flex-basis: 100%;
    }
}