div.pageContainer {
    padding: 10px;
}

div.pageContainer.noPadding {
    padding: 0px;
}

div.pageContainer > form > a > div.inputContainer > input {
    cursor: pointer;
}

div.title {
    color: #3a3a3a;
    font-weight: bolder;
    font-size: 2em;
    /*font-style: italic;*/
}

div.title.title2 {
    font-size: 1.25em;
}

.form-control,
.form-control[readonly] {
    background-color: white;
    border: 1px #aa95ff solid;
}

div.inputContainer > i,
div.inputContainer > a > i {
    color: #2cc8ff;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    cursor: pointer;
}

div.inputContainer > i:hover,
div.inputContainer > a > i:hover {
    color: #aa95ff;
}

.inputContainer input {
    /*padding-right: 40px;*/
}

.inputContainer i {
    position: absolute;
    top: 2px;
    right: 7px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

.fa-1_5x {
    font-size: 1.5em;
}

.fa-bordered {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#menuItems {
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topBarContainer {
    z-index: 99999999;
    background-color: white;
}

#topBar {
    padding-top: 10px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #2b3e2b;
    /*border-bottom: 2px solid black;*/
    /*-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    /*-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    /*box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);*/
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.4);
    text-align: left;
    height: 80px;
    font-size: 1.2em;
}

#topBar a:hover,
#topBar a:focus {
    color: #aa95ff;
}

.topBarMob {
    background-color: white;
}

.topBarMob > a > img {
    padding: 10px;
}

#mainContainer {
    /*background-color: rgba(201, 202, 204, 0.5);*/
    background-color: #f3f8f9;
    color: black;
    /*border-radius: 10px;*/
    /*border: 2px solid #2b3e2b;*/
    min-height: 500px;
}

#mainContainer i:hover,
#mainContainer i:focus {
    color: #aa95ff;
}

#mainContainer i.rateIcon.fas.fa-star:hover,
#mainContainer i.rateIcon.fas.fa-star:focus {
    color: #fec02e;
}

#mainContainer i.rateIcon.far.fa-star:hover,
#mainContainer i.rateIcon.far.fa-star:focus {
    color: #757575;
}

#mainContainer a.disabled,
#mainContainer a.disabled:hover,
#mainContainer a.disabled:focus,
#mainContainer a.disabled i,
#mainContainer a.disabled i:hover,
#mainContainer a.disabled i:focus {
    cursor: not-allowed;
    color: grey;
}

.pageTitle {
    font-size: 2em;
    text-align: center;
}

.menuItem.active {
    text-decoration: underline;
    font-weight: bold;
}

textarea {
    resize: none;
}

.table > thead > tr > th.vertical-aligned-cell,
.table > tbody > tr > th.vertical-aligned-cell,
.table > tfoot > tr > th.vertical-aligned-cell,
.table > thead > tr > td.vertical-aligned-cell,
.table > tbody > tr > td.vertical-aligned-cell,
.table > tfoot > tr > td.vertical-aligned-cell {
    vertical-align: middle;
}

body {
    /*background: url("../images/body_bg.png") repeat scroll center center #6c6262;*/
    /*background-color: #f6f6f6;*/
    /*background-color: #80ad41;*/
    color: #757575;
    font-family: "Asap";
    font-size: 18px;
    /*font-size: 100%;*/
    text-align: left;
    /*background-color: white;*/
    background-color: #f3f8f9;
}

@media (min-width: 100px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 18px;
    }
}

