@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
ul{
	margin:0; padding:0; list-style:none;
}
a{
	text-decoration:none;
}

/*Header*/
header {
	width: 100%;
}
#header{
	width:100%;
	float:left;
	border-bottom:1px solid #DDDDDD;
}
#header>img{
	float:left;
	padding:10px;
}
#header_top {
	padding:5px 20px;
	/*background-color: #ebebeb;
	opacity:0.6;
	transition:0.4s;*/	
}
#header_top_minhkhoi {
	padding: 5px 20px 5px 20px;
	background-color: #ebebeb;	
}
ul.header-top{
	float:right;
	padding:10px;
	margin-top: 8px;
}
ul.header-top>li{
	float:left;
	margin-right:20px;
}
ul.header-top>li>a{
	color:#333333;
}
ul.header-top>li>a:hover{
	color: #1396e2;
}
#header_top>p {
	float: left;
	font-size: 12px;
	color: #E40104;
	padding: 0;
	margin: 2px 0px 0px 0px;
	line-height: 19px;
}
#header_top_minhkhoi>p {
	float: left;
	font-size: 14px;
	color: #E40104;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
header:hover #header_top{
	opacity:1;
}
.text_bold {
	font-weight:bold;
	color:#333333;
}
.text_bold_inform {
	font-weight:bold;
	color:#333333;
	width:60%;
	margin-left: 40px !important;
}
#login {
	float: right;
}
#login>a {
	float: left;
	padding: 0;
	color: #1396e2;
	font-size: 16px;
}
.logout_button {
	float: left;
	margin: 3px 0 0 10px;
	width: 17px;
	height: 15px;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#space {
	float: right;
    margin: 0px 5px;
}
#systemTime {
	float: right;
}
#timetext {
	float: right;
	margin: 4px 0px 0px 2px;
}
#timeIcon {
	float: right;
}
#systemNotice {
	float: right;
}
#noticetext {
	float: right;
	margin: 4px 0px 0px 2px;
	font-weight: 400;
    color: #B9B9B9;
}
#noticeIcon {
	float: right;
}
#systemLanguage {
	float: right;
	margin-top: 2px;
}
#vnLanguage {
	float: right;
}
#engLanguage {
	float: right;
	margin-left: 10px;
}
#header_main {
	width: 100%;
	float:left;
	/* box-shadow: 0px 5px 21px -5px #dddddd; */
}
#header_main>img {
	float: left;
	margin:5px 20px;
}
nav {
	float: right;
    padding: 14px 10px;	
}
nav.minhkhoi {
	float: right;
    padding: 0px 10px;	
}
nav>ul {
	position:relative;
}
nav>ul>li {
	float: left;
	margin-right: 20px;
	position:relative;
}
nav.minhkhoi>ul>li {
	float: left;
	margin-right: 3px;
	position:relative;
	background-color: #1396e2;
	padding:  5px;
	height: 34px;
	border-radius: 7px 7px 0px 0px;
	vertical-align:  middle;
}
nav>ul>li:last-child {
	margin-right: 20px;
}
nav.minhkhoi>ul>li:last-child {
	margin-right: 3px;
}
nav>ul>li>a::after{
	content:'';
	display:inline-block;
	position:absolute; 
	top:7px;
	width:0;
	height:0;
	margin-left: 5px;
    border-top: #209ee7 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;	
}
nav.minhkhoi>ul>li>a::after{
	content:'';
	display: block;
	position: inherit;
    top: auto;
	float: right;
	width:0;
	height: 0px;
	border-top: #fff 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin: 10px 0 0px 7px;
}
nav>ul>li>a {
	float:left;
	color: #333333 !important;;
	font-size: 14px;
	cursor:default;
	/*line-height: 64px*/
}
nav.minhkhoi>ul>li>a {
	float:left;
	color: #fff !important;
	font-size: 14px;
	/*line-height: 64px*/
	display:  block;
	margin: 7px 0px 0px 0px;
	font-weight: 600;
	cursor:default;
}

.angle-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: #209ee7 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.angle-under {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: #209ee7 4px solid;
}

