@charset "UTF-8";

@font-face {
  font-family: 'Ubuntu';
  src: url('Ubuntu-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #005581;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
BODY {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Arial;
    background-color: #bfddfd;
}
#cmsHeader {
	position: absolute;
    z-index: 1000;
    width: 100%;
	height: 90px;
	box-shadow: -1px 2px 4px #000;
	background-color: #7cb8f3;

	background: -moz-linear-gradient(top, #eff7ff 0%, #7cb8f3 33%, #005581 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#cmsMenu {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: 0;
	width: 140px;
	vertical-align: top;
	border-right: 1px solid #000;

	transition: transform .7s ease-out;
    -webkit-transition: -webkit-transform .7s ease-out;

    transform: translate3d(-180px,0,0);
    -webkit-transform: translate3d(-180px,0,0);
}
#cmsMenu.open {
	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#cmsMenu>B {
	display: block;
	padding-top: 20px;
	text-align: center;
	font: bold 20px/20px Ubuntu, arial;
    color: #005581;
}
#cmsContent {
	position: absolute;
	z-index: 1;
	top: 90px;
	left: 140px;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#loginMenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	height: 71px;
	padding: 8px 8px 0;
	background-color: #eff7ff;
	float: right;
    margin: 5px;
    font: 14px/22px Arial;
    color: #005581;
    border: 1px solid #000;
    white-space: nowrap;
}
#loginMenu .plan {
	cursor: pointer;
}
#loginMenu DIV.loginCompany {
	background: url(../images/icon.png) no-repeat left top;
    background-size: 40px;
    font: bold 32px/40px Ubuntu, sans-serif;
    color: #005581;
    padding-left: 40px;
    pointer-events: none;
}
#loginMenu input {
    padding: 2px 2px 2px 22px;
    font: normal 14px / 20px Arial;
    border: 1px solid #000;
    width: 100%;
    border-radius: 0px;
}
#loginMenu .ulogin:before {
    content: '\f1c6';
    position: absolute;
    z-index: 1;
    font: normal 16px / 24px LineAwesome;
    width: 22px;
    vertical-align: top;
}
#loginMenu .upass:before {
    content: '\f271';
    position: absolute;
    z-index: 1;
    font: normal 16px / 24px LineAwesome;
    width: 22px;
    vertical-align: top;
}
#loginMenu input[type=submit], #loginMenu A {
	width: 200px;
    padding: 6px;
    border: 1px solid #005581;
    font: bold 18px/18px Arial;
    outline: 0;
    cursor: pointer;
    color: #afbd21;
    background-color: #005581;
}
#loginMenu input[type=submit]:disabled {
	    background: #dddddd;
	    pointer-events: none;
}
#loginMenu input[type=submit]:hover {
	color: #005581;
	background-color: #afbd21;
}
#loginMenu A {
	text-decoration: none;	
    padding: 0 0 0 6px;
    color: #FFF;
    vertical-align: top;
}
#loginMenu A B{
	font: normal 13px/21px Arial;
	margin-left: -3px;
}
#loginMenu #Langs {
	display: inline-block;
	margin-left: 10px;
	width: 110px;
	background-color: #FFF;
}
#loginMenu #Langs UL {
	display: none;
	position: absolute;
	z-index: 100;
	margin: 0;
    padding: 0;
    font: 12px/26px Arial;
    background-color: #FFF;
    width: 110px;
    height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px #000;
}
#loginMenu #Langs LI, #loginMenu .currentLang {
	list-style: none;
	height: 20px;
    background-repeat: no-repeat;
    padding-left: 34px;
    overflow: hidden;
    border-bottom: 1px solid #d0d1d2;
    padding: 3px 3px 3px 32px;
    background-position: 3px center;
    cursor: pointer;
    background-size: 24px;
}
#loginMenu #Langs LI:hover {
	background-color: #bfddfd;	
}
#loginMenu .currentLang {
	padding: 0 3px 0 32px;
	font: 12px/26px Arial;
	height: 24px;
}
#loginMenu .currentLang:hover, #loginMenu .currentLang.show {
	background-color: #005581;
	color: #FFF;
}
#loginMenu .currentLang:after {
	content: '\f107';
	display: inline-block;
	font: normal 20px/22px FontAwesome;
	float: right;
}
#loginMenu .loginerror {
	color: red;
	height: 16px;
	font: normal 15px/16px Arial;
}
#loginMenu SPAN {
	font: 11px/10px Tahoma;
	color: #afbd21;
	margin-left: 5px;
}
#loginMenu SPAN:before {
	content: "\f017";
	display: inline-block;
	width: 15px;
    font: normal 14px/22px FontAwesome;
}
P {
	margin: 4px 0;
}

