@import url('/css_files/admin-ui/font-awesome.min.css');
@import url('/css_files/admin-ui/font-awesome-animation.min.css');
.outer-div
{
   display: table;
   position: fixed;
   height: 100%;
   width: 100%;
   top: 0%;
   background: rgba(0,0,0,0.7);
   z-index: 11;
  // overflow-x: visible;
   font-size: 13px;
 }
.mid-div
{
   display: table-cell;
   padding-top: 3em;
   vertical-align: top;
   //position: relative;
}
.inner-div
{
   position: relative;
   margin: 0 auto;
   width: auto;
   max-width: 70%;
   height: auto;
   background: #ffffff;
   z-index: 12;
   padding: 5px;
   border-radius: 3px;
   color: #000000;
   overflow-y: auto;
   //overflow-x: hidden;
   padding-bottom: 15px;
}

/* process box */
.process-outer-div
{
   display: table;
   position: absolute;
   height: 100em;
   width: 100%;
   top: 0%;
   background: rgba(0,0,0,0.7);
   z-index: 10;
   visibility: hidden;
 }
.process-mid-div
{
   display: table-cell;
   padding-top: 5em;
   vertical-align: top;
}
.process-inner-div
{
   position: relative;
   margin: 0 auto;
   width: auto;
   //max-width: 70%;
   height: auto;
   //background: #ffffff;
   z-index: 11;
   padding: 0px;
   border-radius: 3px;
   overflow-y: visible;
   padding-bottom: 0px;
}

.process-container
{
   display: none;
   position: fixed !important;
   height: auto !important;
   width: 100% !important;
   bottom: 50% !important;
   padding: 5px;
   //background: rgba(0,0,0,0.7) !important;
   z-index: 5 !important;
   overflow: auto;
 }
.process-box
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 500px;
   height: 100% !important;
   background: #f1f1f1 !important;
   z-index: 6 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 1em;
}
.process-title {
  display: table-cell !important;
  vertical-align: middle !important;
  background-color: #e67e22;
  width: 100% !important;
  color: #ffffff;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px !important;
  font-weight: normal;
}
.process-msg {
  display: table-cell !important;
  vertical-align: middle !important;
  padding-top: 10px;
  padding-left: 3px;
  color: #000000;
}
.process-btn {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* /process box */

/*.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}*/

.success-container
{
   display: none;
   position: fixed !important;
   height: auto !important;
   width: 100% !important;
   bottom: 10px !important;
   padding: 5px;
   //background: rgba(0,0,0,0.7) !important;
   z-index: 5 !important;
   overflow:auto;
 }
.success-box
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 800px;
   height: 100% !important;
   background: #27AE60 !important;
   z-index: 6 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 1em;
   color: #f1f1f1 !important;
}
.success-msg {
  display: table-cell !important;
  vertical-align: middle !important;
}

/* confirmation container */
.confirm-container
{
  display: none;
  position: fixed !important;
  height: auto !important;
  width: 100% !important;
  bottom: 50% !important;
  padding: 5px;
  //background: rgba(0,0,0,0.7) !important;
  z-index: 10 !important;
  overflow:auto;
 }