/* child-nav */
nav>ul>li:hover> .child-nav{
	opacity: 1;
    visibility: visible;
}
nav.minhkhoi>ul>li:hover> .child-nav-minhkhoi{
	opacity: 1;
    visibility: visible;
}
ul.child-nav {
	position:absolute;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
	padding-left: 0;
	top:18px;
    left: 0px;
    min-width: 200px;
    z-index: 100;
	visibility: hidden;
	z-index: 100;
	opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
ul.child-nav-minhkhoi {
	position:absolute;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	padding-left: 0;
	top: 46px;
	left: 0px;
	min-width: 200px;
	z-index: 100;
	visibility: hidden;
	z-index: 100;
	opacity: 1;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
ul.nav-to-left{
	right: -15px;
    left: inherit;
}
ul.child-nav>li, ul.child-nav-minhkhoi>li{
	position:relative;
}
ul.child-nav>li>a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 5px 5px;
    position: relative;
	color: #5a5a5a;
}
ul.child-nav-minhkhoi>li>a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 4px 5px;
    position: relative;
    color: #5a5a5a;
    font-size: 12px;
}
ul.child-nav>li>a:hover, ul.child-nav-minhkhoi>li>a:hover{
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #1396e2;
    color: #fff;
}

nav>ul>li:hover .dropdown-content {
    display: block;
}
nav.minhkhoi>ul>li:hover .dropdown-content {
    display: block;
}
nav>ul>li:hover span.first_word{
	border-bottom: 1px solid #209ee7;
}
nav.minhkhoi>ul>li:hover span.first_word{
	border-bottom: 1px solid #fff;
}
/*Content*/
#container-login{
	background:url(../images/bg_login.jpg);
	width:100%;
	float:left;
	padding: 40px 0;
}
#container-login>.container{
	padding:15px;
	max-width:360px;
	margin:0 auto;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.container>h1{
	margin:0;
	font-size:18px;
	color:#474747;
	margin-bottom:30px;	
}
.container>hr{
	width:100%; background-color:#DDDDDD;
}
.container>p{
	color:#474747; margin:20px 0 10px;
}
.container>.search_box{
	margin:0px;
	width:94%;
	border:1px solid #DDDDDD;
}
.check-box{
	margin-top:20px;
	margin-right:5px;
}
.container>a{
	display:block;
	margin-top:28px;
	color:#5F5F5F; 
	font-style:italic;	 
	float:right
}
.login-button{
	margin-top: 20px;
	width:100%;
	background-color:#209ee7;
	border:none;
	padding:10px 15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
section {
	
	float:left;
}
#tab{
	
}
#tab>ul>li{
    width: 115px;
    float: left;
    padding: 12px 0px;
    background-color: #0f2e40;
    text-align: center;
}
#tab>ul>li:first-child{
	background-color:#209ee7;
}
#tab>ul>li>a{
	color:#FFF; font-size:14px;
}
/*Search*/
#search{
	width:100%;
	position:relative;
	background-color:#209ee7;
	padding:10px 0;
	box-shadow:0px 8px 7px -6px #aaa;
	text-align: center;
}
.search_box{
	/*display:block;*/
	/*margin:0 auto;*/
	width:85%;
	padding:10px;
	border:1px solid #FFF;
	border-radius:3px; font-size:14px;
}
.search_icon{
	position:absolute;
	display:block;
	margin: 0 0 0 10px;
    width: 25px;
    height: 20px;
	top:20px; right:20px;
    background: url(../images/icon.png) no-repeat 0px -39px;
}
.submenu, .submenuminhkhoi{
	margin:10px 20px; padding:0; list-style:none;
}
.submenu>li{
	float:left;
	margin-right:10px;
}
.submenuminhkhoi>li{
	float:left;
	margin-right:0px !important;
}
.submenu>li:last-child, .submenuminhkhoi>li:last-child{
	margin-right:0px;
}
.submenu>li>a{
	text-decoration:none;
	color:#FFF; font-size:14px;	
}
.submenu>li>.checkbox {
 display:none;
}
.submenu>li label {
	display:inline-block;
	text-align:center;
	font-size: 12px;
	color:#FFF;
	opacity: 0.4;
	cursor:pointer;
}
.submenu>li label.selected {
	opacity: 1;
}
.reload_button{
	float:right; width:20px; height:20px; background:url(../images/icon.png) no-repeat 0 -64px; margin:1px 7px;
}
/*left_sidebar*/
.left_sidebar{
	/*overflow:auto; */
	max-height:427px;
	background:#FFFFFF;
}
.left_sidebar::-webkit-scrollbar {
    width: 7px;
}
.left_sidebar::-webkit-scrollbar-thumb {
   background-color:#C1C1C1; border-radius:20px;
}
ul.left_sidebar{
	margin:0; padding:0; list-style:none;
}
ul.left_sidebar>li{
	padding:3px 20px; overflow:auto;
}
ul.left_sidebar>li:nth-child(even){
	background-color:#ebebeb;
}
ul.left_sidebar>li>h1{
	margin:0; padding:0 0 3px 0;
	font-size:11px;
}
ul.left_sidebar>li:hover>h1{
	color:#209ee7;
}
ul.left_sidebar>li.active_row>h1{
	color:#B9B9B9;
}
ul.left_sidebar>li>h1>span{
	font-size:11px;
	font-weight:normal;
	font-style:italic; color:#B9B9B9;
}
ul.left_sidebar>li>h1>span>em{
	padding:0 3px;
}
.speed{
	float: left;
    width: 82px;
    margin-left: 15px;
}
.speed>p{
	float:left;
	margin: 4px 0px 0px 0px;
	padding:0;
	font-weight:bold;
	font-size:11px;
}
.speed>p>em{
	display:block;
	font-size:11px;
	color:#209ee7;
	font-weight:normal;
}
.time{
	float: left;
    margin-left: 10px;
}
.time>p{
	float:left;
	margin: 4px 0px 0px 0px;
	padding:0;
	font-weight:bold;
	font-size:11px;
}
.time>p>em{
	display:block;
	font-size:11px;
	color:#209ee7;
	font-weight:normal;
}
.location{
	float: left;
    margin: 0;
    padding: 5px 0 2px 0;
    font-weight: 500;
    font-size: 11px;
    min-width: 50px;
}
.location>p{
	float:left;
	margin: 0px 0px 0px 5px;
	max-width: 270px;
	color: #209ee7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.location>i{
	float: left;
    color: #B9B9B9;
    font-size: 12px;
}
.speed_icon{
	float:left;
	margin:3px 7px 0 0;
	width: 19px;
	height:11px;
	background: url(../images/icon.png) no-repeat 2px -137px;
}
.time_icon{
	float:left;
	margin: 3px 7px 0 0;
	width: 15px;
	height:11px;
	background: url(../images/icon.png) no-repeat 2px -116px;
}
/*ul.left_sidebar>li>h1>span.dungxe{ color:#eb7b73;}
ul.left_sidebar>li>h1>span.dichuyen{ color:#209ee7;}
ul.left_sidebar>li>h1>span.batmay{ color:#faa634; }
ul.left_sidebar>li>h1>span.tatmay{ color:#78c253;}*/
/*Car icon*/
.car_batmay{
    float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px 0px;
}
.car_dung_nomay{
    float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px -43px;
}

