/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding:0px;
  border: 1px solid #888;
  width: 45%;
}

.modal-header {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #ec6e15;	
    color: #fff;
}

.modal-header h2{
	color: #fff;
}

.modal-footer {
    padding:5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background:#ec6e15;
}

.modal-header .close {
    margin-top: 6px;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity:1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button, .buttons, .btn, .modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px;
    color:#fff;
    background: #5183c1;
    color: #fff;
    font-size: 16px;
}

.error {
	color:red;
	font-weight: bold;
	}

.main_menu .fa {
    width: 18px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clockdate-wrapper
{
padding-right: 10px;
}

.alert-success {
    color: #ffffff;
    background-color: #009688;
    border-color: #009688;
    display: table;
    margin: 0px auto;
    width: 316PX;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
}


#btn-sumit{
	background: none;
	border: none;
}

.x_content{
	min-height:525px;
}

.right_col{
		min-height:450px;
}

/* .checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label { */
/*     position: relative; */
/*     display: inline-block; */
/*     width: 50px; */
/*     font-size:25px; */
/*     font-weight: normal; */
/*     line-height: 20px; */
/*     letter-spacing: 0.8px; */
/*     margin: 0 auto; */
/*     margin-left: 5px; */
/*     margin-right: 5px; */
/*     margin-bottom: 0px; */
/*     text-align: center; */
/*     border-radius: 4px; */
/*     overflow: hidden; */
/*     cursor: pointer; */
/*     text-transform: uppercase; */
/*     color: var(--white); */
/*     -webkit-transition: all 300ms linear; */
/*     transition: all 300ms linear; */
/*     height:50px; */
/*     border-radius: 100px; */
/*     padding:15px 5px; */
/*     font-weight: bold; */
/* } */

/* .checkbox-tools:not(:checked) + label{ */
/* 	background-color:darkcyan; */
/* 	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); */
/* } */

 .succesColor{
 	color: green; 
 	font-weight: bold; 
 } 

