/* #7e969b */
body { 
	background-color: #48bbf0; 
}
body#login { 
/* 	border-top: 4px solid #7e969b; */
	background-color: #fff;
	padding-top: 50px;
}
#loader{
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	display: none;
        z-index: 99999;
}
#nprogress .bar{
	z-index: 99999;
}

.width-40{ width: 40px }
.width-45{ width: 45px }
.width-60{ width: 60px }
.width-150{ width: 150px }
.width-100{ width: 100px }
.width-200{ width: 200px }
.bold{ font-weight: bold; }
.uppercase{ text-transform: uppercase; }
.text-grey{ color: #888; }
.text-black{ color: #000; }
textarea:focus, 
input:focus{
     outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*:focus {
     outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control,
.has-error .form-control,
.has-success .form-control{
	box-shadow: none;
	-webkit-box-shadow: none;
/*
	border-top: none;
	border-left: none;
	border-right: none;
*/
	border-radius: 0;
}
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
/*   border-color: #7e969b; */
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.text-default{
	color: #000;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
/* 	vertical-align: middle; */
}
#login .login-panel{ 
	max-width: 400px; 
	margin: 0 auto;
}
#login form{ 
	margin: 17px;
}
#login form .control-label{ 
	font-weight: normal; 
	color: #747474;
}
#login #login-logo{
	max-width: 250px;
	margin-bottom: 30px;
}
#login h4{
	color: #7e969b;
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 300;
}
#copyright{
	margin-top: 30px;
	text-align: center;
	padding: 20px 0;
}
#copyright,
#copyright a{
	color: #888;
	font-size: 12px;
}
#copyright a:hover{
	color: #7e969b;
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}
.page-header {
	padding-top: 30px;
  padding-bottom: 16px;
  margin: 0 0 30px;
/*   border-bottom: none; */
  font-weight: 300;
  color: #000;
}
.page-header span {
  font-weight: 300;
  color: #aaa;
  font-size: 18px;
}
.navbar-fixed-top{
	border: 0;
}
#side-menu{
	
}
#side-menu h5{
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 13px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
/*     border-bottom: 1px solid #e7e7e7; */
}

.sidebar ul li a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	padding: 13px 20px;
}
.sidebar ul li a span.fa-stack{
	margin-right: 10px;
}
.sidebar ul li a i.fa-circle{
	color: #444;
}
.sidebar ul li a i.fa-inverse{
	color: #fff;
}

.sidebar ul li a i.fa-default{
	color: #fff;
	margin-right: 10px;
	margin-left: 6px;
}
.sidebar .nav>li>a:hover, 
.sidebar .nav>li>a:focus,
.sidebar ul li a.active,
.sidebar ul li a:hover {
	color: #fff;
	background-color: #2ba2d8;
}
.sidebar .nav>li>a:hover i.fa-default, 
.sidebar .nav>li>a:focus i.fa-default,
.sidebar ul li a.active i.fa-default,
.sidebar ul li a:hover  i.fa-default{
	color: #fff;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
#logger{
	padding: 20px 30px;
	background: #111;
	color: lime;
	font-size: 12px;
}
a.folder,
a.file{
	clear: both;
	display: inline-block;
	height: 28px;
}
a.folder i,
a.file i{
	float: left;
}
a.folder i{
	color: #7e969b;
}
a.file i{
	color: #ccc;
}
a.folder span,
a.file span{
	float: left;
	line-height: 27px;
	display: inline-block;
	padding: 0 10px;
}
.table-hover tbody tr:hover td{
	background-color: #fafafa;
}
#disk-usage{
	height: 30px;
	margin-top: 20px;
}
#disk-usage .progress-bar{
	line-height: 30px;
	font-size: 14px;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
#queue .row{
	margin-bottom: 10px;
}
#old-browsers,
#old-browsers a{
	color: #fff;
}

#tubeorder .box{
    padding:5px 5px;
}
#tubeorder .box .content{
    background: #d9e8eb;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}
#tubeorder .box.box-sm .content{
    padding: 10px 6px;
}
#tubeorder .box .content .close{
    margin-top: -10px;
}
#tubeorder .box h3{
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}
#tubeorder .box.box-sm h3{
    padding: 10px 0;
    font-size: 13px;
}
#tubeorder .box .btn-information{
    position: absolute;
    right: 5px;
    top: 5px;
}
#tubeorder .box .content .code,
#tubeorder .box .content .price,
#tubeorder .box .content .cutoff{
    text-align: center;
}
#tubeorder .box .content .price,
#tubeorder .box .content .cutoff,
#tubeorder .box .content .form-control-static{
    margin-bottom: 10px;
}
#tubeorder .box .checkbox-inline{
    margin: 13px 0 34px 0;
}
.form-control[disabled],
.form-control[readonly], 
fieldset[disabled] .form-control,
#tubeorder .box .form-control{
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  margin-bottom: 5px;
  text-align: center;
}
#tubeorder .box .form-control:focus,
#tubeorder .box .form-control:hover{
    border-color: #bbd1d6;
}
#tubeorder .box .form-control.error {
  border-color: #a94442;
}
#tubeorder .box .error a{
    color: #a94442;
}
.vbox-overlay{
    z-index: 9999 !important;
}
#orientation .img-thumbnail:hover,
#orientation .selected .img-thumbnail{
    border-color: #000;
    cursor: pointer;
}
#orientation .error .img-thumbnail{
    border-color: #a94442;
}
.selectize-dropdown-content {
    background: #fff;
}
.error .selectize-input{
    border-color: #a94442;
}

select:required:invalid {
	color: #bbb;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: #000;
}
/*.selectize-input.items.has-options.full.has-items {
  background-color: transparent;
  border: transparent;
}*/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.gutter-5 > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

table .balancefor{
	font-size: 13px;
	margin-bottom: 10px;
}
table .balance{
	font-size: 16px;
}

@media(max-width:767px) {
	body{
		padding-top: 50px;
	}
	.navbar{
		background: #5bccf3;
	}
   	.navbar-header:after {
		clear: none;
	}
	.navbar-top-links.navbar-right{
		float: right;
	}
	.navbar-top-links.navbar-right a.dropdown-toggle span{
		display: none;
	}
	.navbar-brand{
		color: #fff;
		font-weight: bold;
	}
	.navbar-brand:hover,
	.navbar-brand:focus{
		color: #fff;
	}
	#navbars-wrapper{
/*
		background: #333;
		border-color: #000;
*/
		color: #fff;
		min-height: 50px;
	}
	#loader{
		margin: -22px 0 0 -13px;
	}
	#side-menu h5 {
	  font-weight: 300;
	  color: #fff;
	  text-align: center;
	  margin: 10px 0;
	  font-size: 14px;
	}
	.sidebar ul li a {
	  color: #fff;
	}
	.sidebar ul li a i.fa-default {
	  color: #fff;
	}
	.sidebar ul li a:hover i.fa-default,
	.sidebar ul li a.active i.fa-default {
	 color: #fff;
	}
}
@media(min-width:768px) {
	
	#update-in-progress{
		position: fixed;
		left: 0;
		top:0;
		right: 0;
		padding: 15px;
		z-index: 99998;	
	}
    .sidebar {
        z-index: 1;
        position: absolute;
        font-size: 12px;
    }
    
	.navbar-fixed-top .sidebar-nav.navbar-collapse{
		max-height: none;
	}
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
    
    #page-wrapper {
        position: inherit;
        padding: 0 30px;
        border-left: 1px solid #2ba2d8;
    }

    #navbars-wrapper{
	    min-height: initial;
    }
    
    #sidebar-logo{
	    max-width: 180px;
	    margin: 20px auto 30px auto;
	    
    }
    
}
@media ( min-width:768px ) and ( max-width: 1199px ){
	#sidebar-logo {
	  margin-left: 6px;
	  margin-right: 6px;
	}
	.sidebar ul li a span.menu-label{
		display: none;
	}
	#page-wrapper{
		margin: 0 0 0 80px;
	}
	.sidebar{
		width: 80px;
	}
}
@media(min-width:1200px) {
    .sidebar {
        width: 250px;
        font-size: inherit;
    }
    #page-wrapper {
        margin: 0 0 0 250px;
    }
}