.centered_object {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centered_vertically {
    margin-top: auto;
    margin-bottom: auto;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

.space30 {
    height: 30px;
}

.space40 {
    height: 40px;
}

.space50 {
    height: 50px;
}

.space60 {
    height: 60px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.space120 {
    height: 120px;
}

.space150 {
    height: 150px;
}

.space200 {
    height: 200px;
}

.centered {
    text-align: center;
}

.error {
    color: red;
    text-align: center;
    /*font-size: 20px;*/
}

.break_word {
    word-wrap: break-word;
}

.lock_position {
    position: absolute;
    top: 0;
    z-index: 100;
}

.lock_position.fixed-position {
    position: fixed;
}

#topLabels {
    text-align: right;
}

.clickable {
    cursor: pointer;
}

#topBar img {
    vertical-align: bottom;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.noPadding {
    padding: 0;
}

.required {
    color: red;
    font-weight: bold;
    /*font-size: 1.5em;*/
    text-align: left;
    padding-left: 2px;
}

.inputLabel {
    color: black;
    font-size: 0.75em;
    height: 15px;
    max-height: 15px;
    margin: 0px;
    margin-top: 2px;
    margin-left: -2px;
    position: absolute;
    display: none;
    /*text-decoration: underline;*/
}

@media (max-width: 991px) {
    .inputLabel {
        margin-left: 6px;
    }
}

.myInput {
    height: 45px;
}

.autoMargin {
    margin-right: auto;
    margin-left: auto;
}

.autoMargin > div,
.autoMargin > a > div {
    float: none !important;
    display: inline-block !important;
}

.buttonStyle1 {
    background-color: #2b3e2b;
    border-color: #2b3e2b;
    color: white;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle1:focus,
.buttonStyle1.focus {
    color: white;
    background-color: #aa95ff;
    border-color: #aa95ff;
}

.buttonStyle1:hover {
    color: #ffffff;
    background-color: #aa95ff;
    border-color: #aa95ff;
}

.buttonStyle1:active,
.buttonStyle1.active,
.open > .dropdown-toggle.buttonStyle1 {
    color: #ffffff;
    background-color: #aa95ff;
    border-color: #aa95ff;
}

.buttonStyle1:active:hover,
.buttonStyle1.active:hover,
.open > .dropdown-toggle.buttonStyle1:hover,
.buttonStyle1:active:focus,
.buttonStyle1.active:focus,
.open > .dropdown-toggle.buttonStyle1:focus,
.buttonStyle1:active.focus,
.buttonStyle1.active.focus,
.open > .dropdown-toggle.buttonStyle1.focus {
    color: #ffffff;
    background-color: #aa95ff;
    border-color: #aa95ff;
}

.buttonStyle1:active,
.buttonStyle1.active,
.open > .dropdown-toggle.buttonStyle1 {
    background-image: none;
}

.buttonStyle1.disabled,
.buttonStyle1[disabled],
fieldset[disabled] .buttonStyle1,
.buttonStyle1.disabled:hover,
.buttonStyle1[disabled]:hover,
fieldset[disabled] .buttonStyle1:hover,
.buttonStyle1.disabled:focus,
.buttonStyle1[disabled]:focus,
fieldset[disabled] .buttonStyle1:focus,
.buttonStyle1.disabled.focus,
.buttonStyle1[disabled].focus,
fieldset[disabled] .buttonStyle1.focus,
.buttonStyle1.disabled:active,
.buttonStyle1[disabled]:active,
fieldset[disabled] .buttonStyle1:active,
.buttonStyle1.disabled.active,
.buttonStyle1[disabled].active,
fieldset[disabled] .buttonStyle1.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle1 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

.buttonStyle2 {
    background-color: white;
    border-color: #2b3e2b;
    color: #2b3e2b;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle2:focus,
.buttonStyle2.focus {
    color: #aa95ff;
    background-color: white;
    border-color: #aa95ff;
}

.buttonStyle2:hover {
    color: #aa95ff;
    background-color: white;
    border-color: #aa95ff;
}

.buttonStyle2:active,
.buttonStyle2.active,
.open > .dropdown-toggle.buttonStyle2 {
    color: #aa95ff;
    background-color: white;
    border-color: #aa95ff;
}

.buttonStyle2:active:hover,
.buttonStyle2.active:hover,
.open > .dropdown-toggle.buttonStyle2:hover,
.buttonStyle2:active:focus,
.buttonStyle2.active:focus,
.open > .dropdown-toggle.buttonStyle2:focus,
.buttonStyle2:active.focus,
.buttonStyle2.active.focus,
.open > .dropdown-toggle.buttonStyle2.focus {
    color: #aa95ff;
    background-color: white;
    border-color: #aa95ff;
}

.buttonStyle2:active,
.buttonStyle2.active,
.open > .dropdown-toggle.buttonStyle2 {
    background-image: none;
}

.buttonStyle2.disabled,
.buttonStyle2[disabled],
fieldset[disabled] .buttonStyle2,
.buttonStyle2.disabled:hover,
.buttonStyle2[disabled]:hover,
fieldset[disabled] .buttonStyle2:hover,
.buttonStyle2.disabled:focus,
.buttonStyle2[disabled]:focus,
fieldset[disabled] .buttonStyle2:focus,
.buttonStyle2.disabled.focus,
.buttonStyle2[disabled].focus,
fieldset[disabled] .buttonStyle2.focus,
.buttonStyle2.disabled:active,
.buttonStyle2[disabled]:active,
fieldset[disabled] .buttonStyle2:active,
.buttonStyle2.disabled.active,
.buttonStyle2[disabled].active,
fieldset[disabled] .buttonStyle2.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle2 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

.buttonStyle3 {
    background-color: white;
    border-color: #db4435;
    color: #db4435;
    font-weight: bold;
    border-width: 3px;
}

.buttonStyle3:focus,
.buttonStyle3.focus {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:hover {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active,
.buttonStyle3.active,
.open > .dropdown-toggle.buttonStyle3 {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active:hover,
.buttonStyle3.active:hover,
.open > .dropdown-toggle.buttonStyle3:hover,
.buttonStyle3:active:focus,
.buttonStyle3.active:focus,
.open > .dropdown-toggle.buttonStyle3:focus,
.buttonStyle3:active.focus,
.buttonStyle3.active.focus,
.open > .dropdown-toggle.buttonStyle3.focus {
    color: #b02011;
    background-color: white;
    border-color: #b02011;
}

.buttonStyle3:active,
.buttonStyle3.active,
.open > .dropdown-toggle.buttonStyle3 {
    background-image: none;
}

.buttonStyle3.disabled,
.buttonStyle3[disabled],
fieldset[disabled] .buttonStyle3,
.buttonStyle3.disabled:hover,
.buttonStyle3[disabled]:hover,
fieldset[disabled] .buttonStyle3:hover,
.buttonStyle3.disabled:focus,
.buttonStyle3[disabled]:focus,
fieldset[disabled] .buttonStyle3:focus,
.buttonStyle3.disabled.focus,
.buttonStyle3[disabled].focus,
fieldset[disabled] .buttonStyle3.focus,
.buttonStyle3.disabled:active,
.buttonStyle3[disabled]:active,
fieldset[disabled] .buttonStyle3:active,
.buttonStyle3.disabled.active,
.buttonStyle3[disabled].active,
fieldset[disabled] .buttonStyle3.active {
    background-color: #80ad41;
    border-color: #80ad41;
}

.buttonStyle3 .badge {
    color: #80ad41;
    background-color: #80ad41;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100vh;
}

div.customerSample {
    margin: 5px;
    height: 120px;
    border: black solid 1px;
    border-radius: 10px;
    cursor: default;
    text-align: center;
    background-color: white;
    color: black;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.customer {
    margin: 5px;
    height: 120px;
    border: black solid 1px;
    border-radius: 10px;
    cursor: default;
    text-align: center;
    background-color: white;
    color: black;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

div.online {
    color: green;
    background-color: rgba(0, 255, 0, 0.2);
}

div.offline {
    color: red;
    background-color: rgba(255, 0, 0, 0.2);
}

div.inactive {
    color: black;
    background-color: rgba(0, 0, 0, 0.2);
}

.slaNumber {
    background-color: black;
    border-radius: 10px;
}
