::-webkit-scrollbar {
    width: 2em;
    height: 2em
}
::-webkit-scrollbar-button {
    background: #5b5b5b;
}
::-webkit-scrollbar-track-piece {
    background: #b7b7b7;
}
::-webkit-scrollbar-thumb {
    background: #6f6f6f;
}

table {
    width:100%;
    border: 2px #000000 solid;
}
tr {
}
th {
    background: steelblue;
    color: white;
    padding: 10px 3px 10px 3px;
    text-align: center;
    font-weight: bold;
    border: 1px #000000 solid;
    text-shadow: none;
}
td {
    padding: 8px 3px 8px 3px;
    text-align: center;
    border: 1px #000000 solid;
    vertical-align: middle;
    font-size: 17px;
    text-shadow: none;
}

.backgroundDiv {
    z-index: 10000;
    width: 100% !important;
    height: 100% !important;    
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,100,.2);
}
.dialogArea{
    z-index: 3;
    background: white;
    min-width: 397px;
    max-width: 397px;
    height: 16em;
    margin: auto;
    text-align: center;
    font-family: Arial;
    box-shadow: 7px 9px 10px;
    border-width: 2px 4px 5px 2px;
    border-style: solid;
    border-color: red;
    border-radius: 6px;
    margin-top: 10em;
    padding: 2em;
    position: relative;
}
.closePopup , .alertMessageDialogClosePopup ,.confirmDialogClosePopup{
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
    background:url("/images/icon_close.png") no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    background-size: contain;
}


#headingDiv{
    /*width: 15em;*/
    height: 2.0em;
    border: 1px solid black;
    background-color: #00516e;
    margin-top: -2.1em;
    margin-left: 4.9em;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: white;
    margin-right: 5em;
}

.contentContainer {
    width: 94%; margin: 0em 3% 0% 3%;
}

.popupText{
    text-align: center, justify;
}