#cmsMenu UL {
	padding: 0;
	list-style: none;
}
#cmsMenu LI {
	margin: 20px 8px 0 0;
}

#cmsMenu LI A {
	position: relative;
	display: block;
    padding: 8px 0 8px 2px; 
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;    
    border-left: 0;
    text-decoration: none;
    white-space: nowrap;
}
#cmsMenu LI A.locked {
	opacity: 0.75;
    background: #bbbcbd !important;
    pointer-events: none;
    color: #000 !important;
}
#cmsMenu LI A.open{  
	background: #005581;
	text-decoration: none;
	color: #FFF;
}
#cmsMenu LI A B{
	font: normal 15px/15px Arial;
	letter-spacing: -1;
	pointer-events: none;
}
#cmsContent .pages {
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;

	transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;

    transform: translate3d(102%,0,0);
    -webkit-transform: translate3d(102%,0,0);
}
#cmsContent .pages.open {
	transform: translate3d(0%,0,0);
    -webkit-transform: translate3d(0%,0,0);
}
#pageLoader {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000 url(../images/stripes.png) left top;
	color: #FFF;
	text-align: center;	
	font: bold italic 30px/30px Tahoma;
    text-shadow: 1px 1px 5px #000;

	transition: transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;

    transform: translate3d(0%,0,0);
    -webkit-transform: translate3d(0%,0,0);
}
#pageLoader.hide {
	transform: translate3d(-101%,0,0);
    -webkit-transform: translate3d(-101%,0,0);
}
#pageLoader>DIV {
	margin-top: 200px;
}
#pageLoader .loadbar {
	width: 80%;
	max-width: 400px;
	height: 24px;
	border: 2px solid #eff7ff;
	border-radius: 12px;
	margin: -12px auto;
	overflow: hidden;
	box-shadow: 4px 4px 12px #000;
	background-color: rgba(3, 88, 132, 0.5);
}
#pageLoader .loadbar>DIV {
	width: 0%;
	height: 100%;
	background-color: #007eff;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #eff7ff 0%, #7cb8f3 33%, #005581 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	transition: width .5s;
    -webkit-transition: width .5s;
}
#pageLoader #loginMenu {
	left: 0;
	margin: 200px auto;
	color: #000;
	text-shadow: none;
	height: auto;
	padding: 10px;
	min-width: 300px;
}
#pageCover {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font: 24px/300px Arial;
	font-style: italic;
	text-align: center;
}
#mainBox {
	position: absolute;
	z-index: 1;
	top: 68px;
    left: 20px;
    width: 775px;
    height: 555px;
    background-color: rgba(255,255,255,0.8);
}
a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;;
}

.pageTitle {
	margin: 10px 0;
	font: 18px/18px Arial;
	font-weight: bold;
	color: #006bff;
}

