@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

.btn-warning {
    background-color: #ea9e33;
    border-color: #d69334;
}

.btn-warning:hover {
    background-color: #d88209;
    border-color: #c77c0f;
}

.chromeframe {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #ffff00;
	color: #000;
	height: 25px;
	line-height: 25px;
	padding: 0.2em 0;
	text-align: center;
}

html, body {
	height: 100%;
	background: #fff;
	font-family: 'Roboto'
}

body, input, button, select {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.w50 {
	width: 50px!important;
	max-width: 100%;
}

.w100 {
	width: 100px!important;
	max-width: 100%;
}

.w150 {
	width: 150px!important;
	max-width: 100%;
}

.w200 {
	width: 200px!important;
	max-width: 100%;
}

.w250 {
	width: 250px!important;
	max-width: 100%;
}

.w300 {
	width: 300px!important;
	max-width: 100%;
}

.w350 {
	width: 350px!important;
	max-width: 100%;
}

.w400 {
	width: 400px!important;
	max-width: 100%;
}

.w500 {
	width: 500px!important;
	max-width: 100%;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: 3px;
}

.p-2 {
	padding: 5px;
}

.p-3 {
	padding: 8px;
}

.p-4 {
	padding: 10px;
}

.p-5 {
	padding: 15px;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 3px;
}

.pt-2 {
	padding-top: 5px;
}

.pt-3 {
	padding-top: 8px;
}

.pt-4 {
	padding-top: 10px;
}

.pt-5 {
	padding-top: 15px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 3px;
}

.pb-2 {
	padding-bottom: 5px;
}

.pb-3 {
	padding-bottom: 8px;
}

.pb-4 {
	padding-bottom: 10px;
}

.pb-5 {
	padding-bottom: 15px;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 3px;
}

.pl-2 {
	padding-left: 5px;
}

.pl-3 {
	padding-left: 8px;
}

.pl-4 {
	padding-left: 10px;
}

.pl-5 {
	padding-left: 15px;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 3px;
}

.pr-2 {
	padding-right: 5px;
}

.pr-3 {
	padding-right: 8px;
}

.pr-4 {
	padding-right: 10px;
}

.pr-5 {
	padding-right: 15px;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: 3px;
}

.m-2 {
	margin: 5px;
}

.m-3 {
	margin: 8px;
}

.m-4 {
	margin: 10px;
}

.m-5 {
	margin: 15px;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 3px;
}

.mt-2 {
	margin-top: 5px;
}

.mt-3 {
	margin-top: 8px;
}

.mt-4 {
	margin-top: 10px;
}

.mt-5 {
	margin-top: 15px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 3px;
}

.mb-2 {
	margin-bottom: 5px;
}

.mb-3 {
	margin-bottom: 8px;
}

.mb-4 {
	margin-bottom: 10px;
}

.mb-5 {
	margin-bottom: 15px;
}

.ml-0 {
	margin-left: 0;
}

.ml-1 {
	margin-left: 3px;
}

.ml-2 {
	margin-left: 5px;
}

.ml-3 {
	margin-left: 8px;
}

.ml-4 {
	margin-left: 10px;
}

.ml-5 {
	margin-left: 15px;
}

.mr-0 {
	margin-right: 0;
}

.mr-1 {
	margin-right: 3px;
}

.mr-2 {
	margin-right: 5px;
}

.mr-3 {
	margin-right: 8px;
}

.mr-4 {
	margin-right: 10px;
}

.mr-5 {
	margin-right: 15px;
}

.text-info {
    color: #68b0d4;
}

.text-primary {
    color: #1c7cd0;
}

.text-success {
    color: #3caf3e;
}

.text-warning {
    color: #d29733;
}

.text-danger {
    color: #e25653;
}

select.form-control.small {
	height: 24px;
	padding: 0 6px;
	min-width: 50px;
}

a {
	color: #0074a2;
	text-decoration: none;
	-webkit-transition-property: border, background, color;
	-moz-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: .05s;
	-moz-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

a:hover, a:active, a:focus {
	color: #2ea2cc;
}

a.link {
	font-weight: 700;
	text-decoration: underline !important
}

a.link:hover {
	text-decoration: none !important
}

.bg-gainsboro{
    background-color:#C0C0C0
}

.text-white, a.text-white {
    color: #fff;
}

#timeoutsess {
	display: none;
}

#timeoutsess a {
	color: #0000FF;
}

#sb-container {
	z-index: 2000 !important;
}

.red {
	color: red;
}

