/*TigerTraq styles*/
:focus {
    outline: none !important;
}



table.diagram-table{
    width: 50%;
}
strong {

    color: #333;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

tr.toggle {
    background-color: #EEE;
}

table.square-reconciliation-table {
    font-size: 13px;
}

table.square-reconciliation-table td,
table.square-reconciliation-table tr {
        margin: 2px;
}
table.square-reconciliation-table input {
    height: 24px;
}


/*

.wm-menu{
    clear: both;
    display: block;
    width:95%;
    margin: 0 auto;
    padding-top: 30px;
}

.wm-menu div {
    width: 32%;
    display: block;
    float: left;
    margin: .5%;    
}

.wm-menu-left, .wm-menu-center{

}

.wm-menu ul {
    margin-bottom: 10px;
}

.wm-menu ul li,
form ul li{
    list-style-type: none;
    padding-left: 10px;
    line-height: 30px;
}


.wm-menu h5 {
    border-bottom: dashed 1px #CCC;
    background-color: #EDF1F7;
    padding: 10px;
    margin-bottom: 5px;
}

*/
h5 {
    border-bottom: dashed 1px #CCC;
    background-color: #AAA;
    padding: 10px;
    margin-bottom: 5px;
    color: #FFF;
}

.subdue {
    color: #9A9A9A;
}

.clear {
    clear: both;
}

/* Grid settings */
.tt-grid {
    clear: both;
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;

    width: 95%;
    margin: auto;
}

.tt-grid div {
    background-color: #F9F9F9;
    padding: 10px;
}

.span-full{
    grid-column: span 12;
}

.span-half {
    grid-column: span 6;
}

.span-third{
    grid-column: span 4;
}

.span-two-third{
    grid-column: span 8;
}

.span-quarter{
    grid-column: span 3;
}

.span-three-quarter{
    grid-column: span 9;
}

.span-third-left{
    grid-column: 1 / 5;
}

.span-third-center{
    grid-column: 5 / 9;
}

.span-third-right{
    grid-column: 9 / 13;
}


.double-row{
    grid-row: span 2;
}

.triple-row{
    grid-row: span 3;
}










.float_right {
    text-align: right;
    float: right;

}


.home-button img{
    width: 40px;
    opacity: .5;
}


.main-data,
.main-data-narrow{
    /*width: 60%;*/
    float: left;
    padding-right: 2%;
}

.main-data {
    width: 60%;
}

.main-data-narrow {
    width: 45%;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}
.sidebar-data div,
.sidebar-data-wide div,
.main-data div{
    padding: 10px;
    margin-bottom: 10px;
}

.sidebar-data {
    width: 35%;
}
.sidebar-data-wide {
    width: 50%;
}

form input.btn {
}

input, select, textarea {
    padding: 3px !important; 
}

input {
    height: 40px;
}

input[type="image"] {
    border: none !important;
    background: none !important;
    /*opacity: .5;*/
    padding: 0;
    height: 32px;    
}


input[type="checkbox"] {
    vertical-align: middle;
    margin: 5px;
}

input[type="submit"],
button {
    height: 50px;
    margin-top: 8px !important;
}

input.input-mini {
    width: 300px !important;
    display: inline-block;
}

input.input-medium {
    width: 80% !important;
    display: inline-block;
}

 .no-border {
     border: none;
 }

select,
.select2-selection--single{
    /*padding: 3px;*/
    height: 40px !important;
    border-radius: 0 !important;
}

.select2-selection--single {
    padding-top: 4px;
}
#payment-form label {
    width: 200px;
    display: inline-block;
}

label {
    font-weight: bold;
}

th {
    background-color: #ddd !important;
    padding: 2px !important;
}

th, td {
    padding-left: 5px !important;    
}

th.name,
td.name {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
}

td.btn {
    width: 30px;
}

.add {
    background-color: #F9F9F9;
    border: 1px dotted #EEE;
}
.hint {
    background-color: #F9F9F9;
    border: 1px dotted #EEE;
}

.hint img,
.wm-menu img {
    padding-right: 10px;
    vertical-align: middle;
}

table {
    margin-bottom: 0 !important;
}

.help {
    color: red;
}

.btn-danger{
    background-color: red !important;
}

.good {
    color: #00CC00;
}
.warning {
    color: gold;
}
.alert,
.alert input,
.alert a svg{
    color: red;
}

.alert-bg{
    background-color: yellow;
}

#delete-confirm {
    display: none;
}

.section {
    border: 1px dotted #EEE;
    padding: 10px;
    margin-top: 10px;
    /*    background-color: #F9F9F9;    */
    background-color: #EEE;    
}

.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

.share {
    margin: 10px;
    width: 30%;
}

.share div,
.splitFields,
.combineFields {
    background-color: #F9F9F9;
    padding: 2%;
    border: 1px dotted #EEE;
    margin: 2%;
    display: block;
}
/*
.dataTables_length label,
.dataTables_filter label,
.dataTables_length input,
.dataTables_filter input,
.dataTables_length select,
.dataTables_filter select
{
    font-size: 12px;
    height: 20px;
    padding:2px;
}*/
.ajaxData,
.ajaxData table{
    font-size: 12px;
}

