body {
    margin:0;
    padding:0;
    font-family: 'Spline Sans', sans-serif;
    font-size:14px;
    color:#333;
    min-height: 100vh;

    box-sizing: border-box;
    display: block;
    background-color: #eee;
}
html {
   min-height: 100vh;
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}
.btn {
    border-radius: 0px;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    /* justify-content: center;*/ 
}
.flexrow2 {
 display: flex;
 flex-wrap: wrap;
}

.menu_btn {
    position: relative;
    z-index: 5;
    padding: 8px 0px 5px 5px;
    display: none;
    border-radius: 4px;
    margin-top: 4px;
    float: right;
}

.menu_btn i {
    color: #333;
    text-decoration: none;
    font-size: 26px;
}

.menu_close {
    display: none;
    color:#ffffff;    
    background:#;
    font-size:30px;
    position: absolute;
    right: 5px;
    top: 0px;
    padding:0px;
    z-index: 5;

}
.menu_close:hover {
    color:#e62d2e;
}


.sirinpdiv {
    margin-bottom: 5px;
    display: inline-block;
    width: 100px;
    height: 30px !important;
    position: relative;
}
.sirinpdiv::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    z-index: 10;
}


.logo {

}
.logo img{
    margin-top: 0px;
    max-width: 100%;
}

.headtop {
    position: relative;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 15%);
    padding: 0px 15px;
    
}



.menu_bg {

  position: relative;
  z-index: 3;
  background: #5bc0de;
  
  padding: 0px 0px;
}


.header_menu {
    margin:0px;
    padding:0px;
    list-style:none;
    position:relative;
    display:block;
    z-index: 10;
    text-align: center;
    justify-content: center;
}

.header_menu li {
    position:relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    
}

.header_menu li i{
    color: #fff;
}

.header_menu li a{
    vertical-align: middle;
    position:relative;
    z-index:1;
    display:block;
    font-size:14px;
    font-weight:400;
    padding:16px 15px;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 0px 0px #333;
    transition: all 250ms ease-out;
    text-align:center;
    border-right: 1px solid rgba(0,0,0,0.1);
    
}
.header_menu li a i{ 

}
.header_menu li:hover  a {
    color:#fff;
    background: rgba(0 0 0 / 10%);
}
.header_menu li:hover  i{

}
.header_menu li:last-child a{
    border-right: 0px !important;
}
.header_menu ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display:block;    
    float:none;
}

