﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:50px;
}
.btn-default {
    background: #000;
    color: #3273ca;
    border: 3px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline: none;
}

    .btn-default:hover {
        background: #3273ca;
        color: #fff;
        border-color: #000;
    }
textarea{
    min-height:100px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/*xxxxxxx Layout xxxxxxxx*/
.page-header {
    font-family: 'Abril Fatface', cursive;
    font-size:40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 300px;
    text-align: center;
    z-index: 9999;
    right: -50px;
    background: #000;
    border-radius: 10px;
    border: 5px solid #0229ff;
}
.dropdown:hover .dropdown-content {
    display: block;
    top: 52px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -27px;
    right: 20%;
    margin-left: -5px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #0229ff transparent;
}

.dropdown-content .panel-default{
    background:none;
    border:none;
}

.dropdown-content .panel-heading {
    font-family: 'Abril Fatface',cursive;
    text-transform: uppercase;
    font-size: 20px;
    color: #3273ca;
    background: none;
    border-color: #0229ff;
}
.dropdown-content .nav-stacked li a {
    border:3px solid #000;
}



.dropdown-content .nav-stacked li a:hover {
    background: #000;
    border-color: #3273ca;
}

#acnt-drop {
    right:10px;
}

#acnt-drop::before{
    right:10%;
}

.emp-img {
    max-width: 100%;
    height:200px;
    width:200px;
    border-radius:50%;
    border:20px double #3273ca;
    margin-bottom:10px;
}


#loadDept {
    max-height: 500px;
    overflow:auto;
    padding-left: 0;
    padding-right: 0;
    text-align:center;
}

#loadDept::-webkit-scrollbar{
    width:10px;
}

#loadDept::-webkit-scrollbar-thumb{
    background:#3273ca;
    border-radius:10px;
}

.navTop{
    list-style:none;
    float:right;
    margin-right:25px;
}


.navTop li{
    display:inline-block;
}

    

    .navTop li:hover a{
        background:#3273ca;
        color:#fff;
    }

    .navTop li:hover a::after{
        opacity:1;
    }

    .navTop li a {
        padding: 10px 15px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-top: 5px solid #000;
        width: 125px;
        text-align: center;
        border-radius:8px 8px 0 0;
    }

    .navTop li a:focus{
        background:#3273ca;
        color:#fff;
    }

        .navTop li a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 45%;
            border-width: 0px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .navTop li:hover a::before{
           border-width:8px;
        }

.navigation #navTop {
    background: #000;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#loadingBar{
    width:100%;
    background:#3273ca;
    border:none;
    position:fixed;
    top:43px;
    z-index:9998;

}

#progressBar {
    width: 1%;
    height: 5px;
    background-color: transparent;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

#btmHeader {
    height: 200px;
    background: linear-gradient(180deg, #000,#03234e,#3273ca);
}

.logo {
    font-size: 25px;
    font-family: 'Abril Fatface',cursive;
    margin-left: 25px;
    background: #3273ca;
    max-height: 45px;
    padding: 10px;
    color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border: 1px solid #3273ca;
    height:45px;
}

.logo:hover{
    text-decoration:none;
    background:#000;
    color:#3273ca;
    border-bottom:1px solid #000;
    
}

.logo span{
    margin-left:5px;
}

.nav-stacked li{
    display:block;
}

.nav-stacked li a{
    width:100%;
    border:none;
    border-radius:0;
}

.nav-stacked li a::before{
    display:none;
}

.dropdownBtn::after{
    display:none;
}


.main {
    width: 75%;
    margin: auto;
    background: url(../images/motherboard.jpg)center fixed no-repeat;
    background-size: cover;
    padding-top:100px;
    
}

    .main.visible {
        box-shadow: inset 0 0 100px #000;
        background:url(../images/motherboard.jpg)center fixed no-repeat;
       background-size:cover;
        
    }

.floating-column {
    position: absolute;
    width: 75%;
    top: 100px;
    background: #fff;
    padding: 25px;
    padding-bottom:80px;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    
}

#f-column.open{
    box-shadow:0 0 15px 0 #000;
    margin-top:380px;
    border-radius:10px;
}


#btmHeader {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

#btmHeader.recede{
    height:0;
}


#insideNav{
    display:none;
    text-align:center;
}

    #insideNav a {
        position: absolute;
        top: -80px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        height: 150px;
        color: #fff;
        background: #a3def1;
        text-decoration: none;
        border-radius: 0 0 15px 15px;
        width: 100px;
        padding-top: 100px;
        font-family: 'Abril Fatface',cursive;
        -webkit-animation: circuit 5s linear infinite;
        animation: circuit 5s linear infinite;
    }