.ajaxData .toggle{
    font-weight: bolder;
}
.ajaxData table a{
    color: #FF671B !important;
}

.ajaxData .inv-det{
    width: max-content;
}
.ajaxData .inv-det td {
    padding: 0 15px;
}

.alert, .error {
    color: red;
}

div .alert {
   /* margin-bottom: 20px;*/
}

.alert ul {
    padding-left: 40px;
}

.alert li {
    list-style-type: square; 
}

tfoot td {
    font-weight: bold;
}

.header-info {
    margin: 0 30px;
}

#map_canvas {
    height: 300px;
    width: 100%;
}

.report {

    clear:both;
}

.swRepGrpHdrBox{
    margin-top: 35px;
}
.swRepGrpHdrBox td {
    font-size: 18px;
}


.dataTables_wrapper {
    background-color: #F9F9F9;
    padding: 15px !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.dataTables_filter {
    padding-right: 15px;
    margin-bottom: 10px;
}

.chosen-container {
    width: 100% !important;
    height: 40px;
}

.chosen-choices li.search-field input[type="text"] {
    height: 40px !important;
}

.allocation {
    width: 80%;
}

.totalrow td {
    font-weight: bold;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


table.schedule{
    font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar-close{
    top: auto !important;
    margin: 0 !important;
}

img.skunk-btn {
    width: 40px;
}

.small {
    font-size: 10px;
}

.large {
    font-size: 28px;
}

#report{
    width: 540px;        
    font-family: "OpenSans-Regular";
    font-size: 10px;
    margin: 0 auto;
}

#report .page {
    page-break-before: always;  
    position: relative;
}

#report .title {
    text-align: center;
}

#report .title h1,
#report h1{
    font-size: 13px;
}

#report .title h2,
#report h2{
    font-size: 11px;
    font-weight: normal;
    line-height: 3px;
    padding: 0;
}

#report .title h3,
#report h3{
    font-size: 10px;
    font-weight: normal;
    line-height: 3px;
    padding: 0;
}


#report .first-page {
    page-break-before: avoid;    
}

#report table {
    font-size: 8px;
    width: 100%;
}

#report .title {
    position: absolute;
    width: 100%;
    top: 20px;
/*    margin: 0 auto;*/
}

#report .body {
    position:relative;
    top: 80px;
}

#report .details {
    position: relative;
    display: block;
    /*height: 300px;*/
    /*top: 130px;*/   
}

#report .footer {
    position: absolute;
    top: 600px;
    width: 100%;
    border-top: 1px dotted #000;
}

#report .footer .align-center {
    display: block;
    text-align: center;
    font-size: 9px;
}

#report .account-address {
    font-size: 10px;
    position: absolute;
    width: 60%;
    top: 90px;
    left: 10px;
}

#report .company-address {
    font-size: 10px;
    position: absolute;
    width: 36%;
    top: 70px;
    left: 350px;
}

#report .clear {
    clear:both;
}

#report .assets {
    position: relative;
    margin-top: 30px;
    font-size: 10px;
    width: 100%;
}

#report .shares,
#report .parcels {
    border: none;
    width: 46%;
    display:block;
    float: left;
    padding: 2%;
}

#report .parcels {
    border-left: 1px #ccc solid;
}

#report .attention {
    font-size: 11px;
    /*min-width: 200px;*/
    font-weight: bold;
}

#report .total {
    font-size: 10px;
    font-weight: bold;
}

/*
#attendance-table th {
    width: auto !important;
}*/

#dropzone-photo-container{
    background-color: lightyellow;
    border: #eee dashed 1px;
}

#account-actions button,
#account-actions input[type="submit"]{
    margin-left: 8px;
    padding: 10px !important;
}


.sf-document{
    display: block;
    width: 15%;
    float: left;
    background-color: #efefef;
    text-align: center;
    height: 180px;
    padding: 20px;
    margin: 2%;
    font-size: 14px;
}

.studentIndexTable img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.flex-container {
    height: 100vh; /* MODIFY THIS*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
}

.flex-box {
    width: 30%;
    font-size: 13px;
    /*height: 100px;*/
    background-color: lightblue;
    margin: 5px;
    padding-top: 10px;
    line-height: 28px;
    text-align: center;
    overflow-y: scroll;
}

@media only screen and (max-width: 480px) {

    .studentIndexTable th:not(.mobile),
    .studentIndexTable td:not(.mobile) {
        display: none;
    }

    /*.tt-grid .span-two-third{
        display: none;
    }*/

    .tt-grid .span-third{
        grid-column: span 12;

    }

    .tt-grid div:not(.mobile),
    li a:not(.mobile){
        display:none;
    }

    .tt-grid div.mobile {
        grid-column: span 12;
    }

    .flex-box {
        width: 100%;
        font-size: 10px;
        /*height: 100px;*/
        background-color: lightblue;
        margin: 5px;
        padding-top: 10px;
        line-height: 28px;
        text-align: center;
    }
}