body 
{
    background: rgba(250,250,250,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 50%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,250,250,1)), color-stop(50%, rgba(232,232,232,1)), color-stop(100%, rgba(204,204,204,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 50%, rgba(204,204,204,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 50%, rgba(204,204,204,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 50%, rgba(204,204,204,1) 100%);
    background: radial-gradient(ellipse at center, rgba(250,250,250,1) 0%, rgba(232,232,232,1) 50%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc', GradientType=1 );
}
    
body,html 
{
    height: 100%;
}

.border-3 
{
    border-width:2px !important;
}

html {
  font-size: 12px;
}

body {
  overflow-x: hidden;
 
}

.badge
{
  font-size:12px;
}

table a i
{
  font-size: 16px;
}


.table {
  width: 100%;
  max-width: 100%;

}
.form-error
{

  font-size: 90%;
  border:1px solid #dc3545;
  padding: 4px;
  display: table;
  margin-top:5px;
  background: #bd2837;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar {
  background: #f8f8f8 !important;
  min-width: 230px;
  max-width: 230px;
  min-height: calc(100vh - 49px);
  transition: all 0.3s;
  -webkit-box-shadow: 3px 0px 17px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 0px 17px -5px rgba(0,0,0,0.75);
box-shadow: 3px 0px 17px -5px rgba(0,0,0,0.75);

}

.sidebar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  
}

.sidebar ul li a {
  display: block;
  padding: .75rem 1rem;
  text-decoration: none;
}
.sidebar ul ul{
  padding-left: 8px;
}

.sidebar ul ul a , .sidebar ul ul ul a {
  padding-left: 2.5rem;
}
.sidebar [data-toggle="collapse"] {
  position: relative;
}
.sidebar [data-toggle="collapse"]:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
}
.sidebar [aria-expanded="true"]:before {
  content: "\f0d8";
}
.sidebar.toggled {
  margin-left: -230px;
  
}

.sidebar-light ul li a {
  color: #666;
}

.sidebar-light ul ul a {
  background: #fff;
  padding: .55rem 1rem;
}

.sidebar-light ul ul ul a {
  background: #fff;
  padding: .55rem 1rem;
}

.sidebar-light ul ul li a:hover{
color: #046994;
font-weight: bold;
background-image: linear-gradient(to right , #fafafa, #fafafa);
} 

.sidebar-light ul ul .active a {
  color: #046994;
  font-weight: bold;
  background-image: linear-gradient(to right , #fafafa, #fafafa);
}

.sidebar-light ul .active a {
  color: #fff;
  background-image: linear-gradient(to right , #046994, #419fc8);
}
.sidebar-light [aria-expanded="true"] {
  background-image: linear-gradient(to right , #046994, #419fc8);
  color :#fff;
}

.sidebar-light ul li a:hover
{
  color: #fff;
  background-image: linear-gradient(to right , #419fc8, #046994);
}

@media (max-width: 768px) {
  .sidebar {
      margin-left: -230px;
  }
  .sidebar.toggled {
      margin-left: 0;
  }
}

.toogle_button
{
  font-size: 20px;
}

#modul_menus a
{
  font-size: 12px;
  color :#fff;
}

#modul_menus .active
{
  background-image: linear-gradient(to right , #046994, #419fc8);
}

#modul_menus a:hover
{
  background-image: linear-gradient(to right , #419fc8, #046994);
}

#loading .modal-dialog {
  width: auto !important;
  min-width: 300px !important;
}

.modal-content , .modal-content
{
  border: 10px solid rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0px 14px 11px -6px rgba(0,0,0,0.66);
  -moz-box-shadow: 0px 14px 11px -6px rgba(0,0,0,0.66);
  box-shadow: 0px 14px 11px -6px rgba(0,0,0,0.66);

}

.navbar-ekleme , .modal-header 
{
  background-image: linear-gradient(white, #eee 50%, rgba(153, 153, 153, 0.32)) !important;
  -webkit-box-shadow: 0px 13px 17px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 13px 17px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 13px 17px -15px rgba(0,0,0,0.75);
  
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.modal-header
{
  padding: 5px !important;
}

.form-group.required label:after {
  content:" *";
  color:#d00;
}

.form-group label{
  font-weight: bold;
}

.form-group .form-text{
  font-size: 11px;
}

.kart-baslik
{
  background-image: linear-gradient(to right , #057caf, #419fc8);
  font-size: 14px;
  font-weight: bold;
  color:#fff;
}

table .badge
{
  font-size: 11px;
  padding: 5px;
}

.table-head
{
  background: #eee;
}

.table-div .table
{
  margin: 0;
}
.table-div .pagination
{
  margin:0 ;
}

.table-div > .card-body
{
  padding: 0;
}

.table-div > .card-header , .table-div > .card-footer 
{
  padding: 3px 5px 3px 5px !important;
}

.table-div .table_list_info
{
  margin-top: 7px;
}

.table-div thead
{
  background: #eee;
  cursor: pointer;
  
}

/*Table mobilde yatay kayarken th ler daralıyordu */ 
@media only screen and (max-width: 767px) {
  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  } 
}

.table-div thead .sorting {
  background:url(../img/sort_both.png) no-repeat center right;
  padding-right: 17px;
}

.table-div thead .sorting_asc {
  background: #ddd url(../img/sort_asc.png) no-repeat center right;
  padding-right: 17px;
}

.table-div thead .sorting_desc {
  background: #ddd url(../img/sort_desc.png) no-repeat center right;
  padding-right: 17px;
}

.modul_menu_box i{
  font-size:32px;
}

.modul_menu_box
{
  font-size: 11px;
  margin:15px 0 ;
  
}

.modul_menu_box .card-body
{
  padding: 1rem
}

.modul_menu_box .card-body p
{
  font-weight: 700
}

.modul_menu_box.active
{
  background-image: linear-gradient(to right , #046994, #419fc8);
}

.modul_menu_box:hover
{
  background-image: linear-gradient(to right , #419fc8, #046994);
}

.bg-anilarimiz
{
  background-image: linear-gradient(to right , #046994, #419fc8 ,#046994 ) !important;
}

.kutu_gri_mavi
{
  background-image: linear-gradient(to right ,  rgb(136, 136, 136) , rgb(168, 168, 168) , rgb(136, 136, 136) );
}

.kutu_gri_mavi:hover
{
  background-image: linear-gradient(to right , #046994, #419fc8 ,#046994 );
}