/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 17, 2017, 1:00:36 PM
    Author     : Zack Smith
*/

.header-fixed {
    width: 100%
}
.k-header{
    Color:#ffffff ;
    }
.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 20%;
    float: left;
}


.tooltip-wrapper {
    display: inline-block; /* display: block works as well */
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}


@media print {

    a[href]:after {
        content:none;
    }

}

a{
    color:#6b6d76 ;
}
a:hover{
    color:#92c83e ;
    text-decoration: none ;
}

.reverse-link{
    color:#92c83e !important;
}
.reverse-link:hover{
    color:#6b6d76 !important;
    text-decoration: none !important;
}

.link{
    color:#6b6d76 !important;
}
.link:hover{
    color:#92c83e !important;
    text-decoration: none !important;
}

body{
    font-family: sans-serif, Arial, Helvetica;
    color: #333333;
    line-height: 1;
    background-color: #EEEEEE;

    font-size: large;
}

.k12-container{
     background-color: #FFFFFF;
     width:95%;
     padding: 0px;
     margin: auto;
     overflow: auto;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }

.k12-container{
    background-color: #FFFFFF;
    width:95%;
    padding: 0px;
    margin: auto;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.k12-container-notopshadow{
    background-color: #FFFFFF;
    width:95%;
    padding: 0px;
    margin: auto;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.k12-container-nobotshadow{
    background-color: #FFFFFF;
    width:95%;
    padding: 0px;
    margin: auto;
    overflow: auto;
    box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.k12-profile-container{
    background-color: #FFFFFF;
    width:90%;
    margin: auto;
    padding: 0px;

}

.k12-header{
    background-color: #2A2E30;
    color: #ffffff; width: 100%;
    padding: .5ex;
}

.k12-tableHeader a:link, .k12-header a:link{
    color: #92c83e !important;
}
.k12-tableHeader a:hover, .k12-header a:hover{
    color: #ffffff !important;
}


.k12-tableHeader{
    background-color: #2A2E30;
    color: #ffffff;
    vertical-align: text-bottom;

}

.checkmateHeader{

    color: #92c83e;
}
.checkmateNav{
    background-color:#92c83e;
    color:white;
}

.checkMate{
    border-radius: 5ex !important;
    background-color: #92c83e;
    border-color:#92c83e;
    width: 70%;
    padding: 10px;
    margin: auto;
    border: 3px solid;
    border-color:#92c83e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:#ffffff;

}
.checkMateButton{
    color:#ffffff;
    width:100%;

    border:none;
    background-color:#92c83e;
    border-radius: 5ex !important;
}
.checkMateButton:hover{
    background-color:#6b6d76 !important;
}
.checkMateOption{
    color:#ffffff;
    width:90%;
    height: 7ex;
    border:none;
    background-color:#92c83e;
    border-radius: 5ex !important;
}

.checkMateOption:hover{
    background-color:#6b6d76 !important;
}
#container {
    margin: auto;

}
.k12 {
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbark12 a:hover, .dropdownk12:hover .dropbtnk12 {
    color: #eee;

}

.dropdown-contentk12 {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-contentk12 a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-contentk12 a:hover {
    background-color: #222222;
}

.dropdownk12:hover .dropdown-contentk12 {
    display: block;
}

.dropdownk12:hover .dropdown-contentk12 {
    display: block;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color:#c8c8c8;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -250px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.fixedbutton {
    position: fixed;
    top: 1%;
    right: 10%;
}
.fixedleftbutton {
    position: fixed;
    top: 1%;
    left: .5%;
}
#overlay, #overlayFTE, #overlayDOE, #overlaySave {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8); /* Black background with opacity */
    z-index: 100000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    margin: auto;
    color: white;
}
.loader {

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -40px 0 0 -40px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #92c83e;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite ;
}

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

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#help {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    text-color: #333333;
    text-align: center;
    padding-right: 10px;
    padding-top: 5px;

}

#toolbar{
    vertical-align:middle;
    margin: auto;
    border: none;

    width: 90%;

    border-spacing: 0;

}

@media print{
    body{ background-color:#FFFFFF; background-image:none; color:#000000; }
    #toolbar{ display:none;}
    .navbark12{ display:none;}
    .btn{ display:none;}
    .alert{ display:none;}
    #exportTable, #container, .tableEportal,  .table-responsive, .card-header, div{
        width:100% !important;
        border-style: none !important;
        padding: 0px !important;
        font-size: 90% !important;
    }

}

/* new spinner */

.loading {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading2 {
    position: absolute;
    z-index: 1000;
    height: 2em;
    padding-top: 3%;
    margin: auto;
    top: 15%;
    left: 1%;
    bottom: 0;
    right: 0;
    color:#92C83E;
    text-align: center;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 15px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(146, 200, 62, 1) 1.5em 0 0 0, rgba(146, 200, 62, 1) 1.1em 1.1em 0 0,rgba(146, 200, 62, 1) 0 1.5em 0 0, rgba(146, 200, 62, 1) -1.1em 1.1em 0 0,rgba(146, 200, 62, 1) -1.5em 0 0 0, rgba(146, 200, 62, 1) -1.1em -1.1em 0 0, rgba(146, 200, 62, 1) 0 -1.5em 0 0, rgba(146, 200, 62, 1) 1.1em -1.1em 0 0;
    box-shadow: rgba(146, 200, 62, 1) 1.5em 0 0 0, rgba(146, 200, 62, 1) 1.1em 1.1em 0 0, rgba(146, 200, 62, 1) 0 1.5em 0 0, rgba(146, 200, 62, 1) -1.1em 1.1em 0 0, rgba(146, 200, 62, 1) -1.5em 0 0 0, rgba(146, 200, 62, 1) -1.1em -1.1em 0 0, rgba(146, 200, 62, 1) 0 -1.5em 0 0, rgba(146, 200, 62, 1) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-k12 {
    color: #fff;
    background-color: #92C83E;
    border-color: #92C83E;
}

.btn-k12:hover {
    color: #fff;
    background-color: #2A2E30;
    border-color: #2A2E30       ;
}

.btn-k12:focus, .btn-k12.focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}

.btn-k12.disabled, .btn-k12:disabled {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn-k12:not(:disabled):not(.disabled):active, .btn-k12:not(:disabled):not(.disabled).active,
.show > .btn-k12.dropdown-toggle {
    color: #fff;
    background-color: #92C83E;
    border-color: #92C83E;
}

.btn-k12:not(:disabled):not(.disabled):active:focus, .btn-k12:not(:disabled):not(.disabled).active:focus,
.show > .btn-k12.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}