#cmsHeader .plan{
	font-weight: bold;
}
#cmsHeader .CompanyLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
    height: 80px;
    margin: 5px;

	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#cmsHeader .CompanyName {
	text-align: center;
	vertical-align: top;
	padding: 0 250px;
	pointer-events: none;
}
#cmsHeader .CompanyName DIV{
    font: bold 38px/46px Arial;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
}
#cmsMenu .SmartName, .cmsContentWelcome .SmartName {
	position: absolute;
	bottom: 60px;
	background: url(../images/icon.png) no-repeat left center;
    background-size: 46px;
    font: bold 26px/23px Ubuntu, sans-serif;
    color: #005581;
    text-shadow: 2px 2px 0px #afbd21;
    padding: 0 0px 0 42px;
    text-align: center;
    pointer-events: none;
}
.cmsContentWelcome .SmartName {
	display: none;
	width: 100%;
	font: bold 40px/44px Ubuntu, sans-serif;
	background-position: calc(50% - 152px) 0%;
}
#cmsContent .cmsContentWelcome {
	padding: 0;
	text-align: center;
	font: 18px/24px Tahoma;
}
#cmsContent .cmsContentWelcome H2{
	margin-bottom: 10px;
}
.disabled {
	background: #b8b8b8 !important;
	pointer-events: none;
}
.ButtonA {
	color: #000;
	box-shadow: 1px 1px 2px #000;
	cursor: pointer;
	background: #7cb8f3; /* Old browsers */
	background: -moz-linear-gradient(top, #eff7ff 0%, #7cb8f3 33%, #005581 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ButtonA:hover {
	color: #FFF;
	background: #005581; /* Old browsers */
	background: -moz-linear-gradient(top, #eff7ff 0%, #7cb8f3 33%, #005581 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eff7ff 0%,#7cb8f3 33%,#005581 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #005581 0%,#7cb8f3 66%,#eff7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.CalendarBox {
	position: absolute;
	z-index: 9999;
	border: 1px solid #000;
	padding: 8px 4px;
	background-color: #c2d2e0;
	box-shadow: 1px 1px 2px #000;
	border-radius: 0px;
	text-align: center;
	width: 176px;

	-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;
}
.CalendarBox .icon {
	color: #005581;
	pointer-events: all;
	cursor: pointer;
}
.CalendarBox .icon:before {
    vertical-align: middle;
}
.CalendarBox .calMonth, .CalendarBox .calYear {
	display: inline-block;
    width: 127px;
    font: bold 15px/18px Arial;
    letter-spacing: -0.5px;
    color: #005581;
    padding: 4px 0;
    cursor: pointer;
}
.CalendarBox .calMonth:hover, .CalendarBox .calYear:hover {
	background-color: #eff7ff;
}
.CalendarBox TABLE {
	border-spacing: 1px;
	background-color: #b8b8b8 !important;
	box-shadow: none;
	width: 177px !important;
	min-width: 177px !important;
    max-width: 177px !important;
    margin: 0 !important;
}
.CalendarBox TABLE TR {
	height: 25px !important;
}
.CalendarBox TH {
	font: 11px/20px Arial !important;
    background-color: #005581 !important;
    color: #FFF !important;
    width: 24px !important;
    padding: 0px !important;
    text-align: center;
    pointer-events: none;
}
.CalendarBox TD {
	font: bold 12px/20px Arial !important;
	background-color: #005581;
    color: #000 !important;
    padding: 0px !important;
    background-color: #b8b8b8;
    text-align: center;
    pointer-events: none; 
}
.CalendarBox TD.day, .CalendarBox TD.cmnth, .CalendarBox TD.cyrs {
	background-color: #eff7ff;
	pointer-events: all;
	cursor: pointer;
}
.CalendarBox TD.cmnth, .CalendarBox TD.cyrs {
	height: 44px;
}
.CalendarBox TD.day:hover, .CalendarBox TD.cmnth:hover, .CalendarBox TD.cyrs:hover, .CalendarBox .icon:hover {
	color: #FFF !important;
	background-color: #005581 !important;
}
.CalendarBox TD.currentDate {
	color: #005581 !important;
	background-color: #7cb8f3  !important;
	pointer-events: all;
	cursor: pointer;
}

#AlertBox {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9) url("../images/stripes.png");
	color: #FFF;
	text-align: center;
	font: 16px/22px Arial;
	align-items: center;
    justify-content: center;
}
#AlertBox>DIV {
	background-color: #888787;
    width: 300px;
    min-height: 100px;
    border-radius: 10px;
    padding: 12px 12px 2px;
    box-shadow: 4px 4px 5px 0px #000;
    font: 15px/16px Arial;
    border: 1px solid #aeaeae;
    box-shadow: inset 0 0 0 4px #242324;
}
#AlertBox .alertText {
	min-height: 48px;
}
#AlertBox .alertButton1, #AlertBox .alertButton2 {
	display: none;
	width: 100px;
    display: inline-block;
    box-shadow: 2px 2px 2px #000;
    font: 16px/20px Ubuntu, Tahoma;
    border-radius: 6px;
    margin: 10px;
    background-color: #92c2ff;
    min-height: 24px;
    cursor: pointer;
}
#AlertBox .alertButton1 {
	background-color: #afbd21;
}
#AlertBox .alertButton1:hover, #AlertBox .alertButton2:hover {
	color:#000;
}	
#AlertBox IMG {
	width: 80px;
    height: 80px;
    margin-bottom: 12px;
}
#cmsContentCover {
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    color: #FFF;
    font: bold 24px/24px Tahoma;
    text-align: center;
}
#cmsContentCover SPAN {
    display: block;
    padding-top: 200px;
    font: bold italic 30px/40px Arial;
    margin: 0 auto;
    width: 400px;
    text-shadow: 2px 2px 2px #000;
    pointer-events: none;
}
#cmsContentCover.show {
	display: block;
}
#cmsContent .cmsContentWelcome SECTION>DIV {
	position: relative;
	display: inline-block;
	width: 234px;
    height: 135px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 5px 55px;
	margin: 10px 5px;
	border-radius: 10px;
	border: 1px solid #FFF;
	font: 13px/13px Arial;
	vertical-align: top;
	text-align: center;
	color: #005581;
	box-shadow: inset 0 0 0 4px #71b0e3;
}
#cmsContent .cmsContentWelcome SECTION>DIV.locked {
	opacity: 0.75;
	background-color: #bbbcbd;	
}
#cmsContent .cmsContentWelcome SECTION>DIV.locked:before {
	content: "\f023";
    font: normal 150px/164px FontAwesome;
    position: absolute;
    left: 74px;
    opacity: 0.5;
}
#cmsContent .cmsContentWelcome SECTION>DIV.locked A {
	pointer-events: none;
	opacity: 0.75;
}
#cmsContent .cmsContentWelcome SECTION>DIV DIV {
	font: bold 17px/20px Ubuntu, arial;
	margin-bottom: 10px;
	text-align: center;
}
#cmsContent .cmsContentWelcome SECTION A {
	position: absolute;
	bottom: 8px;
	left: 18px;
	display: block;
	font: 16px/20px Arial;
	border: 1px solid #005581;
    border-radius: 6px;
    outline: 0;
    width: 196px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
}
#cmsContent .cmsContentWelcome SECTION A B {
	pointer-events: none;
}
#ColorBox {
	position: absolute;
    z-index: 9999;
    border: 1px solid #000;
    padding: 2px 4px 0;
    background-color: #c2d2e0;
    box-shadow: 0px 0px 13px #000;
    border-radius: 6px;    
    width: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ColorBox Label {
	display: block;
	font-size: 15px !important;
	text-align: center;
	font-weight: bold;
    padding: 2px 13px 2px 0 !important;
}
#ColorBox B {
	display: inline-block;
	font: bold 13px/14px Arial !important;
	margin: 6px 0 0px 0 !important;
	text-align: unset !important;
	max-width: 170px !important;;
}
#ColorBox I {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin: 2px;
}
#ColorBox>DIV {
	border: 1px solid #FFF;
	border-radius: 6px;
	margin: 4px 0;
    padding: 2px;
}
#ColorBox .close {
	position: absolute;
    top: -8px;
    right: -8px;
    width: 28px !important;
    height: 28px;
    background-color: white !important;
    border-radius: 14px !important;
    cursor: pointer;
}
#ColorBox .close:before {
	content: "\f05c";
    font: normal 32px/30px FontAwesome;
    color: #005581;
}
#ColorBox .Button {
	background-color: #afbd21;
	width: 126px;
    display: block;
    box-shadow: 2px 2px 2px #000;
    font: 16px/26px Ubuntu, Tahoma;
    border-radius: 6px;
    margin: 10px auto;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}