.btn-red {
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#d33c1a), to(#BC1320), color-stop(0.5, #c92a13), color-stop(0.5, #BC1421));
    background: -moz-linear-gradient(top, #d33c1a, #BC1320);
    background: -ms-linear-gradient(top, #d33c1a, #BC1320);
    background: -o-linear-gradient(top, #d33c1a, #BC1320);
    padding: 0.6em 0.9em 0.5em 0.9em;
    min-width: .75em;
    border: 0px;
    width: 100%;
    border-radius: 0.5em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    margin: .5em 0 .5em 0;
    -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-red:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#922913), to(#821016), color-stop(0.5, #9d2411), color-stop(0.5, #8c1318));
    background: -moz-linear-gradient(top, #d13c15, #821016);
    background: -ms-linear-gradient(top, #d13c15, #821016);
    background: -o-linear-gradient(top, #d13c15, #821016);
}
.btn-green {
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3ed32c), to(#679d5c), color-stop(0.5, #249716), color-stop(0.5, #4e7b43));
    background: -moz-linear-gradient(top, #3ed32c, #679d5c);
    background: -ms-linear-gradient(top, #3ed32c, #679d5c);
    background: -o-linear-gradient(top, #3ed32c, #679d5c);
    padding: 0.6em 0.9em 0.5em 0.9em;
    min-width: .75em;
    border: 0px;
    width: 100%;
    border-radius: 0.5em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    margin: .5em 0 .5em 0;
    -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-green:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#2b9420), to(#497142), color-stop(0.5, #1d6c0f), color-stop(0.5, #3a5d31));
    background: -moz-linear-gradient(top, #2b9420, #497142);
    background: -ms-linear-gradient(top, #2b9420, #497142);
    background: -o-linear-gradient(top, #2b9420, #497142);
}
.btn-blue {
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#403bd3), to(#5a76d1), color-stop(0.5, #4887b5), color-stop(0.5, #0a08d3));
    background: -moz-linear-gradient(top, #403bd3, #5a76d1);
    background: -ms-linear-gradient(top, #403bd3, #5a76d1);
    background: -o-linear-gradient(top, #403bd3, #5a76d1);
    padding: 0.6em 0.9em 0.5em 0.9em;
    min-width: .75em;
    width: 100%;
    border: 0px;
    border-radius: 0.5em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    margin: .5em 0 .5em 0;
    -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-blue:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#2f2a97), to(#37477f), color-stop(0.5, #356384), color-stop(0.5, #0a0885));
    background: -moz-linear-gradient(top, #2f2a97, #37477f);
    background: -ms-linear-gradient(top, #2f2a97, #37477f);
    background: -o-linear-gradient(top, #2f2a97, #37477f);
}
.btn-grey {
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c0c4c6), to(#969694), color-stop(0.5, #959795), color-stop(0.5, #9a9b9a));
    background: -moz-linear-gradient(top, #9b9ca3, #8b8f8e);
    background: -ms-linear-gradient(top, #909494, #888c8b);
    background: -o-linear-gradient(top, #8f8f8a, #6c716c);
    padding: 0.6em 0.9em 0.5em 0.9em;
    min-width: .75em;
    border: 0px;
    width: 100%;
    border-radius: 0.5em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    margin: .5em 0 .5em 0;
    -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-grey:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#9da1a3), to(#969694), color-stop(0.5, #959795), color-stop(0.5, #9a9b9a));
    background: -moz-linear-gradient(top, #9b9ca3, #8b8f8e);
    background: -ms-linear-gradient(top, #909494, #888c8b);
    background: -o-linear-gradient(top, #8f8f8a, #6c716c);
}
.btn-red:hover,.btn-blue:hover,.btn-green:hover ,.btn-green:hover {
    color: #fff;
}
.btn-red[data-inline=true], .btn-blue[data-inline=true], .btn-green[data-inline=true], .btn-grey[data-inline=true] {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: auto;
}

.btn-full-width {
    display: inline-block !important;
    width: 100% !important;;
}

footer {
    height: 4em;
}

.span-red {
    font-weight: bold;
    border: 1px solid red;
    height: 1em;
    width: 4em;
    border-radius: 4px;
    background-color: red;
    color: white;
    text-shadow: none;
    padding: 1px 5px 1px 5px;
    line-height: 2em;
}
.span-blue {
    font-weight: bold;
    border: 1px solid blue;
    height: 1em;
    width: 4em;
    border-radius: 4px;
    background-color: blue;
    color: white;
    text-shadow: none;
    padding: 1px 5px 1px 5px;
    line-height: 2em;
}

.span-blueText{
    color : #4682b4;
    text-shadow: none;
}

.span-outline-red {
    border: 2px solid red;
    padding:3px 10px;
    border-radius: 12px;
    color: red;
}

.rowRed {
    background-color:rgba(255,0,0,0.3);
    text-shadow: none;
}
.rowGreen {
    background-color:rgba(0,255,0,0.3);
    text-shadow: none;
}
.rowBlue {
    background-color:rgba(0,0,255,0.3);
    text-shadow: none;
}
.rowYellow {
    background-color: yellow;
    text-shadow: none;
}
.rowOrange {
    background-color: orange;
    text-shadow: none;
}

.checked {
    font-size: 34px;
    display: inline;
    color: green;
}
.count{
    display: inline;
    font-size: 16px;
    padding: 3px 7px;
    float: right;
    background: lightgrey;
    border-radius: 15px;
    margin-top: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f4f4f4), color-stop(0.5, #ffffff), color-stop(0.5, #ffffff));
    background: -moz-linear-gradient(top, #cbcccb, #d8d8d8);
    background: -ms-linear-gradient(top, #cbcccb, #d8d8d8);
    background: -o-linear-gradient(top, #cbcccb, #d8d8d8);
    text-shadow: none;
    border: 1px green solid;
    font-weight: bold;
    color: darkgreen;
}
.inline{
    white-space: nowrap;

}

.ui-popup-container {
    z-index: 11000 !important;
}

#alertMessageDialog {
    display: none;
    position: fixed !important;
    color: black;
    text-shadow: none;
}

#alertMessageDialog .dialogArea {
    border-color: red;
    margin-top: 15em;
    height: auto;
}

.innerDiv{
    word-wrap: break-word;
}

#instructionDialog {
    display: none;
    position: fixed !important;
}

#instructionDialog .dialogArea {
    border-color: blue;
    margin-top: 15em;
    height: auto;
}

.hide{
    display: none;
}

#confirmBoxDialog{
    display: none;
    position: fixed !important;
}
#confirmBoxDialog .dialogArea {
    border-color: blue;
    margin-top: 15em;
    height: auto;
}

@media only screen{
    /* FOR JQ MOBILE LOADER */
    div.ui-loader {
        position: fixed !important;
        width: 110% !important;
        height: 115% !important;
        left: 0px !important;
        top: 0px !important;
        opacity: 0.5 !important;
        z-index: 999999;
        background: lightgrey;
    }
    .ui-loader .ui-icon{
        position: absolute;
        /*margin-left: 45%;
        margin-top: 22%;*/
        top: calc( 50% - 22px ) !important;
        left: calc( 50% - 22px ) !important;
        background-repeat: no-repeat;
        width: 10%;
        background-color: transparent;
        background-position: center;
    }
    .ui-loader h1{
        position: absolute;
        margin-left: 40%;
        margin-top: 26%;
        width: 20%;
        text-align: center;
    }
    /* FOR JQ MOBILE LOADER */
}


.class_passed{
    background-color:#9acd32;
    color: #ffffff;
    border:4px solid green;
    text-shadow: none;
}
.class_failed{
    background-color:red;
    color: white;
    border:4px solid #C20000;
    text-shadow: none;
}

.capitalize {
    text-transform:capitalize;
}
.uppercase {
    text-transform:uppercase;
}
.lowercase {
    text-transform:lowercase;
}


.dialog_default_CMBs {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
}

.dialog_default_CMBs option{
    zoom : 1.8;
}

.dialog_default_TXTs {
    width: calc( 100% - 20px );
    height: 20px;
    padding: 10px 5px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid grey;
}
.dialog_default_BTNs{

}

.instructionMessageError {
    border: 1px solid red;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 94%;
    margin-bottom: 10px;
}
.instructionMessageInformation {
    border: 1px solid blue;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 94%;
    margin-bottom: 10px;
}
.instructionMessageWarning {
    border: 1px solid yellow;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 94%;
    margin-bottom: 10px;
}


#notificationMessageDialogArea{
    text-align: center;
}
#notificationMessageDialogArea .dialogArea{
    display: inline-block;
    min-height: 1em !important;
    height: auto !important;
    padding: 1em;
    top : 0;
    z-index: 99999999 !important;
}
.boldContent{
    font-weight : bold;
}

.blue{
    text-align: center;
    background-color: blue;
    color: white;
    text-shadow: none;
    font-weight: bold;
}

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    top: -150px;
    right: 15px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    z-index: 10000;
}