.m-bottom {
	margin-bottom: 10px;
}

.m-bottom-none {
	margin-bottom: 0;
}

.pointer,.fa-pointer,.icon-pointer{
    cursor: pointer;
}

.icon-pointer {
	margin-top: 10px;
}

.text-middle {
	height: 32px;
	line-height: 32px;
}

.nvwrap {
	position: relative;
	min-height: 100%;
	height: auto;
	background: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
}

/* Heading
 -----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 22px;
}

.error {
	color: red;
}

/* Header
 -----------------------------------------------------------------------------*/
#header {
	padding: 0 20px;
}

#header div.logo {
	padding: 5px 0;
	float: left;
}

#header div.logo img {
	height: 50px;
	width: auto;
}

#header .header-menu {
	float: right;
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .header-menu > li {
	float: left;
	line-height: 60px;
	position: relative;
	padding-left: 15px;
}

#header .header-menu > li:hover, 
#header .header-menu > li.open {
	background: transparent;
}

#header .header-menu > li > a {
	color: #000;
	display: block;
	outline: 0;
}

#header .header-menu > li > a:hover, 
#header .header-menu > li > a:focus {
	text-decoration: none;
	background: transparent;
}

#header .header-menu > li > a em.fix {
	position: relative;
	bottom: -4px;
	right: -2px;
}

#header .header-menu > li > a em.logout {
	zoom: 0.85;
}

#header .header-menu > li > a .screen-lg {
	display: block;
}

#header .header-menu > li > a .screen-xs {
	display: none;
}

#header .header-menu > li > a > img {
	position: relative;
	top: -2px;
	width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    object-fit: contain;
}

#header .header-menu > li > .dropdown-menu {
	margin: 0;
	border-radius: 0;
	right: 0;
	left: auto;
	background: #333;
	border: 0;
	color: #fff;
	padding: 0;
	z-index: 1001;
}

#header .dropdown-menu a, #header .dropdown-menu a:focus {
	color: #fff;
	padding: 8px 20px;
}

#header .dropdown-menu a:hover {
	background: #000;
}

#header .dropdown-menu > .disabled > a, #header .dropdown-menu > .disabled > a:hover, #header .dropdown-menu > .disabled > a:focus {
	color: #999;
}

/* Menu Horizontal
 -----------------------------------------------------------------------------*/

/* Middle
 -----------------------------------------------------------------------------*/
#middle {
	position: relative;
}

#container {
	height: 100%;
	position: relative;
}

#contentmod {
	padding: 15px;
	margin-bottom: 50px;
	position: relative;
}

.nv-panel-body {
	padding: 10px;
}

#footer {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0;
}

#footer .footer-content {
	height: 50px;
	border-top: 3px solid #2d2f91;
}

#footer div.copyright {
	color: #4b4b4b;
	font-size: 11px;
	line-height: 15px;
	margin: 7px 10px 7px 10px;
	padding: 0;
	float: left
}

#footer div.imgstat {
	margin: 13px 10px 5px 0px;
	padding: 0;
	text-align: right;
	width: 100px;
	float: right
}

table caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 0 5px;
}

sup.required {
	color: #F00
}

.pagination {
	margin: 0;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0;
	width: 14px;
	height: 14px;
	vertical-align: -3px;
}

label {
	font-weight: normal;
}

/* ==========================================================================
 Fixed Jquery UI Style
 ========================================================================== */
.ui-widget {
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.ui-datepicker {
	width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
	width: 59% !important;
}

.ui-datepicker select.ui-datepicker-year {
	width: 39% !important;
}

/* Notification */
#notification {
	position: absolute;
	top: 4px;
	right: 3px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #FF0040;
	border-radius: 10px;
	z-index: 1
}

#notification_load {
    min-height: 30px;
}

#notification_load .notify_item {
	border-top: 1px solid #424141;
}

#notification_load .notify_item .ntf-hide {
    display: none;
}

#notification_load .notify_item a {
	display: block;
	width: 100%;
	padding: 10px !important;
	line-height: 20px
}

#notification_load .notify_item a:hover {
	text-decoration: none;
}

#notification_load .notify_item a img {
	max-width: 40px;
	margin: 0 5px 5px 0
}

#notification-area .dropdown-menu {
    width: 430px;
}

#notification-area .dropdown-menu > div {
    position: relative;
}

#notification_waiting, 
#notification_more {
    position: absolute;
    left: 0;
    width: 100%;
}

#notification_more {
    background-color: #666;
    line-height: 30px;
    height: 30px;
}

