html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
ol, ul { list-style: none; } blockquote, q { quotes: none; } table { border-collapse: collapse; border-spacing: 0; }
sup { vertical-align: super} input::-moz-focus-inner { border: 0; }

html{
	max-width: 100%;
	min-height: 100%;
}

html, footer {
	background: #1c2427;
}

body{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-smoothing: antialiased;
	direction: ltr;
	text-align: left;
	font-size: 14px;
	text-align: left;
	line-height: 1.28em;
	overflow-y: scroll;
	background: #1c2427;
	cursor: auto;
    font-style: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #232528;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: #4496ff;
}

a.point{
	visibility: hidden;
	display: block;
	position: relative;
	top: -80px;
}

a:HOVER{
	text-decoration: none;
}

.button {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	color: #86aee2;
	font-size: 16px;
    padding: 13px 15px;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: .5px;
    outline: none;
    border: none;
    background-color: transparent;
    background-color: unset;
}
.button.small {
	font-size: 12px;
    padding: 6px 15px;
}

.button:hover {
    background: #838b8e;
    color: #000000;
}

.button.blue {
	background: #11407c;
    color: #fff;
}
.button.blue:hover {
	background: #174ea7;
}

.mainLogo {
	    height: 31px;
    width: 31px;
    display: inline-block;
    vertical-align: middle;
}
.logoName {
	    display: inline-block;
	        margin-top: 7px;
}
.logoName span {
	font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    color: #578eaa;
    margin-left: 3px;
}

.siteHeader {
	margin-bottom: 10px;
}

.siteHeader > div {
	padding: 11px 8px;
    overflow: hidden;
}

.ovh {
	overflow: hidden;
}
.l {
  float: left;	
}
.r {
  float: right;	
}

section, footer {
	padding: 30px 21px;
	text-align: center;
}

section.fleet {
    font-size: 18px;
    color: #888d92;
    line-height: 26px;	
}

