html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px;
}
body {
	background: #222D32;
	color: #555555;
	font-family: 'Rubik', sans-serif;

	font-size: 12px;
	margin: 0;
}



#body-wrapper 
{
    float:left;
    width:100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
  
    font-weight: bold;
}
h1 {
    color: #FFFFFF;
  
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    top: -1000px;
}
h2 {
    font-size: 26px;
    padding: 0 0 10px;
}
h3 {
    font-size: 17px;
    padding: 0 0 10px;
}
h4 {
    font-size: 16px;
    padding: 0 0 5px;
}
h5 {
    font-size: 14px;
    padding: 0 0 5px;
}
h6 {
    font-size: 12px;
    padding: 0 0 5px;
}
a {
    color: #57A000;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
a:active {
    color: #777777;
}
a:focus {
    outline: 1px none;
}
strong {
    color: #333333;
    font-weight: bold;
}
small {
    font-size: 0.85em;
}
pre {
    font-family: monospace;
}
p {
    float: left;
    line-height: 0;
    margin: 0;
}
.clear {
    clear: both;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.button {
    background: url("../images/bg-button-green.gif") repeat-x scroll left top #459300 !important;
    border: 1px solid #459300 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
   
    font-size: 11px !important;
    padding: 4px 7px !important;
}
.button:active {
    padding: 5px 7px 3px !important;
}
a.remove-link {
    color: #BB0000;
}
a.remove-link:hover {
    color: #000000;
}
#sidebar {
	background: #293949 none repeat scroll 0 0;
	bottom: 0;
	color: #888888;
	font-size: 11px;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 230px;
	overflow-y: scroll;
}

    #sidebar::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
         display: none;
    }

#sidebar a, #sidebar a:active {
  color: white;
  font-size: 15px;
}
#sidebar a:hover {
  color: white;
}

#sidebar #sidebar-title {
    margin: 40px 0 40px 15px;
}



#sidebar #main-nav {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#sidebar #main-nav li {
	list-style: outside none none;
	/* padding-bottom: 5px; */
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#sidebar #main-nav li a.nav-top-item {
	/* background: rgba(0, 0, 0, 0.15); */
	color: white;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 13px 15px;
	text-decoration: none;
	/* box-shadow: inset 3px 0px 0px #FF9400 !important; */
	text-align: left;
}


.sidebar #leftside-navigation ul li a {
	color: #aeb2b7;
	text-decoration: none;
	display: block;
	padding: 18px 0 18px 25px;
	font-size: 12px;
	outline: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#sidebar #main-nav li a.current {
	/* background: #1E282C none repeat scroll 0 0; */
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
#sidebar #main-nav li a.current:hover {
    color: #fff;
}
#sidebar #main-nav ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #00080B4D;
}
#sidebar #main-nav ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#sidebar #main-nav ul li a {
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px 15px;
}
#sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
	color: #FF9400;
}

