.clearfix:after {   
  content: " ";   
  visibility: hidden;   
  display: block;   
  height: 0;   
  clear: both;
}
html {
}
body {  
  margin: 0;  
  padding: 0; 
  font-family:Segoe UI, Arial, Open Sans, Sans; 
  font-size:12px; 
  min-width: 1000px;
  background-color: #bbbbbb;
} 
a img{
 border:0;
}
.fl{
  float:left;
}
.fr{
  float:right;
}
/*.tbl{
  display:table;
}
.row{
  display:table-row;
}
.td{
  display:table-cell;
}*/
.vam{
 vertical-align: middle;
}

.login{
  width:1000px;
  margin:0 auto;
  height:1000px;
  color:#000;
  background:url("media/login-bg.jpg");
}
.login .loginbox{
  padding-left: 600px;
  padding-top:380px;
}
.login .loginbox .login-label{
    font-size:13px;
  color:#ffffff;
  line-height: 22px;
}
.login .loginbox .login-text{
  display:block;
  margin-bottom:10px;
  margin-top: 0px;
  width:290px;
  border:0;  
  height:38px;
  color:#666666;  
  outline : none; 
  padding-left: 10px; 
}
.login .loginbox .login-btn{
  margin-top: 20px;
  display: block;
  background: url("media/login-btn.png");
  width: 226px;
  height:40px;
}
.container-page{
  padding: 10px 20px;
}
.sayfa-adi{
  color: #ffffff;
  background-color: #fa6c11;
  font-size: 17px;
  line-height: 33px;
  padding-left: 23px;
  border-radius: 3px;
}
.options-table{
  padding-top: 15px;
}
.options-table table table{
  border-radius:3px;
  background-color: #f0f4f9;
  height: 97px;
}
.liste-table{
  padding-top: 15px;
}
.liste-table table{
  border-radius:3px;
  overflow:hidden;
}
.liste-table table thead tr{
  border-radius: 3px;
  background-color:#fa6c11;
  color:#ffffff;
  line-height: 40px;
}
.liste-table table thead tr td{
  color:#ffffff;
  font-size: 15px;
}
.liste-table table tr td{
  text-align: center;
  height:30px;
  vertical-align: middle;
  color:#124181;
}
.liste-table table tr.cl-red td{
  color:#ff0000;
}
.liste-table table tbody > tr:nth-child(even) > td {
  background: #e0e1e2;
}
.liste-table table tbody > tr:nth-child(odd) > td {
  background: #f0f4f9;
}
.liste-table table tr td img{
  display: inline-block;
  vertical-align: middle;
}
.detail-table thead tr td{
	color: #fa6c11;
	height: 32px;
}
.detail-table tbody tr td{
	color: #124181;
	height: 30px;
	padding: 3px;
}
.detail-table tbody tr td input,select{
	border-radius: 3px;
	border-color: #124181;
	border:3px;
}
.detail-table tbody tr td textarea{
	border-radius: 3px;
	border-color: #124181;
	border:3px;
	height: 44px;
	width:625px;
}
.detail-table-input{
	height: 24px;
	width: 230px;
	font-size: 14px;
}
.detail-table-td{
	font-size: 14px;
}
.detail-calisan {
  width:620px;
  height: 90px;
  background-color: #e4e6e8;
  display: block;
  overflow: auto;
  padding: 10px;
}



#upload,.upload_module{
    background-color:#e9e9e9;
    width:500px;
    padding:0px 30px 5px 30px;
    margin:20px auto 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop,.upload_module_drop{
    background-color: #e9e9e9;
    padding: 0px 0px;
    margin-bottom: 10px;
    border: 0px solid #e9e9e9;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a,.upload_module_drop a{
    background-color:#cccccc;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover,.upload_module_drop a:hover{
    background-color:#0986a3;
}

#drop input,.upload_module_drop input{
    display:none;
}

#upload ul,.upload_module ul{
    list-style:none;
    margin:0 -30px;
}

#upload ul li,.upload_module ul li{

    background-color:#e9e9e9;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 84px;

    position: relative;
}

#upload ul li input,.upload_module ul li input{
    display: none;
}

