/* Sam's CSS Begins here */

html{
	/*height:100%;*/
	margin:0;
	background: rgba(62,161,163,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(62,161,163,1) 0%, rgba(62,161,163,1) 17%, rgba(17,149,156,1) 57%, rgba(0,96,121,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 60%, color-stop(0%, rgba(62,161,163,1)), color-stop(17%, rgba(62,161,163,1)), color-stop(57%, rgba(17,149,156,1)), color-stop(100%, rgba(0,96,121,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(62,161,163,1) 0%, rgba(62,161,163,1) 17%, rgba(17,149,156,1) 57%, rgba(0,96,121,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(62,161,163,1) 0%, rgba(62,161,163,1) 17%, rgba(17,149,156,1) 57%, rgba(0,96,121,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(62,161,163,1) 0%, rgba(62,161,163,1) 17%, rgba(17,149,156,1) 57%, rgba(0,96,121,1) 100%);
}
body{
	margin:0;
	height:100%;
	background: transparent;
	padding:0 !important;
	font-size:16px;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
	color: #ffffff;
}

.page-scroll:hover, .page-scroll:focus {
	text-decoration: unset !important;
}

a{
	color: #f58227;
}
a:hover, a:focus{
	color: #F58227;
    text-decoration: underline;
}

.navbar{
	height:90px;

}
.float-right{
	/*margin-top:50px;*/
}
.navbar-collapse{
		background-color:#fff;
		/*width:700px;
		position:absolute;
		right:0;*/
}
.navbar-default .navbar-text {
  color: #0D3B52;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > ul > li > a {
  color: #F9AD04;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > ul > li > a:hover,
.navbar-default .navbar-nav > li > ul > li > a:focus {
  color: #F58227;
  background-color: #fff;
}
@media only screen and (max-width : 991px) {
.navbar-default .navbar-nav > li > a {
  color: #F9AD04;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F58227;
  background-color: transparent;
}
	.navbar-collapse,
	.navbar-collapse.collapsing.in,
	.navbar-collapse.collapse.in{
		/*width:40%;*/
		background-color:#ffffff;
		position:absolute;
		right:65px;
		padding-right:25px;
		border-radius:0px 0px 50px 0px;
	}
	nav.navbar .floatright{
		display:none;
	}
}
.nav.navbar-nav.navbar-right li:first-of-type{
	/*display:none;*/
}


/* Begin Child navigation CSS */
.new-nav{
/*display:none !important;*/
}
li.new-nav,
li.new-nav ul li{
 display: block;
 transition-duration: 0.5s;
 line-height:normal;
}
li.new-nav ul li a:before{
	content:'\00BB\00a0';
}
li.new-nav:hover,
li.new-nav ul li:hover{
	cursor: pointer;
}

ul li.new-nav ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top:-5px;
  padding:0px;
  left: 0;
  display: none;
  cursor: pointer;
  z-index:9999;
}

ul li.new-nav:hover ul,
ul li.new-nav:focus-within ul,
ul li.new-nav ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li.new-nav ul li {
  clear: both;
  width: 100%;
}
ul li.new-nav ul li a{
	color:#777777;
	padding:5px 15px;
	width:100%;
	min-height:30px;
	display:block;
	position:relative;
}
ul li.new-nav ul li a:hover{
	text-decoration:none;
}


.boxrow-register li p {
    color: black !important;
}


.text-muted{
	color:#2D4551;
}
nav.navbar .container{
	position:relative;
	height:90px;
}
nav.navbar .container::before{
	/*height:90px;*/
	width:1500px;
	position:absolute;
	left:-1485px;
	top:0;
	bottom:0;
	height:100%;
	background-color:#ffffff;
}
.navbar{
	margin-bottom:0px;
}

.logo_bar{
	background-color:#ffffff;
	padding-right:25px;
	border-radius:0px 0px 50px 0px;
}
.container.content a{
	margin-bottom: 0px;/*10px;*/
}
.login-page .row{
	padding-top:100px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.login-page .row .col-sm-4{
	padding-bottom:100px;
}
.login-page .row .col-sm-4 img{
	/*width: 397px;*/
    width: 100%;
}
@media only screen and (max-width : 480px) {
	.login-page .row{
		padding-top:40px;
	}
	.login-page .row .col-sm-4{
		padding-left: 50px ;
		padding-right: 50px ;
	}
	.login-page .row .col-sm-4:first-of-type{
		padding-bottom:40px;
		margin: 0 auto;
	}
	.login-page .row .col-sm-4 img{
		max-width:225px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 768px) {
	.login-page .row{
		padding-top:40px;
	}
	.login-page .row .col-sm-4{
		padding-left: 130px ;
		padding-right: 130px ;
        margin: 0 auto;
	}
	.login-page .row .col-sm-4:first-of-type{
		padding-bottom:40px;
	}
	.login-page .row .col-sm-4 img{
		max-width:225px;
	}
}
.login-page .row,
.charts-page .row,
.main-panel .row,
.welcome-page .row
{
	background-color:rgba(255,255,255,0.8);
	margin-bottom:40px;
}
.charts-page .row,
.main-panel .row,
.welcome-page .row div *:last-child
{
	padding-bottom:10px;
	margin-bottom:10px;
}
.charts-page .row,
.main-panel .row,
.welcome-page .row div *:first-child
{
	padding-top:10px;
}
.boxsubtitle,
.main-panel .row h1{
color:#0D3B52 !important;
}
.dropshadowclass{
	background-color:#fff;
}
.main-panel .box:last-child{
	margin-bottom:100px;
}

.content{
	margin-top:30px;
	padding-top:120px;
    min-height: calc(100vh - 245px);
	margin-bottom:20px;
}

.popups-login p{
    color: black;
}

.bg-white_register a {
    font-weight: bold;
}

.bg-white_register p{
    color:black !important;
}

.popups-login a{
   font-weight: bold;
}

.popups-login .added-info  small > ol, .popups-login .added-info  h2 > small > strong {
    color: #3DA1A2;
}


.content.login-page{
    margin-bottom:44px !important;
}

footer, .push{
	/*height:120px;*/
}
footer{
	margin-top:0px;
	background-color:#ffffff;
}
footer .list-inline.quicklinks, footer .copyright{
	font-size: 12px;
}
footer .list-inline.quicklinks{
	padding-top:50px;
	margin-bottom:0px;
}
@media only screen and (max-width : 991px) {
	/*.content{*/
	/*	padding-bottom:250px;*/
	/*}*/
	/*footer, .push{*/
	/*	height:auto;*/
	/*}*/
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
	.logo_bar img{
		max-width:85%;
	}
	.logo_bar{
		height:90px;
		line-height:90px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 600px) {
	.logo_bar img{
		max-width:90%;
	}
	.logo_bar{
		height:90px;
		line-height:90px;
	}
}


/* End Sam's CSS */

.spinner  {
    background: url('../img/loading.gif');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 450px;
    z-index: 1000;
    height: 200px;
    width: 200px;
}

.tablefirstbold td:nth-child(1) {
    font-weight: bold;
}

._login {
    background-color: #3DA1A2 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
}

._nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}

.login_title {
    font-weight: bold;
    font-size: 29px;
}

.WRSData {
    color: #3DA1A2;
    font-weight: 500;
    margin-right: 12px;
}

._forgotten_pass > a {
    color: #3DA1A2 !important;
}

.login_form input {
    border-color: #3DA1A2;
    border-radius: 10px;
}

.section-subheading.text-muted.text-center,
.login_form input::placeholder {
    color: #0c3d5e;
    font-weight: 400;
}

.btn.btn-primary.float-right {
    font-weight: 400;
}

.bg_white {
    background-color: white;
    padding: 15px;
}

.bg_white > hr{
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg_white  small{
   font-size: 100%;
}

.bg_white > .text-center {
    padding-top: 15px;
}

.bg_white > .text-center i {
    color: #F58227;
}

.selectator_group_header,
.bg_white small > ol,
.bg_white h2 > small > strong{
    color: #3DA1A2;
}


#clear {
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    ._nav {
        display: unset;
        align-items: unset;
        padding-left: 16px;
        padding-bottom: 5px;
    }
}

.btn_grid {
    display: grid;
    gap: 5px;
}