.confirm-box
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 400px;
   height: 100% !important;
   background: #34495E !important;
   z-index: 6 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 1em;
   color: #f1f1f1 !important;
}
.confirm-title {
  display: table-cell !important;
  vertical-align: middle !important;
  background-color: #E74C3C;
  width: 100% !important;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px !important;
}
.confirm-msg {
  display: table-cell !important;
  vertical-align: middle !important;
  padding-top: 10px;
  padding-left: 3px;
  color: #f1f1f1;
}
.confirm-btn {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* /confirmation container */

/* new confirmation box */
.conf-outer-div
{
   display: table;
   position: absolute;
   height: 100em;
   width: 100%;
   top: 0%;
   background: rgba(0,0,0,0.7);
   z-index: 11;
   visibility: hidden;
 }
.conf-mid-div
{
   display: table-cell;
   padding-top: 5em;
   vertical-align: top;
}
.conf-inner-div
{
   position: relative;
   margin: 0 auto;
   width: auto;
   //max-width: 70%;
   height: auto;
   //background: #ffffff;
   z-index: 12;
   padding: 0px;
   border-radius: 3px;
   overflow-y: visible;
   padding-bottom: 0px;
}

.conf-container
{
   display: none;
   position: fixed !important;
   height: auto !important;
   width: 100% !important;
   bottom: 50% !important;
   padding: 5px;
   //background: rgba(0,0,0,0.7) !important;
   z-index: 5 !important;
   overflow: auto;
 }
.conf-box
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 500px;
   height: 100% !important;
   background: #34495E !important;
   z-index: 6 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 1em;
   color: #f1f1f1 !important;
}
.conf-title {
  display: table-cell !important;
  vertical-align: middle !important;
  background-color: #E74C3C;
  width: 100% !important;
  color: #ffffff;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px !important;
  font-weight: normal;
}
.conf-msg {
  display: table-cell !important;
  vertical-align: middle !important;
  padding-top: 10px;
  padding-left: 3px;
  color: #f1f1f1 !important;
}
.conf-btn {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.conf-box-noclose
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 600px;
   height: 100% !important;
   background: #0b5345 !important;
   z-index: 6 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 1em;
   color: #f1f1f1 !important;
}
.conf-msg-noclose {
  display: table-cell !important;
  vertical-align: middle !important;
  padding-top: 10px;
  padding-left: 3px;
  color: #f1f1f1 !important;
  font-size: 1.1em !important;
}
/* /new confirmation box */

.error-container
{
   display: none;
   position: fixed !important;
   height: auto !important;
   width: 100% !important;
   top: 15px !important;
   padding: 5px;
   //background: rgba(0,0,0,0.7) !important;
   z-index: 12 !important;
   overflow:auto;
 }
.error-box
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   max-width: 800px;
   height: 100% !important;
   background: #922B21 !important;
   z-index: 13 !important;
   padding: 5px !important;
   border-radius: 5px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   font-size: 0.9em;
   color: #f1f1f1 !important;
}
.error-msg {
  display: table-cell !important;
  vertical-align: middle !important;
  background-color: #E74C3C;
  border-radius: 2px !important;
  padding: 10px;
  width: 100%;
}
.error-img {
  display: table-cell !important;
  width: 25px;
  font-size: 3em;
  vertical-align: middle !important;
  border-radius: 3px !important;
  padding: 10px;
}

.modal-close {
 position: fixed !important;
 top: 50px !important;
 //right: -50px !important;
 //display: inline-block;
 z-index: 12px !important;
}
.ModalBoxClose {
  width: 75% !important;
  height: 75% !important;
}

.loader-outer-div
{
   display: table !important;
   position: absolute !important;
   height: 1000vh !important;
   width: 100% !important;
   top: 0% !important;
   background: rgba(0,0,0,0.7) !important;
   z-index: 10000 !important;
   overflow-x: visible !important;
 }
.loader-mid-div
{
   display: table-cell !important;
   padding-top: 3em !important;
   vertical-align: top !important;
}
.loader-inner-div
{
   position: relative !important;
   margin: 0 auto !important;
   width: auto !important;
   //max-width: 800px !important;
   height: auto !important;
   //background: #ffffff !important;
   z-index: 10005 !important;
   padding: 5px !important;
   border-radius: 3px !important;
   font-family: 'Archivo Narrow', sans-serif !important;
   //color: #000000 !important;
}
/* responsive columns */

