﻿@charset "utf-8";

body {
    color: #000;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    background-color: #efefef;
}

#menu_bar i {
    color: #ffffff;
    font-size: 1em;
    text-shadow: none;
}

#menu_bar ul li a {
    font-family: 'Expletus Sans', cursive;
    text-decoration: none;
    color: white;
    font-size: 28px !important;
}

#menu_bar ul li a:hover, #menu_bar ul li a.selected, #menu_bar ul li a:hover i, #menu_bar ul li a.selected i {
    color: #EC3A3A;
}

#menu_bar ul {
    list-style-type: none;
    margin-left: -15px;
    text-align: left;
}

#menu_bar ul li {
    display: inline;
}

#menu_bar ul li span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px !important;
    color: #374248;
    font-weight: bold;
}

.imgSaveSmall {
    height: 20px;
}

/* Table Styles */
.raaidBlockTable {
    border: solid;
    border-width: thin;
    border-color: #aca7ab;
    vertical-align: middle;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px;
    line-height: 23px;
    vertical-align: middle;
}

#raaidUsers {
    border-left: none !important;
    float: left;
    width: 100% !important;
    margin-left: -2px;
}

.tableStyle {
    border: solid;
    border-width: thin;
    border-color: #aca7ab;
    font-family: Raleway, sans-serif;
    line-height: 23px;
    text-align: left;
}

.tableStyle tr td {
    width: 25%;
}

.tableStyle tr td .chosen-container {
    width: 290px !important;
    font-size: 12px !important;
}

/*.tableStyle tr td .editableDropDown .chosen-container {
	width: 265px !important;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tableStyle tr td .chosen-container {
        font-size: 12px !important;
    }
}

.tableStyle textarea {
    width: 95%;
}

.tableStyle input[type=text], .tableStyle textarea, .tableStyle .chosen-container {
    font-size: 12px !important;
}

.tableStyle a {
    font-size: 12px;
}

.raaidUserTable td {
    height: 20px;
    font-size: 12px;
}

.userRaaidForm .chosen-container {
    width: 300px !important;
    font-size: 12px !important;
}

.even {
    background-color: #fff;
}

.odd {
    background-color: #f3f3f3;
}

.raaidBlockTable ul.chosen-choices {
    border-radius: 4px;
}

.raaidBlockTable tr td .addUser {
    cursor: pointer;
    padding: 0px;
    margin-top: 5px;
}

.userRaaidForm tr td .add {
    cursor: pointer;
    padding: 0px;
    margin-top: 5px;
}

.submitButton {
    font-family: 'Expletus Sans', cursive;
    background-color: #6e848f;
    color: #374248;
    font-size: 24px;
    font-weight: normal;
    border: none;
    cursor: pointer;
}

.smallButton {
    font-family: 'Expletus Sans', cursive;
    background-color: #6e848f;
    color: #374248;
    font-size: 14px;
    font-weight: normal;
    border: none;
    cursor: pointer;
}

.reportBackButton {
    font-family: 'Expletus Sans', cursive;
    background-color: #6e848f;
    color: #374248;
    font-size: 14px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    height: 31px;
    width: 44px;
}

/* This is the form section where all the forms get styled */

form:not(.pure-form) input[type=text], form:not(.pure-form) input[type=password], .selectStyle {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 20px;
}

input[type=text].error, select.error {
    background-color: #ffe0e5;
    border: 1px solid red;
}

.fa-cloud-upload {
    color: #6e848f;
    font-size: 2em !important;
}

.errorClass, select.errorClass {
    background-color: #ffe0e5;
    border: 1px solid red;
}

.chosenError {
    background: #ffe0e5 none repeat scroll 0 0 !important;
    border: 1px solid red !important;
}

.errorText {
    font-size: 10px;
    color: #ff0000;
}

.errorSummary {
    background-color: #ffe0e5;
    border: 1px solid red;
}

input[type=text]:not(.loginInput) {
    width: 97%;
}

select.selectStyle {
    height: 25px !important;
    padding-bottom: 4px;
    vertical-align: middle;
}

select.addUserSelect {
    width: 87%;
    display: inline;
}

.risks textarea {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
";
}

.addNewRole, .addNewLevel {
    background: url('../images/just_assess/btn_add_sprite.jpg') 0 0 no-repeat;
    width: 24px;
    height: 23px;
    cursor: pointer;
    float: left;
}

.addNewRoleOpen, .addNewLevelOpen {
    background: url('../images/just_assess/btn_add_sprite.jpg') 0 -23px no-repeat;
    width: 24px;
    height: 23px;
    cursor: pointer;
    float: left;
}

div#addUserRole {
    display: hidden !important;
    margin-top: 5px;
    font-size: 12px;
}

div#addUserRole input[type=text] {
    height: 20px;
    font-size: 12px;
}

div#addUserRole select.selectStyle {
    height: 25px !important;
    padding-bottom: 4px;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
}

/* Modal Windows */
div#popup {
    display: none;
    position: absolute;
    z-index: 1502;
    margin: 0px;
    top: 130px;
    text-align: center;
    width: 500px;
    height: auto;
    padding: 0px;
    background: #ffffff;
    color: #000;
}

.selectUsers, .viewUser {
    cursor: pointer;
}

.displayNone {
    display: none;
}

.raaidLevel .chosen-container {
    width: 324px !important;
}

.search-field .default {
    width: 200px !important;
}

/* SETTINGS PAGE */
.settings #content {
    text-align: center;
}

