body {
    font-family: "Open Sans",sans-serif !important;
}
.user-login-5 .login-container>.login-content>.login-form .form-control {
    margin-bottom: 0px;
}
.user-login-5 .form-group.has-error {
    border-bottom: none!important;
}

.menu-hover{
    border: none;
    text-align: left;
    background: #2e343b
}
.menu-hover:hover {
    background: #373e47 !important;
}

.dt-buttons {
    display: none !important;
}
.form-control{
    border-radius: 4px !important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    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(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px !important;
}

.slider.round:before {
    border-radius: 50%;
}

.well {
    min-height: 20px;
    padding: 19px;
    /* margin-bottom: 20px; */
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.live-search-hover:nth-child(even) {background: #CCC}

.live-search-hover:nth-child(odd) {background: #eee}

/** Start Change UI for list page */
.portlet.box.blue {
    border: rgba(0, 191, 165, 0.29);
    border-top: 0;
}

.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue {
    background-color: rgba(0, 191, 165, 0.55);
}

table.table thead tr th {
    background: rgba(0, 191, 165, 0.88);
    color: #fefefe;
}

.portlet.box.blue>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #fff;
    color: #fff;
}
.portlet.box.blue>.portlet-title>.actions .btn-default>i {
    color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.space-margin {
    margin-left: 0 !important;
}
/** End Change UI for list page */

.change-header {
    font-weight: bold;
    padding-right: 5px;
}

.owner-title-font{
    font-size: 15px !important;
    margin-left: 10px;
}

.scroll-horizontal {
    overflow-y: auto;
}
.trans-border {
    padding: 10px;
    border: 1px solid #a7b2c0;
    border-radius: 8px !important;
}
.help-inline {
    color: #e02222;
}

.scan-btn { background: #fff; color: #337ab7; border-color: #337ab7;}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li.classic-menu-dropdown .dropdown-menu {
 min-width: 230px;
}
