body {
	/*font: 600 12px/1 'Open Sans', sans-serif;*/
	color: #333;
	background: rgb(248, 248, 248);
	overflow-x: hidden;
	/*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.INDEX {
	/*background-image: url(../icon/dealTinderShade.png);*/
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
}

.wrapper {
	display: flex;
	min-height: 100%;
	overflow-y: visible;
}

.sidebar {
	position: fixed;
	width: 220px;
	top: 52px;
	z-index: 9;

}

.lBottom {
	position: fixed;
	/*	transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);*/
	color: rgba(56,87,122,1);
	bottom: 10px;
	left: 90px;
	width: 200px;
	height: 45px;
	z-index: 5;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding: 4px;
	border-radius: 3px;
	margin: 5px;
	font-size: 12px;
	min-width: unset;
	width: 100%;
}


.title {
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(25%, rgb(243, 243, 243)), color-stop(75%, rgb(229, 229, 229)), color-stop(100%, rgb(175, 175, 175)));
	background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(243, 243, 243,1) 50%, rgba(229, 229, 229,1) 75%, rgba(175, 175, 175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	font-weight: 800;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0px;
	letter-spacing: 1px;
	z-index: 101;
}

.content {
	background: #eee;
	position: fixed;
	left: 220px;
	height: 100%;
	padding: 60px 5px;
	width: calc(100% - 220px);
	transition: transform .3s;
	z-index: 10;
}

.content.isSetting {
	transform: translate3d(-220px,0,0);
}

.content.isOpen {
	transform: translate3d(0,0,0);
}


.nav li a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 10px 0 10px 15px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid rgba(56,87,122,0.8);
	background: rgba(255,255,255,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(0%, rgb(231, 231, 231)), color-stop(0%, rgb(203, 203, 203)), color-stop(100%, rgb(190, 190, 190)));
	background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(231, 231, 231,1) 0%, rgba(203, 203, 203,1) 0%, rgba(190, 190, 190,1) 100%);
}

.nav li a:hover {
	color: #fff;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
}

.nav li a.active {
	color: #fff;
	box-shadow: inset 5px 0 0 #ff9000, inset 6px 0 0 #222;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
}



.menu.active {
	background: rgba(179,126,1,1.00);
}

::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(56,87,122,1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(56,87,122,1);
}

.rBottom {
	position: fixed;
	/*transform: rotate(-90deg);*/
	/*-webkit-transform: rotate(-90deg);*/
	color: #7A7979;
	top: 60px;
	right: 5px;
	width: 220px;
	height: 420px;
	z-index: 5;
}

.rBottom button {
	text-align: left;
	padding: 10px;
	margin: 5px;
	width: 200px;
	float: right;
	background-color: rgba(56,87,122,1);
	border: none;
	border-radius: 5px;
	color: white;
	z-index: 6;
}

.rBottom.notify {
	text-align: left;
	padding: 3px;
	margin: 5px;
	width: 200px;
	float: right;
	resize: none;
	border-radius: 5px;
	z-index: 6;
	height: calc(100vh - 60px);
}

.rBottom button:hover{
	background-color: rgb(77, 99, 122);
}

/* Table layout */

.noteElem {
	margin-bottom: 10px;
	padding: 5px;
	border: #333 1px solid;
	border-radius: 3px;
}

.elemDet {
	margin-top: 5px;
}

.lister {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: none;
}
.lister tr:first-child th:first-child {
	border-top-left-radius: 1rem;
}

.lister tr:first-child th:last-child {
	border-top-right-radius: 1rem;
}
.lister tr:last-child td:first-child {
	border-bottom-left-radius: 1rem;
}
.lister tr:last-child td:last-child {
	border-bottom-right-radius: 1rem;
}

.lister td, .lister th {
	border-bottom: 1px solid #ddd; /* Bottom border */
	border-right: 1px solid #ddd; /* Right border */
	/*border: 1px inset #ddd;*/
	padding: 5px 10px;
	vertical-align: top;
}

.lister tr:nth-child(odd){
	background-color: rgba(255,255,255,1);
}

.lister tr:nth-child(even){
	background-color: rgba(255,255,255,0.7);
}

.lister th {
	padding-top: 12px;
	padding-bottom: 12px;
}