#ColorBox .Button:hover {
	color: #000;
	background-color: #ff9800;
}
#ColorBox .Button.disabled {
	background-color: #a2a2a2;
	pointer-events: none;
}
#ColorBox .palette I {
	cursor: pointer;
}
#ColorBox INPUT {
	display: inline-block;
	width: 50px;
	font: 11px/10px Arial;
    padding: 0;
    margin-left: 2px;
    text-transform: uppercase;
}
#ColorBox Colors {
	display: block;
	font: 12px/16px Arial;
	margin-top: 6px;
	height: 0;
	overflow: hidden;
	transition: all .2s ease-in;
}
#ColorBox Colors.open {
	height: 90px;
}
#ColorBox>DIV>I {
	border: 1px solid #000;
	float: right;
	cursor: pointer;
}
#ChatSupport {
	display: none;
	position: fixed;
	z-index: 20000;
	left: 0;
	bottom: 0;
	background-color: #005581;
	width: 180px;  
	max-height: 24px;    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid #000;
    padding: 4px;
    overflow: hidden;

    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
#ChatSupport.open {
    max-height: 360px;
    width: 250px;   
}

#ChatSupport .chaton, #ChatSupport .chatwait{
	color: #FFF;
    font: 14px/28px Arial;
	overflow: hidden;
    cursor: pointer;
}
#ChatSupport .chaton:after, #ChatSupport .chatwait:after {
	content: "\f2d0";
	width: 26px;
    font: normal 22px/28px FontAwesome;
    display: inline-block;
    float: right;
}
#ChatSupport.open .chaton:after, #ChatSupport.open .chatwait:after {
	content: "\f2d1";
	width: 26px;
    font: normal 22px/28px FontAwesome;
    display: inline-block;
    float: right;
}
#ChatSupport .chatwait {
	display: none;
}
#ChatSupport .chatInfo {
	background-color: #e3effa;
    font: 12px/20px Arial;
    padding: 0 4px;
    border: 1px solid #000;
    border-bottom: 0px solid #000;
}
#ChatSupport .chatContent {
	border: 1px solid #000;
	height: 250px;
	background-color: #FFF;
	color: #000;
	font: 12px/12px Arial;
	padding: 4px;
	overflow-x: hidden;
	overflow-y: auto;
}
#ChatSupport .chatSend {
	text-align: center;
    border: 1px solid #000;
    display: inline-block;
    background-color: #eff7ff;
    border-radius: 4px;
    padding: 3px 0 0 3px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 1px 1px 2px #000;
    margin-top: 10px;
    float: right;
}
#ChatSupport .chatSend:before {
	content: "\f0da";
	width: 25px;
    font: normal 32px/25px FontAwesome;
    display: inline-block;    
}
#ChatSupport .chatSend:hover {
	background-color: #7cb8f3;
	color: #FFF;
}
#ChatSupport .chatSend.disabled {
	pointer-events: none;
	background-color: #ababab;
}
#ChatSupport TEXTAREA {
	width: 214px;
	height: 42px;
    font: 12px/12px Arial;
	margin-top: 5px;
	resize: none;
}
#ChatSupport .chatContent>DIV SPAN  {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #bfddfd;
	padding: 4px;
	margin: 6px 0 0 14px;
	border-radius: 6px;
}
#ChatSupport .chatContent>DIV DIV {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #afbd21;
	padding: 4px;
	margin: 6px 14px 0 0;
	border-radius: 6px;
}
#ChatSupport .chatContent>DIV SPAN:after {
	content: "\f041";
	position: absolute;
	z-index: -1;
    right: -2px;
    top: 5px;
    font: normal 26px/1px FontAwesome;
    display: inline-block; 
    color: #bfddfd;
    transform: rotate(-137deg);
}
#ChatSupport .chatContent>DIV DIV:after {
	content: "\f041";
	position: absolute;
	z-index: -1;
    left: -2px;
    top: 5px;
    font: normal 26px/1px FontAwesome;
    display: inline-block; 
    color: #afbd21;
    transform: rotate(137deg);
}
#ChatSupport .chatContent>DIV B {
	display: block;
	font: normal 10px/10px Arial;
	text-align: right;
}
#cmsMenu .pin {
    position: absolute;
    top: -7px;
    left: 2px;
    width: 18px;
    height: 18px;
    background-color: #afbd21;
    border-radius: 9px;
    color: #FFF;
    text-shadow: 1px 1px 0px #005581;
    font: bold 12px/20px Arial;
    text-align: center;
    border: 1px solid #005581;
    box-shadow: 1px 1px 1px #000;
    letter-spacing: 0px;
    pointer-events: none;
}


BODY.MOBILE #cmsMenu {
	width: 50px;
}
BODY.MOBILE #cmsMenu B, BODY.MOBILE #cmsMenu .SmartName {
	display: none;
}
BODY.MOBILE #cmsContent {
	left: 50px;
}