section.fleet h1 {
	font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

section .buttons {
	padding: 16px 0;
}

section .button {
	padding: 10px 20px;
    font-size: 14px;
}

.mainLogo.onFooter {
	    filter: grayscale(70%);
    opacity: 0.8;
}

footer .ftTxt {
	    margin: 17px 0 10px;
    font-size: 12px;
    color: #797979;
}

footer .ftTxt a {
	    color: #2d77c7;
	    display: inline-block;
}
footer .ftTxt a + a, footer .c {
	margin-left: 14px;
}
footer .c {
	display: inline-block;
}

.richInput {
	border: 2px solid #ffffff00;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.richInputComp, .richInput > * {
	border: 1px solid #1c2427;
    font-size: 14px;
    padding: 7px 3px;
    border-bottom: 3px solid #60748a;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    background-color: #1c2427;
    color: #fff !important;
}

.richInput > input::-webkit-input-placeholder,
.richInput > textarea::-webkit-input-placeholder,
.richInputComp::-webkit-input-placeholder  {
  color: #7892aa;
}
.richInput > *::placeholder,
.richInputComp::placeholder  {
  color: #7892aa;
}

.richInput, .richInput > * {
	display: inline-block;
}
.richInput > *:focus, .richInputComp:focus {
    border-bottom: 3px solid #386ba2;
}

.richInput > b {
	    position: absolute;
    display: none;
    border: none;
    border-bottom: none;
    padding: 3px 2px;
    background-color: #3b484c;
    font-size: 11px;
    color: #eef3fd;
    line-height: 12px;
    left: 4px;
    top: -10px;
    width: auto;
}

.richInput.focused > b {
	display: inline-block;
}

.compField.select {
	    margin: 10px 0;
}

.compField.select label {
	font-size: 13px;
    padding: 5px;
    color: #7892aa;
}

section.leftRightSec h1, form.borderbox h1 {
	    font-size: 25px;
	    line-height: 37px;
	    margin-bottom: 20px;
}



.listOfFeatures .feature {
	    margin: 27px 4px;
}
.listOfFeatures h2 {
	    color: #a0b1c8;
	    font-size: 17px;
    line-height: 26px;
    margin-bottom: 4px;
}
.listOfFeatures h2 b {
	    color: #006fff;
    margin-right: 7px;
}
.listOfFeatures p {
	    padding: 0px 0 0 27px;
    font-size: 15px;
}

.formAtRight .listOfFeatures {
	display: none;
}

.errorMessage {
	color: #ff3636;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 3px 6px;
    text-shadow: 0 0 2px #000;
}

.errorMessage li:before {
	font-family: 'Font Awesome 5 Free';
    content: '\f06a';
    margin:0 5px 0 -15px;
    color: #f00;
}

.iconWithTitle .icon {
	line-height: 49px;
    font-size: 36px;
    color: #3787ef;
}
.iconWithTitle h1 {
	font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.borderbox .mainWord {
	    margin: 20px 0;
    color: #42555d;
}

.borderbox {
	color: #aab3b7;
}

.borderbox.s1 {
	text-align: center;
}

.center {
	text-align: center;
}

.rightLinks {
	text-align: right;
}

.toast {
	margin: 15px 45px;
	left: 0;
    right: 0;
    background-color: #4f545a;
    color: #fbfbfb;
    padding: 18px;
    position: fixed;
    z-index: 15;
    bottom: 31px;
    display: block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 17px;
    cursor: default;
}
.toast:hover {
	opacity: 1 !important;
}
.toast .icon {
	display: none;
}

.borderbox .boxLinks div {
	margin: 15px 0;
}

.messanger .msgbox {
	margin: 49px 0 200px;
    font-size: 18px;
    line-height: 28px;
    border-top: 5px solid;
    padding-top: 13px;
    border-color: #58af6c !important;
    color: #0f440c;
}

.messanger .msgbox.errMsgBox {
	border-color: #922c2c !important;
    color: #ff5454;
    text-shadow: 0 0 3px #000;
    font-size: 20px;
}

a.menubtnprf {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px 30px !important;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #516267;
    cursor: pointer;
    text-decoration: none;
    margin: 3px 4px 0;
    filter: brightness(0.7);
}

.topRightMenu {
	position: absolute;
    background-color: #161d1f;
    left: 0;
    right: 0;
    padding: 20px 30px 19px;
    box-shadow: 0 7px 5px -7px #7d7d7d, 0 13px 18px -9px #56565678;
    text-align: center;
    border-bottom: 1px solid #2f3a3f;
    z-index: 50;
}
.topRightMenu .trmWelcome {
	font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    padding: 10px 0;
    color: #808694;
}

.mnuVisible {
	
}

.topRightMenu .logoutSec {
	    border-top: 1px solid #2b3c41;
    padding-top: 15px;
    margin-top: 16px;
}

.midMnItms a {
	display: block;
	padding: 12px 0;
	cursor: pointer;
}
.midMnItms a:hover {
	background-color: #253235;
    color: #a7caff;
    text-decoration: none !important;
}

.menu {
	display: none;
}

.splitSection {
	margin: 20px 0;
}

.splitSection h2 {
	font-size: 18px;
    color: #5e7e9a;
    line-height: 25px;
    margin: 32px 0 15px;
}

.splitSection h3 {
	font-weight: bold;
}

.smTable {
	width: 100%;
	border: none;
	color: #85acb8;
}

.smTable .p1 {
	width: 1%;
}

.smTable th, .smTable td {
	    padding: 6px 5px;
    background-color: #2d383c;
    vertical-align: middle;
    border: 1px solid #40474a;
    font-size: 13px
}
.smTable th {
	font-weight: bold;
    background-color: #172023;
    color: #6878a8;
    padding: 10px 8px;
} 



.smTable tr:nth-child(even) th {
	background-color: #263033;
}
.smTable tr:nth-child(odd) td {
	background-color: #202a2d;
}
.smTable tr:nth-child(odd) td:nth-child(odd) {
	background-color: #263033;
}

.smTable.compact th, .smTable.compact td {
	padding: 6px !important;
}
.compact .richInput {
	margin: 1px;
}


.bottomCenterButtons {
	text-align: center;
    padding: 15px 3px;
    background-color: #353d3f;
}

.center {
	text-align: center;
}

.helpTip {
	    cursor: help;
    color: #1e9900;
    position: absolute;
    margin: -3px 0 0 3px;
    font-size: 12px;
}

a.linkButton {
	cursor: pointer;
	display: inline-block;
}
a.linkButton:hover {
	color: #115cbc;
}
a.linkButton + .linkButton {
	margin-left: 5px;
}

.hzScrollable {
	overflow-y: auto;
    display: block;
    position: relative;
}

.boxInstr {
	font-size: 14px;
    line-height: 22px;
    margin: 9px 0;
    color: #7e939b;
}

.permaHighlight {
	background-color: #eee;
    color: #545454;
    text-align: center;
    padding: 4px 8px 8px;
}
.permaHighlight .phTitle {
	    font-size: 12px;
    font-weight: bold;
    color: #a0a0a0;
    margin-bottom: 14px;
}
.permaHighlight .ifl {
	    margin: 3px 0;
}
.permaHighlight .boldLine {
	ont-size: 16px;
    font-weight: bold;
    line-height: 21px;
}
.phLinks {
	margin: 16px 0 0;
}

.paginations {
	text-align: right;
    padding: 17px 0 5px;
    text-decoration: none;
}
.paginations .pgi {
	display: inline-block;
    vertical-align: middle;
    height: 30px;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.paginations .pgi.lnk {
	border: 1px solid #dae3e8;
    color: #1b6ebd;
    margin: 0 1px;
    cursor: pointer;
	text-decoration: none;
}
.paginations .pgi.lnk.cur {
	background-color: #b3d2ea !important;
    color: #5b6d79 !important;
    cursor: default !important
}
.paginations .pgi.lnk:hover {
	background-color: #dae9f0;
}
.paginations .pgi.splt {
	    min-width: 0;
    width: 15px;
}

.nothingToDisplay {
	    text-align: center;
    font-style: italic;
    padding: 51px 0 15px;
    color: #6f6f6f;
    font-size: 14px;
}

.warning {
	    background-color: #fbf98e;
    font-size: 14px;
    padding: 6px 15px;
    margin: 5px 0 15px;
    line-height: 19px;
    border: 1px solid #f6abab;
    color: #981919;
}

.warning b {
	    font-weight: bold;
    color: #f40000;
}

.linkStripe a {
	color: #006fb4;
    font-weight: bold;
    display: inline-block;
}


@media(min-width: 565px) {
	.siteHeader > div {
    	padding: 11px 27px;
	}
	footer {
		padding: 34px 27px;
		text-align: left;
	}
	section {
		text-align: left;
    	padding: 34px 9%;
	}
	section.fleet h1 {
		font-size: 38px;
    	line-height: 53px;
	}
	section .buttons {
		padding: 20px 0;
	}
	
	.compact .buttons {
		padding: 2px 0;
	}
	
	.messanger .msgbox {
		border-top: none;
	    border-left: 3px solid;
    	padding: 28px 14px;
	}
	
	.topRightMenu {
		left: auto;
	    min-width: 195px;
	    box-shadow: -5px 5px 14px -9px #3c4f56;
	    border-radius: 10px;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	}
}

@media(min-width: 810px) {
	.formAtRight {
		display: table;
    	width: 100%;
	}
	.formAtRight > div {
		display: table-row;
	}
	.formAtRight > div > .lft {
	    display: table-cell;
    	padding-right: 21px;
    	vertical-align: top;
    	width: 50%;
	}
	.formAtRight > div > .rgt {
		display: table-cell;
	    vertical-align: top;
	}
	.borderbox {
	    border: 1px solid #3d444a;
	    border-radius: 8px;
	    padding: 22px;
	}
	.borderbox.compact {
		padding: 12px;
	}
	.formAtRight .listOfFeatures {
		display: block;
	}
	.borderbox.s1  {
		width: 400px;
		margin: 27px 0 31px;
		display: inline-block;
	}
	
	.toast {
		display: inline-block;
	    width: 300px;
	    bottom: 8px;
	    left: auto;
	    right: 8px;
	    background-color: #363f4a;
	    box-shadow: 5px 5px 8px 0 #00000045;
	    padding: 20px 22px;
	}
	
	.toast .icon {
		display: inline-block;
		width: 46px;
	    vertical-align: middle;
	    text-align: left;
	}
	.toast .icon b {
		font-size: 27px;
    	color: #777c82;
	}
	.toast .txt {
		display: inline-block;
    	width: 250px;
	    vertical-align: middle;
	    text-align: left;
	}
	.midBox {
		text-align: center;
	}
	.midBox .borderbox {
	    width: 311px;
	    text-align: left;
	    display: inline-block;
	}
	
	.warning {
	    padding: 12px 15px;
	    border: 1px solid #ffe4b9;
	    font-size: 13px;
	    background-color: #fffebd;
	    color: #502323;
	}
	
	.warning b {
	    color: #d83a3a;
	}
}
@media(min-width: 979px) {
	.formAtRight > div > .rgt {
		display: table-cell;
	    vertical-align: middle;
	}
}

@media(min-width: 1035px) {
	section {
		padding: 55px 10%;
	}
	footer {
		padding: 55px 5%;
	}
	section.fleet h1 {
	    font-size: 47px;
    	line-height: 60px;
	}
}

@media(min-width: 1435px) { 
	section {
		padding: 55px 17%;
	}
}

@media(min-width: 1290px) {
	.formAtRight > div > .lft {
		padding-right: 117px;
	    width: 59%;
	}
}