.lister a {
	text-decoration: none;
	color: #eee;
}

.lister input {
	width: 100%;
	border: solid 1px #666;
}

.pageLinks {
	margin: 12px 0;
	font-size: 12px;
}

.pageLinks a {
	padding: 3px;
	color: #eee;
	line-height: normal;
}

.pageLinks a.selected {
	background-color: #eee;
	color: #333;
}

/* Style the tab */
.fixedTab {
	overflow: hidden;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #a8a8a8;
}

/* Style the buttons inside the tab */
.fixedTab button {
	padding: 8px 10px;
	background: #555555;
	border-radius: 8px 8px 0 0;
	border: none;
	margin-left: 0.1em;
	opacity: 1;
	float: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 14px;
	color: rgba(56,87,122,1);
	font-weight: bold;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(25%, rgb(243, 243, 243)), color-stop(75%, rgb(229, 229, 229)), color-stop(100%, rgb(175, 175, 175)));
	background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(243, 243, 243,1) 50%, rgba(229, 229, 229,1) 75%, rgba(175, 175, 175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
}

.pageTab {
	overflow: hidden;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #a8a8a8;
}

/* Style the buttons inside the tab */
.pageTab button {
	padding: 10px 10px;
	background: #555555;
	border-radius: 8px 8px 0 0;
	border: none;
	margin-left: 0.1em;
	opacity: 1;
	float: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

/* Change background color of buttons on hover */
.pageTab button:hover {
	background: rgba(77, 99, 122,1);
	/*background: rgba(56,87,122,1);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));*/
	/*background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);*/
}

/* Create an active/current tablink class */
.pageTab button.active {
	background: rgba(77, 99, 122,1);
	/*background: rgba(56,87,122,1);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));*/
	/*background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);*/
}


/* Style the tab content */
.pageTabContent {
	display: none;
	padding: 0;
	margin: 0;
	border-top: none;
}


/* Shadow_types */

.button_start {
	position: fixed;
	width: 100%;
	height:55px;
	top: -2px;
	left: 0px;
	color: #eee;
}

.headline {
	position: fixed;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0;
	right: 10px;
	top: 0px;
	z-index: 100;
}

.headline button {
	font-size: 20px;
	padding: 0px 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.headline .remark {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	top: -14px;
	left: -20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff9000;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.1);
}

.hideScroll::-webkit-scrollbar-thumb {
	background: transparent;
}

.hideScroll::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

/* Dialog Style  */

.income {
	width: 90%;
	padding:10px;
	float: left;
	color: #fff;
	background: rgba(77, 99, 122,1);
	border-radius: 0 20px 20px 20px;
	margin: 0 0 10px 0;
}

.response {
	width: 90%;
	padding:10px;
	float: right;
	background-color: white;
	border-radius: 20px 0 20px 20px;
	margin: 0 0 10px 0;
}

.attach {
	margin: 10px 0;
}

.timestamp {
	clear: left;
	float: right;
	font-size: 10px;
	margin: 0 5px 10px 0;
}

.message {
	position:absolute;
	width: 100%;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0px 10px;
	top: 0px;
	z-index: 120;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.1);
}

.message-success {
	background: rgba(21,115,13,1.00);
}
.message-warning {
	background: rgba(179,126,1,1.00);
}
.message-error {
	background: rgb(176, 0, 6);
}

.button {
	cursor: pointer;
}

.PopUp {
	position: fixed;
	display: none;
	transition: transform .3s;
	width: 100%;
	height: 100%;
	z-index: 110;
	top: 2%;
}

.PopUp.isOpen {
	display: block;
}

.form-container {
	position: relative;
	top: 3%;
	max-width: 350px;
	max-height: 95%;
	margin: 0 auto;
	color: #333;
	line-height: 10px;
	border-style: solid;
	border-width: medium;
	border-color: dimgray;
	padding: 10px 10px;
	border-radius: 10px;
	background-color: #eee;
}
.form-container a img {
	filter: brightness(30%);
}
.form-container button img {
	filter: brightness(30%);
}

.form-container div.form-content{
	margin-top: 20px;
}

.form-container div.addTyp img{
	filter: brightness(5%);
}

