@charset "UTF-8";
/* Style shared by all pages */
:root {
    --main-bg-color: #0072c6; /*#4CAF50;*/
    --main-bg-hover-color: #a5d6f3;  /*#d2ebf9; /*#004e58;*/
}

body {	
	/*font-family: "PT Sans", sans-serif !important;*/
    font-family: "Lucida Sans Typewriter" !important;
	color: #5E5E5E;
	font-size: 80%;
}
h1 {
	text-align: center;
    font-size: 150%;
}

h2 {
	text-align: center;
    font-size: 125%;
}

h3 {
	text-align: center;
    font-size: 100%;
}

.h11 {
    text-align: center;
    font-size: 400%;
    font-weight: bold;
}

.h22 {
    text-align: center;
    font-size: 300%;
    font-weight: bold;
}

.h33 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

p {
    font-size: 100%;
}

.containerSmall {
    padding: 10px;
}

.containerBig {
    padding: 20px 17px 205px 21px;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #E6EBED;
    box-shadow: inset 0 1px 3px 0 #dde4e7;
    border-radius: 2px;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 150px;
    margin-left: 3px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

iframe {
    display: block;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border: 0;
}

button {
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white; 
    padding: 8px 8px;
    /*margin: 8px 0;*/
    border: none;
    cursor: pointer;
    width: 100%;
}
button:hover {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}


.button_auto {
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white;
    padding: 8px 8px;
    /*margin: 8px 0;*/
    border: none;
    cursor: pointer;
    width: 50%;
}
.button_auto:hover {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}


/*a:link, a:visited {
    background-color: #4CAF50;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	width: 100%;
}*/

a:hover, a:active {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

a.lnk:link, a.lnk:visited {
    background-color: white;
    color: var(--main-bg-color); /*#4CAF50; */
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	width: 100%;
}
a.lnk:hover, a.lnk:active {
    color: var(--main-bg-hover-color); /*#004e58;*/
}


a.lnk1:link, a.lnk1:visited {
    background-color: white;
    color: var(--main-bg-color); /*#4CAF50;*/
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
a.lnk1:hover, a.lnk1:active {
    color: white;
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

a.lnk2:link, a.lnk2:visited {
    background-color: #D5D5D5;
    color: var(--main-bg-color); /*#4CAF50;*/
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
a.lnk2:hover, a.lnk2:active {
    color: white;
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}


a.lnk3:link, a.lnk3:visited {
    background-color: white;
    color: var(--main-bg-color); /*#4CAF50;*/
    padding: 0px 0px;
    text-decoration: none;
    display: inline-block;
    width: auto;
}
a.lnk3:hover, a.lnk3:active {
    color: white;
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

.center_div {
	text-align: center;
}

table,th, td { 
	border:1px solid white; 
} 
table {
	border-collapse:collapse; 
	border-width: 0px; /*1px;*/
	border-color: white;
	width:auto; 
	min-width: 50%;
	margin: auto;
}

table.nav {
	border-collapse:collapse; 
	border: none;	
	width:100%; 
	margin-left: auto;
	margin-right: auto;
}
table.nav th, td { 
	border:none; 
}
table.nav td { 
	width: 11%; 
	white-space: nowrap;
}

table.linksTable {
    border-collapse:collapse;
    border: none;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
table.linksTable th, td {
    border: none;
}
table.linksTable td {
    white-space: nowrap;
}

table.linksTable th.rowWithLineR, td.rowWithLineR {
    padding-right: 4px;
    padding-left: 4px;
    border-right: 2px solid var(--main-bg-color); /*#4CAF50;*/
    border-bottom: 4px solid white;
}


table.linksTable {
    border-collapse:collapse;
    border: none;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
table.linksTable th, td {
    border: none;
}
table.linksTable td {
    white-space: nowrap;
}

table.linksTable th.rowWithLineR, td.rowWithLineR {
    padding-right: 4px;
    padding-left: 4px;
    border-right: 2px solid var(--main-bg-color); /*#4CAF50;*/
    border-bottom: 4px solid white;
}

img.home {
	display: block;
    width: 17px;
	height: 17px;
    padding: 0px;
	margin: auto;
}

img.home_mobile {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: auto;
}

button.btn {
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
}

button.btn:hover {
    background-color: var(--main-bg-color); /*#004e58;*/
}

button.small_btn {
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white;
    padding: 2px 4px;
    margin: 0 0;
    border: none;
    cursor: pointer;
    width: auto;
}
button.small_btn:hover {
    background-color: var(--main-bg-color); /*#004e58;*/
}

.navSelect {
      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background-color: var(--main-bg-color); /*#4CAF50;*/
      /* background-position: 80px 8px;  /*Position of the background-image*/
      /*width: 100%;  /*80px; /*Width of select dropdown to give space for arrow image*/
      min-width: 160px;
      /*height: 35px;  /*20px;/*fix for mac input height*/
      padding: 8px 8px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      cursor: pointer;
      color: white;  /*#4CAF50;	*/
	  text-align: center;	  
}

.navSelect optgroup {
    color: var(--main-bg-hover-color); /*#004e58;*/
    font-size: 140%;
    font-weight: bold;
    font-style: italic;
}

.navSelect optgroup option {
    color: white;
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
}

.navSelectMulti {
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background-color: var(--main-bg-color); /*#4CAF50;*/
    /* background-position: 80px 8px;  /*Position of the background-image*/
    width: 100%;  /*80px; /*Width of select dropdown to give space for arrow image*/
    /*height: 35px;  /*20px;/*fix for mac input height*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
    cursor: pointer;
    color: white;  /*#4CAF50;	*/
    text-align: center;
}
.navSelectMulti option {
    width: 100%;
    color: white;
    background-color: var(--main-bg-color); /*#4CAF50;*/
}
.navSelectMulti option:hover {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

.navSelectMulti option:active {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

.navSelectMulti optgroup{
    background:var(--main-bg-color); /*#4CAF50;*/
    color: var(--main-bg-hover-color); /*#004e58;*/
    font-style: italic;
    font-weight: bold;
}

.num_select {
    display: none;
    position: absolute;
    right: -75px;
    top: 68px;
    z-index: 2;
}

.num_select p {
    display: inline-block;
	color: var(--main-bg-color);/*#4CAF50;*/
}

.num_select select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      /* background: url('images/control_down_17x9.png') no-repeat right;  /*Adds background-image*/
      /* background-position: 80px 8px;  /*Position of the background-image*/
      width: 80px; /*Width of select dropdown to give space for arrow image*/
      height: 20px;/*fix for mac input height*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      cursor: pointer;
      color: var(--main-bg-color); /*#4CAF50;*/
  
}

.num_select select option {
  text-align: center;
  hover: var(--main-bg-color); /*#4CAF50;*/
}

.dropbtn_cell {
    background-color: transparent;
    color: var(--main-bg-color); /*#4CAF50;*/
    padding: 2px 2px;
    width: 100%;
    /*font-size: 16px;*/
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.dropdown:hover .dropbtn_cell {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
    color: white;
}

.dropbtn {
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white;
    padding: 8px 8px;
    width: 100%;
    /*font-size: 16px;*/
    border: none;
    cursor: pointer;
}
/*
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    !*background-color: #f9f9f9;*!
    background-color: #4CAF50;
    color: white;
    min-width: 160px;
    !* box-shadow: 8px 8px 5px #D5D5D5; *!
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;

    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.dropdown-content a {
    color: white;  !*black;*!
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #004e58}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #004e58;
}*/

ul.checkboxes_dropdown {
    list-style-type: none;
}

ul.checkboxes_dropdown li:hover {
    background-color: var(--main-bg-hover-color); /*#004e58;*/
}

.scroll_list {
    display: inline-block;
    background-color: var(--main-bg-color); /*#4CAF50;*/
    color: white;
    text-align: left;
    overflow-y: scroll;
    width: 100%;
    height: 451px;
    margin-top: 6px;
}

mark.red {
    color:#ff0000;
    background: none;
}

mark.pink {
    color:#F5A9BC;
    background: none;
}

mark.blue_green {
    color:#004e58;
    background: none;
    font-weight: bold;
    font-style: italic;
}

mark.blue {
    color:#0000A0;
    background: none;
}

mark.green {
    color:#4CAF50;
    background: none;
}

mark.orange {
    color:#ff8000;
    background: none;
}

mark.grey {
    color:#8e9daa;
    background: none;
}

.clickableCell:hover {
    cursor: pointer;
    background-color: #f9E79F  !important;
}

div.logout {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 60px;
    height: 20px;
    border: 0;
}

div.home {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 60px;
    height: 20px;
    border: 0;
}

div.logout_mobile {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 60px;
    height: 30px;
    border: 0;
}

div.home_mobile {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 60px;
    height: 30px;
    border: 0;
}

.placeHolder {
    color: #D5D5D5;
    font-style: italic;
    text-align: center;
}

.errorHolder {
    color: #ff0000;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.placeHolder p {
    vertical-align: bottom;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #004e58;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #004e58;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #004e58 transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.role_select {
    width: 100%;
    /*padding: 12px 20px;*/
    padding: 8px 10px 0px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box
}

.role_select p {
    display: inline-block;
	color: var(--main-bg-color); /*#4CAF50;*/
}

.role_select select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      /*background: url('images/control_down_17x9.png') no-repeat right;  /*Adds background-image*/
      /* background-position: 80px 8px;  /*Position of the background-image*/
      width: 140px;   /*Width of select dropdown to give space for arrow image*/
      height: 20px;/*fix for mac input height*/
      cursor: pointer;
      color: var(--main-bg-color); /*#4CAF50;*/
  
}

.role_select select option {
  text-align: center;
  hover: var(--main-bg-color); /*#4CAF50;*/
}


.iframe_holder {
    background:url(../images/ajax-loader.gif) center center no-repeat;
}


.stylish {
    background-color: orange;
    transition: background-color 1s;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc;
    font-style: italic;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cccccc;
    font-style: italic;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
    font-style: italic;
}

@-webkit-keyframes flashing {
    from { background-color: #4CAF50; }
    to { background-color: inherit; }
}
@-moz-keyframes flashing {
    from { background-color: #4CAF50; }
    to { background-color: inherit; }
}
@-o-keyframes flashing {
    from { background-color: #4CAF50; }
    to { background-color: inherit; }
}
@keyframes flashing {
    from { background-color: #4CAF50; }
    to { background-color: inherit; }
}
.flashing {
    -webkit-animation: flashing 1s infinite; /* Safari 4+ */
    -moz-animation:    flashing 1s infinite; /* Fx 5+ */
    -o-animation:      flashing 1s infinite; /* Opera 12+ */
    animation:         flashing 1s infinite; /* IE 10+ */
}


@-webkit-keyframes flashingRed{
    from { background-color: #F5A9BC; }
    to { background-color: inherit; }
}
@-moz-keyframes flashingRed {
    from { background-color: #F5A9BC; }
    to { background-color: inherit; }
}
@-o-keyframes flashingRed {
    from { background-color: #F5A9BC; }
    to { background-color: inherit; }
}
@keyframes flashingRed {
    from { background-color: #F5A9BC; }
    to { background-color: inherit; }
}
.flashingRed {
    -webkit-animation: flashingRed 1s infinite; /* Safari 4+ */
    -moz-animation:    flashingRed 1s infinite; /* Fx 5+ */
    -o-animation:      flashingRed 1s infinite; /* Opera 12+ */
    animation:         flashingRed 1s infinite; /* IE 10+ */
}
/*Customer Device Form UI*/
.sectionTitle{
    font-size: 24px;
    color: #666;
    font-weight: 500;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.textInfoFrmUI{
    font-size: 15px;
    color: #202020;
    line-height: 1.4em;
    padding: 12px 0 15px 0;
    margin: 0;
}
.role_select{
    width: 100%;
    display: flex;
    border: 0;
    font-size: 15px;
    padding: 0;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
}
.role_select .frmLables{
    display: flex;
    width: 100px;
    color: #464b4c;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.role_select .frmInputElement{
    display: flex;
    width: auto;
    color: #464b4c;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.role_select .frmInputElement select{
    padding: 10px 14px;
    width: 240px !important;
    height: auto !important;
    background-color: #e6e6e6 !important;
    border: 0px !important;
    color: #686c6d;
    font-size: 14px;
    box-shadow: none;
}
.role_select .frmInputElement select:focus{
    border: 0px !important;
}
.sectionSubTitle{
    font-size: 18px;
    color: #666;
    font-weight: 500;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 0px solid #e5e5e5;
    margin-top: 40px;
}
.formInputElement2 input{
    padding: 11px 14px !important;
    width: 298px !important;
    height: auto !important;
    background-color: #e6e6e6 !important;
    border: 0px !important;
    color: #686c6d;
    font-size: 14px;
    box-shadow: none;
    font-style: italic;
}
.formInputElement2 select{
    padding: 10px 14px;
    width: auto !important;
    height: auto !important;
    background-color: #e6e6e6 !important;
    border: 0px !important;
    color: #686c6d;
    font-size: 14px;
    box-shadow: none;
    font-style: italic;
}

.row.formInputElement2{
    margin-right: 0px;
    margin-bottom: 14px;
    display: block;
    width: 100%;
}
.btnSection{
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSection .submitBtn{
    background-color: #5079b4;
    border: 1px solid #5079b4;
    border-radius: 5px;
    margin-right: 15px;
    color: #FFF;
    font-size: 14px;
    width: auto;
    padding: 12px 30px;
}
.btnSection .cancelBtn{
    background-color: #FFF;
    border: 1px solid #5079b4;
    border-radius: 5px;
    margin-right: 15px;
    color: #5079b4;
    font-size: 14px;
    width: auto;
    padding: 12px 30px;
}
.formInputElement2 .typeSelectBoxCol{
    width: 165px;
    display: inline-block;
}
.formInputElement2 .typeInputBoxCol{
    width: 200;
    display: inline-block;
}

