::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track { 
  background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #424242;  
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb:window-inactive {
	
}

html.loading * {
  cursor: wait !important;  
}

html, body {
  height: 100%;  
}

body {
  font-family: opensans;
  background: #282828;
}
.navbar-default {
  background-color: #424242;
  border-color: #424242;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
  color: #dddddd;
}
.navbar-brand i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 5px;
    margin-top: -3px;
}
.navbar-btn .btn {
    margin: 0 4px;
}
form.navbar-form.navbar-right {
    margin-right: -6px;
}
.sidebar {
    background-color: #424242;
    bottom: 0;
    padding: 0;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    color: #dddddd;
    z-index: 2;
    width: 0;
}
.sidebar.open {
  width: 250px;
}
.sidebar-control-wrap {
    position: absolute;
    top: 50%;
    right: -20px;
    background: #424242;
    height: 50px;
    width: 20px;
    text-align: center;
    line-height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -25px;
    cursor: pointer;
}
.sidebar .sidebar-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.sidebar .sidebar-content::-webkit-scrollbar {
  width: 6px;
}
.sidebar .button-wrap {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #535353;
}
.sidebar .button-wrap .btn {
  padding: 4px 8px;
}
.sidebar .button-wrap .btn i {
    font-size: 17px;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}
.main {
  padding: 0;
  bottom: 0;
  display: block;
  left: 250px;
  position: fixed;
  top: 0;
  overflow: auto;
  width: calc(100% - 250px);
}
.main.full {
  left: 0;
  width: 100%;
}
.main .screen {
  min-height: 100%;
  text-align: center;
  float: left;
}
.site-container {
  margin: 0 auto;
}
ul.itemList {
  position: relative;
}
.item.bordered::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #9c9c9c;
}
.item {
    background: rgba(255, 255, 255, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgIALMmTPn/6gieipiYGAAAJq9HD94Ce4TAAAAAElFTkSuQmCC);
    min-height: 100px;
    min-width: 100px;
    position: relative;
}
.item.active::before {
  border-color: #337ab7;
  border-style: solid;
}


.panel {
    border-radius: 0;
    margin: 0 -1px;
    margin-bottom: 10px;
}
.panel-default {
    border: 0;
    background: transparent;
}
.panel:not(.visible) .panel-body {
    display: none;
}
.panel .panel-heading {
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    color: #dddddd;
    cursor: pointer;
  border-radius: 0;
}
.panel:not(.visible) .panel-heading {
  background-color: #535353;
  border: 1px solid #383838;
}
.panel-default>.panel-heading .title {
    background-color: #535353;
    display: inline-block;
    margin-bottom: -1px;
    border-radius: 0;
    font-family: opensans_semibold;
    padding: 4px 10px 0px 6px;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel.visible .panel-heading .title {
    border: 1px solid #383838;
    border-bottom: 0;
    overflow: hidden;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -6px;
}
.panel:not(.visible) .panel-heading .title {
  margin-bottom: 0;
}
.panel-default>.panel-heading i.arrow {
    margin-top: 6px;
    margin-right: 10px;
}
.panel .panel-heading .title-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -4px;
}
.panel-default>.panel-body {
    color: #dddddd;
    background-color: #535353;
    border: 1px solid #383838;
    padding: 10px 21px;
}
.panel-default>.panel-body label:not(.btn) {
  font-family: opensans_light;
  padding: 0;
  font-size: 95%;
}
.panel-default>.panel-body .form-group {
  margin-bottom: 4px;
}
.panel-default>.panel-body .form-group:nth-last-of-type(1) {
  margin-bottom: 0;
}

.panel-default>.panel-body .form-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-control {
  background-color: #454545;
  border-color: #666666;
  color: #dddddd;
}
.panel-default>.panel-body .form-control:not(textarea) {
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
}
.panel-default>.panel-body select.form-control {
    padding: 0 1px;
}
.panel-default>.panel-body div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.panel-default .row.divider {
    background: #282828;
    height: 1px;
    width: calc(100% + 23px);
    margin-bottom: 10px;
}
/*.form-group.custom_styles input[type="text"] {
  font-family: monospace;
}
.form-group.custom_styles input[type="text"]:focus {
  position: fixed;
  z-index: 2;
}
.form-group.custom_styles input[type="text"]:not(:focus) {
  width: 100% !important;
}*/

.bootstrap-switch {
  border-color: transparent;
}


.inputfile {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
.inputfile + label.btn {
    display: inline-block;
}

.page-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}
.page-header h1 {
  color: #dddddd;
  margin: 0;
}


.modal-backdrop {
    background: #fff;
}
.modal-header {
    background: #282828;
    color: #dddddd;
  border-color: #000;
}
.modal-body {
    background: #535353;
    color: #dddddd;
}
.modal-footer {
  border-color: #282828;
    background: #424242;
    color: #dddddd;
}
.modal-header .close {
    color: #fff;
    text-shadow: 0 0 0 transparent;
    opacity: 0.8;
}
.modal-header .close:hover {
    opacity: 1;
}