.form-container div.delSys img{
	filter: brightness(5%);
}

.form-container button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.form-container textarea {
	padding: 5px;
	margin: 0;
	border-radius: 5px;
	background: #FFFFFF;
	resize: none;
	border: 2px #FFF groove;

}

.form-container select {
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
	background: #FFFFFF;
	width: 98%;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	resize: none;
}

.form-container textarea.inputor {
	width: 100%;
	min-height: 200px;
}

.form-container h3 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
	left: 10px;
}

.form-container textarea:focus {
	background-color: #FFFFFF;
	outline: none;
}

.form-container .btn {
	/* background-color: #eee; */
	color: #333;
	padding: 10px 0px;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	width: 99%;
	opacity: 1;
}

.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}

.form-container .send {
	color: #eee;
	background-color: #333;
	box-shadow: -2px -2px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);
}

.form-container .input {
	padding: 10px;
	margin: 5px;
	background-color: #FFFFFF;
}

.searchButton {
	margin-bottom: 20px;
}

.searchButton button {
	/*	background-color: #004380; */
	color: #eee;
	font: 800 12px/1 'Open Sans', sans-serif;
	border: 1px solid #000000; /* Add a grey border */
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	margin: 3px;
}


.sideCont {
	position: fixed;
	font: 400 12px/1 'Open Sans', sans-serif;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 65px 5px 0 0;
	transition: transform .3s;
	box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
	z-index: 50;
}

.sideCont .sub {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 51;
}

.sideCont.isOpen {
	transform: translate3d(40px,0,0);
}

.single_entry_frame {
	position: relative;
	float: left;
	padding: 6px;
	margin: 2px 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.single_entry_frame button{
	padding: 0px 5px;
}


.single_entry_collect {
	position: relative;
	float: left;
	margin: 10px 5px;
	border-radius: 5px;
	padding: 10px;
}

.single_entry_collect ul {
	margin: 0 0 15px 0;
}

.single_entry_collect img {
	border-radius: 5px;
	padding: 0px;
}


.single_entry_main {
	position: relative;
	max-width: 100%;
	float: left;
	margin: 5px 10px;
	border-radius: 5px;
	/*	color:#FFFFFF; */
	vertical-align: top;
}

.single_entry_main img {
	max-width: 200px;
	border-radius: 5px;
	padding: 0px;
}

.mainIcon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 200;
}

.mainSelect {
	opacity: 0.8;
}
.mainSelect:hover {
	opacity: 1;
}

.subIcon {
	visibility: hidden;
	z-index: 200;
	margin: 0 5px;
	min-width: 120px;
	padding: 3px 5px 7px 15px;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.2), 5px 5px 5px rgba(0,0,0,0.4);
	border-radius: 10px 0 10px 10px;
	border: white 1px solid;
}
.subIcon a {
	transition: none;
}

.subIcon a:hover {
	transform: scale(1.1);
}

.shadow_def {
	box-shadow: 0 0 15px rgba(0,0,0,1);
}

.shadow_up {
	box-shadow: -2px -2px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);
}

.shadow_down {
	box-shadow: 3px 3px 3px rgba(255,255,255,0.9), -3px -3px 5px rgba(0,0,0,0.4);
	/*    border: #FFFFFF groove;*/
}

.shadow_left {
	box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
}
/* TEST BOTTOM-LOGO  */


.fBottom {
	color: #eee;
	height: auto;
	width: 100%;
	margin: auto;
}


.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 20px;
	padding: 3px;
	/*	margin: 0 10px 10px 0; */
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1.1em;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #777;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: rgba(56,87,122,1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 84px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-handle-small {
	left: 64px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/*#compProfile section, #compProfile .pointer, #compProfile h1, #compProfile p, #compProfile div {*/
/*	-webkit-transition: all 0.5s ease-in-out;*/
/*	-moz-transition: all 0.5s ease-in-out;*/
/*	-ms-transition: all 0.5s ease-in-out;*/
/*	transition: all 0.5s ease-in-out;*/
/*}*/

.button_c2c {
	width: 40px;
	height:40px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 15px;
	border: 2px white solid;
	cursor: pointer;
}

.button_c2c:hover {
	background: rgba(255,144,0,1.00);
}


