﻿/* Move down content because we have a fixed navbar that is 50px tall */

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #8D3F2B;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #F2F2F2;
            background-color: #474747;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.blueGray {
    background-color: #A4BCC2;
}

.cream {
    background-color: #F5E1A4;
}

.skyblue {
    background-color: #9BCBEB;
}

.gold {
    background-color: #FFC845;
}

.box h3 {
    text-align: center;
    position: relative;
    top: 80px;
}

.box {
    width: 80%;
    background: #FFF;
    margin: 20px auto;
}

.effect5 {
    position: relative;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 35px 20px #777;
        transform: rotate(-8deg);
    }

    .effect5:after {
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

.segment {
    background-color: #F5E1A4;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}



.ui-datepicker-trigger {
    cursor: pointer;
}

.checkboxStyle label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    font-weight: 100;
    padding-left: 1em;
    padding-right: 1em;
}

.checkboxStyle input[type='checkbox'] {
    background-color: Red;
}

.segment {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 2em;
}

.border-shadow {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #204d74;
}

.stack {
    position: relative;
    display: block;
}

.drawMantel {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.drawLine {
    margin-bottom: 1em;
    border: 0;
    border-bottom: solid;
    border-width: thin;
    color: #e8e8e8;
    margin-top: -.25em;
}

.indentRow {
    padding-left: 2em;
}

.rowStyle {
    padding-bottom: .7em;
}

.spacerTop {
    padding-top: 1.3em;
}


.row {
    min-width: 1100px;
}

.sitAndSpin {
    position: absolute;
    background-color: #ffffff;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 30%;
}




.col-centered {
    float: none;
    margin: 0 auto;
}

.inner-spin {
    position: relative;
    /* background-color: #ffffff; */
    /* z-index: 2147483647 !important; */
    /* opacity: 0.8; */
    /* overflow: hidden; */
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -222px;
}



.outer-spin {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
}

.fake-label {
    margin-top: 25px;
}

.radioButtonList label {
    display: inline;
}


/*  Centering div within Bootstrap Grid  */
html, body, .container-table {
    height: 100%;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}
/* End Centering div within Bootstrap Grid  */

html, body, .container-wait {
    height: 100%;
}

.container-wait {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-wrap {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em;
    overflow: auto;
    overflow-x: hidden;
}

.ck-size {
    font-size: medium;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex-family > div {
    margin-right: 1em;
}

.spacerRight {
    margin-right: 1em;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #0061a7;
    border-color: #122b40;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    -webkit-border-radius: 3px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #204d74;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }


/*These 2 styles will display caret and change the position on a datatoggle*/

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}
/*End Datatoggle style note*/

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.module {
    border-style: solid;
    border-image: linear-gradient( to bottom, #ececec, rgba(0, 0, 0, 0) ) 1 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.loader {
    /*border: 12px solid #f3f3f3;*/ /*This is Evenly Round*/
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #192E65;
    border-bottom: 16px solid #99cc00; /*//green spinner color*/
    width: 65px;
    height: 65px;
    -webkit-animation: spin 1s ease-in infinite;
    animation: spin 1s alternate-reverse infinite;
    position: absolute;
    margin: auto;
}

#outer-chill {
    /*opacity: .7;*/
    /*background-color: gray;*/
    /*position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;*/
    visibility: hidden;
}


#inner-chill {
    /*position: absolute;
    left: 50%;
    margin-left: -5em;
    margin-top: 3em;
    width: 100px;*/
    visibility: inherit;
}

.loader-signin {
    /*border: 12px solid #f3f3f3;*/ /*This is Evenly Round*/
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #192E65;
    border-bottom: 16px solid #F5E1A4; /*//green spinner color*/
    width: 65px;
    height: 65px;
    -webkit-animation: spin 1s ease-in infinite;
    animation: spin 1s infinite;
    position: absolute;
    margin: auto;
    /*visibility:inherit;*/
    /*visibility: hidden;*/ /*just added for msdn example*/
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

label-normal {
    font-weight: normal !important;
}

dashboard-row {
    margin-left: 4em
}

.btn-success {
    background-color: #295B29
}

    .btn-success:hover {
        color: #fff;
        background-color: #345634;
        border-color: #398439;
    }

a {
    color: #24527B;
}

.brightness {
    background-color: white;
    display: inline-block;
}

.brightness img:hover {
    opacity: .5;
}

/* Center the Bootstrap modal when shown by AjaxControlToolkit */
.modal-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: 800px !important;
    width: 90% !important;
    z-index: 1050 !important;
}

/* Ensure Bootstrap's backdrop works with the toolkit */
.modal-backdrop.show {
    opacity: 0.5 !important;
    z-index: 1040 !important;
}