#sidebar #main-nav ul li a.current {
    background: url("../images/bg-menu-item-current.gif") no-repeat scroll right center transparent !important;
}
.top-text {
	font-size: 25px;
	font-weight: bolder;
	text-transform: uppercase;
}
#messages p, #messages form {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}
#messages h4 {
    padding: 10px 0;
}
#messages fieldset {
    margin: 0;
}
#messages textarea {
    margin: 0 0 15px;
}
#main-content {
    margin: 0 40px 0 125px;
    padding: 0 0 0;
}
.column-left {
    float: left;
    width: 48%;
}
.column-right {
    float: right;
    width: 48%;
}
#page-intro {
    font-size: 17px;
    padding: 0 0 20px;
}
#footer {
	border-top: 1px solid #000;
	font-size: 12px;
	margin: 40px 0 0;
	padding: 20px 0;
}
#main-content ul, #main-content ol {
    padding: 10px 0;
}
#main-content ol {
    padding: 0 0 0 24px;
}
#main-content ol li {
    list-style: decimal outside none;
    padding: 4px 0;
}
#main-content .pagination {
   
    font-size: 10px;
    padding: 20px 0 5px;
    text-align: right;
}
.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}
.pagination a.number {
    border: 1px solid #DDDDDD;
}
.pagination a.current {
    background: url("../images/bg-button-green.gif") repeat-x scroll left top #469400 !important;
    border-color: #459300 !important;
    color: #FFFFFF !important;
}
.pagination a.current:hover {
    text-decoration: underline;
}
.shortcut-button {
    background: url("../images/shortcut-button-bg.gif") no-repeat scroll left top #F7F7F7;
    border: 1px solid #CCCCCC;
    display: block;
    margin: 0 0 20px;
    width: 120px;
}
.shortcut-button span {
    border: 1px solid #FFFFFF;
    color: #555555;
    display: block;
    font-size: 13px;
    line-height: 1.3em;
    padding: 15px 10px;
    text-align: center;
}
.shortcut-button span img {
    margin-bottom: 10px;
}
.shortcut-button:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.shortcut-button span:hover {
    color: #57A000;
}
form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}
form p small {
    color: #777777;
    font-size: 0.75em;
}
form input.text-input, form select, form textarea, form .wysiwyg {
    background: url("../images/bg-form-field.gif") repeat-x scroll left top #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #333333;
    font-size: 13px;
    padding: 6px;
}
form .small-input {
    width: 25% !important;
}
form .medium-input {
    width: 50% !important;
}
form .large-input {
    font-size: 16px !important;
    padding: 8px !important;
    width: 97.5% !important;
}
form textarea {
  
    width: 97.5% !important;
}
form select {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
}
form input[type="checkbox"], .notification {
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    border: 1px solid;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    width: 99.8%;
}
.attention {
    background: url("../images/icons/exclamation.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}
.information {
    background: url("../images/icons/information.png") repeat scroll 0 0 #DBE3FF;
    border-color: #A2B4EE;
    color: #585B66;
}
.success {
    background: url("../images/icons/tick_circle.png") repeat scroll 0 0 #D5FFCE;
    border-color: #9ADF8F;
    color: #556652;
}
.error {
    background: url("../images/icons/cross_circle.png") repeat scroll 0 0 #FFCECE;
    border-color: #DF8F8F;
    color: #665252;
}
.notification div {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    padding: 10px 10px 10px 36px;
}
.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.input-notification {
    background-color: transparent;
    background-position: left 2px;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
}
#login-wrapper #login-content .notification {
    background-color: #141414;
    border: 0 none;
    color: #FFFFFF !important;
}
body#login {
	color: white;
}
/*#login-wrapper {
    background: none repeat scroll 0 0 #043f79;
    border-bottom: 1px solid #043f79;
    height: 160px;
}*/
#login-wrapper #login-top {
    /*padding: 2px 0 41px;*/
    text-align: center;
    width: 100%;
}
#login-wrapper #login-content {
    margin: 0 auto;
    text-align: left;
    width: 300px;
}
#login-wrapper #login-content label {
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
    margin-top: 14px;
    padding: 0;
    width: 70px;
}
#login-wrapper #login-content input {

    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    float: left;
    margin: 0 0 20px;
    width: 300px;
    height: 25px;
    border: 3px solid #5d131a;
    font-weight: 600;
}
#login-wrapper #login-content p {
    padding: 0;
}
#login-wrapper #login-content p#remember-password {
    float: right;
}
#login-wrapper #login-content p#remember-password input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: none;
    margin: 0 10px 0 0;
    width: auto;
}
#login-wrapper #login-content p .button {
    margin-left: 80px;
    width: auto;
}
#facebox .b {
    background: url("../images/b.png") repeat scroll 0 0 transparent;
}
#facebox .tl {
    background: url("../images/tl.png") repeat scroll 0 0 transparent;
}
#facebox .tr {
    background: url("../images/tr.png") repeat scroll 0 0 transparent;
}
#facebox .bl {
    background: url("../images/bl.png") repeat scroll 0 0 transparent;
}
#facebox .br {
    background: url("../images/br.png") repeat scroll 0 0 transparent;
}
#facebox {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
#facebox .popup {
    position: relative;
}
#facebox td {
    border-bottom: 0 none;
    padding: 0;
}
#facebox .body {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
    width: 370px;
}
#facebox .loading {
    text-align: center;
}
#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0 none;
    margin: 0;
}
#facebox .footer {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    overflow: hidden;
    padding: 0;
    width: 10px;
}
#facebox_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.facebox_hide {
    z-index: -100;
}
.facebox_overlayBG {
    background-color: #000000;
    z-index: 99;
}
input[type="text"] {
	/* background: #AFAFAF; */
}
#login {

	background-image: url(/images/bg-13.jpg);
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #b3c0d0;
}
/*#login::before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}*/
.input-group-addon.top {
	background: #FF9400;
	color: #fff;
	font-size: 18px;
	padding: 6px 10px !important;
	border-radius: 0px !important;
	border: none;
}
/*#errorLbl {
	margin-top: 25px !important;
	float: left;
	font-size: 18px;
	font-weight: bold;
}*/