.accordion {
	cursor: pointer;
	color: #333;
	background: rgba(255,255,255,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(0%, rgb(231, 231, 231)), color-stop(0%, rgb(203, 203, 203)), color-stop(100%, rgb(190, 190, 190)));
	background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%, rgba(231, 231, 231,1) 0%, rgba(203, 203, 203,1) 0%, rgba(190, 190, 190,1) 100%);
}

.accordion:after {
	/*content: '\2B9F';*/
}

.accordion.active:after {
	/*content: "\2B9D";*/
}

.accordion.active, .accordion:hover {
	color: #fff;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
}
.acc_move {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.panel {
	background-color: transparent;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	z-index: 90;
}

.row:after {
	content: "";
	clear: both;
	display: table;
}

.advMain {
	width: 100%;
	margin-bottom: 25px;
	padding: 40px 40px 40px 180px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(25%, rgb(243, 243, 243)), color-stop(75%, rgb(229, 229, 229)), color-stop(100%, rgb(175, 175, 175)));
	color: #333333;
	/*border: 3px solid rgb(77, 99, 122);*/
}

.advAvatar {
	position: absolute;
	left: 20px;
	top: 20px;
}

.advAvatar img {
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid white;
	/*border: 3px solid rgb(77, 99, 122);*/
	height: 130px;
	width: 130px;
}

.advRate img {
	max-width:25px;
}

.advLogo {
	position: absolute;
	left: 30px;
	bottom: 40px;
}

.advSkill {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 10px;
	border-radius: 8px;
	background: transparent;
	height: calc(100% - 40px);
	max-width: 580px;
	width: 40%;
	color: #666666;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(25%, rgb(243, 243, 243)), color-stop(75%, rgb(229, 229, 229)), color-stop(100%, rgb(175, 175, 175)));*/
	/*border: 2px solid white;*/
}

.advTrack li {
	font-size: 14px;
	line-height: 2em;
}

.advTrack {
	/*background: transparent;*/
	/*background: rgba(56,87,122,1);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));*/
	/*background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);*/
	height: 100vh;
	/*color: white;*/
	/*border: 3px solid rgb(77, 99, 122);*/
}

.advTrack li {
	font-size: 14px;
	line-height: 2em;
}

[class*="col-"] {
	float: left;
	padding: 5px 5px;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100vh;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h_date {
	font-size: 12px;
	font-weight: 400;
}

h1 {
	margin: 25px 0 15px;
	/*font-size: 20px;*/
	/*font-weight: 400;*/
}

h2 {
	/*font-size: 16px;*/
	/*font-weight: 400;*/
}

p {
	/*font-size: 12px;*/
	/*font-weight: normal;*/
}

img {
	max-width: 100%;
	vertical-align: middle;
}

tr.border_bottom td {
	border-bottom: 1pt solid white;
}
/*.ico {
	color: #999999;
}
*/
.center {
	text-align: center;
	vertical-align: middle;
}

.aLeft {
	text-align: left;
}

.aRight {
	text-align: right;
}

.newLine {
	clear: left;
}

.noWrap {
	white-space: nowrap;
}

.vScroll {
	overflow-x: auto;
	overflow-y: hidden;
}

.hScroll {
	overflow-x: hidden;
	overflow-y: auto;
}

.nBorder {
	border-radius: 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.post {
	padding: 10px;
}

.linPad {
	padding: 0 15px;
}

.tabPad {
	line-height: 1.8em;
	padding: 10px 0;
}

.inpPad {
	padding: 5px 10px;
	border-radius: 5px;
}
.noPad {
	padding: 0px;
}
.linMarge {
	margin: 0 10px;
}

.tabMarge {
	margin: 10px 0;
}

.noMarge {
	margin: 0;
}

#defTable {
	border-collapse: collapse;
	width: 90%;
}

#defTable td, #defTable th {
	border: 0px solid rgba(255,255,255,0.3);
	padding: 10px 10px;
}

#defTable th {
	text-align: right;
}

.rFloat {
	float: right;
}

.lFloat {
	float: left;
}

.noFloat {
	float: none;
}

/* width_types */

.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w100 {
	width: 95%;
}

.h100 {
	height: 100%;
}