@media only screen and (max-width: 600px) {
  /* small screen */
  .ModalErrorBox {
    display: table;
    width: 95% !important;
    margin: auto !important;
    border-radius: 5px !important;
    background-color: #efbbb6 !important;
    padding: 0 !important;
    position: relative !important;
  }
  .ModalSuccessBox {
    display: table;
    width: 95% !important;
    margin: auto !important;
    border-radius: 5px !important;
    background-color: #85C1E9 !important;
    padding: 0 !important;
    position: relative !important;
  }
}

@media only screen and (min-width: 600px) {
	/* big screen */
  .ModalErrorBox {
    display: table;
    width: 75% !important;
    margin: auto !important;
    border-radius: 5px !important;
    background-color: #efbbb6 !important;
    padding: 0 !important;
    position: relative !important;
  }
  .ModalSuccessBox {
    display: table;
    width: 75% !important;
    margin: auto !important;
    border-radius: 5px !important;
    background-color: #85C1E9 !important;
    padding: 0 !important;
    position: relative !important;
  }
}

.ModalErrorRow {
  display: table-row !important;
  width: 100% !important;
}
.ModalErrorTitle {
  display: table-cell !important;
  width: 100% !important;
  background-color: #d13b2e !important;
  font-size: 1em !important;
  padding: 3px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  color: #f1f1f1 !important;
}
.ModalErrorBody {
  display: table-cell !important;
  width: 100% !important;
  background-color: #e89d96 !important;
  font-size: 0.8em !important;
  padding: 5px !important;
  //color: #7e1605 !important;
}
.error-close {
 position: absolute !important;
 top: 4px !important;
 right: -12px !important;
}
.ErrorClose {
  width: 50% !important;
  height: 50% !important;
}

.ModalSuccessRow {
  display: table-row !important;
  width: 100% !important;
}
.ModalSuccessTitle {
  display: table-cell !important;
  width: 100% !important;
  background-color: #1F618D !important;
  font-size: 1em !important;
  padding: 3px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  color: #f1f1f1 !important;
}
.ModalSuccessBody {
  display: table-cell !important;
  width: 100% !important;
  background-color: #AED6F1 !important;
  font-size: 0.8em !important;
  padding: 5px !important;
}
.success-close {
 position: absolute !important;
 //top: 4px !important;
 right: -12px !important;
}
.SuccessClose {
  width: 50% !important;
  height: 50% !important;
}

/* custom checkbox */
.checkbox-container {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    //font-size: 22px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.checkbox-container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
.checkbox-checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #AEB6BF !important;
		border-radius: 4px !important;
}
.checkbox-container:hover input ~ .checkbox-checkmark {
	  /*all: initial;*/
    background-color: #ccc !important;
}
.checkbox-container input:checked ~ .checkbox-checkmark {
	  /*all: initial;*/
    background-color: #2196F3 !important;
}
.checkbox-checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block !important;
}
.checkbox-container .checkbox-checkmark:after {
    left: 6px !important;
    top: 2px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
/* /custom checkbox */

/* custom radio */
.radio-container {
    float: left;
    display: block !important;
    position: relative !important;
    padding-left: 25px !important;
    padding-right: 15px !important;
    //margin-top: 10px !important;
    cursor: pointer !important;
    font-size: 1em !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.radio-container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}
.radio-checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #AEB6BF !important;
    border-radius: 50% !important;
}
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc !important;
}
.radio-container input:checked ~ .radio-checkmark {
    background-color: #2196F3 !important;
}
.radio-checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}
.radio-container input:checked ~ .radio-checkmark:after {
    display: block !important;
}
.radio-container .radio-checkmark:after {
 	top: 6px !important;
	left: 6px !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background: white !important;
}
/* /custom radio */