#upload ul li p,.upload_module ul li p{
    width: 184px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i,.upload_module ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas,.upload_module ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span,.upload_module ul li span{
    width: 15px;
    height: 12px;
    background: url('media/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span,.upload_module ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p,.upload_module ul li.error p{
    color:red;
}
.paging{
  color: #ff7900;
}
.paging a{
  text-decoration: none;
  color: #ffffff;
}
.paging a:hover{
  text-decoration: underline;
}

.welcome{
  margin-top: 10px;
  margin-left: 22px;
}
.gunyon{
  text-align: center;
  margin: 10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.bg-blue{
  background-color: #eff4f8;
}
.bg-dark{
  background-color: #dfe0e1;
}

.user-notifications {
  position: absolute;
  right: 10px;
  top: 78px;
  width: 700px;
  z-index:1;
}
.nav-notifications {
  list-style-type: none;
  float: right;
}
.nav-notifications li {
  float: left;
  margin-left: 10px;
}
.nav-notifications .btn {
  border-radius: 50%;
  padding: 6px 10px;
  border: 2px solid #FA6C11;
  background: none;
  color: #FA6C11;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  outline: 0!important;
  box-shadow: none;
}
.nav-notifications .btn .fa {margin-right: 0}
.nav-notifications .btn:hover {
  background: #FA6C11;
  color: #ffffff;
}
#user-calendar .popup-content {
  padding: 10px;
}
.calendar-header {
  background: #dfe0e2;
  color: #1957a2;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
}
.calendar-header a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #b6c8e0;
}
.calendar-header a .fa {vertical-align: -0.05em;}
.calendar-tables {
  margin-top: 5px;
}
.calendar-tables .row {
  /* margin: 0 -2px; */
}
.calendar-tables .col-xs-4 {
  padding: 0 1px;
}
.calendar-tables table {
  width: 100%;
  margin-bottom: 2px;
  border: 1px solid #1d57a1;
}
.calendar-tables table > thead > tr {
  background: #1d57a1;
  color: #ffffff;
}
.calendar-tables table > tbody > tr:nth-of-type(even) {
  background: #eff4f8;
}
.calendar-tables table td {
  padding: 2px 4px;
}
.mini-popup {
  min-width: 100%;
  margin-bottom: 20px;
}
.mini-popup .popup-dismiss {
  background: #114181;
  border: 0;
  width: 35px;
  height: 35px;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.mini-popup .popup-header {
  background: #1957a2;
  padding: 9px 10px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.mini-popup .popup-content {
  background: #ffffff;
  padding: 0px;
}

.mini-popup .popup-content .uyari-table{
  background: #ffffff;
  padding: 10px;
  width: 100%;
}
.mini-popup .popup-content .uyari-table thead tr td{
  color: #1957a2;
  font-weight: bold;
}
.mini-popup .popup-content .uyari-table td{
  padding: 8px;
  border: 1px solid #1957a2;
}
.mini-popup .popup-content .uyari-table td.date-col{
  color: #1957a2;
}
.mini-popup .popup-content .uyari-table td.uyari-1{
  background-color: #feff0e;
}
.mini-popup .popup-content .uyari-table td.uyari-2{
  background-color: #ff0019;
}
.mini-popup .popup-content .uyari-table td.uyari-2 a{
  color: #ffffff;
}
.mini-popup .popup-content .uyari-table td.uyari-3{
  background-color: #07ab24;
}
.mini-popup .popup-content .uyari-table td.uyari-3 a{
  color: #ffffff;
}
.mini-popup .popup-content .uyari-table td.uyari-4{
  background-color: #6facff;
}
.mini-popup .popup-content .uyari-table td.uyari-4 a{
  color: #ffffff;
}
.mini-popup .popup-content .uyari-table td.uyari-5{
  background-color: #f7ce6c;
}
.mini-popup .popup-content .uyari-table td.uyari-6{
  background-color: #ff1111;
}
.mini-popup .popup-content .uyari-table td.uyari-6 a{
  color: #ffffff;
}
.mini-popup .popup-content .uyari-table td.uyari-7{
  background-color: #27b7d6;
}
.mini-popup .popup-content .uyari-table td.uyari-7 a{
  color: #1957a2;
}
.mini-popup .popup-content .uyari-table td.uyari-8{
  background-color: #dc9be0;
}
.mini-popup .popup-content .uyari-table td.uyari-8 a{
  color: #1957a2;
}
.mini-popup .popup-content .uyari-table td.uyari-9{
  background-color: #6278d9;
}
.mini-popup .popup-content .uyari-table td.uyari-9 a{
  color: #d8dae5;
}


#time-range p {
  font-family:"Arial", sans-serif;
  font-size:14px;
  color:#333;
}
.ui-slider-horizontal {
  height: 8px;
  background: #D7D7D7;
  border: 1px solid #BABABA;
  box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  border: 1px solid #5BA8E1;
  box-shadow: 0 1px 0 #AAD6F6 inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: #81B8F3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
  background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #F9FBFA;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
  background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: linear-gradient(top, #C7CED6, #F9FBFA);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
  content:"";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #30A2D2;
  -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
  -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
  box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}
.ui-slider a:focus {
  outline:none;
}

#slider-range {
width: 90%;
margin: 0 auto;
}
#time-range {
width: 400px;
}