/*
AbanteCart admin main CSS stylesheet.css

Developers: Pavel Rojkov (projkov@abantecart.com)

AbanteCart brand color styles: #064770 (dark blue) #F19013 (Orange)

*/

@import url('bootstrap.min.css');
@import url('bootstrap.custom.css');
@import url('jquery-ui/ui-lightness/jquery-ui-1.10.4.custom.min.css');
@import url('../javascript/jquery/fileupload/jquery.fileupload-ui.css');
@import url('font-awesome.min.css');
@import url('abantecart.jquery.ui.css');
@import url('form.css');
@import url('chosen.bootstrap.css');
@import url('fileinput.min.css');
@import url('animate.css');

body {
   /*background: #1d2939;*/
   background: #064770;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
   line-height: 21px;
   color: #636e7b;
}

.abc_orange {
	color: #F19013;
}

.abc_blue {
	color: #064770;
}

input,select,textarea {
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
	color: #636e7b;
}

a, .btn-default {
	color: #064770;
}

a:hover, .btn-default:hover {
	color: #F19013;
}

a:focus, a:active { outline: none; }

h1,h2,h3,h4,h5 {
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

.grey_out {
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.input-group.captcha, .form-group.captcha {
	padding-bottom: 5px;
}

/* Voice commands */
#results{
	padding: 10px 0 0 0;
}
.final_speech {
	font-weight: bold;
}
.interim_speech {
	font-weight: normal;
	color: gray;
}
.mic_on {
	color: red;
	padding: 0 10px 0 10px;
}
.mic_off, .try_again {
	padding: 0 10px 0 10px;
}
.voice-close {
	padding: 0 0 0 10px;
}


/* preloader */
#preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #e4e7ea; 
   color: #f19013 !important;
   z-index: 10000; 
}

#preloader_status {
   width: 30px;
   height: 30px;
   position: absolute;
   left: 50%; 
   top: 50%;
   margin: -15px 0 0 -15px;
   font-size: 32px;
}

/***** Main Scaffolding ******/
.wrapper {
}

/***** Left panel *****/
.leftpanel {
   width: 240px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
}

/***** content panel for all pages *****/
.mainpanel {
   margin-left: 240px;
   background: #e4e7ea;
}
/***** content panel for no columns mode (no authentication) *****/
.mainpanel.no-columns {
	margin-left: 0px;
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;   
}

/***** right panel (hidden by default) *****/
.rightpanel {
   width: 240px;
   height: 100%;
   position: fixed;
   overflow-y: auto;
   overflow-x: hidden;
   top: 0;
   right: -240px;
   display: none;
   z-index: 9999;  
   background: none repeat scroll 0 0 #064770;
}

/***** Header *****/
.headerbar {
   border-left: 1px solid #eee;
   background: #fff;
}

.headerbar::after {
   clear: both;
   display: block;
   content: '';
}

#menu_box {
	padding-top: 15px;
}

.menutoggle {
   float: left;
   width: 50px;
   height: 50px;
   font-size: 22px;
   cursor: pointer;
   float: left;
   border-right: 1px solid #eee;
   -moz-transition: all 0.2s ease-out 0s;
   -webkit-transition: all 0.2s ease-out 0s;
   transition: all 0.2s ease-out 0s;
}

.menutoggle:hover {
    background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
   margin: 14px 0 0 15px;
}

#global_search_chosen {
   width: 260px;
   float: left;
   border: 0;
   border-right: 1px solid #eee;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   height: 50px;
   font-size: 14px;
}
#global_search_chosen .chosen-single {
   height: 50px;
   border: 0;
}
#global_search_chosen .chosen-single span{
	color: #ccc;
}
#global_search_chosen .chosen-single span, #global_search_chosen .chosen-single div {
	padding-top: 10px;
}
.header-left {
   float: left;
}

.header-right {
   float: right;
}

.headermenu {
   list-style: none;
   margin: 0;
   padding: 0;
}

.headermenu:after {
   clear: both;
   display: block;
   content: '';
}

.headermenu > li {
   display: inline-block;
   float: left;
	border-left: 1px solid #eee;
	position: relative;
}

.headermenu .dropdown-toggle {
   padding: 12px 10px;
   border-color: #fff;
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}


.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
   background: #f7f7f7;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

#right_side_view.dropdown-toggle {
   background: none repeat scroll 0 0 #131D29;
   color: rgba(255, 255, 255, 0.5);
}

.headermenu .dropdown-toggle img {
   vertical-align: middle;
   margin-right: 5px;
   width: 26px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
   margin-left: 5px;
}

.headermenu .dropdown-menu {
   border: 0;
   margin-top: 0px;
	margin-right: -1px;
   -moz-border-radius: 2px 0 2px 2px;
   -webkit-border-radius: 2px 0 2px 2px;
   border-radius: 2px 0 2px 2px;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #064770;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-menu li {
	display: block;
	margin: 0;
	float: none;
	background: none;
	padding: 10px 5px;
}

.headermenu .dropdown-menu li a {
   color: #EEEEEE;
   font-size: 13px;
   padding: 7px 10px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
   background: #F19013;
   color: #fff;
}

.headermenu .dropdown-menu li i {
   font-size: 11px;
   margin-right: 5px;
}

.headermenu .dropdown-menu-head {
   padding: 0;
   min-width: 250px;
}

.headermenu .dropdown-menu-head.switcher{
   min-width: 180px;
}

.headermenu .tp-icon {
   padding: 12px 15px;
	height: 50px;
   font-size: 16px;
	background: #fff;
	border-color: #fff;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.headermenu .tp-icon + .dropdown-menu:after {
	right: 17px;
}

.headermenu .chat-icon {
   border-right: 0;
}

.headermenu .dropdown-menu-head ul {
   border: 1px solid #ddd;
   border-top: 0;
   padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
   color: #333;
   padding: 0;
   opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
	background: none;
	color: #428BCA;
	text-decoration: none;
}