#insideNav a:hover{
    top:0;
}

#emps{
    left:20%;

}

#depts{
    left:30%;
}

#apts{
    left:40%;
}

#careers{
    right:40%;
}

#tickets{
    right:30%;
}

#tstatus{
    right:20%;
}

#footer{
    margin-top:200px;
    width:100%;
    opacity:0;
}
#footer.move{
    margin-top:750px;
}

#footerBtm{
    background:#000;
    color:#fff;
    padding:0;
    border-top:3px solid #3273ca;
}

#footerBtm p{
    background:#3273ca;
    width:200px;
    margin:auto;
    padding:12px 0;
    border-radius:0 0 15px 15px;
}



#footerTop {
    min-height: 150px;
    background: linear-gradient(180deg,#3273ca,#03234e, #000);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.footNav {


    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
}

    .footNav .nav-stacked li a {
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border:3px solid transparent;
        border-radius:5px;
    }

    .footNav .nav-stacked li a:hover{
        background:#000;
        border-color:#3273ca;
    }

.footNav h3{
    font-family:'Abril Fatface',cursive;
    background:#000;
    color:#fff;
    padding:15px 0;
}


#footer {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}




/*xxxxxxxx Tickets xxxxxxxxx*/

.fa-info{
    border:2px solid #000;
    border-radius:50%;
    padding:5px;
    width:25px;
}

.col-check .info-box{
    visibility:hidden;
    position:absolute;
    left:0;
    margin-left:-60px;
    opacity:0;
    transition:opacity 1s;
    background:#000;
    color:#fff;
    padding:5px;
    border-radius:10px;
    
}

.info-box .fa-exclamation-circle{
    -webkit-animation:none;
    animation:none;
}

    .info-box::before {
        content: "";
        position: absolute;
        top: -16px;
        right: 20px;
        margin-left: -5px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
       
    }

    .col-check:hover .info-box{
        visibility:visible;
        opacity:1;
    }


.btn-group .btn {
    transition: background-color .3s ease;
}

.panel-table .panel-body {
    padding: 0;
    
}

.ticket-row .panel-body {
    min-height: 465px;
}

.table > thead > tr > th {
    border-bottom: none;
}

.panel-footer, .panel-table .panel-body .table-bordered {
    border-style: none;
    margin: 0;
}

    .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
        text-align: center;
        width: 50px;
    }

    .panel-table .panel-body .table-bordered > thead > tr > th.col-tools {
        text-align: center;
        width: 120px;
    }

    .panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
    .panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
        border-right: 0;
    }

    .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
    .panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
        border-left: 0;
    }

    .panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {
        border-bottom: 0;
    }

    .panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {
        border-top: 0;
    }
.pagination > li > a:focus,
.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
    height: 38px;
    width: 38px;
    padding: 5px;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border:3px solid #3273ca;
}

.pagination > li > a.active{
    border:3px solid #3273ca;
}

.pagination > li > a.active:hover{
    background:#000;
    color:#3273ca;
    border-color:#3273ca;
}

.pagination > li > a:hover{
    background:#3273ca;
    color:#fff;
    border-color:#000;
}
.pagination > li.active > a:focus,
.pagination > li.active > a{
    border-color:#000;
}

.pagination {
    margin: 0;
}


.btn-info {
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-info:hover{
    background:#3273ca;
    border-color:#000;
}

.table-img{
    height:50px;
    display:block;
    margin:auto;
    border-radius:5px;
}


.new-ticket-row{
    margin-top:25px;
    margin-bottom:25px;
}

.modal-title{
    text-align:center;
    font-size:40px;
    font-family:'Abril Fatface', cursive;
}

.new-ticket-row textarea{
    min-height:100px;
}

#submit{
    margin-top:50px;
    width:100%;
    display:block;
    text-align:center;
}

#submit .btn-default{
    width:50%;
}


.fa-exclamation-circle {
    color: #ae0505;
    -webkit-animation: flash 1.5s linear infinite;
    animation: flash 1.5s linear infinite;
}


.ttablerow {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.ttablerow:hover{
    cursor:pointer;
    background:#000;
    color:#3273ca;
}


#searchBox{
    border-radius:0 5px 5px 0;
    border:3px solid #3273ca;
}

#searchBox:focus{
    box-shadow:none;
    border:3px solid #3273ca;
}

