/* select2 container scrolling adjustment css */
.select2-make-scrollable {
    max-height: 80px;
    overflow-y: scroll;
}

html, body {
    height: 100%;
    background-color: #FFFFFF;
    /*font-size:12px;*/
    padding: 0;
    margin: 0;

}

table {
    /*font-size:12px;*/
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic {
    font-style: italic;
}

.bl {
    border-bottom: 1px solid #000000;
}
.tl {
    border-top: 1px solid #000000;
}
.lb {
    border: 1px dotted #ccc;
}

.hand {
    cursor: pointer;
}

.nod {
    display: none;
}

.pad_left {
    padding-left: 15px;
}

.pad_top {
    padding-top: 15px;
}

.right_line {

    border-right: 1px solid #999999;

}

.transbg {
    background: transparent;
}

.redbg {
    background-color: #ff0000;
}

.yellowbg {
    background-color: #FFFF00;
}

.greenbg {
    background-color: #00FF00;
}


.error_row {

    background-color: #ff0000;
}


.row0 {
    background-color: #FFFFFF;
    /**border-bottom:1px dotted #ccc;**/
    padding: 2px;
    color: #000000;
}

.row1 {
    background-color: #f9f9f9;/**#98aee2;**/
    /**border-bottom:1px dotted #ccc;**/
    padding: 2px;
    color: #000000;
}

.row0_highlight {
    background-color: #98aee2;
    padding: 2px;
    color: #000;
}

.row1_highlight {
    background-color: #98aee2 !important;
    padding: 2px;
    color: #000;
}


.row2 {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    height: 25px;
}

.big {
    font-size: 18px;
}

.row2 a {
    color: #000;
}
.modal_header {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid black;
}
.large_modal {
    width: 1000px;
}
.modal_fields {
    padding: 6px 0px;
    font-weight: bold;
    font-size: 14px;
}
.modal_fields label {
    width: 80px;
}
.modal_row {
    padding-bottom: 10px;
}






/*a:link {*/
/*    text-decoration: none;*/
/*    color: black;*/
/*}*/

/*a:visited {*/
/*    text-decoration: none;*/
/*    color: black;*/
/*}*/

/*a:active {*/
/*    text-decoration: underline;*/
/*    color: black;*/
/*}*/

/*a:hover {*/
/*    text-decoration: underline;*/
/*    color: black;*/
/*}*/


#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #0099CC;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000000;
}

#startTimeFilter, #endTimeFilter {
    float: right;
    padding-left: 6px;
}

.search {
    font-size: large;
    font-weight: bolder;
}

.lefty {
    text-align: left;
    align-content: baseline;
}

.righty {
    text-align: right;
    align-content: baseline;
}

.centery {
    text-align: center;
    align-content: baseline;
}

.pct16 {
    width: 16%
}

.pct20 {
    width: 20%;
}

.pct25 {
    width: 25%;
}

.pct33 {
    width: 33%;
}

.pct50 {
    width: 50%;
}

.pct66 {
    width: 66%;
}

.pct75 {
    width: 75%;
}

.pct100 {
    width: 100%;
}

.ht30 {
    height: 30px;
}

.ht40 {
    height: 40px;
}

#dragZone, #dropZone {
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 0 0 0;
    margin-right: 10px;
}

#dragZone {
    list-style-type: none;
    overflow: hidden;
    display: block;
}

#dragZone li {
    float: left;
    display: block;
}

#dropZone {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 600px;
    overflow-y: auto;
}

.fldMaker {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    max-width: 150px;
}

.fldTitle {
    position: relative;
    font-size: 0.8em;
    color: orangered;
    float: left;
}

.fldHolder {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    min-height: 36px;
    box-sizing: border-box;
    min-width: 370px;
    float: left;
}

.fldActions {
    float: right;
    font-size: 0.6em;
}

.frmActionButton {
    float: right;
}

.fldHeader {
    position: relative;
    padding-bottom: 4px;
    width: 100%;
    min-height: 24px;
}

.field {
    float: left;
    min-width: 370px;
}

.field > label, .field > input, .field > select {
    font-size: 0.8em;
    font-weight: 600;
}

.fafLabel {
    min-width: 8%;
    display: inline-block;
}

.tightTable {
    padding: 4px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.tightTable th {
    font-weight: 800;
}

.fieldPreview {
    position: absolute;
    display: block;
}

.labelPreview {
    position: absolute;
    display: block;
    /*margin-right: 10px;*/
}

#previewBox {
    position: relative;
    /*overflow-y: visible;*/
    /*height: auto;*/
}

.labelDIV {
    border: 1px solid firebrick;
    display: block;
    float: left;
    min-height: 80px;
}

.fieldDIV {
    border: 1px solid coral;
    display: block;
    float: left;
    min-height: 80px;
}

.dzRow {
    width: 100%;
    margin: 2px;
    display: inline-block;
}

