﻿
/*.m-aside-left.m-aside-left--skin-dark {
    background-color: #2c2e3e;
}*/

html, body {
    font-size: 13px;
    font-family: Verdana;
}

.form-control[readonly], .form-control {
    /*border-color: #d2d4d6;*/
    border-color: #b3b4b6;
    color: #575962
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #b3b4b6;
}

.text-danger {
    color: red !important;
    font-weight: bold;
}

/***
UI Loading
***/
.loading-message {
    display: inline-block;
    min-width: 145px;
    margin-left: -60px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

    .loading-message > span {
        line-height: 20px;
        vertical-align: middle;
    }

.skin-light3 {
    background-color: #dddddd;
}

body.m-content--skin-light3 {
    /*background-image: url("../images/background4.jpg");*/
    background-image: url("../Content/images/background4.jpg");
}

body.m-content--skin-light4 {
    /*
    background-image: url("../images/background4.jpg");*/
    background-image: url("../Content/images/background4.jpg");
}

.select2-results__message {
    color: red;
    font-weight: bold;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #b3b4b6;
    color: crimson;
}

.m-form .m-form__group {
    padding-bottom: 5px;
    padding-top: 5px;
}


.header-text {
    margin-top: 25px;
    /*margin-left: 10px;*/
    float: left;
    font-weight: bolder;
    color: #213ea3;
    font-family: "Open Sans", sans-serif;
}

    .header-text .subtext {
        font-family: 'Devonshire';
        font-weight: bold;
        font-size: 40px;
        color: red;
    }

    .header-text .subtext1 {
        font-family: 'Berkshire Swash';
        font-size: 42px;
    }

    .header-text .notesmall {
        font-family: 'Devonshire';
        font-weight: bold;
        font-size: 15px;
        color: red;
    }

    .header-text .subtext2 {
        font-family: 'Berkshire Swash';
    }


.header-text-mobile {
    /*margin-top: 10px;
    margin-left: 10px;
    float: left;*/
    font-weight: bolder;
    color: #213ea3;
    font-family: "Open Sans", sans-serif;
}

    .header-text-mobile .note-small-mobile {
        font-family: 'Devonshire';
        font-weight: bold;
        font-size: 15px;
        color: red;
    }

    .header-text-mobile .subtext2-mobile {
        font-family: 'Berkshire Swash';
    }



.bg-DarkBlue {
    background-color: #213ea3;
}

.left-menu-bg-color {
    background-color: #8c8d94;
}

.left-menu-menuitem-text-color {
    color: #d2d4d6 !important;
}

.left-menu-menuitem-text-color-1 {
    color: #b3b4b6 !important;
    /*color: #fff !important;*/
    border-bottom: 1px #ffffff solid;
}

.left-menu-menuitem-text-color-1:hover {
    color: #fff !important;
    border-bottom: 1px #ffffff solid;
}


.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    background-color: #575962;
}

.m-list-timeline .m-list-timeline__items:before {
    background-color: #b3b4b6;
}


.required::before {
    content: "* ";
    color: #e02222;
    font-size: 15px;
    font-weight: bold;
}

.require {
    content: " * ";
    color: #e02222;
    font-weight: bolder;
}

.requiredHash::after {
    content: " #";
    color: #e02222;
    font-size: 12px;
    font-weight: bold;
}

.required_star_after::after {
    content: " *";
    color: #e02222;
    font-size: 15px;
    font-weight: bold;
}


table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: black;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #0275d8;
}

.input-group .input-group-append > .input-group-text, .input-group .input-group-prepend > .input-group-text {
    border-color: #b3b4b6;
    background-color: #f4f5f7;
    color: #575962;
}

.squareBox {
}

    .squareBox:hover {
        border: 2px solid cadetblue;
        background-color: forestgreen;
        color: white;
        cursor: pointer;
    }

.squareBoxColored {
    color: black;
}

    .squareBoxColored:hover {
        color: white;
        cursor: pointer;
        text-decoration: underline;
    }

.DeskLinkClass {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 5px;
}

    .DeskLinkClass:hover {
        border: 2px solid white;
        color: black;
        background-color: white;
        text-decoration: none;
    }