#newTBtn {
    margin-bottom: 15px;
    background: #000;
    color: #3273ca;
    border: 5px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline:none;
}

#newTBtn:hover{
    background:#3273ca;
    color:#fff;
    border-color:#000;
}

#newPatientBtn {
    margin-bottom: 15px;
    background: #000;
    color: #3273ca;
    border: 5px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline: none;
}

    #newPatientBtn:hover {
        background: #3273ca;
        color: #fff;
        border-color: #000;
    }



#newEmpBtn {
    margin-bottom: 15px;
    background: #000;
    color: #3273ca;
    border: 5px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline: none;
}

    #newEmpBtn:hover {
        background: #3273ca;
        color: #fff;
        border-color: #000;
    }




tbody.hideOverflow{
    height:870px;
    overflow:hidden;
}


#loader {
    box-shadow:0 0 20px 5px #2196F3;
    position: absolute;
    top: 40%;
    left: 45%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 25px solid #000;
    border-top: 25px solid #3273ca;
    border-bottom: 25px solid #3273ca;
    background: #000;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    display:none;
}

#loader2 {
    box-shadow: 0 0 20px 5px #2196F3;
    display: none;
    position: absolute;
    top: 20%;
    left: 45%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 25px solid #000;
    border-top: 25px solid #3273ca;
    border-bottom: 25px solid #3273ca;
    background: #000;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}


.panel-footer{
    text-align:center;
}


.sortBtn{
    text-decoration:none;
}

.sortBtn:hover{
    text-decoration:none;
}


#newTicketModal .modal-dialog{
    margin-top:100px;
}

#newTicketModal .modal-content{
    border-radius:10px;
}

#newTicketModal .modal-header{
    background:#000;
    border-radius:10px 10px 0 0;
}

#newTicketModal .close,
#newTicketModal .modal-title{
    color:#3273ca;
}

#newTicketModal .modal-footer{
    background:#000;
    border-radius: 0 0 10px 10px;
    height:88px;
}

#newTicketRow .btn-default {
    background: #000;
    font-family: 'Abril Fatface',cursive;
    font-size: 18px;
    color: #fff;
    border: 3px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

#newTicketRow .btn-default:hover{
    background:#3273ca;
    border-color:#000;
    box-shadow:0 3px 5px #000;
}

#newTicketRow .well{
    box-shadow:inset 0 0 15px #000;
    margin-bottom:15px;
    padding-left:100px;
    padding-right:100px;
}


.form-control{
    background:#000;
    color:#fff;
    border:3px solid #3273ca;
}


.hexagon {
    background: url(../images/1-2-hexagon-png-picture-thumb.png) center no-repeat;
    height: 200px;
    background-size: cover;
    width: 200px;
    text-align: center;
    padding-top: 60px;
    margin-top: 25px
}

    .hexagon a {
        color: #fff;
        font-family: 'Abril Fatface',cursive;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

    .hexagon a:hover{
        text-decoration:none;
    }

.hexagon a strong{
    color:#000;
    font-size:18px;
}




/*xxxxxxx Ticket Details xxxxxxxxx*/
#folder-wrapper {
    width: 95%;
    height: 700px;
    box-shadow: 0 2px 3px #000;
    padding: 20px;
    padding-left: 50px;
    background: #fff8d2;
    margin-top:50px;
}

#left-page {
    display: inline-block;
    width: 49%;
    background: #fff;
    height: 650px;
    box-shadow: inset -50px 0 50px #808080, 0 2px 3px #000;
    padding-top: 25px;
    padding-left: 5px;
}

    #left-page .form-block {
        width: 90%;
        margin: auto;
    }

#right-page {
    display: inline-block;
    width: 49%;
    background: #fff;
    height: 650px;
    box-shadow: inset 50px 0 50px #808080, 0 2px 3px #000;
    vertical-align: top;
    text-align: center;
    padding-top:25px;
}

#noteRight-page {
    background: #fff;
    height: 650px;
    vertical-align: top;
    box-shadow: inset 50px 0 50px #808080, 0 2px 3px #000;
    vertical-align: top;
    text-align: center;
    display: none;
    width:49%;
    float:right;
    margin-right:13px;
    padding-top:25px;
}


.closeNotes {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: none;
    background: none;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    color: #919191;
    outline: none;
}

.closeNotes:hover{
    color:#000;

}

.formDiv{
    padding-top:15px;
    padding-bottom:15px;
}

