body {
    background-color: #ffffff;
}

#blocker {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 9999999;
}

.container {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

.table-responsive {
    overflow: scroll;
    position: absolute;
    left: 10px;
    top: 80px;
    right: 10px;
    bottom: 0px;
}

table {
    overflow: scroll;
}

thead, tfoot {
    background-color: #D32F2F;
    color: white;
}

thead .glyphicon, tfoot .glyphicon {
    font-size: 20px;
}

th, td {
    font-weight: normal;
}

th {
    line-height: 40px !important;
    padding: 0px !important;
}

th:first-child {
    padding-left: 10px !important;
    padding-top: 6px !important;
    line-height: 32px !important;
}

thead>tr, tfoot>tr {
    background-color: #ef5350;
    cursor: default;
    height: 40px;
    font-size: 12px;
    color: #fff;
}

tr {
    background-color: #ffffff;
    height: 50px;
    font-size: 14px;
    color: #4d4d4d;
}

.danger {
    color: #ff0000
}

.success {
    color: #33cc00
}

.default {
    color: #0099ff;
}

.warning {
    color: #F0A02D
}

.row-editing {
    background-color: white !important;
}

.row-danger {
    border-left: 0px solid #C9242C
}

.row-success {
    border-left: 0px solid #7BBE31
}

.row-warning {
    border-left: 0px solid #F0A02D
}

.default .action-edit {
    color: #333333;
}

h1 {
    color: #666666;
    font-weight: lighter;
    margin-bottom: 20px;
    float: left;
    font-size: 36px;
}

.row-spacer {
    height: 1px;
    background-color: #e6e6e6;
}

.row-margin-bot {
    border-bottom: 0px;
}

tbody {
    overflow: auto;
}

tbody>tr>td:first-child {
    background-color: white;
    width: 50px;
    padding-left: 7px;
}

tbody td {
    border: 0px;
    vertical-align: middle;
    padding: 4px;
}

tbody td .glyphicon {
    font-size: 25px;
}

td:last-child, th:last-child {
    text-align: center;
}

#refresh {
    color: #666666;
    border: 2px solid #666666 !important;
    background-color: transparent;
    text-align: center;
    margin-left: 20px;
    border-width: 2px;
    border-radius: 5px;
    width: 35px;
    line-height: 35px;
    display: block;
    height: 35px;
    padding: 0px;
    box-shadow: 0 0 0 0;
    float: right;
}

#refresh i {
    margin-top: -1px;
    display: block;
}

#add-device {
    color: #C72323;
    border-color: #C72323;
    background-color: white;
}

input.form-control {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: auto;
}

input.port {
    width: 60px;
}

.spinner {
    display: block;
}

.spinner.small {
    width: 32px;
    height: 32px;
    border: 4px solid rgba(144, 25, 25, 0.25);
    border-top-color: #C9242C;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 11px;
    left: 16px;
    margin: -16px auto 0;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fill {
    position: absolute;
    z-index: 10000;
    height: 100%;
    float: left;
    background-color: white;
    opacity: 0.75;
    right: 0px;
    left: 0px;
    top: 2px;
}

.fill>spinner {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 100px;
}

.stack {
    display: inline-block;
    margin-left: 5px;
}

.border-separator {
    border-right: 1px solid #e6e6e6;
}

.modal-content {
    padding: 50px !important;
    background-color: #F1F2F4;
}

#btn-confirm-delete, #btn-cancel-delete {
    background-image: none;
    border: none;
    width: 200px;
    padding: 10px;
    font-weight: 200;
}

#btn-confirm-delete, #btn-easyconnect-btn {
    background-color: #901919;
}

#btn-cancel-delete {
    background-color: black;
}

p {
    margin: 0 0 20px;
    font-size: 18px;
}

#error-icon {
    color: #901919;
    font-size: 80px;
    margin-bottom: 25px;
}

#tab-header {
    background-color: #ef5350;
    color: white;
    font-size: 14px !important;
    line-height: 25px;
    height: 60px;
}



#add-device-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: lighter;
    margin-left: 20px;
    margin-top: 20px;
}

.title-spacer {
    font-size: 28px;
    font-weight: lighter;
    color: #666666;
}

#flex-commander {
    flex: 0 1 auto;
    transition: all 2s;
}

#scroll-container {
    flex: 1 1 auto;
    transition: all 2s;
    overflow-y: auto;
}

#tab-header-cont {
    margin-bottom: -15px;
}

.fa {
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.row.title {
    margin-top: 15px
}

.fa {
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle
}

#error-icon {
    height: 100px;
    padding-top: 10px
}

#error-icon .fa {
    line-height: 80px;
    color: #901919;
    font-size: 80px
}

.hide-on-editing {
    display: inherit
}

.editing .hide-on-editing {
    display: none
}

.show-on-editing {
    display: none
}

.editing .show-on-editing {
    display: inherit
}

.hide {
    display: none
}

.collection-item:first-child i.fa-trash {
    display: none
}

.hidden {
    display: none;
}

.input-editable label {
    color: #000;
}

.saving .hide-on-saving {
    display: none !important;
}

.saving .show-on-saving {
    display: inherit !important;
}

.modal h4 {
    text-align: left;
    font-weight: lighter;
    font-size: 27px;
    margin-bottom: 30px;
    position: relative;
}

.modal-content h4 .switch {
    position: absolute;
    top: -3px;
    left: 214px;
}

.modal h5 {
    text-align: left;
    font-size: 16px;
    margin-top: 40px;
}

.row .col.input-with-icon {
    padding-right: 50px;
}

.modal label {
    color: #000 !important;
}

#btn-change-password {
    background-color: #000;
    color: #fff;
    float: right;
}

.input-action {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#slider-interval {
    display: block;
    width: 100%;
    height: 60px;
    padding: 24px 5px;
    position: relative;
    margin-top: 30px;
}

.switch label input[type=checkbox]:checked+.lever, .switch label input[type=checkbox]:checked+.lever:after {
    background-color: #B92020;
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C72323;
    background-color: #C72323;
    z-index: 0;
}

#search-input:focus {
    border-bottom: 0px !important;
    box-shadow: 0 0 0 0 #000 !important;
}

#notifications {
    height: 50%;
    width: 40%;
}

.nav-caret {
    position: relative;
    top: -12px;
    left: -10px;
}

.clear {
    clear: both;
}


.device-not-enable {
    margin-top: 15px;
    margin-right: 20px;
}

.switch-text {
    margin-right: 50px;
}

#referencer {
    padding-top: 64px;
}

nav {
    position: fixed;
    z-index: 99999999;
}

 .detailed-section-title {
    padding: 10px !important;
    font-size: 1.1em;
    font-weight: bold;
 }

 .detailed-info {
     padding: 20px !important;
 }

 .detailed-info-title {
    font-weight: bold;
 }

 .detailed-info-value {
    font-weight: lighter;
    color: #777777;
 }
#ezviz-subtitle {
    margin-bottom: 0px;
    font-weight: 900;
}

#ezviz-image {
    width: 48px;
    height: 48px;
}