.headermenu .btn-group {
	margin-bottom: 0;
}

.dropdown-list li {
   padding: 10px;
   overflow: hidden;
   border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
   border-bottom: 0;
}

.dropdown-list .thumb {
   max-width: 36px;
   float: left;
}

.dropdown-list .thumb img {
   width: 100%;
   display: block;
   vertical-align: middle;
}

.dropdown-list .desc {
   margin-left: 20px;
   display: block;
}

.dropdown-list .desc h5 {
   font-size: 13px;
   margin-top: 7px;
}

.dropdown-list li:last-child {
}

.dropdown-list li .badge {
   float: right;
}

.message-danger {
	color: #d9534f !important;
	font-weight: bold;
}

/* Small dropdown */
.dropdown-menu-sm {
	margin-right: -1px;
   -moz-border-radius: 2px 0 2px 2px;
   -webkit-border-radius: 2px 0 2px 2px;
   border-radius: 2px 0 2px 2px;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   border: 0;
   margin: 0;
   padding: 0;
   font-size: 12px;
}

.dropdown-menu-sm:after {
    border-bottom: 6px solid #064770;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}
.dropdown-menu-sm ul {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.dropdown-menu-sm li {
   display: block;
   margin: 0;
   float: none;
   background: none;
}

.dropdown-menu-sm li i {
   font-size: 11px;
   margin-right: 5px;
}

.dropdown-list-sm li {
   padding: 5px;
   overflow: hidden;
   border-bottom: 1px solid #eee;
}
.dropdown-menu-sm .title {
   background: #064770;
   color: #EEEEEE;
   padding: 10px;
   text-transform: uppercase;
   font-size: 11px;
   margin: 0;
}
.dropdown-menu-sm li a {
	cursor: pointer;
	display: block;
}
.dropdown-menu-sm li a:hover {
	background: none;
	color: #428BCA;
	text-decoration: none;
}

.gen-list li > a {
   display: block;
   cursor: pointer;
}

.gen-list li > a:hover {
   text-decoration: none;
}

.gen-list li .name {
	font-size: 13px;
   font-family: 'LatoBold','Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
   line-height: 21px;
   display: block;
}

.gen-list li .msg {
   font-size: 11px;
   line-height: normal;
   display: block;
}


/***** Left Nav Panel *****/
.sticky-leftpanel {
   position: fixed;
   height: 100%;
   overflow-y: auto;
}

.logopanel {
   padding: 5px 10px 5px 10px;
   background: #fff;
   text-align: center;
   max-height: 50px;
}

.logopanel .logo_image {
	max-width: 190px;
}

.pageheader .logopanel {
   background: none;
}

.leftpanelinner {
   padding: 5px 15px;
}

.leftpanel #searchform {
   display: none;
}

.leftpanel #searchform::after {
   content: '';
   display: block;
   clear: both;
}

.leftpanel #searchform input {
   padding: 10px;
   height: auto;
   width: 100%;
   margin: 5px 0 20px 0;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

.leftpanel .userlogged {
   margin: 0;
   padding: 0;
   padding-bottom: 15px;
   margin-bottom: 15px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   display: none;
}

.leftpanel .userlogged .media-object {
   width: 40px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   float: left;
   border: 2px solid #F19013;
   padding: 2px;
   margin-left: 2px;
}

.leftpanel .userlogged .media-body {
   margin-left: 50px;
   color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
   font-size: 15px;
   margin: 0;
}

.leftpanel .userlogged .media-body span {
   font-style: italic;
   font-size: 11px;
   opacity: 0.5;
}

.sidebartitle {
   font-size: 12px;
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 10px;
}

.nav-bracket {
   margin-bottom: 30px;
}

.nav-bracket > li > a {
   color: #EEEEEE;
   padding: 7px 10px;
}

.nav-bracket a {
   cursor: pointer;
}