/*.car_mattinhieu{
	float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px -65px;

}*/
/*cho mau mat tin hieu giong mat gps*/
.car_mattinhieu{
	float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px 0px;
}
.car_move{
	float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px -87px;
}
.car_stop{
	float: left;
	width: 23px;
	height: 17px;
	margin-top: 0px;
	background: url(../images/icon.png) no-repeat -51px -22px;
}
.car_tatmay{
	float: left;
    width: 23px;
    height: 17px;
    margin-top: 0;
    background: url(../images/icon.png) no-repeat -51px -43px;
}
/*arrow-button*/
#arrow-button{
	width:30px; height:50px;
	position:absolute; top:165px;
	background: #FFFFFF url(../images/icon.png) no-repeat 10px -154px;
	box-shadow:2px 1px 8px 0px #ddd;
}
#tabTracking {
	height: 100%;
}
.soluongxe{
	display: block;
    position: absolute;
    /*bottom: 5px;*/
    font-style: italic;
    color: #999;
    background-color: #DDD;
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
}
#soluongxe {
	height: 25px;
	border-top:  1px solid #ddd;
}
#soluongxe ul {
	list-style-type: none;
    margin: 0;
    padding: 3px 0px 0px 0px;
    overflow: hidden;
}
#soluongxe li {
	float: left;
	width:  16.66%;
}
#soluongxe li a {
	display: block;
	color: white;
	text-align: center;
	padding: 5px 0px;
	text-decoration: none;
	margin:  0px 3px;
	border-radius: 15px;
	cursor: default;
}
#soluongxe li a.red{
	background-color:red;
}
#soluongxe li a.yellow{
	background-color: #fb9204;
}
#soluongxe li a.blue{
	background-color:blue;
}
#soluongxe li a.gray{
	background-color:gray;
}
#soluongxe li a.black{
	background-color:black;
}
#soluongxe li a.green{
	background-color:green;
}
/*Bottom_bar*/
.bottom_bar{
	position:fixed; bottom:0; width:29%;
	background-color:#0f2e40;
}
footer{
	float:left;
    width: 100%;
    position: fixed;
    bottom: 3px;
}
footer>.container{
	max-width:360px;
	margin:0 auto;
	text-align:center;	
}
footer>.container>span{
	 display: inline-block;
}
footer>.container>span>img{
	float:left;
	/*margin:0px 7px;*/
}
footer>.container>span>p{
	margin:0 7px; float:left; padding:0;
}
footer>.container>p{
	margin:5px;
}
/*Other*/
hr {
	margin: 0;
	height: 1px;
	border-width: 0;
	background-color: #1396e2;
}
.clear {
	clear: both;
}
.border-bottom{
	position:fixed; bottom:0;
	width:100%;
	height:5px;
	background-color:#1396e2;
}