ul.project-list .project-wrap {
  width: 25%;
  padding-top: 80px;
}
ul.project-list .project {
    display: block;
    background: #424242;
    border: 1px solid #383838;
    text-align: center;
  padding: 15px;
  border-radius: 4px;
}
ul.project-list .project > span {
  display: block;
  color: #dddddd;
}
ul.project-list .project .project-icon-wrap {
    display: block;
    margin: -75px auto 15px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}
ul.project-list .project .project-icon-wrap .project-icon {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #535353;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
ul.project-list .project .project-icon-wrap .menu-wrap {
  display: block;
  width: 26px;
  height: 26px;
  background: #535353;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: -13px;
  cursor: pointer;
  top: 50%;
  margin-top: -13px;
  color: #c1c1c1;
  /*border: 1px solid rgba(255, 255, 255, 0.15);*/
  z-index: 2;
}
.project-list .dropdown-menu {
    font-size: 110%;
    padding: 12px 0;
    margin-top: 10px;
}
ul.project-list .dropdown-menu {
    margin-left: -4px;
}
.project-list .dropdown-menu a {
    color: #000 !important;
}
ul.project-list .project .project-name {
  text-transform: uppercase;
  font-size: 110%;
}
ul.project-list .project .project-name a {
  color: #fff;
}
ul.project-list .project .project-details a {
  color: #a0a0a0;
}
ul.project-list .project .project-actions {
  padding-top: 10px;
  font-size: 120%;
}
ul.project-list .project .project-actions .btn {
  /*margin: 0 5px;*/
}


.content-scale-image {
    display: inline-block;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-scale-image img {
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}




// add an arrow to the dropdown menus
.dropdown-menu.arrow:before {
  position: absolute;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
}
.dropdown-menu.arrow:after {
  position: absolute;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}

// postion at the top for a 'down' menu
.dropdown .dropdown-menu.arrow:before {
  top: -7px;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-menu.arrow:after {
  top: -6px;
  border-bottom: 6px solid #ffffff;
}

// postion at the bottom for an 'up' menu
.dropup .dropdown-menu.arrow:before {
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.dropup .dropdown-menu.arrow:after {
  bottom: -6px;
  border-top: 6px solid #ffffff;
}

// support to move the arrow to the right-hand-side
.dropdown-menu.arrow.arrow-right:before,
.dropup .dropdown-menu.arrow.arrow-right:before {
  right: 15px;
  left: auto;
}
.dropdown-menu.arrow.arrow-right:after,
.dropup .dropdown-menu.arrow.arrow-right:after {
  right: 16px;
  left: auto;
}



.modal-body .close {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 0 transparent;
    margin-top: -3px !important;
}
.modal-body .close:hover {
    opacity: 0.7;
}


.modal-body .table>thead>tr>th {
  text-transform: uppercase;
}
.modal-body .table>thead>tr>th, .modal-body .table>tbody>tr>td {
    border-color: #909090;
}


.container.project-list .page-header i.view-icon {
    font-size: 60%;
    cursor: pointer;
    margin: 0 8px;
    color: #969696;
}
.container.project-list .page-header i.view-icon.active,
.container.project-list .page-header i.view-icon:hover {
  color: #dddddd;
}

.table.project-list > thead > tr > th {
  border-color: #3e3e3e;
  color: #4e4e4e;
  text-transform: uppercase;
}
.table.project-list > tbody > tr > td {
  border-color: #3e3e3e;
  color: #dddddd;
  vertical-align: middle;
}
.table.project-list > tbody > tr > td  a:not(.btn) {
  color: #dddddd;
}
.table.project-list > tbody > tr > td > .menu-wrap > i {
  cursor: pointer;
}
.table.project-list > tbody > tr > td > .menu-wrap > i:hover {
  opacity: 0.7;
}
.table.project-list.table-hover > tbody > tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.table.project-list.table-hover > tbody > tr:nth-of-type(even):hover {
    background-color: transparent !important;
}

.table.project-list .project-icon-wrap {
  display: inline-block;
  vertical-align: middle;
}
.table.project-list .project-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.table.project-list > tbody > tr > td.pages i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.table.project-list tr.pages-row ul.list {
  padding-left: 0;
  list-style: none;
}
.table.project-list tr.pages-row ul.list .page-name {
    display: block;
    border-bottom: 1px solid #696767;
    padding-bottom: 3px;
}
.table.project-list tr.pages-row ul.list .page-name span {
    font-family: opensans_bold;
    text-transform: uppercase;
}
.table.project-list tr.pages-row ul.list ul {
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 5px;
}
table.project-list .dropdown-menu {
    margin-right: 12px;
}

ul.version-list {
  list-style-type: disc;
  padding-left: 0px;
  text-align: left;
}
ul.version-list li {
 display: table;
  width: 100%;
}
ul.version-list li a:not(.btn) {
  color: #a29f9f !important;
}




a i:hover {
  opacity: 0.5;
}