#notes1 .list-group {
    height: 600px;
    margin: auto;
    margin-bottom: 5px;
}

.addNoteBtn {
    height: 100px;
}

.list-group {
    height: 400px;
    overflow-y: scroll;
    background: transparent;
    padding: 5px;
    padding-left:15px;
}

.list-group::-webkit-scrollbar{
    width:10px;
}

.list-group::-webkit-scrollbar-thumb{
    background:#000;
    border-radius:10px;
}

.list-group-item {
    background: transparent;
    border:none;
    margin-top: 30px;
}

#noteText{
    width:75%;
    min-height:100px;
    display:inline-block;
    background:rgba(255, 255, 255, 0.27);
    color:#000;
}

#btnAddNote{
    width:15%;
}



.folder-tab {
    background: #fff8d2;
    height: 150px;
    width: 5%;
    border-radius: 0 15px 15px 0;
    box-shadow: 3px 0 5px #000;
    float: right;
    margin-top: -600px;
    padding-top: 60px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.folder-tab2 {
    background: #fff8d2;
    height: 150px;
    width: 5%;
    border-radius: 0 15px 15px 0;
    box-shadow: 3px 0 5px #000;
    float: right;
    margin-top: -440px;
    padding-top: 60px;
    border-left: 1px solid #7f7e7e;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.folder-tab3 {
    background: #fff8d2;
    height: 150px;
    width: 5%;
    border-radius: 0 15px 15px 0;
    box-shadow: 3px 0 5px #000;
    float: right;
    margin-top: -280px;
    padding-top: 60px;
    border-left: 1px solid #7f7e7e;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.folder-tab:hover,
.folder-tab2:hover,
.folder-tab3:hover{
    background:#fbefae;
}

.holdBtn {
    position:absolute;
    right:-20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    outline:none;
    background:transparent;
    border:none;
    color:#000;
    font-family:'Abril Fatface',cursive;
    font-size:20px;
}

#noteBtn {
    position: absolute;
    right: 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: none;
    background: transparent;
    border: none;
    color: #000;
    font-family: 'Abril Fatface',cursive;
    font-size: 20px;
}

.resolveBtn {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: none;
    background: transparent;
    border: none;
    color: #000;
    font-family: 'Abril Fatface',cursive;
    font-size: 20px;
}

.holdBtn:hover,
#noteBtn:hover,
.resolveBtn:hover{
    background:none;
    color:#000;
}


.comImg {
    height: 50px;
    width:50px;
    border-radius:50%;
}

#btnAddNote {
    height: 100px;
    border:2px solid #3273ca;
}
.doctor-row{
    text-align:center;
}
.doctor-row img{
    max-width:100%;
    height:200px;
    border-radius:5px;
}

.doctor-row h2{
    font-family:'Abril Fatface',cursive;
    font-size:20px;
}

.doctor-row p{
    font-weight:bold;
    font-size:18px;
}

.form-block{
    font-family:'Abril Fatface',cursive;
    font-size:25px;
    
}
#descript {
    overflow-y: scroll;
    overflow-x:hidden;
    height: 100px;
    width: 80%;
    margin: auto;
    text-align:left;
    padding:10px;
    box-shadow:inset 0 0 15px #000;
    border-radius:5px;
    word-wrap:break-word;
}

#descript::-webkit-scrollbar{
    width:10px;
}

#descript::-webkit-scrollbar-thumb{
    background:#000;
    border-radius:10px;
}


#backBtn {
    margin-top: 100px;
    background: #3273ca;
    border: 3px solid #000;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

#backBtn:hover{
    background:#000;
    border-color:#3273ca;
}


.form-actions{
    margin-top:25px;
    text-align:center;
}

.resolve-container {
    position: absolute;
    top: 40%;
    left: 40%;
    height: 200px;
    width: 400px;
    background: #ddd;
    padding-top: 60px;
    text-align: center;
    border-radius: 30px;
    border: 15px solid #363636;
    box-shadow: 0 3px 7px #000;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display:none;
}

.resolve-container:hover button{
    color:#fff;
    text-shadow:-1px 1px 0 #000, 1px -1px 0 #000;
}

#resolveSelected {
    background: none;
    border: none;
    font-family: 'Abril Fatface',cursive;
    font-size: 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}




select option{
    text-align:center;
}

#loginForm{
    min-height:700px;
}

.emp-login{
    width:80%;
    margin:auto;
    box-shadow:0 3px 10px 0 #000;
    padding:25px 0;
    border-radius:5px 5px 50px 50px;
}

    .emp-login div {
        text-align: center;
        width: 80%;
        margin: auto;
        margin-top: 50px;
    }


