﻿.announcementItem {
    border-bottom: 1px #3d547f solid;
    padding-bottom: 10px;
}

.backstretch {
    background: url(Images/logon_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: -999999;
    position: fixed;
}

.topLine {
    height: 5px;
    background-color: #2a308d;
}

.toast-warning {
    background-color: #3d547f;
}



.pointer {
    cursor: pointer;
}
.not-allowed {
    cursor: not-allowed;
}
    /*.pointer:hover {
        color: #7e94bd;
    }*/



.unselectable {
    -webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="text"], input[type="email"], input[type='date'], select {
    width: 100%;
    /*height: 21px;*/
}

textarea {
    width: 100%;
}

#wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.gray-bg {
    background-color: #f3f3f4;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
    margin: 0;
}

.textinputwith {
    width: 81px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

h2 {
    font-size: 16px;
    color: #2a308d;
    margin-bottom: 25px;
}

.loginscreen {
    width: 600px;
    /*height: 100%;*/
    margin: auto;
}

.login-fields {
    bottom: 0;
    right: -60px;
    left: 0;
    margin: auto;
}


.header {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    max-height: 40px;
    height: 40px;
    color: #2a308d;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding: 0 6px 0 6px;
}

    .header a {
        font-size: 14px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header select {
        font-size: 14px;
        color: #888888;
        text-transform: uppercase;
        text-decoration: none;
    }

.Logoff {
    vertical-align: sub;
}


#main-content {
    width: calc(100% - 250px);
    border-top: 1px solid #3d547f;
    height: calc(100% - 45px);
    float: left;
    overflow-y: scroll;
    padding: 5px;
}

#main-sidepanel {
    width: 500px;
    border: 1px solid #3d547f;
    height: calc(100% - 45px);
    overflow-y: scroll;
    padding: 5px;
    padding-right: 10px;
    background-color: #f9f9f9;
    position: fixed;
    right: 0;
    display: none;
}

#menu {
    width: 250px;
    height: calc(100% - 45px);
    float: left;
    padding: 5px;
    background-color: #3d547f;
}

.MenuTitle {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
}
    .MenuTitle:hover, .MenuTitle:visited {
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
        text-decoration: none;
    }


.MenuSubtitle {
    color: #ededed;
    margin-left: 10px;
    text-decoration: none;
}

    .MenuSubtitle:hover, .MenuSubtitle:visited {
        color: #FFFFFF;
        margin-left: 10px;
        text-decoration: none;
    }

/*.divMain {
    position: fixed;
    margin-left: 195px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    left: 0px;
    bottom: 5px;
    top: 30px;
    right: 5px;
    padding-left: 5px;
    border: 1px solid #000;
    overflow: scroll;
}*/

.divLoaderBG {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    /*vertical-align: middle;*/
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    display: block;
}

.title {
    display: block;
    margin-bottom: 3px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

.block {
    display: block;
}

.firstTitle {
    font-size: 14px;
    font-weight: bold;
}

.firstSubtitle {
    display: block;
    font-size: 12px;
    color: #F93;
}

.Subtitle {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #F93;
}

.fieldTitle {
    background-color: #CCCCCC;
    width: 200px;
    line-height: 20px;
    padding-left: 3px;
}

.divSearch {
    margin-bottom: 25px;
}

.CellHighlite {
    display: inline-block;
    background-color: #F93;
    width: 200px;
    line-height: 20px;
}

.SearchtableTitleCol {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.SearchtableValueCol {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

thead tr {
    height: 30px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

tbody tr {
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
}

.hoverable tr:hover {
    background-color: #f1f1f1;
}

/*tbody tr:hover {
    background-color: #F93;
}*/

.Cell_Inactive {
    line-height: 20px;
    display: block;
    background-color: #CCCCCC;
}

.Cell_Active {
    line-height: 20px;
    display: block;
    background-color: #F93;
}

.width-850 {
    max-width: 850px;
    min-width: 850px;
    width: 850px;
}

.prefilledText {
    color: #CCCCCC;
}

.asteriksline {
    font-size: small;
    color: lightsteelblue;
}

.txtDisabled {
    background-color: #e5e5e5;
}

/*Loader*/
.divBg {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    /*vertical-align: middle;*/
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    display: block;
}

.divAligncenter {
    margin-top: 25%;
}

/*Bootstrap overwrite*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3d547f;
}

.btn-primary {
    color: #fff;
    background-color: #3d547f;
    border-color: #3d547f;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10px auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: calc(100% - 20px);
}

.modalframe {
    margin-top: 30px;
    overflow: auto;
    height: calc(100% - 20px);
}

/* The Close Button */
.close {
    color: 3d547f;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }