/**
 * Unicorn Admin Template
 * Version 2.0.2
 * Filename: unicorn.white.css
 * Diablo9983 -> diablo9983@gmail.com
**/

body {
	background-color: #f8f8f8;
}
.hide {
	display: none;
}
#header {
	background-color: #ffffff;
    background-image: none;
}
#header h1 {
	background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
	height: 47px;
}
.flat #header {
	background-image: none;
}
#menu-trigger {
	color: #000000;
	text-shadow: none;
}
.fixed #menu-trigger {
	border-right: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
}
.navbar {
    border: none;
}
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 9px;
}
.navbar-fixed-top-push {
    height: 70px;
}
#user-nav > ul {
	border-right: 1px solid #fff;
    border-left: 1px solid rgba(0,0,0,0.1);
}
#user-nav > ul > li {
	border-left: 1px solid #ffffff;
    border-right: 1px solid rgba(0,0,0,0.1);
}
#user-nav > ul > li > a, #user-nav > ul > li > a > i {
	color: #777777;
	text-shadow: 0 1px 0 #fff !important;
}
#user-nav > ul > li > a > .caret {
    border-top-color: #777777;
}
#user-nav > ul > li > a:hover, #user-nav > ul > li > a:hover > i, #user-nav > ul > li.open > a, #user-nav > ul > li.open > a > i {
	color: #333333;
}
#user-nav > ul > li > a:hover > .caret, #user-nav > ul > li.open > a > .caret {
    border-top-color: #333333;
}
#search {
	min-width: 155px;
}
#search input[type=text], #search button {
	background-color: rgba(0,0,0,0.05);
	color: #AAAAAA;
}
#search input[type=text] {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.1);
}
#search button {
	box-shadow: -3px 3px 3px rgba(0,0,0,0.05) inset, 0 1px 0 rgba(255,255,255,0.1);
	margin-top: 0;
	padding: 7px 10px 7px;
}
#search button i {
	color: #333333;
}
#search input[type=text]:focus {
	color: #777777;
}

/* Sidebar */
#sidebar > ul, #jPanelMenu-menu > ul {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #f8f8f8;
}
#sidebar > ul > li, #jPanelMenu-menu > ul > li {
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	background-image: -webkit-gradient(linear,0 0%, 0 100%, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
	background-image: linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
}
#sidebar > ul > li > a, #jPanelMenu-menu > ul > li > a {
	color: #333333;
	text-shadow: 0 1px 0 rgba(255,255,255,1) !important;
}
#sidebar > ul ul li a,
#jPanelMenu-menu > ul ul li a {
  color: #333333;
}
#sidebar > ul > li:hover, #jPanelMenu-menu > ul > li:hover {
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#f0f0f0), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%);
	background-image: linear-gradient(top, #f0f0f0 0%,#e9e9e9 100%);
}
#sidebar > ul > li.active, #jPanelMenu-menu > ul > li.active {
	box-shadow: none;
    background-color: #c1c1c1;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#b9b9b9), to(#d8d8d8));
	background-image: -webkit-linear-gradient(top, #b9b9b9 0%, #d8d8d8 100%);
	background-image: -moz-linear-gradient(top, #b9b9b9 0%, #d8d8d8 100%);
	background-image: -ms-linear-gradient(top, #b9b9b9 0%, #d8d8d8 100%);
	background-image: -o-linear-gradient(top, #b9b9b9 0%, #d8d8d8 100%);
	background-image: linear-gradient(top, #b9b9b9 0%, #d8d8d8 100%);
}
#sidebar > ul > li.active > a, #jPanelMenu-menu > ul > li.active > a {
	color: #111111;
}
.flat #sidebar > ul > li.active, .flat #jPanelMenu-menu > ul > li.active {
	background-image: none;
}

#sidebar > ul > li.open.submenu > a, #jPanelMenu-menu > ul > li.open.submenu > a {
	border-bottom: none;
}

#sidebar > ul > li > a > .label, #jPanelMenu-menu > ul > li > a > .label {
	background-color: #333333;
}

#sidebar > ul ul, #jPanelMenu-menu > ul ul {
	background-color: #ffffff;
	box-shadow: none;
	border-top: 1px solid #eeeeee;
}
#sidebar > ul ul li a, #jPanelMenu-menu > ul ul li a {
	border-bottom: 1px solid #eeeeee;
}
#sidebar > ul ul li a:hover, #sidebar > ul ul li.active a, #jPanelMenu-menu > ul ul li a:hover, #jPanelMenu-menu > ul ul li.active a {
	color: #333333;
	background-color: #f9f9f9;
}

#content, #content-header {
	border-width: 1px 0 1px 1px;
	border-color: #dddddd;
	border-style: solid;
    margin-top: 0;
}
#content-header {
	border-width: 1px 0 0 1px;
	margin-left: -1px;
	border-color: #eee transparent transparent #ddd;
}
.dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    color: #eeeeee;
	background-color: #444444;
}
#footer {
	color: #666666;
	text-shadow: none;
}
#footer a {
	color: #444444;
}
#footer a:hover {
	color: #222222;
}

.error-box {
    margin-top: 100px;
    color: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6),0 0 1px rgba(0,0,0,0.3);
    text-align: center;
    font-weight: 600;
}

#loginbox, .auth-box { margin-top: 100px; }
table.items .toggle-column { width: 20px; text-align: center; }
table.table-vcentered tr td { vertical-align: middle; }