.emp-login input[type=text],
.emp-login input[type=password]{
    text-align:left;
    width:80%;
    height:50px;
    font-size:20px;
    margin:auto;
}

    .emp-login .btn-default {
        width: 80%;
        background: #3273ca;
        border: 3px solid #000;
        color: #fff;
        font-size: 20px;
        font-family: 'Abril Fatface',cursive;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .emp-login .btn-default:hover{
        background:#000;
        border-color:#3273ca;
        box-shadow:0 3px 5px 0 #000;
    }

    .checkbox{
        width:50%;
        margin:auto;
        padding-top:25px;
        font-size:20px;

           
    }

/*xxxxxxxxxxx Employees xxxxxxxxxxx*/
.dept-row .panel-default,
.emp-row .panel-default {
    text-align: center;
    padding-top: 5px;
    border: 2px solid#fff;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.dept-row .panel-default:hover,
    .emp-row .panel-default:hover {
        box-shadow: 0 5px 10px #000;
    }

.lead {
    font-family: 'Abril Fatface',cursive;
}

.dept-row img,
.emp-row img {
    max-width: 100%;
    height: 250px;
    border-radius: 5px;
}

.panel-thumbnail {
    background: #353535;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dept-row .panel-default,
.emp-row .panel-default {
    border: 5px solid #3273ca;
    padding-left: 3px;
    padding-right: 3px;
    background:#000;
    color:#fff;
}


#stats{
    height:400px;
}

#stats h2{
    font-size:25px;
}


#image_holder img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 5px;
}

#image_holder {
    background: url(../images/imageholder.png) center no-repeat;
    width: 50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    height: 320px;
}

.new-emp-row {
    margin-bottom: 25px;
}

.emp-row .thumbnail {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .emp-row .thumbnail img {
        height: 250px;
        border-radius: 5px;
    }

.switch input {
    display: none;
}


.emp-row{
    margin-top:25px;
    min-height: 800px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.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);
}


.filter{
    margin-bottom:25px;
    margin-top:25px;
}

.emp-badge {
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0 5px 10px #000;
}

#barcode {
    background: url(../images/barcode.png) center no-repeat;
    width: 280px;
    height: 50px;
}


.emp-badge h3 {
    font-family: 'Abril Fatface', cursive;
}

.page-title,
#badge-title {
    font-family: 'Abril Fatface', cursive;
}


    #badge-title img {
        border-radius: 5px;
        opacity: .8;
    }

#empimg {
    max-width: 100%;
    border-radius: 5px;
}


#emp-info {
    box-shadow: -1px 0 3px #000, 0 4px 8px #000;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
    padding-bottom:25px;
}

.pg2-btn {
    margin-top: 100px;
    border-radius: 20px;
    outline: none;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.pg1-btn {
    margin-top: 100px;
    border-radius: 20px;
    outline: none;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.pg2-btn:hover,
.pg1-btn:hover{
    box-shadow:0 3px 5px 0 #000;
}

.info-top h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 37px;
    color: #ddd;
    text-shadow: -1px 1px 0 #000, 1px -1px 0 #000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}


.empTd {
    border-right: 1px solid #636867;
    width: 50%;
    padding: 0;
}

.empTd {
    border-right: none;
    color: black;
}

.empTd {
    font-weight: bold;
    color: #fff;
    background-color: #000;
    background-image: url("../textures/clean-gray-paper.png");
    text-align: center;
}


#emp-info-pg2 {
    display: none;
    box-shadow: -1px 0 3px #000, 0 4px 8px #000;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
    padding-bottom: 25px;
}


.pagBox{
    text-align:center;
}


#navBtn{
    width:50px;
    background:#3273ca;
    color:#fff;
    border:1px solid #3273ca;
    border-bottom:none;
}

#navBtn:hover{
    background:#000;
    color:#3273ca;
}

    #navBtn::before {
        left: 35%;
        border-color: #3273ca transparent transparent transparent;
    }


    .page-title{
        font-family:'Abril Fatface',cursive;
    }

    .modal-dialog {
        margin-top:100px;
    }


#careerBtn {
    background: #000;
    color: #3273ca;
    border: 3px solid #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline:none;
}

#careerBtn:hover{
    background:#3273ca;
    color:#fff;
    border-color:#000;
}




/*xxxxxxxx Home Page xxxxxxxxx*/
.home-row{
    text-align:center;
    margin-bottom:150px;
    margin-top:50px;
}

