h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
}

/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
*/

/*
input:not([type="email"], [type="password"], [type="number"], [type="radio"], [type="checkbox"]), textarea {
  text-transform: uppercase;
}
*/
.noUpperCase {
  text-transform: none !important;
}

.row.row-no-gutter,
.row[data-gutter="0"],
.row[data-gutter="none"] {
  margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"],
.row[data-gutter="none"] > [class^="col-"] {
  padding: 0 !important;
}
.row[data-gutter="15"] {
  /*margin-bottom: -15px;*/
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row[data-gutter="15"] > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  /*margin-bottom: 15px;*/
}

.inner-padding {
  padding: 15px;
}
.sidebar-module {
  padding: 20px 15px;
}

.sidebar-module.tight {
  min-height: unset;
  padding: 15px;
  padding-top: 12px;
}

.sidebar-module.tight.white {
  background: white;
}

.sidebar-nav-v2 li {
    width: 245px;
}
.sidebar-line {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  white-space: nowrap;
}

.user-progressbar.vertical span {
  color: white !important;
}

.user-progressbar.vertical span.rotate {
  display: block;
  position: relative;
  bottom: -116px;
  background-color: #7ea3c9 !important;
  width: 86px;
  left: -30px;
  height: 26px;
  line-height: 27px;
  padding-left: 8px;
  font-size: 12px;
}

.user-progressbar.vertical,
.user-progressbar.vertical .bar {
  width: 26px;
  margin-right: 5px;
  background-color: #eee !important;
}



.user-progressbar.vertical .bar {
  background-color: #bbb !important;
}

.user-progressbar.vertical.charted .bar:before {
    content: unset;
    position: unset;
    bottom: unset;
    left: unset;
    height: unset;
    width: unset;
    margin: unset;
}
.user-progressbar.vertical.charted .bar {
  display: inline-table;
}

.user-progressbar.vertical.charted span.rotate {
  bottom: -75px;
  background-color: unset !important;
  width: 30px;
  left: 0px;
  padding-left: 0px;
  font-size: 13px;
  color: #666;
  text-align: center;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}


.user-progressbar.vertical.charted:hover .bar {
  background-color: #8fc97e;
}

.user-progressbar.vertical.charted .bar span {
  /*
  margin-top: -20px;
  color: #999;
  font-weight: bold;
  */
}

div.actionbar .btn.small-toggle-btn {
  width: 17px;
  min-width: 17px;
}

div.actionbar .small-toggle-btn:before, div.actionbar .small-toggle-btn:after  {
  left: 6px;
  top: 7px;
  height: 14px;
}
div.actionbar .small-toggle-btn:after {
  left: 9px;
}

.modal-content {
  border-radius: 3px;
}

.modal-fullscreen{
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

.select2-selection {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 30px !important;
  line-height: 30px !important;
  padding-left: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  line-height: 30px !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px 10px;
}
.select2-container .select2-selection--single { 
  height: 30px;
}
.select2-search--dropdown {
    padding: 10px;
    margin-top: -1px;
}

.select2-results__option {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #ccc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
    color: #0088CC;
}

i.fa.white {
  color: white !important;
}
.breadcrumb > li.active {
    font-weight: bold;
}
.subheading {
  margin-bottom: 0px;
}

li.disabled, a.disabled {
    pointer-events:none;
    opacity:0.5;
}

.table {
  font-size: 12px;
}

table.nofix {
  table-layout: auto;
}
table.nofix th {
  white-space: nowrap;
}
table td.thumb {
  max-width: 85px !important;
}

/*table.grid th,*/
table.grid td  {
  border-right: 1px dashed #eee;
}
/*
table.grid th:last-child {
  border-right: none;
}
*/

table.table-thin tr td,
table.table-thin tr th {
  padding: 0px 5px;
  border: 1px solid #ddd;
  font-size: 11px;
  color: #666;
}
/*
table.table-thin tr td:first-child {
}
*/

table.table-thin tr td:not(:last-child),
table.table-thin tr th:not(:last-child){
  white-space: nowrap;
}

table.table-thin tr td:last-child,
table.table-thin tr th:last-child{
  width: 100%;
}

table.table-thin tr td {
  background: white !important;;
}
table.table-thin tr th {
  border-top: 1px solid #ddd !important;
  background: #f2f2f2;
  font-weight: bold;
}
table.table-thin.dynamic tr td,
table.table-thin.dynamic tr th {
  white-space: unset;
  width: unset;
}
table.table-thin.hover tr:hover td,
table.table-thin.hover tr td.hover {
  background-color: #FFC !important;
}

table.table td ul li {
  border-top: 1px dotted #ddd;
  padding: 5px 0px;
}
table.table td ul li:first-child {
  border-top: none;
  padding-top: 0px;
}

table td.relax-vertical {
  padding-top: 25px !important;;
  padding-bottom: 25px !important;;
}

.img-thumbnail {
    padding: 3px;
}

.alert {
    margin-bottom: 15px;
}
.datepicker {
  cursor: pointer;
}

.bootstrap-timepicker span.input-group-addon {
  border-right: none;
  border-radius: 4px 0px 0px 4px !important;
  cursor: default;
}

.bootstrap-timepicker-widget table td a i {
    margin-left: -3px;
}

.bootstrap-timepicker input {
  cursor: pointer;
}

.form-control.input-xl {
    height: 40px;
    padding: 10px!important;
    font-weight: bold;
    font-size: 18px;
}

.link {
  color: #0088CC;
  text-decoration: none;
}
.link:hover, .link:active, .link:focus {
  text-decoration: underline;
}

th .btn-group {
  margin: 0;
}

ul > .btn,
ul > .btn-group {
  margin: 0;
}

.table-wrapper.transparent .rt-table .btn, 
.table-wrapper.transparent .rt-table .btn-group {
    background: none;
    border: none;
    
}
.table-wrapper.transparent .rt-table .btn {
    right: -15px;
}
.table-wrapper.transparent .rt-table .btn-group.rt-menu a.btn {
  background: none !important;
}
.table-wrapper.transparent .rt-table .btn-group.rt-menu a.btn i {
    color: #666;
}
.table-wrapper.transparent .rt-table .btn-group.rt-menu a.btn:hover i {
    color: #D9534F;
}
.table-wrapper.transparent .dropdown-menu.pull-right {
    right: -6px;
}
.rt-menu .dropdown-menu li {
    padding: 0px;
}

.dropdown-menu li > a {
    line-height: 12px;
    padding: 10px 10px;
}
.dropdown-menu li > a > i {
    margin-top: -2px;
    margin-right: 5px;
}
.dropdown-menu.ext-dropdown-form {
    padding: 10px;
}

.dropdown > .dropdown-menu:not(.pull-center):not(.pull-right):after, 
.btn-group > .dropdown-menu:not(.pull-center):not(.pull-right):after {
    left: 11px;
}
.dropdown > .dropdown-menu:not(.pull-center):not(.pull-right):before, 
.btn-group > .dropdown-menu:not(.pull-center):not(.pull-right):before {
    left: 10px;
}

.circular-stats-title {
    font-weight: normal;
}
.circular-stats-gage .circular-stats-data .top {
    font-size: 14px;
}

.noSelect {
    cursor: default;
}

.scrollbar-x {
  margin: 0px;
}
.widget.timetable .scrollbar-x {
    margin:0px;
    border-top: none !important;
}

.widget.timetable {
    border: none;
}
.widget.timetable > div .table tr td:first-child, .widget.timetable > div .table tr th:first-child {
    padding-left: 10px;
    width: 50px;
    vertical-align: middle;
    font-weight: bold;
    font-style: italic;
    color: #666;
}
.widget.timetable > div .table {
    width: 1600px;
}
.widget.timetable > div .table tbody tr:hover td {
    background: none !important;
}
.widget.timetable > div .table tbody tr td:hover {
    background-color: #FFC !important;
}
.widget.timetable > div .table tbody tr th.event
.widget.timetable > div .table tbody tr td.event {
    background-color: none !important;
    width:100px;
}

.widget.timetable > div .table select {
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.widget.timetable > div .table select:hover {
    border-bottom: 1px dotted #333;
}

.widget.timetable > div .table select.form-control.input-sm.lesson {
    font-size: 14px;
    font-weight: bold;
    margin-top: -5px;
}
.widget.timetable > div .table select.form-control.input-sm.teacher {
    color: #aaa;
}

table.homeworks .inner-padding {
    /* padding: 15px; */
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -62px;
    padding-top: 80px;
}

.rt-clone-td {
    display: none;
    margin-bottom: 50px;
}
ul.list-inline.separated li {
  padding-left: 0px;
  padding-right: 0px;
}
ul.list-inline.separated li::after {
    content: " | ";
    white-space: nowrap;
}

ul.list-inline.separated li:last-child::after {
    content: "";
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.window {
    padding-bottom: 40px;
}

ul.ext-tabs > li {
    position: relative;;
}

ul.ext-tabs > li {
    background: #f2f2f2;
}
ul.ext-tabs > li.active {
    background: #fff;
}
ul.ext-tabs > li span.indicator-dot {
    margin-top: -8px;
    position: absolute;
    right: 5px;
}

.table-condensed .th-square {
    width: 31px;
}

div#login-box {
  margin-top: 10%;
}

.pointer, .pointer * {
  cursor: pointer;
}

legend label {
    position: absolute;
    margin-top: -25px;
    right: 35px;
    background: white;
    padding-right: 10px;
    padding-left: 10px;
}

legend label span {
  margin-left: 10px !important;
}



div.calendarDate {margin-right:15px;padding-top:5px;    min-width: 70px;}
div.calendarDate  div.month{background:#444;text-align:center;border-top-right-radius:2px;border-top-left-radius:2px;color:#FFF;font-size:10px;text-align:center;line-height:14px;padding: 5px;}
div.calendarDate  div.day{text-align:center;font-weight:bold;border:2px solid #444;border-radius:2px;margin-top:-1px;color:#444;font-size: 28px;padding: 8px 5px;}
div.calendarDate  div.time{text-align:center;font-size:12px;color:#444;margin-top:4px;    font-weight: normal;}

.handle, .handle i {
  cursor: move;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.btn {
  background-image: none !important;
}
.btn-danger  {
  background: #d9534f;
  border: none;
  background-image: none;

}
.btn-success {
  background: #5cb85c;
  border: none;
  background-image: none;

}
.btn-primary {
  background: #428bca;
  border: none;
  background-image: none;

}
.btn-warning {
  background: #f0ad4e;
  border: none;
  background-image: none;

}
.btn-default {
  background: #f6f6f6;
  background-image: none;
}
.btn-default:hover, /*.btn-default:focus,*/ .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: white;
    background-color: #222 !important;
    background-image: none;
    border-color: #222;
}
.btn-default:active, .btn-default.active {
  background-color: #444 !important;
}

.btn-danger > i, .btn-success > i, .btn-primary > i, .btn-warning > i {
  color: white;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  border-color: #999;
  background: #ddd;
  color: #333;
}

.fileupload .uneditable-input{
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 65.5%;
  background: white;
}
.fileupload span.btn {
  margin-right: 0px;
}

.fileupload a.btn.fileupload-exists  {
  margin-left: 5px;
}

fieldset.attention-box:before {
  top: 14px;
}
fieldset legend {
  color: #888;
}

.progress-block {
  width: 100%;
}
.progress-block-result {
  font-weight: bold;
  font-size: 22px;
}

.progress-block-title {
  color: #999;
  font-size: 12px;
}
.progress-project-footer {
    margin-bottom: 10px;
}
.progress-project-footer p {
    font-size: 12px;
    color: #999;
}
.progress-project-footer span {
    font-size: 12px;
    text-align: right;
}

.progress-project-footer strong {
  font-size: 14px;
}

.label-purple, .progress-bar-purple {
    background-color: #8871cc;
    background-image: none;
}

.bar-meter {
  width: 100%;
}
.bar-meter > div {
  width: 8.46%;
}


.opac {
  opacity: 0.6;
}

.toolbar.toolbar-inline-top {
    padding: 15px 20px;
    padding-bottom: 5px;
}

.toolbar.tight {
  padding: 10px 25px;
  padding-bottom: 0px;
}

.toolbar.tight [class^="col-sm-"] {
    padding: 0px 5px;
}

.toolbar.tight .form-group {
    margin-bottom: 10px;
}
.toolbar.tight input[type="text"] {
  padding-left: 10px;
}

.toolbar .select2-selection--multiple {
    min-height: 30px;
}

.toolbar .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
    margin-right: 3px;
}

.toolbar .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 3px;
}

.fileupload-preview {
    margin-bottom: 10px;
}

.fileupload .thumbnail {
  margin-bottom: 6px;
}

.fileupload .thumbnail>img {
    display: block;
}

/* FILE INPUT CSS Customize */
div.images .file-preview-thumbnails,
div.images .file-preview,  
div.images .close {
  display: block !important;
}

div.images .file-preview-frame {
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
    display: contents;
}
div.images .file-preview-frame:hover {
    box-shadow:none;
}
div.images .file-preview {
  min-height: 52px;
}
div.images .file-preview-image {
    width: 100% !important;
    height: auto !important;
}

div.images .file-preview-status {
    display: none !important;
}

div.images .file-preview:before {
    content: "Ek Fotoğraf";
    font-size: 11px;
    margin-left: 5px;
    color: #999;
}

div.images .form-group {
    margin-bottom: 20px;
    display: inline-block;
}


div.mainImage .file-preview:before {
    content: "Ana Fotoğraf";
}

div.mainImage .file-preview {
  /*
    background: repeating-linear-gradient(
      45deg,
      #f9f9f9,
      #f9f9f9 10px,
      #fff 10px,
      #fff 20px
    );
  */

}
/***********************/

.elipsis {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forceWide {
  width: 100% !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.lightbox-indicator > span {
    /*background-color: #ddd;*/
}

.hr-totop span {
    border-radius: 2px;
    top: -5px;
    line-height: 12px;
}
.hr-totop span i.fa {
  cursor: pointer;

}

hr.dashed {
  border-top: 1px dashed #ccc;
}

.popover-content {
    padding: 9px 10px;
    display: table-cell;
}

.popover-content .btn {
    border: none !important;
    right: 0 !important;
}
.popover-content .btn i {
    color: white !important;
}
.popover-content .btn-default {
    background-color: #d9534f !important;
}
.popover-content .btn-primary {
    background-color: #5cb85c !important;
}

.popover-content .btn-default:hover {
    background-color: #d2322d !important;
}
.popover-content .btn-primary:hover {
    background-color: #47a447 !important;
}
.popover-content .editable-buttons {
    padding-left: 8px;
    margin-left: 0px;
}
.popover-content .editable-buttons button {
    margin-left: 8px;
    right:0 !important;
    margin-right: 0;
}
.popover-content .form-control.input-sm {
    padding-right: 25px !important;
}

.editable-popup .popover-title {
  display: none;
}
.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: dashed 1px #cc0000;
}
.editable-input input::-webkit-outer-spin-button,
.editable-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.editable-input input[type=number] {
    -moz-appearance:textfield;
} 
.lightbox-indicator > span i {

}

.csstip.smarttip:hover:after, 
.csstip-visible.smarttip:after {
  width: 100%;
  margin-left: 0px;
  left: 0px;
  font-weight: bold;
}

.bg-muted {
  background-color: #999;
}
.nobold {
  font-weight: normal;
}

table.vertical-middle tbody tr td {
  vertical-align: middle;
}

.circular-stats-gage, .circular-stats {
  margin-right: 5px;
  width: 106px;
}
.grouped.flex > .duo-val-block {
  /*padding: 10px 3px;*/
}
.grouped.flex > .duo-val-block .font-small {
  height: auto;
  line-height: 16px;
}
.grouped.flex > .duo-val-block .font-big {
  height: 22px;
}
.grouped.tabbed > .duo-val-block .font-small {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}
.grouped.tabbed > .duo-val-block.active .font-small {
  font-weight: bold;
}
.grouped.tabbed > .duo-val-block .font-big {
  font-weight: bold;
}

.grouped.tabbed > .duo-val-block .font-big .pull-right {
  
}
.grouped.tabbed > .duo-val-block {
    margin: 0;
    border-left: none;
    background: #f2f2f2;
}
.grouped.tabbed > .duo-val-block:hover {
    background: #fff;
}
.grouped.tabbed > .duo-val-block.active {
    border-bottom: none;
    background: #fff;
}

.grouped.tabbed > .duo-val-block.active:hover {
    background: #fff;
}
.grouped > .duo-val-block {
  display: inline-table;
}
.grouped > .duo-val-block:first-child {
    border-left: 1px solid #bbb !important;
}
.grouped.tabbed > .duo-val-block {
    cursor: pointer;
}

.cke_dialog_body {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee !important;
    cursor: not-allowed;
}

.project-block {
  width: 100%;
  
}
.project-block ul,
.project-block header {
  padding: 15px;
}

@media print {

  a[href]:after {
    content: none !important;
  }
  
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
}

@media(min-width:768px){
  .flex {
    display: flex;
  }

}
@media(min-width:992px){

}
@media(min-width:1200px){
    
}