.gm-style-iw-1 {
	width: 240px !important;
	top: 15px !important;
	left: 27px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 10px 10px 10px 10px;
}

.car-cph-stop{
    border:1px solid #f68686;
    background:#f68686;
    font-size:12px;
    color: #fff;
    padding:3px 5px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
    vertical-align: middle;
    line-height: 14px;
}

.car-cph-los{
    border:1px solid #adacac;
    background:#adacac;
    font-size:12px;
    color: #fff;
    padding:3px 5px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
    vertical-align: middle;
    line-height: 14px;
}

.car-cph-run{
    border:1px solid #7eb7f8;
    background:#7eb7f8;
    font-size:12px;
    color: #fff;
    padding:3px 5px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
    vertical-align: middle;
    line-height: 14px;
}

.car-cph-active-new{
    border:1px solid #0654f3;
    background:#fff;
    font-size:12px;
    color: #0654f3;
    font-weight: bolder;
    padding:3px 5px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
    vertical-align: middle;
    line-height: 14px;
    z-index:999 !important;
}

.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 30px;
	overflow: hidden;
	transition: all .3s ease;
	/*margin: 0 50px 10px 0;*/
	vertical-align: top;
	float: right;
	margin-top: -6px;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 61px;
}

.languagepicker a{
	color: #000 !important;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}

nav.minhkhoi .languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 44px;
	overflow: hidden;
	transition: all .3s ease;
	vertical-align: top;
	float: right;
	margin-top: 0px;
	border-radius:  7px 7px 0px 0px;
}

nav.minhkhoi .languagepicker:hover {
	/* don't forget the 1px border */
	height: 85px;
}

nav.minhkhoi .languagepicker a{
	color: #000 !important;
	text-decoration: none;
}

nav.minhkhoi .languagepicker li {
	display: block;
	padding: 0px 10px;
	line-height: 44px;
	border-top: 1px solid #EEE;
	/* background: #1396e2 !important; */
}

nav.minhkhoi .languagepicker li:hover{
	background-color: #1396e2;
}

nav.minhkhoi .languagepicker a:first-child li {
	border: none;
	background: #1396e2 !important;
	color:  #fff;
	font-weight: 600;
	font-size:  14px;
}

nav.minhkhoi .languagepicker li img {
	margin-right: 5px;
}

nav.minhkhoi .roundborders {
	border-radius: 5px;
}

