@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Calibri-Light';
  src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Calibri-Light.woff') format('woff'), url('../fonts/Calibri-Light.ttf')  format('truetype'), url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {  font-family: 'Calibri-Light';}
.login-bg {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
table td .btn {
	padding: 3px 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 4px 8px;
}
.form-group {
    margin-bottom: 8px;
}
label {
    margin-bottom: 2px;
}
.form-control {
    height: 30px;
    padding: 4px 8px;
}
fieldset {
	padding:10px;
	border:dashed 1px #ddd;
	margin-bottom: 10px;
}
legend {
       margin-bottom: 5px;
    display: block;
    background-color: #eaeaea;
    padding: 3px 10px;
    border-radius: 5px;
	font-size: 15px;
    font-weight: bold;
}
.mandatory {
	color:#f00;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}
hr {
    border-top: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.report-head-box {
	line-height: 70px;
	margin-bottom:10px;
	border-bottom: 3px solid #828181;
	background-color: #fff;
	color:#828181;
}
.modal-footer {
    padding: 8px;
}
.modal-footer {
        background-color: #fbfbfb;
}
.modal-header {
    background-color: #a5d3e452;
}
.loading-cover {
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-image:url(../img/loading.gif);
	background-color:#ffffffa8;
	background-repeat:no-repeat;
	background-position:center center;
	z-index: 1055;
}
.check-green{
    color : green;
}
.check-red{
    color : red;
}
.input-group-addon {
    padding: 3px 12px ;
}
table.dataTable tfoot {
    display: table-header-group;
}
.help-block {
    font-size:12px;
}
.not-allowed{
 cursor: not-allowed! important;
}

.foo {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  display: inline-block;
  vertical-align: middle;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e7edf1 !important;
} 
.select2 .select2-container .select2-container--default .select2-container--focus {
	border: 1px solid #e7edf1 !important;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #e7edf1 !important;
}
.select2-search__field {
	background-color: white !important;
}
.select2-dropdown .select2-dropdown--below {
	border: 1px solid #333 !important;
}
.select2-results {
	
	height: 100px;

}
.select2-results__options {
	height: 100px;
}
.div1 {
    width: 1050px;
    height: 50px;
	border: 1px solid blue;
}

#exp_wrap {
	min-height: 108px;
	float: left;
	border: 4px double #0003;
    background-color: white;
	width:100%;
	border-radius:10px;
	position:relative;
}
#exp_wrap h3 {
  text-align: center;
}
#exp_blok {
  height: 154px;
  width: 280px;
    padding: -8px;
	
}
#exp {
  text-decoration: none;
  position: absolute;
  width: 260px;
  height: 418px;
  z-index:4;
  background: rgba(0,0,0,0);
  margin: 16px 10px;
  color: rgba(256,256,256,0);
  text-align: center;
  line-height: 250px;
  font-size: 30px;
  font-family: sans-serif;
}
#exp_txt {
	min-height:90px;
    text-align: center;
	display:inline-block;
	vertical-align:middle;
	width:100%;

}
.exp-option {
	display:inline-block;
	width:10%;
	vertical-align:middle;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.button {
  font-size: 1em;
  padding: 1px;
  color: #bf2340;
  border: 2px solid #28b15c;
  border-radius: 60px/46px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #b7ecb9;
}

.zoom-effect-container:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow:10px 10px 10px #ddd;
}