.home-row h2{
    font-family:'Abril Fatface',cursive;
}


    .home-row .nav-stacked li a {
        background: #3273ca;
        color: #fff;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border:3px solid #000;
        border-radius:5px;
    }

    .home-row .nav-stacked li a:hover{
        background:#000;
        border-color:#3273ca;

    }


#careerPic {
    background: url(../images/Housecast.jpg) center no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 5px 50px 5px 50px;
    opacity: .7;
    border: 10px solid #000;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}


#careerPic p{
    font-family:'Abril Fatface',cursive;
    font-size:30px;
    opacity:1;
    color:#000;
    margin-bottom:150px;
}

    #careerPic .btn-default {
        background: #3273ca;
        color: #fff;
        border: 3px solid #000;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        font-size:20px;
    }
  
#careerPic:hover{
    opacity:1;
}

#careerPic:hover .btn-default{
    background:#000;
    color:#3273ca;
    border-color:#3273ca;
}

.jumbotron h2{
    font-family:'Abril Fatface',cursive;
    font-size:50px;
}

.home-row .cycle{
    width:100%;
    background:linear-gradient(180deg, #000,#03234e,#3273ca);
    color:#fff;
    padding-top:50px;
    padding-bottom:250px;
    border-radius:15px;
    border:15px solid #000;
}

    .home-row .cycle .nav-stacked li a {
        background: none;
        border: 3px solid transparent;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Abril Fatface',cursive;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

    .home-row .cycle .nav-stacked li a:hover{
        background:#000;
        border-color:#3273ca;
    }

    .home-row .cycle .nav-stacked{
        width:50%;
        margin:auto;
    }

.home-row .cycle:hover{
    cursor:pointer;
}


.home-row #cycler{
    overflow:hidden;
    min-height:430px;
}


.home-row .cycle h2{
    font-size:50px;
    text-shadow:-3px 2px 0 #000;
    position:relative;
    z-index:99;
}

#cycle1{
    height:428px;
    padding-top:0px;
}

#cycle2 {
    background: linear-gradient(180deg, #000,#032500,#17c601);
    height: 428px;
    padding-top:0;
}

#cycle3 {
    background: linear-gradient(180deg, #000,#004d56,#00efff);
    height: 428px;
    padding-top:0;
}

#cycle4 {
    background: linear-gradient(180deg,#000,#1f0051,#4f00ce);
    height: 428px;
    padding-top:0;
}

#cycle5 {
    background: linear-gradient(180deg,#000,#000742,#0021ff);
    height: 428px;
    padding-top:0;
}

#cycle5 .castImg{
    height:400px;
}


.castImg{
    max-width:100%;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity:.5;
    max-height:400px;
    border-radius:3px;
}

#cycle2 .castImg{
    height:400px;
    width:100%;
}

#homeScroll{
    margin-top:0;
}

fieldset{
    width:50%;
    margin:auto;
    padding-bottom:50px;

}


#deleteRes{
    min-height:500px;
}


.resume-row .panel-body{
    min-height:250px;
}

fieldset span{
    font-size:25px;
    font-family:'Abril Fatface',cursive;
}

fieldset .editor-field{
    margin-top:25px;
    margin-bottom:25px;
}

    fieldset .btn-default {
        background: #3273ca;
        color: #fff;
        border: 3px solid #000;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        font-size: 20px;
        width:100%;
    }

        fieldset .btn-default:hover {
            background: #000;
            color: #3273ca;
            border-color: #3273ca;
        }


.resume-row embed{
    border:20px solid #3273ca;
    border-radius:10px;
    box-shadow:0 3px 10px #000;
}

.searchBtn:focus,
.searchBtn {
    background: #000;
    border: 3px solid #3273ca;
    color: #3273ca;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline:none;
    height:34px;
}

.searchBtn:hover{
    background:#3273ca;
    color:#fff;
    border-color:#000;
}









#loadRecent {
    width: 75%;
    margin: auto;
}

.recent .panel-table,
.recent .panel-heading,
.recent .panel-body,
.recent .panel-footer{
    background:rgba(0, 0, 0, 0.60);
    color:#3273ca;
    border-color:#3273ca;
}

.recent .panel-body{
    padding-left:10px;
}

#recentTicTable tr td{
    background:none;
    border-color:#3273ca;
}

#recentTicTable tr{
    border-bottom:1px solid #3273ca;
    width:100%;
    
}

#recentTable{
    width:100%;
}