.table.table-striped tbody > tr:nth-child(2n+1) > th, .table.table-striped tbody > tr:nth-child(2n+1) > td { background-color: #f0f0f0; }

.stat-boxes, .quick-actions, .quick-actions-horizontal, .stats-plain { margin-top: 0; }
.stat-boxes.stat-boxes-with-actions, .quick-actions.quick-actions-with-statboxes { margin-bottom: 0; }
.stat-boxes.stat-boxes-with-actions li {
    padding-top: 6px;
    padding-bottom: 6px;
}
.widget-box .widget-title a.link {
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 3px 3px;
  line-height: 12px;
  margin: 0;
}

.widget-box .widget-title .nav-tabs .badge {
	margin: 2px 0 0 5px;
}

.table.table-hover tbody > tr.warning > td {
  background-color: #fff7a0;
}
.table.table-hover tbody > tr.error > td {
  background-color: #ffa6a3;
}

.show-more-link {
	display: inline-block;
	height: 12px;
	padding: 0 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 6px;
	color: #555;
	text-decoration: none;
	vertical-align: middle;
	background: #ddd;
	border-radius: 1px;
	margin-left: 5px;
}

.big-label {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.5em;
}

.progress-reverse .progress-bar {
	float: right;
}

.progress-reverse.active .progress-bar, .progress-bar.active {
	animation-delay: 0s;
	animation-direction: reverse !important;
	animation-duration: 2s;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-name: progress-bar-stripes;
	animation-play-state: running;
	animation-timing-function: linear;
}

#user-nav > ul > li > a {
    font-size: 14px;
}

#user-nav > ul > li > a > i {
	vertical-align: middle;
}

.dashboard-stat-boxes .right {
	width: 120px;
}

.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

a.with_icon i[class^="icon-"],
a.with_icon i[class*=" icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 auto 5px;
}

i.icon-green {
    color: green !important;
}

i.icon-red {
    color: red;
}

.text-red {
	color: red;
}

.negative-balance {
	color: #cc0000;
}

.quick-actions i.icon-coins {
	background-image: url('../img/icons/32/coins.png');
}

.quick-actions i.icon-coins-add {
	background-image: url('../img/icons/32/coins_add.png');
}

.quick-actions i.icon-coins-delete {
	background-image: url('../img/icons/32/coins_delete.png');
}

.quick-actions i.icon-transfer {
	background-image: url('../img/icons/32/transfer.png');
}

.quick-actions i.icon-warning {
	background-image: url('../img/icons/32/warning.png');
}

.quick-actions i.icon-paypal {
	background-image: url('../img/icons/32/paypal.png');
}

.quick-actions i.icon-credit-card32 {
	background-image: url('../img/icons/32/credit_card.png');
}

.quick-actions i.icon-user-add {
	background-image: url('../img/icons/32/user_add.png');
}

.quick-actions i.icon-recover-password {
	background-image: url('../img/icons/32/lock_information.png');
}

.quick-actions i.icon-device {
	background-image: url('../img/icons/32/device.png');
}

#paid-periods .btn-group button {
    min-width: 175px;
}
.free-subscription td, .not-allowed-ip td {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.not-allowed-ip td .hint {
	color: black;
	font-weight: 600;
}
.dataTables_length .select2-container .select2-choice {
    width: inherit;
}
.grid-view {
    padding-top: 0;
}
.grid-view .summary {
    float: right;
    margin-top: 25px;
}
.input-sm.form-control[type="file"] {
    height: auto;
}
i.icon-add {
	background-image: url('../img/icons/32/add.png');
}
.icon-remove-sign {
    color: #ff0000;
}
.customer-devices-header {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.customer-devices-header span {
	margin-right: 5px;
	margin-bottom: 5px;
}
.customer-device-mac, .customer-device-name {
	font-weight: bold;
}
.customer-device-name {
	font-size: 1.2em;
}

@media (max-width: 480px) {
	#header h1 {
		margin: 7px auto 4px;
	}
	#content-header {
		border-top: 0;
	}
	#sidebar > ul {
		background-color: #444444;
	}
	#sidebar > ul > li.active ul,
	#jPanelMenu-menu > ul > li.active ul {
	  display: block !important;
	}
	#sidebar > ul > li.active > a .arrow,
	#jPanelMenu-menu > ul > li.active > a .arrow {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	#user-nav > ul, #user-nav > ul > li {
		border: 0;
	}
    .navbar-nav {
        margin: 0;
    }
	.form-horizontal .control-label + .controls {
	  margin-left: 0;
	}
    .pagination>li>a, .pagination>li>span {
        padding: 6px 9px;
    }
    #content-header {
        height: 130px;
    }
    #content-header h1 {
        font-size: 21px;
        height: 50px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
	#sidebar > ul ul:before {
		border-right: 7px solid rgba(0, 0, 0, 0.2);
	}
	#sidebar > ul ul:after {
		border-right: 6px solid #222222;
    }

    .navbar-nav {
        margin: 0;
    }
    #content-header {
        height: 100px;
    }
    #content-header h1 {
        font-size: 21px;
        height: 70px;
    }
}
@media (min-width: 769px) and (max-width: 1140px) {
	#sidebar > ul > li.active ul,
	#jPanelMenu-menu > ul > li.active ul {
	  display: block !important;
	}
	#sidebar > ul > li.active > a .arrow,
	#jPanelMenu-menu > ul > li.active > a .arrow {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	}

    #content-header {
        height: 100px;
    }
    #content-header h1 {
        font-size: 21px;
        height: 70px;
    }
}
@media (min-width: 1141px) {
	#sidebar > ul > li.active ul,
	#jPanelMenu-menu > ul > li.active ul {
	  display: block !important;
	}
	#sidebar > ul > li.active > a .arrow,
	#jPanelMenu-menu > ul > li.active > a .arrow {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
}