/* custom checkbox switch */
.switch {
  position: relative;
  display: inline-block;
  //margin-top: 8px;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* /custom checkbox switch */

.TipsColor {
  color: #cc0000 !important;
}
.TipsColor:hover {
  color: #cecece !important;
}
.tooltip {
    //position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    z-index: 1;
}

.tooltip .tooltiptext {
    z-index: 16;
    visibility: hidden;
    //overflow: visible;
    width: auto;
    max-width: 250px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.9em !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    display: block;
}

.headline-ctn {
  background: #524d4d;
  padding: 5px;
  color: #f1f1f1;
  border-radius: 2px;
  font-size: 1.1em;
  font-family: 'Oswald', sans-serif !important;
}
.headline {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
  margin-bottom: 2px;
}

/*//// checklist ////*/
.checklist-ul {
  margin: 0;
  padding: 0;
}

/* Style the list items */
.checklist-ul li {
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 40px;
  list-style-type: none;
  background: #eee;
  font-size: 1em;
  transition: 0.2s;
  border-bottom: 1px solid #f1f1f1;
  color: #000;

  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Set all odd list items to a different color (zebra-stripes) */
.checklist-ul li:nth-child(odd) {
  background: #E5E8E8;
}

/* Darker background-color on hover */
.checklist-ul li:hover {
  background: #ddd;
}

/* When clicked on, add a background color and strike out text */
.checklist-ul li.checked {
  background: #2471A3;
  color: #fff;
}

/* Add a "checked" mark when clicked on */
.checklist-ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 6px;
  left: 16px;
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
}
.checklist-link {
  text-decoration: none;
}
/*//// checklist ////*/

/*//// tabs /////*/
.tab {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #ccc;
  //  background-color: #f1f1f1;
}

.tab button {
    background-color: #ddd;
    float: left;
    border: none;
    border-right: 2px solid #fff;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif !important;
}


.tab button:hover {
    background-color: #999;
    color: #f1f1f1;
}

.tabtn-active {
    background-color: #524d4d !important;
    color: #f1f1f1 !important;
}

.tabcontent {
    //display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*//// /tabs /////*/

/* show log */
.LogDiv {
    display: none;
    background: #002B36;
    color: #fff;
    width: 99%;
    margin: 10px auto 10px;
    border: 1px solid #cacecf;
    padding: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #888888;
    font-size: 12px;
}
.LogDivHeader {
    border-radius: 5px 5px 0 0;
    padding: 5px;
    margin: 0;
    background: #585858;
    color: #fff;
    border: 0;
    font-family: "Lucida Sans Unicode", Helvetica, Times New Roman, Arial, sans-serif;
    font-size: 13px;
}
.Log {
    overflow: auto;
    height: auto;
    max-height: 500px;
    padding: 5px;
}
/* /show log */

.btnDisabled {
	 cursor: not-allowed !important;
   pointer-events: none !important;
	 background-color: #cecece !important;
	 color: #000 !important;
}
.input-error {
	border:1px solid #cc0000 !important;
	background-color: #ffcccc !important;
}
.hide-spinner {
  display: none !important;
}
.show-spinner {
  display: inline-block !important;
  color: #cc0000 !important;
}
.table {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}

.checkbox-custom {
    height: 20px !important;
    width: 20px !important;
    background-color: #AEB6BF !important;
		border-radius: 4px !important;
}

.checklist-custom {
  background-color: none;
  border-radius: 5px;
  border: 1px;
  padding: 5px;
}
.checklist-custom li {
  //cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 40px;
  list-style-type: none;
  background: #eee;
  font-size: 1em;
  transition: 0.2s;
  border-bottom: 1px solid #f1f1f1;
  color: #000;

  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info-title {
  background-color: #c0392b;
  width: 100% !important;
  color: #ffffff;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px !important;
  font-weight: normal;
}

.stats-title {
  background-color: #aed6f1;
  width: 100% !important;
  color: #566573;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px !important;
  font-weight: normal;
  margin-bottom: 3px;
}

.bg-red {
  background-color: #cc0000 !important;
}

.superAdmin_hr {
  border-top: 1px dashed #cecece;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.ui-login-header-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 2.1em;
  color: #34495E;
}
