/*
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 ;
}

.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-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;
    }

}