#btnlogin {
	background: #FF9400;
	width: auto;
	border: none;
	display: inline-block;
	padding: 0px 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: white;
	line-height: 35px;
	border-radius: 3px;
}
.watermarktextbox {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	text-decoration:none;
	vertical-align:top;
	background-color:#ACC37B;
}

._filterText
{
    border: 1px solid #999999;
    width: 96%;
    font-size: 11px;
    background-color: #F5F5F5;
    margin-left:2%;
    margin-right:2%;
}

.link_button_style
{
	font-size:14px; 
	color:#ffffff;    
    padding:6px;
    background-color:#999999;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    text-decoration:none;
    padding:2px;
    width:70px;    
    font-weight:bold;
}
.link_button_style:hover {
 
 color:#222222;
 background: #FFCC00;
 background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FF9900));
 background: -moz-linear-gradient(top, #FFCC00, #FF9900);
 -pie-background: linear-gradient(top, #FFCC00, #FF9900);
 text-decoration:none;
 cursor:pointer;    
 }
 
 .loading
{
	margin: 0px;
	background-position: center center;
	border: 1px dotted #000000;
	z-index: 16000000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	color: #990000;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-color: black;
	filter: alpha(opacity=10);
	opacity: 0.5;
	height: 100%;
	background-image: url('../resources/images/lightbox-ico-loading.gif');
}
.loading > span
{
}
.text-center {
	background: #68AFDE;
	padding: 8px;
	font-size: 20px;
	font-weight: bolder;
	color: white;
}

.login1 {
	background-color: #fff;
	box-shadow: -8px 20px 25px 0 rgba(25, 42, 70, .3);
	margin-top: 100px;
}
#sidebar #main-nav li i {
	display: inline-block;
	width: 20px;
	text-align: center !important;
	font-size: 15px;
}
.left {
	margin-right: 10px !important;
}
.right {
	font-size: 13px !important;
	font-weight: 400 !important;
}
.btns {
	background: url("../images/bg-button-green.gif") repeat-x scroll left top #459300 !important;
	border: 1px solid #FF9400 !important;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px !important;
	padding: 0px 15px !important;
	background: #FF9400 !important;
	width: auto !important;
	border-radius: 3px;
	line-height: 27px;
}
.tabtextdisplay {
	padding: 7px 0px;
}




.divider {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 1rem 0;
}
.divider .divider-text::after {
	left: 100%;
}

.divider .divider-text::after, .divider .divider-text::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 9999px;
	border-top: 1px solid #DFE3E7;
}

.divider .divider-text::before {
	right: 100%;
}

.divider .divider-text {
	position: relative;
	display: inline-block;
	font-size: 13px !important;
	padding: 0 1rem;
	background-color: #FFF;
}





.logo-area img {
	max-width: 145px;
}

.logo-area {
	background: #1f2a36;
	width: 100%;
	position: relative;
	display: block;
	height: 55px;
	padding: 8px 0px;
	text-align: center;
}



.log {
	/* background: rgba(0, 0, 0, 0.15); */
	color: white;
	cursor: pointer;
	display: block;
	font-size: 13px !important;
	padding: 13px 15px !important;
	text-decoration: none;
	/* box-shadow: inset 3px 0px 0px #FF9400 !important; */
	text-align: left  !important;
}

.log i {
	display: inline-block;
	width: 20px;
	text-align: center !important;
	font-size: 15px;
}

.table, .text-wrap table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}



.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 0;
}

.table tr th {
	vertical-align: bottom;
	/* border-bottom: 1px solid #eaedf1; */
	border-bottom-width: 1px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-top: 0;
}

.table-bordered, .text-wrap table, .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
	border: 1px solid #eaedf1;
}

.btn-primary {
	color: #fff !important;
	background: #6259ca !important;
	border-color: #6a62cc !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.84615385;
	border-radius: 5px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
	cursor: pointer;
	font-weight: 400;
	letter-spacing: .03em;
	font-size: 0.8125rem;
	min-width: 2.375rem;
}

.bg-info {
    background-color: #3dbade !important;
    color: white !important;
}
.btn-info {
    background-color: #3dbade !important;
    color: white !important;
}
.btn-danger {
    color: #fff !important;
    background: #c51717 !important;
    border-color: #c51717 !important;
}