.dragMe {
    background-blend-mode: overlay;
    background-color: lightpink;
    float: left;
    padding: 4px;
}

.dragMe.dragL {
    background-color: darkgrey;
    border: 1px dotted #cd0a0a;
}

.dragMe.dragF {
    background-color: lightgrey;
    border: 1px dotted #cd0a0a;
}

#dialerStatusZone {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: white;
    list-style-type: none;
}

.clusterTile {
    border-radius: 25px;
    background-color: navy;
    padding: 4px;
    width: 380px;
    min-height: 226px;
    border: 5px solid grey;
    margin: 8px;
    float: left;
}

.clusterTile.adderTile {
    min-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.clusterDataLabel {
    font-size: 12px;
    color: #3baae3;
    font-weight: 800;
    float: right;
}

.clusterDataText {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    float: left;
}

.clusterTitle {
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: white;
    text-align: left;
    padding: 4px;
    cursor: move;
    float: left;
    border-bottom: 1px solid white;
    vertical-align: middle;
}

.clusterTime {
    font-size: 13px;
    font-weight: 800;
    color: lightgoldenrodyellow;
}

.clusterError {
    font-size: large;
    text-align: center;
    font-weight: 800;
    color: red;
}

.clusterDataTable {
    margin: 8px 6px auto;
    color: white;
    font-size: 12px;
    font-weight: 800;
    width: 95%;
    cursor: help;
    position: relative;
}

.clusterDataTable td {
    padding: 1px;
}

.ui-tooltip {
    white-space: pre-line;
}

.removeClusterButton {
    float: right;
    color: white;
}

.removeClusterButton:hover {
    color: yellow;
}

.firstConfirmation {
    color: firebrick;
    font-size: 14px;
    font-weight: 700;
}

.secondConfirmation {
    color: firebrick;
    font-size: 16px;
    font-weight: 900;
}

.centerMessage {
    margin: 0 auto;
    text-align: center;
    top: 40%

}

.fullsize {
    width: 100%;
    height: 100%;
}

.textField {
    background-image: url("../images/form_builder_text.png");
    background-repeat: no-repeat;
}

.selectField {
    background-image: url("../images/form_builder_dropdown.png");
    background-repeat: no-repeat;
}

.checkboxField {
    background-image: url("../images/form_builder_checkbox.png");
    background-repeat: no-repeat;
}


.homeScreenTile {
    /*border-radius: 15px;*/
    background-color: #e6F2f9;
    padding: 4px;
    min-height: 170px;
    /*border: 2px solid grey;*/
    margin: 2px;
    float: left;
}

.homeScreenTitle {
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    text-align: left;
    padding-left: 15px;
    cursor: move;
    float: left;
    vertical-align: middle;
    border-bottom: 1px dotted #000;
}

#home_sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*#home_sortable li {*/
/*    margin: 3px 3px 3px 0;*/
/*    padding: 1px;*/
/*    float: left;*/
/*    width: 100px;*/
/*    height: 90px;*/
/*    font-size: 4em;*/
/*    text-align: center;*/
/*}*/

th.secondsRow {
    border: 1px solid;
    border-top: none;
}

td.countsRow {
    border: 1px solid;
    border-bottom: none;
}

.greenThresh {
    background-color: green;
    color: black;
}

.yellowThresh {
    background-color: yellow;
    color: black;
}

.redThresh {
    background-color: red;
    color: white;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dropdown-menu {
    left: auto !important;
}

.userList {
    border: 1px solid #777;
    width: 325px;
    min-height: 120px;
    list-style-type: none;
    padding: 5px 0 0 0;
    float: left;
    margin: 0 8px 0 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.userList li {
    margin: 2px 4px 2px 4px;
    padding: 5px;
    width: 300px;
}

.showDDarrow{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}

.nav-main {
    margin-right: 0 !important;
}
.ui-dialog {
    font-size: 0.80em;
}
.dataTables_wrapper {
    position: relative !important;
}
.user-count-tile {
    position: relative;
    min-width: 296px !important;
    padding-right: 14px;
    padding-left: 14px;
}
.user-count-content {
    padding: 0 0 0 0;
}

/* BOOTSTRAP / ONEUI OVERRIDES */

.btn {
    margin-left: 1em;
    margin-right: 1em;
}

.nav-link.active {
   background-color: #F27CB1!important;
   text-shadow: 0px 0px 10px #000;
    color: ghostwhite!important;
}
.nav-tabs {
    border-bottom: darkgrey!important;
}
.nav-tabs .nav-link {
    border-color: darkgrey!important;
}
#sidebar {
    max-width: 300px!important;
}
.nav-main-heading {
    padding: 0.15em !important;
    padding-right: 0px !important;
}
#main-container {
    padding-left: 3px;
    padding-right: 3px;
    height:100%;
}

#sidebar {
    padding-left: 1em;
}