.recent .panel-body {
    height:250px;
    overflow-y:scroll;
}

.recent .panel-body::-webkit-scrollbar{
    width:10px;
}

.recent .panel-body::-webkit-scrollbar-thumb{
    background:#3273ca;
    border-radius:10px;
}




.recent .panel-heading h2 .badge {
    background: none;
    border: 3px solid #3273ca;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #3273ca;
}


#loadRecent .nav-stacked {
    border: 10px solid #3273ca;
    padding: 50px 10px;
    background: rgba(0, 0, 0, 0.60);
    text-align:center;
    border-radius:5px;
    display:block;
}

    #loadRecent .nav-stacked li a {
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Abril Fatface',cursive;
        color: #fff;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border:3px solid transparent;
        display:block;
    }

        #loadRecent .nav-stacked li a:hover{
            background:#000;
            border-color:#3273ca;
        }



        /*xxxxxxxxxxxxxxx Contact xxxxxxxxxxxxxxx*/
        .contact-row{
            margin-top:25px;
            margin-bottom:25px;
        }
        #xrayModal .modal-header,
        #contactModal .modal-header{
            background:#3273ca;
            border-radius:10px 10px 0 0;
        }
        #xrayModal .modal-title,
        #contactModal .modal-title{
            color:#fff;
        }
        #xrayModal .modal-content,
        #contactModal .modal-content{
            border-radius:12px;
            text-align:center;
        }

#contactModal .modal-body .btn-default {
    width: 50%;
    background: #3273ca;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 3px solid #000;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
#contactModal .modal-body .btn-default:hover {
   background:#000;
   border-color:#3273ca;
   color:#3273ca;
}

        #contactModal .modal-body textarea{
            min-height:100px;
        }

#confirm {
    padding: 100px;
    background: linear-gradient(180deg, #000,#03234e,#3273ca);
    border:15px solid #000;
    border-radius:10px;
    margin-bottom:250px;
}

#confirm h4{
    color:#fff;
    font-family:'Abril Fatface',cursive;
    font-size:20px;
}


.scrollPage{
    height:1000px;
    width:100%;
    overflow-y:scroll;
    overflow-x:hidden;
}

.scrollPage::-webkit-scrollbar{
    display:none;
}

.home-row{
    border-bottom:50px solid #ddd;
    padding-bottom:100px;
}


#careerScroll{
    border-bottom:none;
}



#apt-table{
    min-height:432px;
}

#apt-table thead th{
    text-align:center;
    font-weight:bold;
}


#newPatient .well input[type=text]{
    width:50%;
    margin:auto;
    margin-top:5px;
    margin-bottom:5px;
}

#newPatient .well{
    text-align:center;
    box-shadow:inset 0 0 15px #000;
    padding-bottom:50px;
}

    #newPatient .well .btn-default {
        background: #000;
        color: #3273ca;
        border: 3px solid #3273ca;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        outline:none;
        width:50%;
        margin-top:25px;
    }

    #newPatient .well h2{
        text-align:left;
    }

    #newPatient .well .btn-default:hover{
        background:#3273ca;
        color:#fff;
        border-color:#000;
    }


.popover-title {
    background: #000;
    color: #3273ca;
    text-align: center;
    font-size: 20px;
    font-family: 'Abril Fatface',cursive;
}

.popover-content{
    min-height:50px;
    margin-bottom:20px;
}

    .popover-content .fa-exclamation-circle {
        -webkit-animation: none;
        animation: none;
    }



        /*xxxxxxxxxxx Animations xxxxxxxxxxxx*/
        .animate {
            -webkit-animation: animatezoom 0.6s;
            animation: animatezoom 1s;
        }

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


@-webkit-keyframes flash{
    0% {
        opacity: 1;
    }
    50%{opacity:0;}
    100%{
        opacity:1;
    }
}

