body.menu #sidebar-nav {
  width: 198px;
}

body.menu #dashboard-menu > li.active > div.pointer {
  right: 18px !important;
}

body.menu .content {
  margin-left: 198px;
}

#pad-wrapper {
  padding: 0 10px;
}

#pad-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}

.header {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  #sidebar-nav {
    width: 210px;
  }

  #dashboard-menu > li.active > div.pointer {
    right: 18px !important;
  }

  .content {
    margin-left: 198px;
  }

  #pad-wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  #pad-wrapper {
    padding: 0 50px;
  }
}



/* customs ... */

.edit {
  display: none;
}

.editing .view {
  display: none;
}

.editing .edit {
  display: block;
}

#questionsOrderView {
  padding-top: 50px;
}

table {
  border: 1px solid #dee3ea;
}

.switchContainerButtons a {
  margin-right: 2px;
}

#containerViewEdit th {
  text-align: center;
}

/*#containerViewSort > div:nth-child(1){*/
  /*margin-bottom: 20px;*/
/*}*/

/*#containerViewSort > div:nth-child(2) {*/
  /*width: 49%;*/
  /*min-width: 200px;*/
  /*overflow: auto;*/
  /*margin-right:2px;*/
  /*float: left;*/
/*}*/

/*#containerViewSort > div:nth-child(3) table {*/
  /*width: 49%;*/
  /*margin-right: 2px;*/
  /*float: right;*/
/*}*/

#containerViewEdit > div:nth-child(1) th,
#containerViewDisplay > div:nth-child(1) th{
  width: 33%;
}

.icon-backward, .icon-forward {
  cursor: pointer;
}

#sort-questions, #sort-pages {
  width: 49%;
  float: left;
}

.div-th {
  text-align: center;
  font-weight: bold;
}

.div-th, .div-td {
  padding: 8px;
  border: 1px solid #dee3ea;
  margin-top: -1px;
  background: #fff;
}

.div-td {
  cursor: pointer;
}

.no-cursor-pointer {
  cursor: auto;
}

.sort-order {
  text-align: right;
  width: 20px;
  float: left;
  margin-left: -8px;
  margin-right: 5px;
}

.ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}

.table-create-tan {
  width: 50% !important;
  margin: 0 auto;
}

input.number {
  width: 50px;
}

.logo_title {
  font-weight: bold;
}

.block-type {
    width: 95px;
}

.block-outer-table-td {
    padding: 0 !important;
}

.block-innter-table {
    border: 0;
    width: 100%;
}

.block-outer-table-tr th:nth-child(2), .block-innter-table td:nth-child(2) {
    min-width: 200px;
}

.block-outer-table-tr th:nth-child(3), .block-innter-table td:nth-child(3) {
    text-align: right;
}

.block-outer-table-tr th:nth-child(4), .block-innter-table td:nth-child(4) {
    width: 100px;
    text-align: right;
}


#redactor-popup {
    display: none;
    position: fixed;
    overflow: auto;
    background: #FFF;
    z-index: 100;
    width: 900px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -250px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.6);
}

#redactor-popup .redactor_redactor.redactor_editor {
    min-height: 430px;
    max-height: 430px !important;
}