﻿body {
}

/*#lnkLogIn, #lnkLogOut {
    color: #333;
}*/

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

i {
    padding-left: 5px;
    padding-right: 5px;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}

.b {
    font-weight: bold;
    font-size: 110%;
}

.cl-r {
    color: var(--color-red);
}

.cl-b {
    color: #000000;
}

.font-2em {
    font-size: 2.0em;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.shd {
    text-shadow: 0px 0px 2px var(--color-black);
}

.box {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border-color: var(--color-silver);
}

.box-shd {
    box-shadow: 2px 2px 10px #888888;
}

.box-shd-l {
    box-shadow: 5px 8px 10px #888888;
}

.emphasis {
    font-size: 125%;
    line-height: 150%;
}
.desc {
    padding: 9.5px;
    color: #333;
    border-top: 1px solid #ddd;
    font-family: Consolas;
    font-size: 0.9em;
    white-space: pre-line;
    word-break:break-all;
}
.bg-1 {
    background-color: var(--bg-color-1);
    color: white;
}

.bg-2 {
    background-color: var(--bg-color-2);
    color: white;
}

.bg-3 {
    background-color: var(--bg-color-3);
    color: white;
}

.bg-4 {
    background-color: var(--bg-color-4);
    color: white;
}

.bg-5 {
    background-color: var(--bg-color-5);
    color: white;
}

.bg-6 {
    background-color: var(--bg-color-6);
    color: white;
}

.bg-7 {
    background-color: var(--bg-color-7);
    color: black;
}

.bg-8 {
    background-color: var(--bg-color-8);
    color: black;
}

.bg-w {
    background-color: whitesmoke;
    color: black;
}

.bg-bl {
    background: linear-gradient(to right, var(--bg-color-7), var(--bg-color-6),var(--bg-color-5));
    color: black;
}

.bg-s {
    background: linear-gradient(to right, #ffffff, #f7f7f7, #d8d8d8);
    color: black;
}

.bg-white {
    background-color: #ffffff;
}

.bad {
    background-color: #ffc1c3;
}

.trans-1 {
    opacity: .25;
    filter: Alpha(opacity=025);
}

.trans-2 {
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.trans-3 {
    opacity: 0.75;
    filter: Alpha(opacity=75);
}

.trans-4 {
    opacity: 0.80;
    filter: Alpha(opacity=80);
}

.trans-5 {
    opacity: 0.90;
    filter: Alpha(opacity=90);
}

.overlay-black-bg {
    display: none;
    z-index: 1;
    background-color: black;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-height {
    height: 100%;
}

.form-small {
    max-width: 700px;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-400 {
    min-height: 400px;
}

.scroll-y {
    /*overflow-y:scroll;*/
}

.delete {
    color: darkgray;
}

    .delete:hover {
        color: #C9302C;
    }

.help {
    color: silver;
    font-style: italic;
    margin-left: 13px;
    font-size: 0.9em;
}

.tile {
    margin: 15px 15px 15px 15px;
    /*text-align: center;*/
    background-color: ghostwhite;
    color: #000;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 0px 0;
    line-height: 45px;
}

    .tile:hover {
        box-shadow: 1px 8px 10px #888888;
    }

.tile-h {
    /*color: #3c763d;*/
    font-weight: bold;
    border: solid 2px silver;
}

    .tile-h:hover {
        box-shadow: none;
    }

.tile-1-c {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.tile-2-l {
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    width: 73%;
}

.tile-2-r {
    display: inline-block;
    text-align: center;
    width: 25%;
}

.tile-3-l {
    display: inline-block;
    text-align: center;
    width: 15%;
}

.tile-3-c {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    display: inline-block;
    text-align: center;
    width: 57%;
}

.tile-3-r {
    display: inline-block;
    text-align: center;
    width: 25%;
}


.tile-disable {
    margin: 15px 15px 15px 15px;
    color: #cccccc;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0px 0;
    line-height: 45px;
}

@media only screen and (max-width: 460px) {
    .tile-1-c, .tile-2-l, .tile-2-r, .tile-3-l, .tile-3-c, .tile-3-r {
        display: block;
        width: unset;
        border-left: none;
        border-right: none;
    }

    .tile-2-l {
        border-bottom: 1px solid silver;
    }

    .tile-3-c {
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
    }
}

@media only screen and (max-width: 991px) {
    .tile-h-row:not(:first-child) {
        display: none;
    }
}

/*Overwrite default bootstrap class*/
.panel {
    border-radius: 10px;
}


.msg {
    margin-top: -5px;
    margin-bottom: 15px;
    color: dimgrey;
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
}

.logo {
    /*background: url(/sites/all/modules/cmf/cmf_content/assets/images/emblem-dark.png) no-repeat 3px 0;*/
    float: left;
    font-size: 160%;
    line-height: 105%;
    min-height: 103px;
    /*padding: 14px 0 0 78px;*/
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    margin: 0px;
    padding-top: 10px;
}

    .logo a {
        color: #fff;
    }

        .logo a strong {
            font-weight: 600;
            display: block;
            font-size: 80%;
        }

    .logo span {
        /*color:#fff;*/
        font-size: 60%;
    }
/*-----------------------------------------*/



/*-------------------   Welcome Message ----------------------*/
.welcome {
    background-color: #ffffff;
    color: #2e1b3c;
    border-radius: 7px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 10px 15px 12px 15px;
    box-shadow: 0px 2px 5px lightgray;
}

.wc-user {
    font-size: 20px;
    color: #2e1b3c;
}

.wc-date {
    font-size: 13px;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .welcome {
        background-color: unset;
        border-radius: 7px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 10px 15px 12px 15px;
        box-shadow: none;
    }

        .welcome span {
            color: #ffffff;
            font-size: 0.9em;
            font-weight: normal;
        }

    .wc-pic, .wc-date {
        display: none;
    }

    .btn {
        width: 100%;
        margin-top: 10px;
    }
}
/*-----------------------------------------*/



/*-----------------------------------------*/
.mvc-grid {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border-color: var(--color-silver);
    min-height: 300px;
    margin-bottom: 15px;
    /*white-space: nowrap;*/
    font-size: 0.9em;
    background-color: #FFFFFF;
    /*box-shadow: 2px 2px 10px #888888;*/
}

    .mvc-grid tr:nth-child(2n) {
        background-color: ghostwhite;
    }

    .mvc-grid tr:hover {
        /*background-color: lightblue;*/
    }

    .mvc-grid th {
        color: white;
        background-color: #4888C2;
        padding: 10px;
    }

        .mvc-grid th a {
            font-size: 0.7em;
            padding-left: 0px 0px 0px 0px;
            width: 20px;
        }

    .mvc-grid td {
        padding: 10px;
        color: #000000;
        max-width: 300px;
        /*overflow: auto;*/
        overflow-wrap: break-word;
    }

    .mvc-grid i {
        color: #337ab7;
        font-size: 0.9em;
    }

    .mvc-grid th, .mvc-grid td:first-child, .mvc-grid td:last-child {
        /*white-space: nowrap;*/
    }

.mvc-grid-pager {
    text-align: left;
}

.mvc-grid-filter, .mvc-grid-popup {
    font-size: 0.8em;
}
/*-----------------------------------------*/



/*-----------------------------------------*/
.banner-msg {
    position: fixed;
    display: none;
    min-width: 30%;
    max-width: 100%;
    max-height: 80%;
    right: 5px;
    bottom: 5px;
    z-index: 9999;
    /*padding: 2px 2px 30px 2px;*/
    padding: 5px 5px 5px 5px;
    border: solid 2px var(--bg-color-1);
    border-radius: 10px;
    background-color: #2e1b3c;
    color: #ffffff;
    box-shadow: 0px 0px 15px 0px #000;
}

    .banner-msg .cross {
        display: block;
        float: right;
        cursor: pointer;
        color: var(--color-white);
        margin-top: 3px;
        margin-right: -3px;
    }

    .banner-msg span {
        padding-left: 0px;
        font-weight: bold;
        font-size: 150%;
    }

    .banner-msg ul {
        /*margin: 10px 10px 10px 5px;*/
        margin: 0px 10px 10px -25px;
    }

        .banner-msg ul li {
            font-size: 120%;
        }

.banner-btn {
    background-color: transparent;
    color: darkorange;
    display:none;
    position: fixed;
    right: 1px;
    bottom: 4px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
/*-----------------------------------------*/


/*----------------  Confirm Box  -------------------------*/
.confirm-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.confirm-container {
    text-align: center;
    position: fixed;
    display: none;
    min-width: 40%;
    max-width: 100%;
    max-height: 80%;
    top: 30%;
    left: 30%;
    z-index: 99999;
    padding: 2px 2px 60px 2px;
    border: solid 2px var(--bg-color-1);
    border-radius: 10px;
    background-color: #2e1b3c;
    color: #ffffff;
    box-shadow: 0px 3px 30px silver;
}

.confirm-cross {
    display: block;
    float: right;
    cursor: pointer;
    color: var(--color-white);
    margin-top: 6px;
    margin-right: 0px;
}

.confirm-btn {
    background-color: #FFFFFF;
    color: #2e1b3c;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.confirm-yes:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.confirm-no:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .confirm-container {
        width: 90%;
        left: 5%;
    }
}

/*-----------------------------------------*/



/*-----------------     Loader   ------------------------*/

.loader-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    text-align: center;
}

.loader {
    display: none;
    position: fixed;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 99999;
    top: 35%;
    left: 45%;
    opacity: 1.0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*-----------------------------------------*/



/*-----------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 24px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 25px;
    right: 10px;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    width: 60px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* text beside slider */
.slider-l {
    font-weight: normal;
}

.slider-r {
    font-weight: normal;
    padding-left: 67px;
}

.slider-r-grid {
    font-weight: normal;
    padding-left: 75px;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #449D44;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #449D44;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

pre {
    background-color: transparent;
}
/*-----------------------------------------*/


/*--------------    Custom Radio Button    ---------------------------*/

/* Customize the label (the container) */
.radio-container {
    /*display: block;*/
    position: relative;
    cursor: pointer;
    /*padding-left: 35px;*/
    /*margin-bottom: 12px;*/
    /*font-size: 2px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -9px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a green background */
.radio-container input:checked ~ .checkmark {
    background-color: #449D44;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    /*display: none;*/
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



.radio-r {
    padding-left: 40px;
}

/*-----------------------------------------*/
    /*---------------   Upload File     --------------------------*/
    .file-drop {
    border: 1px dashed var(--color-silver);
    min-height: 200px;
    padding: 20px;
    cursor: pointer;
    background-color: #fff;
}

    /*#dvFile {
    background-color: #fff;
}*/


    .file-drop:hover {
        border-color: #31A2CE;
        color: #31A2CE;
    }
/*-----------------------------------------*/



/*------------------Approval flow-----------------------*/
.app-div {
    background-color: white;
    color: grey;
}

.app-icon {
    font-size: 2em;
}

.app-done {
    color: #82b74b;
}

.app-active {
    color: #337ab7;
}

    .app-active > i {
        font-size: 3em;
    }

    .app-active > div {
        font-weight: 600;
    }

.app-complete > i {
    font-size: 3em;
}

.app-complete > div {
    font-weight: 600;
}

.app-rejected {
    color: #615550;
}
/*-----------------------------------------*/



/*-----------------Dashboard Status Links------------------------*/
.divDashboard {
    /*background-color: white;*/
    /*min-height:400px;*/
    /*border:solid 1px silver;*/
}

.dashboard-link {
    height: 133px;
    padding-top: 15px;
    color: white;
}

    .dashboard-link:hover, .dashboard-link-lg:hover {
        border: 1px solid lightblue;
    }

.dashboard-link-lg {
    height: 200px;
    padding-top: 15px;
    color: white;
    font-size: 1.3em;
}

@media only screen and (min-width: 768px) {
    .dashboard-link {
        width: 50%;
    }
}

.bg-dash-1, .bg-dash-1 span {
    background-color: #ff9800;
}

.bg-dash-2, .bg-dash-2 span {
    background-color: #4F84C4;
}

.bg-dash-3, .bg-dash-3 span {
    background-color: #31A2CE;
}

.bg-dash-4, .bg-dash-4 span {
    background-color: #f44336;
}

.bg-dash-5, .bg-dash-5 span {
    background-color: #008a00;
}

.bg-dash-6, .bg-dash-6 span {
    background-color: #ff5722;
}

.bg-dash-7, .bg-dash-7 span {
    background-color: #673ab7; /*!important red/*;#ff0097;*/
}

.bg-dash-8, .bg-dash-8 span {
    background-color: #146EB4; /*#9c27b0;/*;*/
}

/*
magenta #ff0097
metro green #00a300
emerald green   #008a00
seagreen
purple #9c27b0
#31A2CE
#4F84C4
#4F84C4
#C56200
#4B6681
*/

.badge-div {
    height: 60px;
    width: 35%;
    border: 1px solid silver;
    margin-left: 10%;
}

.badge-title {
    margin-top: -6px;
    margin-left: -10px;
    color: white;
    width: 25px;
}

.badge {
    line-height: .8;
    font-size: 1.7em;
}

.badge-circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 3px solid white;
    line-height: 2;
    font-size: 1.7em;
}

.badge-circle-lg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid white;
    line-height: 2.8;
    font-size: 1.7em;
}

.score-head {
    background-color: #0A7B83;
    color: #fff;
    font-size: 20px;
    box-shadow: 2px 2px 2px #74a4c8;
    height: 60px;
}

.score-content {
    height: 140px;
    background-color: lightgray;
    font-size: 4em;
    padding-top: 20px;
}
/*-----------------------------------------*/



/*-----------------     Animated Header Text     ------------------------*/
#divHead {
    font-size: 36px;
    animation-name: header;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    min-height: 39px;
}

@keyframes header {
    from {
        font-size: 20px;
    }

    to {
        font-size: 36px;
    }
}

.divAlert {
    display: inline-block;
    /*animation-name: bell;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
}

/*
@keyframes bell {
    0% {
        transform: rotate(20deg);
    }

    50% {
        color: red;
    }

    100% {
        transform: rotate(-20deg);
    }
}*/

/*-----------------------------------------*/

#btnGoTop {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    background-color: #2e1b3c;
    padding: 5px 0 0 12px;
    box-shadow: 0px 0px 5px 5px lightgray;
    cursor: pointer;
    display: none;
    opacity: 0.75;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.amcharts-chart-div a {
    display: none !important;
}

/*Default color scheme*/
:root {
    --bg-color-1: #122B3F;
    --bg-color-2: #4B6681;
    --bg-color-3: #6886A0;
    --bg-color-4: #111D7F;
    --bg-color-5: #31A2CE;
    --bg-color-6: #AFCDEA;
    --bg-color-7: #cedfef;
    --bg-color-7: #cedfef;
    --bg-color-8: #f2f8ff;
    --header-shadow: #000000;
    --header-color: white;
    --menu-color-hover: white;
    --menu-bg-hover: #31A2CE;
    --color-white: #fffff;
    --color-silver: #ddd;
    --color-orange: #C56200;
    --color-black: #000000;
    --color-red: #C9302C;
    --color-navy: navy;
}