#notification_more a:hover {
    background: transparent!important;
}

#notification_waiting {
    bottom: 0;
    line-height: 30px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

.modal .modal-body{
    padding:15px
}

.modal .modal-title {
	font-size: 16px;
	font-weight: bold;
}

.modal .modal-header .close {
    font-size: 34px;
    opacity: .5;
    line-height: 20px;
    margin-top: 2px;
    padding: 0 5px;
    outline: none;
}

.modal .modal-header .close:hover {
	opacity: .8;
}

.modal .modal-dialog {
  position: relative;
  width: auto !important;
  max-width: 800px;
  text-align: center;
  font-size: 0;
}

.modal .modal-content{
	min-width: 300px;
	max-width: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}

.wait .modal .modal-content {
	position: relative;
}

.wait .modal .modal-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
	color: #fff;
	z-index: 1;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single
{
	height: 32px !important;
    padding-top: 2px;
}

.menusite {
	padding-left: 15px;
	padding-right: 15px;
}

.menusite .navbar-default {
	background-color: #2d2f91;
	border-color: #2d2f91;
	min-height: 10px;
	border-radius: 4px;
}

.menusite .navbar-header .home {
	float: left;
}

.menusite .navbar-header .home a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

.menusite .navbar-header .navbar-toggle {
	border-color: #fff;
}

.menusite .navbar-nav {

}

.menusite .navbar-nav li {
	margin: 0;
}

.menusite .navbar-nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

.panel-primary {
	border-color: #2d2f91;
}

.panel-primary > .panel-heading {
	background-color: #2d2f91;
	border-color: #2d2f91;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.panel-default > .panel-heading {
	background-color: #d9edf7;
	border-color: #ddd;
	border-bottom-width: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 15px;
}

.support-form {
	position: relative;
}

.support-form ._domain {
	position: absolute;
	top: 15px;
	right: 10px;
}

.support-form ._domain span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    color: blue;
}

.support-form .info {
	padding: 10px 0;
}

.support-form .info h3 {
	font-size: 18px;
	color: #f00;
	text-transform: uppercase;
}

.support-form .info h3 strong {
	font-size: 22px;
}

.support-form .info p {
	font-size: 15px;
}

.support-form h2 {
	margin-bottom: 5px;
}

.notify-support {
	font-size: 13px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ddd;
}

.notify-support h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

.notify-support p {
	margin-bottom: 5px;
}

.view-support {
	width: 600px;
}

.view-support ul li {
	margin-bottom: 10px;
}

.view-support ul li a {
	border: 1px solid #ddd;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}

.view-support ul li a:hover:before {
	content: '\f019';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 100px;
	z-index: 1;
}

.view-support ul li a img {
	width: auto;
	height: 100px;
	border-radius: 3px;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.menu-main ul {
	padding-left: 0;
	margin-bottom: 0;
}

.menu-main ul li {
	list-style: none;
	margin-bottom: 10px;
}

.menu-main ul li a {
	text-decoration: none;
    padding: 4px;
    border: 1px solid #ddd;
    display: inherit;
}

.menu-main ul li .image {
	text-align: center;
}

.menu-main ul li .image img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.menu-main ul li .image img.border {
	border: 8px solid #278adb;
	border-radius: 50%;
}

.menu-main ul li .title {
	margin-top: 10px;
}

.menu-main ul li .title h3 {
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 0;
}

.body-main .notification-main ul {
	padding-left: 20px;
}

.body-main .notification-main ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

input {
	background: #fff;
}

@media (max-width: 767px) {
	#header {
		padding: 0;
	}

	#header div.logo {
		padding-left: 5px;
	}

	#header div.logo img {
		height: 40px;
		max-width: 110px;
    	object-fit: contain;
	}

	#header .header-menu > li {
		padding: 0 5px;
		line-height: 50px;
	}

	#notification-area .dropdown-menu {
		width: 250px;
	}

	.menusite {
		padding-left: 0;
		padding-right: 0;
	}

	.menusite .navbar-header .home a {
		padding-top: 17px;
	}

	#contentmod {
		padding: 5px 0;
	}

	.panel-body {
		padding: 10px;
	}

	.support-form ._domain {
		position: relative;
		top: auto;
		right: auto;
	}
}

@media (max-width:  390px) {
	.menu-main ul li .image img {
		width: 80px;
		height: 80px;
	}

	.menu-main ul li .image img.border {
		border-width: 5px;
	}

	.menu-main ul li .title h3 {
		font-size: 12px;
	}
}