﻿/*******************/
/*loading indicator START
/*******************/

#selectPageModal {
  z-index: 2000;
}

.tooltip {
  z-index: 999999;
}

.content-wrapper.hide-menu, .right-side.hide-menu, .main-footer.hide-menu {
  margin-left: 0px;
}

.panel-main-title {
  font-size: 3em;
  font-weight: bold;
}

.panel-sub-title {
  font-size: 2em;
  font-weight: 400;
}

.panel-pdf-link {
  cursor: pointer;
  margin-top: 30px;
}

#indicator {
  background: rgba(255, 255, 255, 0.44);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
  display: none;
}

.indicatorContainer {
  background: rgba(255, 255, 255, 0.44);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
  display: none;
}

  .indicatorContainer .spinner {
    top: 47% !important;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #850526;
  }

    .indicatorContainer .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #850526;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
      animation: bouncedelay 1.4s infinite ease-in-out;
      /* Prevent first frame from flickering when animation starts */
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }

    .indicatorContainer .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }

    .indicatorContainer .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0);
  }

  40% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.indicatorContainer .indicator-message {
  position: absolute;
  margin: auto;
  top: 10%;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.79);
  border: 0px solid;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.57);
}
/*******************/
/*loading indicator FINISH
/*******************/

/*toastr*/

#toast-container > div {
  opacity: 0.94;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
  filter: alpha(opacity=94);
}

.toast-error {
  -webkit-box-shadow: 0 0 12px rgba(88, 12, 8, 0.69);
  -moz-box-shadow: 0 0 12px rgba(88, 12, 8, 0.69);
  box-shadow: 0 0 12px rgba(88, 12, 8, 0.69);
}

/********************************************/

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

  .dd-list .dd-list {
    padding-left: 30px;
  }

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

  .dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
  }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

  .dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 24px;
    text-align: center;
    text-indent: 0;
    font-size: 26px;
    line-height: 11px;
    color: #f31c12;
  }

  .dd-item > button[data-action="collapse"]:before {
    content: '-';
  }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

  .dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
  }

  .dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
  }

.dd3-content {
  display: block;
  min-height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

  .dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
  }

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

  .dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }

  .dd3-handle:hover {
    background: #ddd;
  }

.mt-2 {
  margin-top: -2px;
}

/*icon list*/

.icon-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
}

  .icon-list li {
    float: left;
    margin: 3px;
    font-size: 1em;
  }

.page-gallery-panel-body {
  height: 525px;
}

#pageGallery, #haberFiles {
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
}

.c-green {
  color: green;
}

.c-red {
  color: red;
}

.tab-content {
  background-color: #fff;
  padding: 15px;
  border: solid 1px #DDD;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  background-color: #fff;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  width: 239px;
  list-style: none;
  padding: 10px;
}

  .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li {
    line-height: 30px;
    cursor: pointer;
  }

    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li:hover {
      background-color: rgba(0, 0, 0, 0.12);
    }

#userHostList, #menuAuthorizationList {
  padding-left: 5px;
  list-style: none;
  height: 685px;
  overflow: scroll;
  overflow-x: hidden;
}

  #userHostList li, #menuAuthorizationList li {
    line-height: 35px;
    padding-left: 5px;
    border-radius: 5px;
    position: relative;
  }

    #userHostList li:hover {
      background-color: rgba(0, 0, 0, 0.12);
    }

    #userHostList li div.btn-group {
      position: absolute;
      right: 10px;
      margin-top: 7px;
    }

#btnAddUserHost:hover {
  cursor: pointer;
}

.manager-list {
  overflow: scroll;
  overflow-x: hidden;
  bottom: 50px;
  position: fixed;
  top: 190px;
  width: auto;
  right: 15px;
  left: 230px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 60px;
}

.host-list li:hover {
  background-color: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.slider-slide-lang-tab {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.panel-inline-title {
  position: absolute;
  margin-top: -14px;
  margin-left: 10px;
  background-color: white;
  border-width: 5px;
  border: solid;
  border-color: white;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.modal {
  overflow-y: auto !important;
}

.modal-open {
  overflow: auto;
}

/*********************************
/* HOST LİST MODAL CSS*/
.host-list {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 500px;
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

  .host-list li {
    padding: 3px 5px;
    border: 0;
    border-bottom: 1px solid;
  }

.modal-xlg {
  width: 98% !important;
}

/*media*/

.media-image-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

  .media-image-list li {
    margin: 1%;
    border: 1px solid #d8d8d8;
    width: 18%;
    height: 152px;
    float: left;
    text-align: center;
    background: #f7f7f7;
    position: relative;
  }

    .media-image-list li .imgdiv {
      width: 100%;
      height: 80px;
      overflow: hidden;
    }

    .media-image-list li img {
      border: 0;
      min-height: 80px !important;
    }

    .media-image-list li .title {
      display: block;
      font-size: 0.75em;
      overflow: hidden;
      padding: 5px;
    }

    .media-image-list li .media-image-list-btn-group {
      position: absolute;
      bottom: 4%;
      width: 100%;
      margin: 0 auto;
      left: 20%;
    }

.aday-admin-table-row-header {
  background: #ff6a00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}