﻿.custom-label label {
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 5px;
}

.custom-label input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.input-lg {
    font-size: 18px !important;
}


.body-sign {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}

    .body-sign .center-sign {
        display: table-cell;
        padding-top: 20px;
        vertical-align: middle;
    }

    .body-sign .panel-sign {
        background: transparent;
    }

        .body-sign .panel-sign .panel-title-sign .title {
            background-color: #cccccc;
            border-radius: 5px 5px 0 0;
            color: #FFF;
            display: inline-block;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 20px;
            line-height: 2rem;
            padding: 13px 17px;
            vertical-align: bottom;
        }

        .body-sign .panel-sign .panel-body {
            background: #FFF;
            border-top: 5px solid #cccccc;
            border-radius: 5px 0 5px 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            padding: 33px 33px 15px;
        }

    /* Sign Screens - Elements */
    .body-sign .input-group-icon .input-group-addon i {
        width: 14px;
    }

    .body-sign .checkbox-custom {
        margin-top: 8px;
    }

    .body-sign .line-thru {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        position: relative;
    }

        .body-sign .line-thru span {
            color: #CCC;
            position: relative;
            z-index: 3;
        }

        .body-sign .line-thru:before {
            background-color: #FFF;
            content: '';
            height: 10px;
            left: 50%;
            position: absolute;
            margin: -5px 0 0 -20px;
            top: 50%;
            width: 40px;
            z-index: 2;
        }

        .body-sign .line-thru:after {
            border-bottom: 1px solid #DADADA;
            content: '';
            display: block;
            left: 10%;
            position: absolute;
            top: 47%;
            width: 81%;
            z-index: 1;
        }



/* Original #d2322d	*/
.panel-title-sign h2 {
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #337ab7 !important;
}

.panel-sign .panel-body {
    border-top-color: #337ab7 !important;
}

html .panel-washtec .panel-heading {
    background: #337ab7 !important;
}

html .panel-washtec .panel-subtitle {
    opacity: 0.8;
    color: white;
}

html .panel-washtec .panel-title {
    color: white;
}

html .panel-washtec .panel-actions a {
    background-color: transparent !important;
    color: white;
}

html .panel-washtec .panel-body {
    margin: 10px;
}

.stats-table {
    font-size: 0.8rem;
}

@media(max-width: 767px) {
    .btn.btn-logout {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media(min-width: 768px) {
    .btn.btn-logout {
        margin-top: 9px;
        margin-bottom: 9px;
    }
}

.btn-user {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 16px;
    min-width: 140px;
    font-size: 10px;
}

.glyphicon {
    font-size: 20px;
}

.info:hover {
    background-color: RoyalBlue;
}

.info {
    background-color: #2196F3;
}
    /* Blue */
    .info:hover {
        background-color: RoyalBlue;
    }


.selectddl {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px; /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

    .selectddl::-ms-expand {
        display: none;
    }


.border-t-left-connected {
    border-top: .50rem solid #00ff21 !important
}

.btn-washtec {
    border-color: #337ab7;
    background-color: #337ab7;
    border-color: #337ab7 #337ab7 #135289;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-washtec:hover {
        border-color: #3b7ab0;
        background-color: #3b7ab0;
        color: white;
    }

    .btn-washtec:active, body .btn-washtec:focus {
        border-color: #4476a0;
        background-color: #4476a0;
        color: white;
    }

    .btn-washtec.dropdown-toggle {
        border-left-color: #4476a0;
    }

    .btn-washtec[disabled] {
        border-color: #6697c2;
        background-color: #6697c2;
    }


.tableFixHeadOnScroll {
    top: 0;
    position: fixed;
    background: #fff;
}




.led-box {
    height: 30px;
    width: 25%;
    margin: 10px 0;
    float: left;
}

    .led-box p {
        font-size: 12px;
        text-align: center;
        margin: 1em;
    }

.led-red {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}

.led-yellow {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #FF0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
}


.led-green {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-blue {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #24E0FF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}

.led-gray {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 7px 1px, inset rgba(0, 0, 0, 0.2) 0 -1px 9px, rgba(0, 0, 0, 0.25) 0 2px 14px;
}


.led-black {
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: rgb(0, 0, 120);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 7px 1px, inset #006 0 -1px 9px, #006 0 2px 14px;
}


.btn-ld-black {
    margin: auto;
    padding:0;
    width: 35px;
    height: 20px;
    background-color: rgb(0, 0, 120);
}


.btn-ld-green {
    margin: auto;
    padding: 0;
    width: 35px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