.header_menu ul {
    position:absolute;
    z-index:10;
    display:none;
    width:250px;
    padding:0px;
    margin:0px;
    background-color: #fff;
    background-image: linear-gradient(to left,#0d324d, #7f5a83);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.header_menu li ul li a{
    font-size:14px;
    font-weight:400;
    padding:10px 0px 10px 10px;
    color:#FFF !important;
    text-align:left;
    text-decoration:none;
    border-top:0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    transition: all 250ms ease-out;
    display:block;
    border-right:0px;
    text-shadow: 0px 0px 0px #333;
    background:none !important;
}
.header_menu li ul li:last-child a{
    border-bottom:0px;
}

.header_menu li ul li a:hover {
    border-top:0px solid #53bb53;
    background: #e9e9e9  !important;
    color: #222 !important;
}

.header_menu li:hover ul{
    display:block;
}


.menu_header {
    float: right;
    margin:0px;
    padding: 0px;
    list-style: none;
}
.menu_header li{
    margin:0px;
    padding: 0px;
    float: left;
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.menu_header li:last-child{
    border-right: 0px;
}
.menu_header li a{
    padding: 14px 10px;
    display: inline-block;
    font-size: 13px;
    color: #666;
}
.menu_header li a i{
    margin-right: 5px;
}
.menu_header li a:hover{
    background-color: rgba(0,0,0,0.1);
}



.menu_close {
    color:#ffffff;    
    background:#;
    font-size:30px;
    float:right;
    padding:0px;
}
.menu_close:hover {
    color:#e62d2e;
}


.mobil_menu {
    display:none;
    width: 80%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10000;
    border-right: 2px solid #ff6600;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background-color: rgba(0 0 0  / 90%);
}

.mobil_menu_title {
   color:#111;
   font-size:16px;
   font-weight:700;
   float:left;
   padding-top:12px;
}
.menu_cizgi {
   height:1px;
   background:rgba(0 0 0 / 15%);
   margin-top:10px;
   margin-bottom:15px;
}
.mobil_menu_list {
    margin:0px;
    padding:0px;
    list-style:none;
}

.mobil_menu_list li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.mobil_menu_list li a{
    display:block;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding:9px 0px;
    border-bottom:1px solid rgba(0 0 0 / 10%);
    transition: all 250ms ease-out;
    font-weight:500;
}
.mobil_menu_list li a:hover {
    background:#000;
    padding-left:7px;
    color:#fff;
}

.mobil_menu_list ul {
    position:relative;
    z-index:5;
    display:none;
    padding:0px;
    margin:0px;
    padding:7px 7px 7px 15px;
}
.mobil_menu_list ul li a{
    font-weight:400;
}
.solbox {
    background: #2a435d;
    padding: 20px 15px;
}


.adtitle2 {
    display:block;
    margin-bottom:20px;
    border-bottom:1px solid #eeeeee;
    padding-bottom:10px;
    margin-top: 10px;
}
.adtitle2 h2 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    display: inline-block;
}

.adtitle {
    display:block;
    margin-bottom:20px;
    border-bottom:1px solid #eeeeee;
    padding-bottom:10px;
}
.adtitle h2 {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    color: #395573;
    font-weight: 500;
    display: inline-block;
}


.admin_logo_box {
    padding: 15px;
    background: #f9f9f9;
    height: 100%;
    border-left: 1px solid #0abbc3;
}
.padicerik {

}
.content_admin {


    position: relative;
    margin-left: 0px;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    
}
.right_admin {
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.adminleft {
    position: relative;
    overflow-y: scroll;
    left: 0px;
    z-index: 5;
    background-color: #172d42;
    background-image: linear-gradient(to bottom, #395573 , #172d42);

}
.adminleft::-webkit-scrollbar{
    width: 4px;
    background-color: #ccc;
}

.adminleft::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(227, 30, 36, 0.9);
    background-color: #f67c01;
}
.leftbox {
    padding: 10px;
    padding-top: 10px;
}
.logboxdiv2 {


}
.logboxdiv {
    background:#FFF;
    padding: 0px;
    box-shadow: 0PX 0px 20px rgba(0 0 0 / 15%);
    border-radius: 10px;
}
.logboxdivbg {


    background: url(../images/loginbg_.jpg) no-repeat center;
}
.logboxdivbgfrm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.loginbg {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #F9F9F9;
    background-size: cover;
}
.logcont {
    display: table-cell;
    vertical-align: middle;

}



.login_form10 {
}
.frmlink10 {
    font-size:13px;
    color:#333;
    font-weight:500;
    display:inline-block;
    padding:5px 0px;
    
}
.login_form10 label {
    font-weight: 600;
    font-size:13px;
}

.login_form10 .form-group .btn {
  background: #5bc0de;
  color: #ffffff;
  border: 0px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  padding: 12px 25px;
  transition: all 150ms ease-out;
}
.login_form10 .form-group .btn:hover {
    background: #157693;
    color: #fff;
}
.login_form10 input[type=file] {

}
.login_form10 input[type=checkbox], .login_form10 input[type=radio] {
    vertical-align: top;
    margin-right: 7px;
}


.login_form10 .form-control {
    font-size: 14px;
    font-weight: 400;
    height:47px;
    border-radius:30px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    padding-left: 50px;
    border: 0px;
    color: #000000;
    border-bottom: 1px solid #ccc;
    background:none; 
}

.login_form10 .textrea {
    height: 139px;
}

.login_czg10 {
    margin:22px 0px;
    height: 1px;
    background-color: #e9e9e9; 
}
.inputdivi {
    position: relative;
}
.inputdivi i{
    position: absolute;
    left: 0px;
    top: 32%;
    font-size: 18px;
    margin-left: 20px;
    color: #999;
}

.frmbaslik100 {
    margin-bottom: 15px;

}
.frmbaslik100 h2{
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin:0px;
    padding: 0px;
}


.csstable {
    margin-top: 5px;
    border-bottom: 0px solid #e9e9e9;
}

.csstable table {
    margin-bottom: 0px;
}

.csstable > table > thead {
    background:#f9f9f9;
    border: 0px solid #ccc;
    border-bottom:0px solid #ccc;
    border-top:0px solid #ccc;
    
}

.csstable > table > thead > tr > th {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 10px 10px;
    position: relative;
    vertical-align: middle;
}

.csstable > table > thead > tr > th:after {
}

.csstable > table > tbody > tr > td {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 40px;
    padding: 7px 10px;
    vertical-align: middle;
    position:relative;
    background: #fff;

}
.csstable > table > tbody > tr:hover td {
    background: #f9f9f9;
}

.csstable .label {
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    display: inline-block;
}
.csstable .btn i{

}

.pagesnumbox {
    margin-top: 30px;
}
.sayfalama {
 display: inline-block;
 font-size:13px;
 color:#FFF;
 padding:5px 12px;
 margin:2px;
 background:#F89406;
 text-decoration:none;
}

.sayfalama:hover {
 color:#333333;
 background:#FFFFFF;
}
.sayfalama.sayfalama_active {
    background: #f9f9f9;
    color: #666;
}

.resimbtn {
    display: inline-block;
    cursor: pointer;
    padding: 7px 25px;
    background: #a7acd9;
    background-image: linear-gradient(to right,#a7acd9, #9e8fb2);
    color: #fff;
}
.resimbtn:hover {
    color: #fff;
    background: #9e8fb2;
}

.mainboxtitle{
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom:10px; 
    border-bottom: 1px solid rgba(255 255 255 / 7%);
} 
.mainboxtitle h3{
    margin:0px;
    padding: 0px; 
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
    font-weight: 700;
} 

.mainbbox {
    margin-bottom: 15px;
} 
.mainbbox .mainbbox__ {
    height: 100%;
    border:0px solid rgba(255 255 255 / 0%); 
    background: #fff;
    align-items: center;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 3%);
    padding: 15px 10PX;
    position: relative;
}
.mainbbox_ {
    padding: 0px 0PX;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #333;
    margin-bottom: 0px;
    position: relative;
} 
.mainbbox_ > i{
    font-size: 22px;
    padding: 10px;
    border-radius: 0px;
    margin-right: 10px;
    color: #999;
} 
.mainbbox_ span{
    font-size: 16px;
    font-weight: 600;
} 
.mainbbox__ ul{
    z-index: 5;
    left: 0px;
    position: absolute;
    display: none;
    margin:0px;
    padding: 10px 0px;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    background-image: linear-gradient(to left,#0d324d, #7f5a83);
}
.mainbbox__  ul li{
    margin:0px;
    padding: 0px;
    list-style: none;
    display: block;
}
.mainbbox__  ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
}
.mainbbox__  ul li a i{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    margin-right: 4px;
}
.mainbbox__  ul li a:hover{
    background: rgba(0 0 0 / 10%);
}
.mainbbox:hover > .mainbbox__ ul {
    display: block;
} 


.hes2_form {
}

.hes2_form label {
    font-weight: 600;
    font-size:14px;
}

.hes2_form .btn {
  background: #157693;
  
  color: #ffffff;
  border: 0px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0px;
  padding: 12px 38px;
}

.hes2_form input[type=file] {
}

.hes2_form .btn:hover {
  background: #5bc0de;
  color: #ffffff;
}
.hes2_form .checkbox input[type=checkbox], .hes2_form .checkbox input[type=radio] {
    vertical-align: top;
    margin-right: 7px;
    margin-left: 0px;
    position:relative;
}
.hes2_form .checkbox label {
    margin-right: 7px;
    padding-left: 0px;
}
.hes2_form .checkboxx input[type=checkbox], .hes2_form .checkboxx input[type=radio] {
    vertical-align: top;
    margin-right: 7px;
    margin-left: 10px;
}
.hes2_form .checkboxx{
    width:100%;

}
.hes2_form .checkboxx td{
    width:24.9%;

}

.hes2_form .form-control {
    font-size: 14px;
    border-radius: 0px;
    height: 41px;
    box-shadow: inset 0 0 10px rgba(0 0 0 / 10%);
    font-weight: 500;
    border:1px solid #e9e9e9;
    
}

.hes2_form .textrea {
    height: 139px;
}
.kattt {
 width:20%;
 box-sizing:border-box;
}
.hes2_form .selectlist {
    height: auto;
}



.homeinfbox {
    text-align: center;
}
.homeinfbox h2 {
    text-align: center;
    font-size: 30px;
    color: #6483a5;
    font-weight: 500;
}


.aspop {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    overflow: auto;

}
.aspop_ {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 170px;
    position:relative;
    margin-bottom:50px;
}
.aspop_urn {
    background:#f9f9f9;
    padding:10px;
    border-bottom:1px solid #e9e9e9;
}
.aspop_ic {
    background: #f1a7f1;
    background-image: linear-gradient(to left,#ffd8cb, #f9d29d);
    padding: 30px;
    border-radius: 50px 0px 100px 0px;
    border-bottom: 5px solid rgba(0 0 0 / 50%);

}
.aspop_ic h2{
    margin:0px;
    padding:0px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:600;
}
.popclose {
    float: right;
    font-size: 25px;

    cursor:pointer;
    display:inline-block;
    z-index:5;

    text-align: center;

}
.uyari_pop {
    text-align: center;

}
.uyari_pop > i{
    font-size: 50px;
    margin-bottom: 30px;

}

.resinpdiv {
    padding: 5px 0px;
    display: inline-block;
    float: left;
}

.filelistimg img{
    height:60px;
    width:70px;
    object-fit: cover;
}

.filelistlink {
    display: inline-block;
    vertical-align: middle;
    width: 300px; 
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */ 
}

.m_galeri_l { 
    padding:15px;
    display:inline-block;
    overflow:hidden;
    border-bottom:0px solid #CCC;

}
.m_galeri_l:hover .m_galeri_img
{ 
    transform: scale(1.2) rotate(0deg); 
    z-index:3;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.m_galeri_img {
    height:100%;
    width:100%;
    object-fit: cover;
    transition: all 300ms ease-out;
    vertical-align:text-bottom;

}
.m_galeri_a {
    height:150px;
    width:100%;
    overflow:hidden;
    text-decoration:none;
    display:block;
    position:relative;
    border:0px solid #eeeeee;
    border-radius:2px;
    box-sizing:border-box;
}
.m_galeri_efekt{
    overflow:hidden;
    position:absolute;
    bottom:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity:0;
    background: rgba(255,203,5,0.5);
    transition: all 200ms ease-out;
    text-align:center;
}
.m_galeri_efekt i {
    color:#ffffff;
    margin-top:28%;
    opacity:0;
    font-size:30px;
    transition: all 300ms ease-out;
    transform:scale(0.1);
}
.m_galeri_l:hover .m_galeri_efekt i{
    transform:rotate(0deg);
    
    transform:scale(1.3);
    opacity:1;
}
.m_galeri_l:hover .m_galeri_efekt{
    width:100%;
    z-index:5;
    opacity:1;
}

footer {

    padding: 15px 0px;

}
footer .copy{
    text-align: center;
    font-size: 13px;
    color: #999;
    
}


.box100 {
    margin-bottom: 15px;
}

.box100in {
    background: #5cb85c;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box100in:after {
    content: "";
    display: block;
    clear: both;
}

.boxlink {
    margin-top: 20px;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.boxlink i {
    float: right;
}

.boxlink:hover {
    text-decoration: none;
    color: #fff;
}

.box100inleft {
}

.box100inleft i {
    font-size: 45px;
    color: #000;
    opacity: 0.2;
}

.box100inright {
    text-align: right;
    color: #fff;
}

.box100inright b {
    font-size: 25px;
    font-weight: 500;
}

.box100inright span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}

.colorm {
    background: #337ab7;
}

.colort {
    background: #f0ad4e;
}

.colork {
    background: #d9534f;
}

.colors {
    background: #777777;
}

.colortur {
    background: #5bc0de;
}

.msjscrol {
    font-size: 13px;
    width: 100%;
    max-height: 60px;
    overflow-y: auto;
    border: solid 0px #ccc;
    box-sizing: border-box;
}
.msjscrol::-webkit-scrollbar{
    width: 4px;
    background-color: #ccc;
}

.msjscrol::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(227, 30, 36, 0.3);
    background-color: #999;
}



.accor .panel-title > a {
  padding: 10px 0px 10px 10px;
  display: block;
  line-height: 22px !important;
  font-size: 16px;
  color: #333;
  font-weight: 600; 
  transition: all 0.4s;
  text-decoration:none;
  background:#F9F9F9;
  vertical-align: middle;

}
.accor .panel-title > a span{
    font-size: 15px;
    font-weight: 500 !important;

    padding: 5px 10px;
    margin-right: 6px;
}
.accor .panel-title > a.pm-dark-link {
  background-color: #5F89D7;
  color: white;
  text-align: left; 
}

.accor .panel-body p {
    padding:0px !important;
    margin:0px;
    font-size: 15px;
    color:#333;
    font-weight: normal;
    line-height: 1.5;
}

.accor .panel {
  box-shadow: none; 

}

.accor .panel-default {
  border: none; 

}


.accor.panel-group {
  margin: 0px 0 !important;
  border:0px solid #e9e9e9;
  overflow:hidden;

}

.accor.panel-group .panel {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.accor .panel-title {
  display: block;
  /*float: right;*/
  font-size: 16px;
  margin-bottom: 0 !important;
  /* margin-left: 10px;*/
  margin-top: 0; 
}

.accor .panel-title i {
  display: block;
  float: right;
  font-size: 14px;
  padding: 15px;
  color: white;
  background-color: #f7b962;
}


.accor .panel-default > .panel-heading a[aria-expanded="true"]:before {
  font-family: 'Font Awesome\ 5 Free'; 
  font-weight: 900;
  content: "\f068";
  background:#E9E9E9;
  padding:10px 12px;
  font-size:14px;
  float:right;
  margin-top:-10px;
  color:#333;
}

.accor .panel-default > .panel-heading a[aria-expanded="false"]:before {
 font-family: 'Font Awesome\ 5 Free'; 
 font-weight: 900;
 content: "\f067";
 background:#e9e9e9;
 padding:10px 12px;
 font-size:14px;
 float:right;
 margin-top:-10px;
 color:#666;
}

.accor .panel-title p {
  margin: 0px;
  padding: 0px;

}

.accor .panel-body {
  padding: 15px !important;
}


.accor .panel-collapse {
  float: left;
  width: 100%;
  background-color: #fff;
}

.accor .panel-collapse a {
  color: white;
  font-weight: 500; 
}

.accor.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: medium none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;

}

.accor .panel-default > .panel-heading {
  background-color: white;
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}


.accor .panel-default > .panel-heading a:focus{
  background-color: #e9e9e9;
  color:#111;
}

.accor .panel-default > .panel-heading a:hover{
  background-color: #e9e9e9;
  color:#111;
}


.accor .panel-default > .panel-heading:hover h4 a {
  color: white;
}

.accor .pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block;
}

.accor.panel-group .panel + .panel {
  margin-top: 0px !important;
}



@media (min-width: 992px) and (max-width: 1200px) { 


}



@media (min-width: 768px) and (max-width: 992px) {


}



@media (max-width: 768px){
    .m_galeri_a {
        height:90px;
    }
    .msjscrol {
        width: 230px;
    }
    .csstable > table > tbody > tr > td {
        white-space: inherit !important;
    }
    .csstable > table > thead > tr > th {
        white-space: inherit !important;
    }
    .adminleft {
        display: none;
    }

    .headtop{
        margin-left: 0px;
    }
    .menu_btn {
        display: block;
    }
    .menu_close {
        display: block;
    }
    .logo2 {
        display: block !important;
    }
    .menu_bg {display: none;}

}



@media (min-width: 480px) and (max-width: 768px) {


}