@keyframes flash{
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loader{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-webkit-keyframes circuit{
    0%{background:#a3def1;color:#000;}
    25% {
        background: #e1f2f8;
        color: #000;
    }
    50% {
        background: #0057c3;
        color: #fff;
    }
    75% {
        background: #052439;
        color: #fff;
    }
    100%{background:#a4d6ef;color:#000;}
}

@keyframes circuit{
    0% {
        background: #a3def1;
        color: #000;
    }

    25% {
        background: #e1f2f8;
        color: #000;
    }

    50% {
        background: #0057c3;
        color: #fff;
    }

    75% {
        background: #052439;
        color: #fff;
    }

    100% {
        background: #a4d6ef;
        color: #000;
    }
}

.main .nav-stacked{
    display:none;
}


#f-column .nav-stacked{
    display:block;
}


.mbl-cv {
    display: none;
}


.dept-row{
    min-height:800px;
}


.xrayimg {
    max-width:100%;
    max-height:250px;
}

.xrayimg:hover{
    cursor:pointer;

}

#xrayModal .modal-dialog{
    width:75%;
}

#xrayModal .modal-body img{
    max-width:100%;
}




@media screen and (min-width:1300px) {
    #f-column{
        padding-left:50px;
        padding-right:50px;
    }

    .ticket-row .panel-body{
        min-height:475px;
    }

    #noteBtn{
        right:25px;
    }

    .holdBtn{
        right:10px;
    }

    .resolveBtn{
        right:25px;
    }

    .pg2-btn,
    .pg1-btn{
        margin-top:200px;
    }

}


@media screen and (max-width:420px){
    #f-column{
        width:100%;
        left:0;
        z-index:99;

    }

    .emp-login{
        width:100%;
    }

    .home-row .col-xs-12{
        padding-left:0;
        padding-right:0;
    }

    .navTop li a{
        display:none;
    }
    #navBtn{
        display:block;
        margin-top:2px;
    }

    .cycle{
        max-height:200px;
    }

    .cycle h2{
        font-size:20px;
    }

    #stats{
        min-height:1200px;
    }

    .footNav{
        display:block;
        width:100%;
    }

    #insideNav a{
        display:none;

    }

    .main{
        width:100%;
    }

    #loadRecent{
        display:none;
    }

    .main .nav-stacked{
        text-align:center;
        display:block;

    }

    #mobileNav li a {
        text-transform: uppercase;
        font-family: 'Abril Fatface',cursive;
        background: rgba(0, 0, 0, 0.54);
        border: 3px solid #3273ca;
        margin-bottom: 25px;
        color: #fff;
        font-size: 20px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

        #mobileNav li a:focus {
            background: #000;
            color:#3273ca;
        }

    #myPager li a{
        margin-bottom:5px;
    }

   .selectList{
       margin-top:5px;
   }

   #searchBox{
       margin-bottom:5px;
   }

   #newTicketRow .well{
       padding:10px;
   }

   .new-ticket-row .col-xs-12{
       margin-top:5px;
       margin-bottom:5px;
   }

   .ticket-row .panel-body{
       min-height:600px;
   }

    .home-row .nav-stacked li a{
        background:#3273ca;
        border:3px solid #000;
    }
    .mhide{
        display:none;
    }

    #right-page{
        display:none;
        width:100%;
    }

    #folderBtn{
        margin-top:45px;
        background:#3273ca;
        border:3px solid #000;
        border-radius:5px;
        color:#fff;
    }

    #folderBtn:focus{
        background:#000;
        color:#3273ca;
        border-color:#3273ca;
    }

    #left-page{
        width:100%;
        height:600px;
    }

    #right-page{
        height:600px;
    }

    #folder-wrapper{
        padding-left:5px;
        height:650px;
        margin-bottom:50px;
    }


    #noteRight-page{
        height:600px;
        width:95%;
    }

    .doctor-row .col-xs-6 h2{
        font-size:18px;
    }


    .doctor-row .col-xs-6 p{
        font-size:16px;
    }

    .closeNotes {
        height: 30px;
        width: 30px;
        border-radius: 10px;
        border: none;
        background: none;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        color: #919191;
        outline: none;
    }

    #backBtn{
        margin-top:50px;
        margin-bottom:50px;
    }


    #empimg{
        height:110px;
    }

    #barcode{
        height:35px;
    }

    .closeNotes:hover{
        color:#000;
        
    }
    
    .folder-tab3,
    .folder-tab2 {
        border: none;
    }


    .doctor-row img{
        height:150px;
    }


    .pg2-btn{
        margin-top:25px;
    }

    .pg1-btn{
        margin-top:25px;
    }

    .cvBtn{
        display:none;
    }

    .mbl-cv{
        display:block;
    }


    .department .col-xs-6{
        padding:0;
    }

   #cycle2 .castImg{
       height:250px;
   }
   .castImg{
       height:250px;

   }

   #cycle5 .castImg{
       height:250px;
   }

   .cycle{
       padding-top:0;
   }

   

   #searchBox{
       margin-bottom:0;
   }

   .new-emp-row .col-xs-12{
       margin-top:5px;
   }

  

}