.settings .tableBorder {
    border: solid;
    padding: 12px;
    border-width: thin;
    border-color: #aca7ab;
    vertical-align: middle;
    font-family: Raleway, sans-serif;
    font-size: 14px;
}

.settings ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.settings li.mainHeadingContainer {
    background-color: #374248;
    vertical-align: middle;
    position: relative;
}

.settings li.mainHeadingContainer span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 22%;
    left: 10px;
}

.settings ul > li > a {
}

.settings ul > li > a, .sitelink {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    text-decoration: none;
}

.settings ul > li > a.selected, .sitelink {
    color: #374248;
}

a.sitelinkItal {
    font-family: Raleway, sans-serif;
    font-size: 11px;
    color: #666666;
    cursor: pointer;
    font-style: italic;
    text-decoration: none;
}

a.sitelinkItal:hover {
    text-decoration: underline;
}

.settings ul > li > a:hover, .sitelink:hover {
    text-decoration: underline;
}

.settings #content {
    text-align: left;
    padding: 15px;
}

.settings #content select.selectStyle, .settings #content input {
    width: 100% !important;
}

.settings #content #breadcrumbs a, .settings #content #breadcrumbs {
    font-size: 11px;
    color: #999 !important;
    text-decoration: none;
}

.settings #content #breadcrumbs a:hover {
    color: #374248 !important;
}

.settings #content #breadcrumbs a {
    color: #374248 !important;
}

.settings #content a.menulink {
    color: #374248 !important;
    font-family: Raleway, sans-serif;
    font-size: 11px !important;
    color: #999;
    cursor: pointer;
    font-style: italic;
}

.settings #content a.menulink:hover {
    color: #999 !important;
}

.settings table th {
    text-decoration: none;
    padding-bottom: 8px;
}

.settings table td {
    font-family: Raleway, sans-serif;
    font-size: 12px;
}

.settings table td a {
    font-size: 12px !important;
    text-decoration: none;
    color: #999;
}

.settings table tr.odd {
    background-color: #eeeef1;
}

.settings table tr.even {
    background-color: #fff;
}

.settings h2, .settings h1 {
    color: #374248;
    font-family: 'Expletus Sans', cursive;
    font-weight: normal;
}

.settings .menu li {
    border-bottom: 1px solid #aca7ab;
    height: 30px;
    border-right: 1px solid #aca7ab;
    vertical-align: middle;
}

.settings .menu li > a {
    font-size: 12px !important;
    margin-left: 20px;
    position: relative;
    top: 4px;
}

h1 {
    color: #374248;
    font-size: 26px;
    font-family: 'Expletus Sans', cursive;
    font-weight: normal;
}

h2 {
    font-family: 'Expletus Sans', cursive;
    color: #374248;
    font-size: 22px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4 {
    color: #374248;
    font-family: "EYInterstate-Regular";
    font-size: 18px;
    font-weight: normal;
}

.loader {
    background-image: url('../images/loader.gif');
    width: 16px;
    height: 16px;
}

.error {
    border: 1px solid red;
    border-radius: 2px;
    padding: 15px;
    margin-top: 10px;
    color: red;
    background-color: #F2C6C6;
}

.success {
    border: 1px solid green;
    border-radius: 2px;
    padding: 15px;
    margin-top: 10px;
    color: green;
    background-color: #94FC9B;
}

#areas_chosen, .chosen-container {
    width: 100% !important;
}

.labelHeading {
    font-size: 12px;
}

.labelHeadingSize1 {
    width: 18% !important;
}

.popDivContainer {
    padding-left: 5px;
    padding-right: 5px;
}

.typeLabel {
    font-size: 12px;
}

td.rightTableBorder {
    border-right: 1px solid #aca7ab;
}

.roundedBall {
    border-radius: 50%;
    float: left;
    height: 20px;
    width: 20px;
}

.exclamationMarkInfoButton {
    float: right;
    top: 10px;
    margin-top: 3px;
    font-size: 16px !important;
    cursor: pointer;
}

div#informationHelp {
    font-size: 12px;
}

div#informationHelp p {
    text-align: left;
}

div#informationHelp .inner {
    padding: 10px;
}

.rowPadding td {
    padding: 10px;
}

.disableSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    /* needed for Firefox: */
    overflow: hidden;
    width: 120%;
    background-color: transparent;
    color: #000 !important;
}

textarea {
    resize: none;
}

.mitigationBox tr td .chosen-container {
    width: 100% !important;
    min-width: 150px;
}

.mitigationBox .users tr td .chosen-container {
    width: 100% !important;
    min-width: 200px;
}

/**
Flex Box Utils
 */

.container-center {
    display: flex;
    flex-direction: column;
    justify-content: center; /* align horizontal */
    align-items: center;
    height: 60vh;
}

.container-center div input {
    width: 30vw;
}

.container-center div a {
    color: #6e848f;
    width: 10em;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}

.align-self-center {
    align-self: center;
}

/**
Helpers
 */
.mt-4 {
    padding-top: 4em;
}

.pa-1 {
    padding: 1em;
}

.mt-px-4 {
    margin-top: 4px;
}

.mt-1 {
    margin-top: 1em;
}

.pa-2 {
    padding: 2em;
}

.pa-4 {
    padding: 4em;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/**
Buttons
 */

.button-ja-primary {
    color: white;
    background-color: #6e848f;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-ja-primary:hover {
    background-color: #374248;
}

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}
