/*************************************************************************
	custom css by Mike Staples
**************************************************************************/
img {border:none;}
*{outline:0px !important;}
body {
	background: #333;
}
.login_con {
	padding: 0;
	min-height: 550px;
	text-align: center;
	position: relative;
}
.login {
	margin: -40px auto 0 auto;
	width: auto;
	max-width: 520px;
	min-width: 320px;
	float: none;
}
.login_space {
	float: none;
}
.login h2 {
	text-shadow: 1px 1px 1px #fff;
	background-color: #eee;
	border-bottom: 1px solid #777;
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(to bottom, #eee, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
}
.login form {
	margin-left: 0;
}

.login a.frget:before { 
	content: '\f084';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
	font-size: 16px;
  margin: 0px 6px 0px 10px;
  text-decoration:none;
} 

.nav-wrap {
	height: 55px;
	background-color: #eee;
	border-bottom: 1px solid #84abc1;
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(to bottom, #eee, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
}
.navbar .navbar-inner {
	background: none !important;
	/*height: 54px;
	background-color: #eee;
	border-bottom: 1px solid #84abc1;
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(to bottom, #eee, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);*/
}
.navbar-inner .brand h1 {
	padding-left: 20px;
	font-size: 24px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}
.return-admin-btn {
	padding-top: 15px;
	padding-left: 250px;
}
.nav-list {
	margin-top: 1px !important;
	border-top: 1px solid #84abc1;
	box-shadow: 0 5px 5px 0 #555;
	/*border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #777;*/
	border-radius: 0 0 8px 8px;
	float: right;
}
.nav-list > li {
	background: #c3ced7;
	/*border-top: 1px solid #dfe7ee;*/
	border-right: 1px solid #84abc1;
	/*border-bottom: 1px solid #84abc1;*/
	border-left: 1px solid #d1dbe3;
	/*background-image: -moz-linear-gradient(top, #c3ced7, #9bbbcd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c3ced7), to(#9bbbcd));
	background-image: -webkit-linear-gradient(top, #c3ced7, #9bbbcd);
	background-image: -o-linear-gradient(top, #c3ced7, #9bbbcd);
	background-image: linear-gradient(to bottom, #c3ced7, #9bbbcd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3ced7', endColorstr='#ff9bbbcd', GradientType=0);*/
	background-image: -moz-linear-gradient(top, #9bbbcd, #c3ced7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bbbcd), to(#c3ced7));
	background-image: -webkit-linear-gradient(top, #9bbbcd, #c3ced7);
	background-image: -o-linear-gradient(top, #9bbbcd, #c3ced7);
	background-image: linear-gradient(to bottom, #eee, #bbb);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bbbcd', endColorstr='#ffc3ced7', GradientType=0);
}
.nav-list > li.acitve_menu {
	background: #c3ced7;
	/*border-top: 1px solid #fff;*/
	border-right: 1px solid #84abc1;
	/*border-bottom: 1px solid #999;*/
	border-left: 1px solid #d1dbe3;
	background-image: -moz-linear-gradient(top, #bbb, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#eee));
	background-image: -webkit-linear-gradient(top, #bbb, #eee);
	background-image: -o-linear-gradient(top, #bbb, #eee);
	background-image: linear-gradient(to bottom, #bbb, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbb', endColorstr='#ffeeeeee', GradientType=0);
	/*background-image: -moz-linear-gradient(top, #eee, #bbb);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#bbb));
	background-image: -webkit-linear-gradient(top, #eee, #bbb);
	background-image: -o-linear-gradient(top, #eee, #bbb);
	background-image: linear-gradient(to bottom, #eee, #bbb);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffbbbbbb', GradientType=0);*/
}
.nav-list > li:first-child {
	border-radius: 0 0 0 8px;
}
.nav-list > li:last-child {
	border-radius: 0 0 8px 0;
}
.nav-list > li > a {
	padding-top: 6px;
	height: auto !important;
	font-size: 14px;
	line-height: 20px;
	color: #666 !important;
	text-shadow: 1px 1px 1px #fff !important;
}
.nav-list > li > a:hover {
	color: #39f !important;
	background: none !important;
}
.nav-list > li > a > [class*="fa-"]:first-child {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
}
.nav-list li.acitve_menu a {
	color: #333 !important;
}
.nav-background {
	height: 100px;
	width: 100%;
	background-color: #aaa;
	border-top: 1px solid #aaa;
	background-image: -moz-linear-gradient(top, #777, #aaa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#aaa));
	background-image: -webkit-linear-gradient(top, #777, #aaa);
	background-image: -o-linear-gradient(top, #777, #aaa);
	background-image: linear-gradient(to bottom, #777, #aaa);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ffaaaaaa', GradientType=0);
	display: block;
}
.main-wrap {
	padding-bottom: 25px;
	background: #aaa;
}
.widget-box {
	margin-top: 25px !important;
	margin-left: 0 !important;
	background: #ddd;
	border: 1px solid #bbb;
	border-radius: 8px;
	box-shadow: 0 0 3px 0 #777;
}
.widget-header {
	/*background: #9eb8cd;*/
	padding-left: 20px;
	background: none;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	/*border-top: 1px solid #999;*/
	border-bottom: none;
}
.widget-header h3 {
	font-size: 20px;
}
.widget-header button {
	float: right;
}
.widget-header button:hover {
	color: #39f;
}
.widget-inner {
	/*border-top: 1px solid #fff;*/
}
.widget-inner .summary {
	padding: 0 10px 10px;
}
label {
	font-weight: normal;
}
/* responsive table wrap div */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table {
	width: 100%;
	max-width: 100%;
	background: #f5f5f5;
}
.table-bordered {
	border: 1px solid #bbb;
}
.table > tbody > tr:nth-of-type(odd) >td {
    background-color: #e7eef4;
}
.table th {
	font-weight: normal;
}
.table td {
	vertical-align: middle;
}
.table input {
	margin-bottom: 0 !important;
}
.list th {
	font-weight: bold;
	text-align: center;
}
.items, .list {
	margin-bottom: 20px;
	border: none !important;
	border-radius: 8px;
}
.list td {
	border-bottom: none !important;
}
#User_id {
	width: 30px;
}
#User_full_name {
	width: 90px;
}
#role {
	width: 180px;
}
.add-user-wrap, .global-message {
	/*display: none;*/
}
.add-user-wrap .well, .global-message .well, .change-password .well, .help-view .well, .user-update .well {
	margin: 0 140px 15px;
	padding-bottom: 40px;
	background: #f5f5f5;
	/*border: 1px solid #f5f5f5;*/
	border: none;
	border-radius: 8px;
}
.add-user-wrap .well hr, .global-message .well hr, .change-password .well hr {
	border-top-color: #ddd;
	border-bottom-color: none;
}
.help-form .well {
	margin: 30px 80px 15px;
	padding-bottom: 0;
	background: #f5f5f5;
	/*border: 1px solid #f5f5f5;*/
	border-radius: 8px;
}
.clr20 {
	height: 20px;
}
.global-message p {
	padding: 20px 0;
	text-align: center;
}
.gn-anounce input, .gn-anounce textarea {
	width: 480px;
}
.change-password .well, .help-view .well, .user-update .well {
	margin-top: 30px;
}
.user-update .control-label {
	width: 220px;
}
.user-update .left-toggles .control-label {
	width: 200px;
}
.user-update .right-toggles .control-label {
	width: 145px;
}
.user-update .right-toggles .controls {
	margin-left: 160px;
}
.change-password form {
	margin-left: 0;
}
.change-password .control-group {
	padding-left: 100px;
}
.content_con {
	color: #333;
	line-height: 18px;
	padding: 0 70px 20px;	
}
.content_con span {
	color: #f33;
}
.btn-lg, .help-form .btn {
	padding-top: 9px;
	padding-bottom: 10px;
	font-size: 21px;
	color: #39f;
	/*text-shadow: none;
	background: #09f;
	color: #fff;*/
}
.user-update button {
	margin-left: 220px !important;
}
.announce-btn {
	margin-left: 190px !important;
}
.pw-btn {
	margin-left: 235px !important;
}
.help-view-btn {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.portlet-content .btn {
	margin-top: -3px;
}
.btn-primary {
	font-size: 15px;
	background: #0088cc;
	/*border: 1px solid #f5f5f5;*/
	border-radius: 6px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #666;
}

/* user views */
.launch-player {
	margin-top: -86px;
	margin-bottom: 0;
	text-align: center;
}
.btn-play {
	margin: 0 auto;
	color: #08c;
	text-shadow: none;
	background: #ddd;
	border-radius: 8px;
	box-shadow: 0 0 3px 1px #555;
}
.user-tabs {
	margin-top: 15px;
}
.nav-pills > li > a {
	margin-right: 5px;
	/*border: 1px solid #555;*/
	background-color: #bbb;
	color: #333;
}
.nav-pills > li > a:hover {
	/*border: 1px solid #555;*/
	background-color: transparent !important;
	color: #fff !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	/*background-color: #08c;*/
	border: none;
	background-color: transparent;
	color: #000 !important;
}
.widget-inner .well {
	border: none;
	border-radius: 8px;
	padding-bottom: 25px;
	box-shadow: none;
	overflow: hidden;
}
#ajaxtheme {
	margin: 15px;
	margin-top: 0;
	padding: 20px;
	background: #f5f5f5;
	border: none;
	border-radius: 8px;
}
.widget-box-theme {
	min-height: 550px !important;
}
.widget-inner h4 {
	padding: 0 0 20px 0;
}
#mylist .widget-box { 
	margin-top: 20px;
}
.user_information {
	padding: 0 40px;
	min-height: 30px !important;
}
.user_information .span4 {
	margin-left: 10px;
}
.disk-space {
	padding-bottom: 0 !important;
}
.btn-row-centered {
	text-align: center;
}
.btn-row-centered button {
	margin: 10px auto;
}
.instruction-text {
	line-height: 15px;
	padding: 10px 30px;
}
#features-wrap .well {
	padding-top: 12px;
	padding-bottom: 0;
}
.social_media_header {
	margin-bottom: 0;
}
.web-code-row {
	padding-bottom: 15px;
}
#preelist {
	padding: 0 10px;
}
#code .widget-box {
	padding: 0 10px !important;
}
#pop-radio-select p, #pop-radio-select_iframe p {
	padding-left: 15px;
}
#pop-radio-select input, #pop-radio-select_iframe input {
	margin-top: -3px;
	margin-right: 5px;
	margin-left: 15px;
}
.ajax-upload-dragdrop {
	margin-bottom: 20px;
}
.user-change-pw .control-group {
	float: left;
}
.user-change-pw button {
	margin: 4px 0 0 10px;
}
#footer-ads-grid .items {
	border: 1px solid #ddd !important;
}
footer {
	padding: 20px 0 80px;
	background: #333;
	color: #ccc;
	border-top: 1px solid #000;
}