nav.minhkhoi .large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}
.not-active {
	pointer-events: none;
	cursor: default;
	color: gray !important;
	opacity: 0.2;
}
.input-not-active {
	pointer-events: none;
	cursor: default;
	color: gray !important;
	opacity: 0.5;
	background: #b5b5b5;
}
input[type="text"]:disabled {
    background: #b5b5b5;
    opacity: 0.5;
}
/* The Modal (background) */
#thongBaoModal {
	transform: translateY(0);
    visibility: hidden;
	opacity: 0;
	z-index: -1;
    width: 720px; /* Full width */
    height: 410px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    position: fixed;
    bottom: 0;
    right: 0;
	transition: all .5s ease-in-out; /*make it smooth*/
}

/* Modal Content */
#modal-content {
	transform: translateY(0);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
    position: fixed;
    bottom: 10px;
    right: 10px;
  	transition: all .5s ease-in-out; /*make it smooth*/
    background-color: #fefefe;
    width: 700px;
}
/*Now show it*/
#modal-content.show {
	visibility: visible;
	z-index: 999;
	opacity: 1;
}
#thongBaoModal.show {
	transform: translateY(-10%);
	opacity: 1;
	visibility: visible;
	z-index: 900;
}
#thongBaoContent {
    height: 350px;
    overflow-y: scroll;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 10px 6px 10px;
    background-color: #25A6E1;
    color: white;
}
.modal-header>p, .modal-footer>p{
    margin: 5px 0px 5px 0px;
    font-size: 15px;
}

.modal-body {
	padding: 2px 10px;
}

.modal-footer {
    padding: 2px 10px;
    background-color: #25A6E1;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

#noticetext a.no_notice {
	color: #cccccc;
    text-decoration: none;
}

#noticetext a.has_notice{
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
    font-weight: bold;
}

@-webkit-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-moz-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-ms-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@-o-keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}
@keyframes color-change {
    0% { color: red; }
    50% { color: blue; }
    100% { color: red; }
}

/*Foor google map*/
.gm-style-mtc{
  width:85px !important;
}
.gm-style-mtc div:first-child, .gm-style-mtc div div {
  font-size: 12px !important;
}
.buttonDisable{
    CURSOR: default !important;
    BACKGROUND-COLOR: gray !important;
}
.content-notice{
	font-family: 'Times New Roman', cursive;
	position:absolute;
    margin-top: 50px;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:50px;
	text-align:center;
	color:#3f3f3f !important;
	font-size:18pt;
	text-shadow: 0px 1px white;
}

.panel {
	margin: 110px auto 15px;
	width: 200px;
	z-index: 900;
	position: fixed;
	right: 5px;
	top: 30px;
}

.admin-panel {
	padding: 12px 0;
	background-color: #f8f8f8;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2 );
	text-align: center;
}

.admin-panel .text {
	color: #888888;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	/*margin-left: 10px;*/
}

.admin-panel .fa-cog {
	float: right;
	margin-right: 10px;
	font-size: 20px;
	color: #888888;
}

.admin-panel :hover { cursor: pointer; color: #555555; }

input#toggle { display: none; }
input#toggle ~ .menu-panel { display: block; }
input#toggle:checked ~ .menu-panel { display: none; }

.menu-panel {
	margin-top: 14px;
	background-color: #f8f8f8;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2 );
}

.arrow {
	position: absolute;
	top: 43px;
	right: 95px;
	/*margin-left: 15px;*/
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #209ee7;
}

.menu-panel .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0px;
}

.menu-panel .column-left {
	float: left;
	width: 75%;
	margin-left: 10px;
}

.menu-panel .column-right {
	float: right;
	width: 25%;
	padding: 10px 8px;
	text-align: right;
}

/* Clear floats after the columns */
.menu-panel .row:after {
	content: '';
	display: table;
	clear: both;
}

.menu-panel a {
	color: #888888;
	font-size: 13px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	text-decoration: none;
}

.menu-panel i {
	font-size: 18px;
	width: 25px;
	text-align: center;
}

/*.menu-panel:hover .row:hover { background: #ebebeb; color: #555555; border-radius: 3px; }*/

.menu-panel:hover .row:hover>div { color: #209ee7;}

.menu-panel:hover a { color: #209ee7; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}