.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li > a:focus {
   background-color: #fff;
	color: #064770;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-parent > a, 
.nav-bracket .child1 > li.nav-parent > a {
   background: transparent url(../image/plus-white.png) no-repeat 96% center; 
}

.nav-bracket .child1 > li.nav-active > a {
   background-color: #fff;
   background: transparent url(../image/minus-white.png) no-repeat 96% center; 
}

.nav-bracket > li.nav-parent > a:focus {
   background-color: none;
   color: #EEEEEE;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.nav-bracket > li.nav-parent > a:hover,
.nav-bracket > li.nav-parent > a:active {
   color: #064770;
   background-color: #fff;
   background-image: url(../image/plus.png);
}

.nav-bracket > li.nav-active > a {
   background-color: #fff;
	color: #064770;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.nav-bracket > li.nav-active > a:hover {
	background-image: url(../image/minus.png);
    background-repeat: no-repeat;
}

.nav-bracket > li.nav-active > a:focus {
   color: #064770;
}

.nav-bracket > li.active > a,
.nav-bracket > li.active > a:hover,
.nav-bracket > li.active > a:focus {
   background-color: #F19013;
   color: #fff;
}

.nav-bracket > li.active > a {
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

.nav-bracket > li.nav-parent.active > a {
   background-image: url(../image/plus.png); 
    background-repeat: no-repeat;   
}


.nav-bracket li .fa,
.nav-bracket li .glyphicon {
   font-size: 16px;
   vertical-align: middle;
   margin-right: 10px;
   width: 16px;
   text-align: center;
}

.nav-bracket > li > a > .badge {
   margin-top: 2px;
}

.nav-bracket .children {
   list-style: none;
   display: none;
   margin: 5px 0;
	padding: 0;
}

.nav-bracket .children > li > a {
   color: #EEEEEE;
   font-size: 13px;
   display: block;
   padding: 5px 0 5px 27px;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.nav-bracket .children > li > a > span {
   margin-top: 2px;
}

.nav-bracket .children > li > a:hover,
.nav-bracket .children > li > a:active,
.nav-bracket .children > li > a:focus {
   text-decoration: none;
   color: #F19013;
}

.nav-bracket .children > li .fa {
   font-size: 12px;
   opacity: 0.5;
   margin-right: 5px;
   text-align: left;
   width: auto;
   vertical-align: baseline;
}

.nav-bracket .children > li.active > a {
   color: #F19013;
}

.nav-bracket .children ul {
   margin-left: 12px;
   border: 0;
}

.side_summary {
   margin: 30px 0;
}
.side_summary .text-muted {
	color: #ccc;
}
.side_summary ul {
   padding: 0;
   margin: 20px 0 0;
   list-style: none;
   border-top: 1px solid rgba(255,255,255,0.05);
}

.side_summary li {
   padding: 5px 0 3px 0;
   border-bottom: 1px solid rgba(255,255,255,0.05);
}

.side_summary li:after {
   clear: both;
   display: block;
   content: '';
}

.side_summary .stats_info {
   float: left;
   line-height: normal;
}

.side_summary .stats_info h4 {
   margin: 0;
   font-size: 16px;
   color: #fff;
   opacity: 0.7;
}

.side_summary span {
   font-size: 11px;
   line-height: normal;
   text-transform: uppercase;
   font-size: 10px;
   opacity: 0.6;
}

.side_summary .icon {
   float: left;
   margin: 5px 20px 5px 10px;
   opacity: 0.8;
}

.pageheader {
   padding: 15px;
   border-bottom: 1px solid #d3d7db;
   border-top: 1px solid #eee;
   background: #f7f7f7;
   position: relative;
}

.pageheader h2 {
   font-size: 22px;
   color: #064770;
   letter-spacing: -0.5px;
   margin: 0;
   max-width: 450px;
   white-space:nowrap;
   overflow: hidden; 
}

.pageheader .glyphicon,
.pageheader .fa {
   font-size: 20px;
   margin-right: 5px;
	padding: 6px 7px;
	border: 2px solid #064770;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.pageheader .fa.fa-pencil {
	padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
	padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
	padding: 6px 10px;
}

.pageheader .fa-user {
	padding: 6px 10px;
}

.pageheader .fa-file-text {
	padding: 6px 10px;
}

.pageheader .fa-map-marker {
   padding: 6px 12px;
}

.pageheader .fa-dollar {
   padding: 6px 12px;
}

.pageheader .fa-clock-o {
   padding: 6px 8px;
}

.pageheader h2 span {
   font-size: 13px;
   text-transform: none;
   color: #999;
   font-style: italic;
   vertical-align: middle;
   letter-spacing: 0;
}

.pageheader h2 span::before {
   content: '/';
   margin: 0 10px 0 5px;
   color: #ccc;
}

.pageheader .ant-wrapper {
	position: absolute;
	top: 5px;
	right: 25px;
	max-width: 400px;
	max-height: 55px;
	font-size: 12px !important;
	line-height: 16px !important;
   	overflow-x: auto;	
   	border: 1px solid #EEEEEE;
   	padding: 3px 10px 3px 10px;
   	text-align: justify;
}

/* custom ant view */
.ant_window ul > li{
	font-size: 12px !important;
	line-height: 16px !important;
   	text-align: justify;
}
.ant_window .dropdown-menu-head .title {
	padding: 10px;
}
.ant_window .dropdown-menu {
	top: 40px;
}
.ant_window .dropdown-menu li {
	padding: 5px;
}
.ant_window .dropdown-menu-head ul {
	padding: 0 5px;
}
/* end: custom ant view */

.headermenu .ant-menu-head {
   padding: 0;
   min-width: 400px;
}

.pageheader .breadcrumb-wrapper {
	position: absolute;
	top: 23px;
	right: 25px;
	max-width: 400px;
	white-space:nowrap;
	overflow: hidden;
}

.pageheader .breadcrumb-wrapper .label {
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}

.pageheader .breadcrumb {
	background: none;
	display: inline-block;
	padding: 0;
}

.pageheader .breadcrumb li {
	font-size: 12px;
}

.pageheader .breadcrumb li.active {
	color: #333;
}

.contentpanel {
   padding: 10px;
   position: relative;
}

.contentpanel::after {
	clear: both;
	display: block;
	content: '';
}

form .form-group:last-child {
   margin-bottom: 0;
}

.row-pad-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	font-family: 'LatoBold';
	margin-bottom: 15px;
	margin-top: 0;
}

p {
	margin-bottom: 10px;
}

/* Generic Horizontal Content Navigation Bar */
.content-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #fcfcfc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}
.content-nav > li {
	display: inline-block;
	padding: 8px 6px;
	border-right: 1px solid #eee;
	font-size: 12px;
}
.content-nav > li:last-child {
	border-right: none;
}
.content-nav > li a.disabled {
	opacity: 0.5;
	cursor: default;
}
.content-nav > li a.disabled:hover {
	text-decoration: none;
}
.content-nav > li i {
	font-size: 18px;
	margin-right: 5px;
}
.content-nav .btn-group {
	margin: 0;
}
.content-nav .form-inline .form-group {
	margin-right: 2px;
}

/* CKEDITOR */
.editable {
   padding: 10px;
   border: 1px solid #fcfcfc;
   margin-bottom: 20px;
}

.editable:hover {
   border: 1px solid #ccc;
}

.editable h4 {
   color: #333;
}

/***********************/
#report_flot {
	height: 315px;
	widows: 450px;
	margin: auto;
}
.tooltipflot {
	background-color: rgba(0,0,0,0.75);
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.jqstooltip{ 
   min-height: 25px;
	border: 0;
	min-width: 30px;
	height: auto !important;
	width: auto !important;
}

.widget-quick-status-post .nav-tabs > li > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget-quick-status-post .panel-body {
	padding: 0;
}

/* resource library */
.reslibrary_block{
	width: 150px;
}
.reslibrary .thumbnail {
	margin-bottom : 0px;
}
.reslibrary .thumbnail .resource_add {
}

/* resource library */
.tab-content.rl-content {
	background: none #fff !important;
}

.reslibrary-options {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.reslibrary-options > li {
    display: inline-block;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.reslibrary-options > li a {
    color: #666;
}

.reslibrary-options > li a.disabled {
    opacity: 0.5;
    cursor: default;
}

.reslibrary-options > li a.disabled:hover {
    text-decoration: none;
}

.reslibrary-options > li i {
    font-size: 14px;
    color: #444;
}

.reslibrary-options .ckbox label {
    margin: 0 !important;
}

.reslibrary-options .filter-type {
    float: right;
    border-right: 0;
    border-left: 1px solid #eee;
}

.reslibrary-options .filter-type a {
    display: inline-block;
    margin-right: 10px;
}

.reslibrary-options .filter-type a:last-child {
    margin-right: 0;
}

.reslibrary-options .filter-type a:first-child {
    margin-left: 10px;
}

.reslibrary-options .filter-type a.active {
    text-decoration: underline;
    color: #2A6496;
}

.reslibrary .thmb {
    border: 1px solid #fcfcfc;
    background: #fcfcfc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 12px;
    position: relative;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}

.reslibrary .thmb.checked {
    border-color: #ccc;
}

.reslibrary .thmb::after {
    clear: both;
    display: block;
    content: '';
}

.reslibrary .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.reslibrary .rl-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.reslibrary .rl-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.reslibrary .rl-menu {
    min-width: 120px;
}

.reslibrary .rl-menu a {
    font-size: 12px;
    color: #333;
}

.reslibrary .rl-menu i {
    margin-right: 7px;
    color: #999;
    width: 16px;
    font-size: 13px;
}

.reslibrary .thmb.mapped {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.reslibrary .thmb-prev {
    overflow: hidden;
}
.reslibrary .thmb-icon {
    background: #eee;
	height: 100px;
}
.reslibrary .thmb-icon i {
	font-size: 7em;
}

.reslibrary .thmb-prev a {
    display: block;
}

.reslibrary .rl-title {
    margin-bottom: 0;
    font-size: 13px;
}

.reslibrary .rl-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#choose_resource_type{
	margin: 0;
}

#choose_resource_type .fileupload-buttonbar>div{
	height: 390px;
}
#choose_resource_type .fileupload-buttonbar>div a.btn{
	margin-top: 30% !important;
}

#add_form{
	margin-top: 40px;
}


#add_form, #file_subform, #code_subform, #add_resource_buttons{
	display: none;
}


.rl-content .fileupload_drag_area{
	height: 440px;
	padding: 5% 7%;
	overflow: auto;
	border: 1px dashed grey;
	background-color: #f7f7f7;
}

.rl-content .fileupload_drag_area .fileupload-buttonbar label{
	margin-top: 8%;
}

.rl-content .fileupload_drag_area .statusbar{
	text-align: left;
}


.edit_resource_form .fileupload_drag_area{
	height: 103px;
	padding: 3px 0 0 0;
	margin-top: 10px;
	overflow: hidden;
	border: 1px dashed grey;
	background-color: #f7f7f7;
}

/* locked screen */
.lockedpanel {
   width: 320px;
   margin: 10% auto 0 auto;
   padding-bottom: 100px;
   min-height: 500px;
   text-align: center;
}

.lockedpanel .loginuser {
   text-align: center;
}

.lockedpanel .loginuser img {
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   background: rgba(255,255,255,0.4);
   padding: 5px;
}

.lockedpanel .locked {
   font-size: 42px;
   margin-bottom: 20px;
}

.lockedpanel .logged {
   margin-top: 20px;
}

.lockedpanel .logged h4 {
   margin: 0;
   font-size: 21px;
   color: #333;
}

.lockedpanel form {
   margin-top: 20px;
}

.lockedpanel form .btn {
   display: block;
   margin-top: 10px;
}

/* sign in */

.signinpanel {
   width: 780px;
   margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
   float: none;
   width: auto;
   padding: 0;
   background: none;
}

.signinpanel .signin-info ul {
   list-style: none;
   padding: 0;
   margin: 20px 0;
}

.signinpanel .signin-info a {
   color: #333;
}

.signinpanel .form-control {
   display: block;
   margin-top: 15px;
}

.signinpanel .uname {
   background: #fff url(../image/user.png) no-repeat 95% center; 
}

.signinpanel .pword {
   background: #fff url(../image/locked.png) no-repeat 95% center; 
}

.signinpanel .btn {
   margin-top: 15px;
}

.signinpanel form {
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 30px;
}

.signinpanel form a {
   color: #666;
}

/* sign up */

.signuppanel {
   margin: 5% auto 0 auto;
   width: 780px;
}

.signuppanel .row {
   margin-left: -5px;
   margin-right: -5px;
}

.signuppanel .logopanel {
   float: none;
   width: auto;
   padding: 0;
   background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
   padding-left: 5px;
   padding-right: 5px;
}

.signuppanel .signup-info {
   padding-right: 20px;
}

.signuppanel form {
   background: rgba(255,255,255,0.2);
   border: 1px solid #ccc;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 30px;
}

.feat-list {
   margin-top: 20px;
}

.feat-list .fa {
   font-size: 20px;
   border: 2px solid #636e7b;
   padding: 4px 5px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   float: left;
}

.feat-list h4 {
   margin-left: 45px;
   padding-top: 3px;
}

.feat-list p {
   margin-left: 45px;
}

.signup-footer {
   border-top: 1px solid #ddd;
   margin-top: 30px;
   padding-top: 10px;
   font-size: 12px;
}


/***** LEFT PANEL COLLAPSE *****/
/*******************************/


.leftpanel-collapsed .logopanel {
   display: none;
}

.leftpanel-collapsed .sticky_left {
   display: none;
}

.leftpanel-collapsed .headerbar {
   margin-left: -50px;
}

.leftpanel-collapsed .leftpanel {
   width: 50px;
   top: 50px;
}

.leftpanel-collapsed .leftpanelinner {
   padding: 0;
}

.leftpanel-collapsed .leftpanelinner .sidebartitle {
   display: none;
}

.leftpanel-collapsed .nav-bracket {
   margin: 5px;   
}

.leftpanel-collapsed .nav-bracket li a {
   text-align: center;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   padding: 10px;
   position: relative;
}

.leftpanel-collapsed .nav-bracket > li > a:hover {
   border-radius: 2px 0 0 2px;
}

.leftpanel-collapsed .nav-bracket > li.nav-parent > a {
   background-image: none;
}

/* Show first level menues in collapse state*/
.leftpanel-collapsed .nav-bracket > li > a > span:last-child {
   position: absolute;
   background: #fff;
   padding: 10px 10px 10px 5px;
   left: 40px;
   top: 0;
   min-width: 209px;
   text-align: left;
   z-index: 100;
   display: none;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 0 2px 2px 0;
   -webkit-border-radius: 0 2px 2px 0;
   border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket > li > a .badge {
   display: none;
}

.leftpanel-collapsed .nav-bracket > li.active > a > span:last-child {
   -moz-border-radius: 0 2px 0 0;
   -webkit-border-radius: 0 2px 0 0;
   border-radius: 0 2px 0 0;
}

.leftpanel-collapsed .nav-bracket ul {
   display: none;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a {
   background: #fff;
   color: #064770;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a {
   background: #F19013;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover > a > span:last-child {
   display: block;
}

.leftpanel-collapsed .nav-bracket > li.nav-hover.active > a > span:last-child {
   background: #F19013;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket li.nav-hover ul.child1 {
   display: block;
   position: absolute;
   top: 41px;
   left: 45px;
   margin: 0;
   min-width: 204px;
   background: #064770;
   z-index: 100;
   -moz-border-radius: 0 0 2px 0;
   -webkit-border-radius: 0 0 2px 0;
   border-radius: 0 0 2px 0;
}

.leftpanel-collapsed .nav-bracket ul a {
   text-align: left;
   padding: 6px 10px;
   padding-left: 0;
}

.leftpanel-collapsed .nav-bracket ul a:hover {
   background: none;
}

.leftpanel-collapsed .nav-bracket li a i {
   margin-right: 0;
}

.leftpanel-collapsed .mainpanel {
   margin-left: 50px;
}

.leftpanel-collapsed .side_summary {
   display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
   overflow-y: visible;
}

.leftpanel-collapsed .nav-bracket .children {
   display: none;
}

/* Show second level menues in collapse state*/
.leftpanel-collapsed .nav-bracket .child1 > li.nav-parent.nav-hover > a > span:last-child {
   position: absolute;
   background: #fff;
   padding: 5px 10px 5px 5px;
   top: 0;
   min-width: 349px;
   text-align: left;
   z-index: 100;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 0 2px 2px 0;
   -webkit-border-radius: 0 2px 2px 0;
   border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-parent.nav-hover > a {
   background: #fff;
   color: #064770;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover.active > a {
   background: #F19013;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover.active > a > span:last-child {
   background: #F19013;
   color: #fff;
}

.leftpanel-collapsed .nav-bracket .child1 > li.nav-hover ul.child2{
   display: block;
   position: absolute;
   left: 154px;
   margin: 0;
   min-width: 204px;
   background: #064770;
   z-index: 100;
   -moz-border-radius: 0 0 2px 0;
   -webkit-border-radius: 0 0 2px 0;
   border-radius: 0 0 2px 0;
   padding: 5px;
}


/***** Right Panel *****/
.stats-view {
   margin-right: 240px;
}

.stats-view .rightpanel {
   display: block;
   right: 0;
}

.stats-relative-view {
   right: 240px;
}

.stats-relative-view .rightpanel {
   display: block;
   right: 0;
}

.rightpanel,
.rightpanel label {
   color: #999;
}

.rightpanel .nav-tabs {
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   background: #131d29;
   position: fixed;
   width: 240px;
}

.rightpanel .nav-tabs > li {
   display: table-cell;
   width: 1%;
}

.rightpanel .nav-tabs > li > a {
   padding: 15px 20px 16px 20px;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   color: rgba(255,255,255,0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
   background: #064770;
   color: #fff;
}

.rightpanel a{
	color: #fff;
}

.rightpanel .tab-content {
   background: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin-top: 65px;
   padding: 15px;
}

.latestuserlist {
   list-style: none;
   padding: 0;
   border-bottom: 1px dotted rgba(255,255,255,0.05);
}

.latestuserlist li {
   border-top: 1px dotted rgba(255,255,255,0.05);
}

.latestuserlist .media-thumb {
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   border: 2px solid #999;
   padding: 3px;
   display: block;
}

.latestuserlist .media {
   margin: 10px 0;
   padding: 0;
}

.latestuserlist .approved .media-thumb {
   border-color: #F19013;
}

.latestuserlist .media-object {
   width: 30px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
}

.latestuserlist .media-body {
   line-height: normal;
   padding-top: 7px;
}

.latestuserlist .media-body small {
   color: #999;
   display: block;
}

.latestuserlist .media-body strong {
   color: #bbb;
   font-size: 13px;
   margin-bottom: 4px;
   display: block;
}

.latestuserlist .badge {
   margin-top: 5px;
}

.rightpanel .pane-settings {
   font-size: 13px;
}

.status_test, .status_test a{
    position:relative;
}
.status_test:before {
	content: ' ';
	position: absolute;
	display: block;
    width: 98%;
    height: 98%;
	background: transparent url(../image/icon-gears.png);    
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.status_off, .status_off a{
    position:relative;
}
.status_off:before {
	content: ' ';
	position: absolute;
	display: block;
    width: 98%;
    height: 98%;
	background: transparent url(../image/icon-ban.png);    
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

/***** header *****/

.headerbar .logopanel {
   float: left;
   width: 240px;
   border-right: 1px solid #eee;
}

.headerbar .topnav {
   float: left;
   margin: 0;
}

.headerbar .topnav > ul {
   padding: 0;
   margin: 0;
   float: left;
}

.headerbar .topnav > ul > li {
   margin: 0;
   float: left;
}

.headerbar .topnav > ul > li > a {
   padding: 15px 15px 12px 15px;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   text-transform: uppercase;
   font-size: 12px;
   color: #666;
   font-family: 'LatoBold', sans-serif;
}

.headerbar .topnav > ul > li > a:hover,
.headerbar .topnav > ul > li > a:focus,
.headerbar .topnav > ul > li.open > a,
.headerbar .topnav > ul > li.active > a {
   box-shadow: 0 3px 0 #F19013;
   color: #F19013;
   background: none;
}

.headerbar .topnav > ul > li > a i {
   margin-right: 5px;
}

.headerbar .topnav > ul > li > a .badge {
   margin-left: 10px;
}

.headerbar .topnav > ul > li .dropdown-menu {
   margin-top: 2px;
   -moz-border-radius: 0 0 3px 3px;
   -webkit-border-radius: 0 0 3px 3px;
   border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
   padding: 6px 10px;
   font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
   background: #F19013;
   color: #FFFFFF;
}

.headerbar .topnav > ul > li .dropdown-menu i {
   display: none;
}

#footer{
	padding: 10px 20px 10px 20px;
	font-size: 10px;
	line-height: 15px;
	color: #E4E7EA;
	background: #064770;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #F19013;
}

#footer .help_links a {
	padding: 0 5px 0 5px;
}
.leftpanel-collapsed #footer {
	padding-left: 50px
}

#gotop {
	position: fixed;
	bottom: 2px;
	right: 5px;
	height: 58px;
	width: 58px;
	background: url(../image/gotop.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden
}

.debug_alert{
	z-index: 100;
	width: 800px;
	position: absolute;
	top: 150px;
	left: 300px;
}

/***** Fixed   *****/

.fixed {
    background: #c9cccf;
}

.fixed section {
    margin: auto;
    max-width: 1050px;
    position: relative;
    background: #064770;
}

.fixed .rightpanel {
   background: #064770;
}

.fixed-noleft .leftpanel {
   display: none;
}

.fixed-noleft .mainpanel {
   margin-left: 0;
}

.fixed-noleft.stats-view .headerbar {
   margin-left: 0;
}

.fixed-noleft.stats-view .logopanel {
   display: block;
}

.fixed-noleft .menutoggle {
   display: none;
}


/***** Modals *****/

.bs-example-modal-panel .modal-content {
   background: none;
}

.modal-photo-viewer {
   margin-top: 0;
   margin-bottom: 0;
   top: 50%;
   left: 50%;
   width: auto;
   position: absolute;
}

.modal-photo-viewer .modal-content {
   position: relative;
   width: 900px;
   height: 600px;
   margin-left: -50%;
   margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
   padding: 0;
}

.modal-photo-viewer .modal-photo-left {
   background: #000;
}

.modal-photo-viewer .modal-photo {
   top: 50%;
   position: relative;
}

.modal-photo-viewer .row {
   margin-left: 0;
   margin-right: 0;
}

.modal-photo-viewer .img-responsive {
   max-height: 600px;
   margin: auto;
}

.media-details {
   padding: 20px;
}

.media-details .categ {
    font-size: 11px;
}

.media-details .media-title {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
}

.media-details p {
    font-size: 13px;
}

.media-details .details {
    margin-top: 20px;
}

.media-details .details h4 {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: 'LatoBold';
}

.media-details .table {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.media-details .table tr td {
   padding: 3px 0;
   font-size: 13px;
}


/* DROPDOWN */

.dropdown-menu-head {
   background: #fff
}

.dropdown-menu-head .title {
   background: #064770;
   color: #EEEEEE;
   padding: 15px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
}
.dropdown-menu-head .title a {
	float: right;	
	color: #eeeeee;
}


/* Icon */
.tp-icon {
   padding: 10px 20px;
   line-height: 20px;
   border-color: #ddd;
   position: relative;
}

.tp-icon .badge {
   position: absolute;
   font-size: 10px;
   font-weight: normal;
   right: 4px;
   top: 10px;
   line-height: 13px;
   background-color: #D9534F;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   padding: 2px 5px;
}

/* Stick Header */
.sticky_header {
	position: absolute;
	top: 5px;
	left: 3px;
	cursor: pointer;
	z-index: 1000;
}
.sticky_left {
	position: absolute;
	top: 55px;
	left: 3px;
	cursor: pointer;
	color: #fff;
}
body.stickyheader .sticky_left {
	top: 5px;
}
.sticky-leftpanel .sticky_left {
	top: 55px !important;
}
.panel_frozen {
	color: #F19013;
}
.stickyheader .logopanel {
   position: fixed;
   top: 0;
   left: 0;
   width: 240px;
   z-index: 100;
}
.stickyheader .leftpanel {
   top: 50px;
}
.stickyheader .sticky-leftpanel {
   top: 0;
}
.stickyheader .sticky-leftpanel .leftpanelinner {
   margin-top: 55px;
}
.stickyheader .headerbar {
   position: fixed;
   top: 0;
   left: 240px;
   width: 100%;
   z-index: 100;
   box-shadow: 0 1px rgba(0,0,0,0.05);
}
.stickyheader .mainpanel {
   padding-top: 50px;
}
.stickyheader .header-right {
   margin-right: 240px;
}
.stickyheader.leftpanel-collapsed .headerbar {
   left: 50px;   
}
.stickyheader.leftpanel-collapsed .header-right {
   margin-right: 0;
}
.stickyheader.stats-view .headerbar {
   right: 240px;
   width: auto;
}

/* Other styles */
#summary th, #summary td{
	border: none;
}
.summary_label {
    font-weight: bold;
    text-align: left;
    color: #333;
	font-size: 13px;
}
.summary_value {
	font-size: 13px;
	color: #636e7b;
}

.panel-body .shortcut img {
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   background: rgba(255,255,255,0.4);
   padding: 5px;
   border: 3px solid #EEEEEE;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
   margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
   margin-bottom: 40px;
}
.mr5 {
	margin-right: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.center{
	text-align: center;	
}
.nomargin {
	margin: 0;
}
.border-right-0 {
   border-right: 0;
}
.border-left-0 {
   border-left: 0;
}
.nopadding {
	padding: 0 !important;
}
.padding-top-0 {
	padding-top: 0;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.serif {
	font-family: 'Georgia, serif';
}
.italic {
	font-style: italic;
}
.dark {
	color: #333;
}
.width100p {
	width: 100%;
}
.width20 {
	width: 20px;
}
.width30 {
	width: 30px;
}
.inblock {
   display: inline-block;
}
.transparent {
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.widthM400 {
	max-width: 400px;
}
.ellipsis {
   overflow-x: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.error-log {
	width:100%;
	height:100%;
	min-height:400px;
	max-height:700px;
	overflow: scroll;
	padding:10px;
}

/***** Bootstrap Overrides  *****/
.panel-body {
	padding: 10px;
}
.btn-primary {
    background-color: #064770;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 25px;
    line-height: 1.3;
    padding: 3px 5px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {
    background-color: #EBEBEB;
    border-color: #ADADAD;
    color: #333333;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {
    background-color: #F19013;
    border-color: #285E8E;
    color: #FFFFFF;
}
.btn-toggle.btn_switch {
	min-width: 75px;
}
.btn-toggle.btn_switch .btn-default:hover, .btn-toggle.btn_switch .btn-default:hover {
	background-color: #fff;
}
.btn-off {
    background-color: #EBEBEB !important;
    border-color: #ADADAD !important;
    color: #333333 !important;
}

/***** Retina Resolution Logo  *****/
@media all and (min-device-pixel-ratio : 2) {
	.logo_image {
	  display: block;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  background: url(../image/logo@2x.png) no-repeat;
	}
}
/***** Media queries section  *****/
@media screen and (max-width: 1024px) {
   body {
      position: relative;
   }
   
   .leftpanel {
      display: none;
   }
   
   .mainpanel {
      margin-left: 0;
      width: 100%;
   }

   .leftpanel-collapsed .leftpanel {
      display: none;
   }
   
   .leftpanel-collapsed .mainpanel {
      margin-left: 0;
   }
   
   .leftpanel-collapsed .headerbar {
      margin-left: 0;
   }
   
   .leftpanel-show section {
      overflow-x: hidden;
   }
   
   .leftpanel-show .leftpanel {
     display: block;
   }
   
   .leftpanel-show .mainpanel {
      margin-left: 240px;
   }
   
   .stickyheader .headerbar {
      left: 0;
   }
   
   .stickyheader.leftpanel-show .headerbar {
      left: 240px;
   }
   
   .stickyheader.stats-relative-view .headerbar {
      right: 240px;
      left: auto;
   }
   
   .stickyheader .header-right {
      margin-right: 0;
   }
      
   .leftpanelinner {
      padding: 5px 10px;
   }
   
   .leftpanelinner #searchform input {
      background: #131b26;
      border: 0;
   }
   
   .nav-horizontal {
      position: relative;
   }
      
   .fixed-noleft .menutoggle {
      display: block;
   }
   
   .fixed-noleft .headerbar .logopanel {
      display: none;
   }
   
   .fixed-noleft .header-left,
   .fixed-noleft .topnav {
      float: none;
   }
}

@media screen and (max-width: 767px) {

   /* Horizontal Scroll for grid */
	.panel-body {
		overflow : scroll;
		white-space:nowrap;
	}
 
   #searchform {
      position: relative;
   }
   
   .headermenu li:nth-child(4) {
     /* display: none; */
   }
   
   .leftpanel #searchform,
   .leftpanel .userlogged {
      display: block;
   }
   
   .breadcrumb-wrapper {
      display: none;
   }

   .ant-wrapper {
      display: none;
   }
   
   .headermenu .dropdown-menu:after {
      display: none;
   }
   
   .rightpanel .nav-tabs.nav-justified > li > a,
   .rightpanel .nav-justified > li > a {
      margin-bottom: 0;
   }
   
   .panel-email .col-sm-3 {
      display: none;
   }
}

@media screen and (max-width: 640px) {

   .leftpanel-show .mainpanel {
      margin-left: 50px;
   }

   .notfoundpanel {
      width: auto;
      padding: 0 20px;
   }
   
   .notfoundpanel h1 {
      font-size: 72px;
      line-height: 72px;
   }
   
   .notfoundpanel h3 {
      font-size: 14px;
      line-height: normal;
   }
   
   .notfound h4 {
      font-size: 12px;
      line-height: 18px;
   }
   
   .notfoundpanel form {
      width: auto;
   }
   
   .notfoundpanel .form-control {
      float: none;
      width: 100%;
   }
   
   .notfoundpanel .btn {
      margin-top: 10px;
      width: 100%;
   }
   
   .signinpanel,
   .signuppanel {
      margin: 0 auto;
      width: 480px;
      padding: 20px;
   }
   
   .signinpanel form {
      margin-top: 20px;
   }
   
   .signup-footer {
      margin-bottom: 10px;
   }
   
   .signuppanel .form-control {
      margin-bottom: 10px;
   }
   
   .signup-footer .pull-left,
   .signup-footer .pull-right {
      float: none !important;
      text-align: center;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
      margin-bottom: -5px;
   }
   
   .widget-quick-status-post .nav-tabs.nav-justified > li a {
      margin: 0;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      margin-bottom: 0;
      display: table-cell;
      width: 1%;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      margin: 0;
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      
   }
   
   .dataTables_info {
      float: none !important;
      text-align: center;
      margin-bottom: 10px;
   }
   
   .dataTables_paginate {
      margin-bottom: 10px;
      text-align: center !important;
      float: none !important;
   }
   
   .paginate_disabled_previous,
   .paginate_enabled_previous,
   .paginate_disabled_next,
   .paginate_enabled_next {
      float: none !important;
   }
   
   .dataTables_filter,
   .dataTables_length {
      float: none !important;
      padding: 10px 0 0 10px;
      margin: auto !important;
      display: inline-block;
   }
   
   .table.dataTable th,
   .table.dataTable td {
      font-size: 13px;
      min-width: 150px;
   }
   
   .paging_full_numbers {
      min-width: 500px;
      margin: 0 0 10px 10px;
   }
   
   .paging_full_numbers:after {
      clear: both;
      display: block;
      content: '';
   }

}

@media screen and (max-width: 480px) {
        
   .signinpanel,
   .signuppanel {
      width: 360px;
   }

	#footer{
		padding-left: 20px;
	}
   
   .panel-email .pull-right {
      float: none !important;
   }
   
   .pageheader h2 {
      font-size: 18px;
   }
   
   .pageheader .glyphicon,
   .pageheader .fa {
      font-size: 18px;
   }
   
   .pageheader h2 span {
      font-size: 11px;
   }
   
   .fc-header td {
      display: block !important;
      text-align: center;
      width: 100%;
      border: 1px solid #eee;
      padding: 10px !important;
      margin-top: -1px;
   }
   
   .fc-button {
      padding: 2px 5px !important;
      margin: 0 !important;
   }
   
   .fc-header-title h2 {
      margin: 0 !important;
   }
   
   .reslibrary-options li {
      padding: 5px 7px;
   }
   
   .reslibrary-options .filter-type {
      display: block;
      float: none;
      border-top: 1px solid #eee;
   }
            
   .btn-invoice:before {
      display: block;
      content: '';
      clear: both;
   }
   
   .btn-invoice .btn {
      display: block;
      width: 100%;
      margin-top: 10px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li a {
      font-size: 13px;
      padding: 14px 10px;
   }
   
   #bloglist > div {
      padding: 0;
      margin: 0;
      float: none;
      width: auto;
   }

   .common_content_actions {
   		padding-top: 20px;
   }   
   
}

@media screen and (max-width: 360px) {

	#searchform input {
		width: 250px;
	}

	#footer{
		padding-left: 20px;
	}
      
   .pageheader h2 span {
      display: none;
   }
      
   .headermenu li:first-child .dropdown-menu {
      margin-right: -130px;
   }
   
   .headermenu li:nth-child(2) .dropdown-menu {
      margin-right: -85px;
   }
   
   .headermenu li:nth-child(3) .dropdown-menu {
      margin-right: -37px;
   }
   
   .nav-tabs.nav-justified.nav-profile > li {
      float: none;
      display: block;
      width: auto;
   }
      
   .reslibrary-options li {
      display: block;
      border-top: 1px solid #eee;
   }
   
   .reslibrary-options li:first-child {
      border-top: 0;
   }
   
   .authorpanel .media-object {
      width: 80px;
      margin-right: 10px;
   }
   
   .people-item .media-object {
      width: 80px !important;
      height: 80px !important;
   }
   
   .pagination {
      margin-bottom: 20px;
   }
   
   .common_content_actions {
   		padding-top: 20px;
   }   
}

@media screen and (max-width: 320px) {
   .signinpanel,
   .signuppanel {
      width: 310px;
   }
   
   .common_content_actions {
   		padding-top: 20px;
   }
     
}

/* debug section */
.debug_info {
    text-align: left;
    margin: 50px 0 0;
    width: 100%;
    clear: both;
}

.debug_info td {
    border-bottom: 1px solid #aaa;
}

.mysql {
    margin-top: 10px;
}

.debug_info .even {
    background-color: #eeeeee;
}

.debug_error {
    background: #EFEBAA;
    color: #FF0000;
}

.debug_warning {
    background: #e7ed0e;
    color: #030000;
}

/* Post-it notes */
.block_tmpl_wrapper {
	position: relative;
}

.postit_notes_box {
    font: 11px Tahoma, Arial, Helvetica;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
}

.postit_notes_box_parent {
    font: 11px Tahoma, Arial, Helvetica;
    color: #000000;
    position: absolute;
    top: 0px;
    left: 5px;
}

#header .postit_notes_box_parent {
    top: -5px;
}

.postit_icon {
    background: url(../image/icons/icon_note.png) 50% 50% no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin: 10px 6px 0 0;
    cursor: pointer;
}

.postit_notes {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    margin: 8px 0 0 25px;
    border: 1px solid #000;
    background: #d6df2f;
    padding: 6px 8px;
}

.postit_notes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.postit_notes ul li {
    margin: 4px 0;
    display: block;
    white-space: nowrap;
}

.postit_notes ul ul {
    margin-left: 8px;
}

.postit_notes a {
    text-decoration: none;
}

.postit_notes a.icon_xpandarrow {
    background: url(../image/icons/icon_collapse.png) 100% 50% no-repeat;
    padding-right: 12px;
    color: #000;
    font-weight: bold;
}

.postit_notes a.icon_xpandarrow:hover {
    text-decoration: underline;
}

.postit_notes a.icon_xpandarrow.expand {
    background: url(../image/icons/icon_expand.png) 100% 50% no-repeat;
}

.postit_notes.show {
    display: block;
}

.postit_notes .collapse {
    height: 0;
}

.postit_notes .expand {
    height: auto;
}

.postit_close {
    position: absolute;
    right: 8px;
}

.postit_close .icon_close {
    display: inline-block;
    background: url(../image/icons/close_icon.gif) no-repeat;
    width: 11px;
    height: 11px;
}

/* product option default value radio button*/
.optionRow .radio label{
	margin: 0;
	padding: 0;
	display: block;
}
.optionRow .radio input{
	margin: 0;
	padding: 0;
	display: block;
}