@import
	url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import
	url('https://fonts.googleapis.com/css?family=Oswald:400,700|Raleway:300,400,600')
	;

body {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 400;
	font-size: 16px;
	color: #000;
	background: #fff;
	line-height: 1.4;
	overflow: hidden !important;
}

.board {
	font-family: 'Open Sans', sans-serif !important;
}
/*   
    blue:   #002d57   dark
    blue:   #3693fa   light

    gray 1: #4c4d4f   darker
    gray 2: #f3f3f4    medium
    gray 3: #e7e7e8    light
*/
.left_cont {
	background: rgba(54, 147, 250, 1);
	background: -moz-linear-gradient(top, rgba(54, 147, 250, 1) 0%,
		rgba(54, 147, 250, 1) 23%, rgba(103, 176, 247, 1) 96%,
		rgba(103, 176, 247, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54, 147, 250
		, 1)), color-stop(23%, rgba(54, 147, 250, 1)),
		color-stop(96%, rgba(103, 176, 247, 1)),
		color-stop(100%, rgba(103, 176, 247, 1)));
	background: -webkit-linear-gradient(top, rgba(54, 147, 250, 1) 0%,
		rgba(54, 147, 250, 1) 23%, rgba(103, 176, 247, 1) 96%,
		rgba(103, 176, 247, 1) 100%);
	background: -o-linear-gradient(top, rgba(54, 147, 250, 1) 0%,
		rgba(54, 147, 250, 1) 23%, rgba(103, 176, 247, 1) 96%,
		rgba(103, 176, 247, 1) 100%);
	background: -ms-linear-gradient(top, rgba(54, 147, 250, 1) 0%,
		rgba(54, 147, 250, 1) 23%, rgba(103, 176, 247, 1) 96%,
		rgba(103, 176, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(54, 147, 250, 1) 0%,
		rgba(54, 147, 250, 1) 23%, rgba(103, 176, 247, 1) 96%,
		rgba(103, 176, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3693fa',
		endColorstr='#67b0f7', GradientType=0);
	padding: 0px;
}

.jqx-splitter-panel {
	/* background: #fff; */
	/*overflow-y: auto;*/
}

.panel_one {
	overflow: hidden !important;
}

.head_left {
	width: 16%;
	float: left;
}

.head_right {
	width: 100%;
	float: left;
}

.lgn {
	margin-top: 10%;
}

.lgn h2 {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.lgn a {
	color: #4c4d4f;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	text-decoration: underline !important;
}

.lgn a:hover {
	color: #13549b;
}

.lgn ul li {
	margin-bottom: 15px;
}

.lgn ul li i {
	margin-right: 5px;
}

.lgn input[type=text], .lgn input[type=password] {
	width: 100%;
	height: 40px;
	background: #fff;
	color: rgba(54, 147, 250, 1);
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.lgn button {
	margin-top: 10px;
	width: 100%;
	height: 45px;
	background: rgba(54, 147, 250, 1);
	text-align: center;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #13549b;
}

.lgn button:hover {
	background: #13549b;
}

.logo {
	background: #fff;
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 220px;
	margin-top: 10px;
}

.jqx-fill-state-pressed {
	/*width: 0px !important;
    height: 0px !important;
    margin-top: -50px !important;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 12px solid #3693fa;*/
	
}

.jqx-fill-state-hover {
	/*  border-left: 12px solid #13549b;*/
	
}

.mm > div {
	background-color: transparent !important;
	background-image: none !important; 
	border: 0px;
	border-bottom: 1px solid #fff;	
}

.mm > div.active {
	background-color: #4c4d4f;
}

.mm div a {
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding-left:5px;
	outline: none;
}

.mm div a span {
	font-size: 9px;
	vertical-align: text-top;
	padding-left: 5px;	
}

.mm ul {
	/* border-top: 1px solid white; */
}
.mm li a {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 13px;
	text-align: left;
	padding: 10px 0px 10px 10px;
	outline: none;
}

.mm li a span {
	font-size: 9px;
	vertical-align: text-top;
	padding-left: 5px;
}

.mm li {
	width: 100%;
	float: left;
	padding: 0;
}

.mm li a:hover {
	background: #4c4d4f;
}

.mm li.active {
	background: #4c4d4f;
}

.left_cont {
	height: calc(100% - 89px);
}

.right_cont {
	width: 100%;
	height: calc(100% - 45px);
}

.info_pane {
	height: 100%;
}

.info_pane ul {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.info_pane li p {
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.info_pane li p a {
	color: #fff;
	text-decoration: underline !important;
}

.hdr {
	background-color: var(--ss-theme-accent-color);
	padding: 15px 0;
	min-height: 45px;
	color: #fff;
	color: var(--ss-theme-text-color);
	font-size: 14px;
	text-align: left;
	/*  border-bottom: 47px solid #4c4d4f; */
}

.hdr i {
	color: inherit;
	font-size: 0.9em;
	text-align: left;
	padding-right: 0.25em;
}

.hdr_opt {
	text-align: right;
}


.hdr a {
	color: #e7e7e8;
	color: var(--ss-theme-header-link-text-color);
}

.board {
	width: 100%;
	float: left;
}

.paper {
	width: 100%;
	float: left;
	padding: 10px 10px 10px 30px;
}

.notification_pane {
	width: 100%;
	float: left;
	padding: 0px;
	background: #e7e7e8;
	border-bottom: 1px solid #ccc;
}

.hdr .sign_out {
	padding: 5px 10px;
	border-radius: 4px;
	transition: background-color 0.2s ease-in-out;
}

.hdr .sign_out:hover,
.hdr .sign_out:focus {
	background-color: rgba(0, 0, 0, 0.25);
}

.hdr .sign_out:active {
	background-color: rgba(0, 0, 0, 0.5);
}

.home_not1 h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	color: #4c4d4f;
	text-align: left;
	margin-bottom: 10px;
}

.home_not1 p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #4c4d4f;
	text-align: left;
}

.pim {
	border: 1px solid #b4b4b4;
	border-radius: 8px;
	background: #f3f3f4;
	background-color: var(--ss-theme-background-color);
	margin-bottom: 50px;
}

.pim h3 {
	font-size: 25px;
	color: #222;
	padding: 20px 0;
	text-align: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background: #d1d2d4;
	background-color: var(--ss-theme-header-background-color);
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 20px;
}

.pim h1 {
	font-size: 115px;
	font-weight: 300;
	color: #ccc;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}

.pim p {
	font-size: 15px;
	font-weight: 400;
	color: #4c4d4f;
	padding: 10px 10px;
	text-align: left;
	margin-bottom: 10px;
}

.pim a {
	font-size: 15px;
	font-weight: 600;
	color: #3693fa;
	padding: 10px 10px;
	text-align: left;
	margin-bottom: 10px;
}

.pim a:hover {
	color: #002d57;
}

.pim:hover {
	background: #fff;
	cursor: pointer;
}

.admin-type {
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: 1px solid #5289f9;
	border-radius: 5px;
	text-indent: 10px;
	font-weight: normal;
}

.admin-type.selected {
	background-color: #5289f9;
	font-weight: bold;
}

.admin-icon-div {
	width:40px; 
	height:40px; 
	position: relative;
}

.admin-icon-div.selected {
	background-color: #cccccc;	
}

.admin-icon {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 16px;
   height: 16px;
   margin-top: -8px; /* Half the height */
   margin-left: -8px; /* Half the width */
}

.footy {
	width: 100%;
	float: left;
	background: #4c4d4f;
	height: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 100000;
}

.left_footy {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.left_footy p {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------*/

/*----------------------------------- RWD -----------------------------*/
@media ( max-width :480px) {
}

@media ( max-width :568px) {
}

@media ( min-width :568px) and (max-width:764px) {
}

@media ( min-width :668px) and (max-width:764px) {
}

@media ( max-width :768px) {
	.logo {
		height: auto;
		max-height: none;
	}
	.left_cont {
		height: auto !important;
	}
}

@media ( min-width :768px) and (max-width: 1024px) {
}

@media screen and ( max-height: 414px ) {
}

@media screen and ( min-height:415px) and (max-height: 736px ) {
}

@media ( min-width :768px) {
}

@media ( max-width : 992px) {
}

/*-----------------------------------------------------------*/
#contentView {
	background-color: var(--ss-theme-background-color);
}

.itemicon{
  width:1.4em;
  height:1.4em;
  vertical-align: middle;
  margin-right: 0.33em!important;
  float: none!important;
}