**********************************************
 *   Main Style Sheet
 *   Author: yvan
 ***************************************/
/* S test */
.table-crowd td{}
/* E test */ 
/* S init */
@media(max-width: 576px){
	body
	{
		width: 576px;
		overflow: auto;
	}
}
.text-center-both{ display: inline-block;font-size: 20px;position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;}
iframe{border:0;}
.font-black{color:#1D1919;}
.scroll-auto{overflow-x: auto;}
.scroll-auto::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em; 
	border-radius:2em;
}
.scroll-auto::-webkit-scrollbar
{
	height: 8px;
	width: 10px;
	background-color: #F5F5F5;
}
.scroll-auto::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em; 
	border-radius:2em;
}
.no-padding-vertical{padding-top: 0px;padding-bottom: 0px;}
.form-group .radio{padding: 0 20px 0 20px;}
.form-group .radio label{margin-right: 20px;}
.help-block{color:#FF7E4E;}
.box .widget-user-header{height: auto;padding: 10px;background-color:#506E86 !important;color:#ECF0F5 !important;}
.box .widget-user-header .widget-user-username{font-size: 18px;}
.widget-user .box-footer.no-padding-top{padding-top:0px;}
table .icheckbox_polaris{top:-4px;}
table.table-center{text-align: center;}
table.table-center th{text-align: center;}
table.table-middle th,table.table-middle td{vertical-align: middle!important;border:1px solid #cdd2d2;}
.sidebar{min-height: 900px !important;}
/*.form-control{white-space: nowrap;}*/
.user-footer{background-color:#ECE2E7 !important; border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; }
.textbox-normal{display:inline-block;height: 25px;width: 80px;padding:1px;}
.confirm-modal .modal.modal-primary .modal-dialog .modal-content{background-color:#EBEBEB;}
.confirm-modal .modal.modal-primary .modal-dialog .modal-content .modal-header,.confirm-modal .modal.modal-primary .modal-dialog .modal-content .modal-body{color:#222 !important;}
.confirm-modal .modal.modal-primary .modal-dialog .modal-content .modal-header,.confirm-modal .modal.modal-primary .modal-dialog .modal-content .modal-footer{background-color: transparent !important;border-color:#C9D8E0;}
.confirm-modal .modal.modal-primary .modal-dialog .modal-content .modal-body{background-color: transparent!important;}
.eg{
  top: 0;
  left: 0;
  display: inline-block;
  background: #d2d6de;
  padding: 8px;
  width: 100%;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #d2d6dc;
  border-right: 1px solid #d2d6dc;
}
.messages-menu .dropdown-menu li.footer a {
  color: #17baef !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.messages-menu .dropdown-menu li.footer a:hover {
  text-decoration: underline;
  color: #0e98c5 !important;
}
.main-header a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu li a p{padding: 4px;}
.small-box-footer.footer-edit-normal .row .box-body ul li span.net_span_left{display: inline-block;margin-right: 10px;}
.small-box-footer.footer-edit-normal .row .box-body ul li span.net_span_center{display: inline-block;margin-right: 2px;color:#D1B6E1;}
/* S Effect */
.span-act-rectangle:before{content: ""; position:absolute; width: 3px; height: 1px; background-color:red;bottom: 20px; right: 20%;-webkit-animation: animation-sar 3s linear infinite both;animation: animation-sar 3s linear infinite both;}
@-webkit-keyframes animation-sar{ 0%{ right:20%;} 25%{width: 6px;} 50%{right: 80%; width: 3px;} 75%{width: 6px;} 100%{right: 20%; width: 3px;} }
@keyframes  animation-sar{ 0%{ right:20%;} 25%{width: 6px;} 50%{right: 80%; width: 3px;} 75%{width: 6px;} 100%{right: 20%; width: 3px;} }
/*@-webkit-keyframes animation-sar{ 0%{bottom:0; right:0;} 25%{bottom:0; right: 100%;} 50%{bottom: 100%; right: 100%;} 75%{bottom: 100%; right: 0%;} 100%{bottom: 0%;right: 0;} }
@keyframes animation-sar{ 0%{bottom:0; right:0;} 25%{bottom:0; right: 100%;} 50%{bottom: 100%; right: 100%;} 75%{bottom: 100%; right: 0%;} 100%{bottom: 0%;right: 0;} }*/
.dropdown-menu {
	-webkit-animation-name: animHide;
	animation-name: animHide;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
@-webkit-keyframes animHide {
	0% { opacity:0;}
	20% { opacity:0.2; }
	40% { opacity:0.4; }
	60% { opacity:0.6; }
	70% { opacity:0.7; }
	90%{ opacity: 0.9; }
	100% { opacity:1;  }
}
@keyframes animHide {
	0% { opacity:0;}
	20% { opacity:0.2; }
	40% { opacity:0.4; }
	60% { opacity:0.6; }
	70% { opacity:0.7; }
	90%{ opacity: 0.9; }
	100% { opacity:1;  }
}
/* E Effect */
.ybutton-strong
{
	display: inline;
    position: absolute;
    top: 21px;
    left: 122px;
    font-size: 13px;
    color: #EEFFF8;
    padding: .2em .6em .3em;
    border-radius: .25em;
    cursor: pointer;
    background-color: #E5E5E5;
}
.ybutton-strong:hover
{
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); 
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.ycolor-isme
{
	background-color: #A37A7A;
}
.ybutton-disabled{background-color:#9D9D9D;}
/* E init */
/* S Mstsc Pop */
.mstsc-pop.hidden {display: none;}
.mstsc-pop{position: fixed;z-index: 99;bottom:0; right: 0px;height:256px;transition: width 2s ease-out;}
.mstsc-pop .pop{position: absolute;right: 0;top:0;width: 45px;height: 145px;background: #92CE42;cursor: pointer;border-radius:2px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;transition: box-shadow .2s ease-out;}
.mstsc-pop .pop:hover{box-shadow: inset 0 0 100px rgba(0,0,0,.1) ;}
.mstsc-pop.closer{-webkit-animation: animation-hide 600ms linear .3s both;animation: animation-hide 600ms linear .3s both;}
@keyframes animation-hide { 0%{width: auto;} 100%{width:0;}}
@-webkit-keyframes animation-hide { 0%{width: auto;} 100%{width:0;}}
.mstsc-box{position: relative;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;border-radius: 5px;box-shadow: 0 0 10px #81AABE;}
.mstsc-pop.opener .mstsc-box{-webkit-animation: animation-slideIn 600ms linear both;animation: animation-slideIn 600ms linear .2s both;}
.mstsc-pop.closer .mstsc-box{-webkit-animation: animation-slideOut 600ms linear both;animation: animation-slideOut 600ms linear both;}
.mstsc-pop.opener .pop{-webkit-animation: animation-slideOut 600ms linear both;animation: animation-slideOut 600ms linear both;}
.mstsc-pop.closer .pop{-webkit-animation: animation-slideIn 600ms linear .2s both;animation: animation-slideIn 600ms linear .2s both;}
@keyframes animation-slideOut { 0%{transform: translateX( 0%);} 100%{transform: translateX(100%);}}
@-webkit-keyframes animation-slideOut { 0%{transform: translateX( 0%);} 100%{transform: translateX(100%);} }
@keyframes animation-slideIn { 0%{transform: translateX( 100%);} 100%{transform: translateX(0%);}}
@-webkit-keyframes animation-slideIn { 0%{transform: translateX( 100%);} 100%{transform: translateX(0%);} }
.mstsc-box>.box-cover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;transition: background-color .2s ease-in;}
.mstsc-box>.box-cover:hover{background-color:rgba(255,255,255,.2);}
.mstsc-box>.box-cover>.close{width: 32px;height: 32px;position: absolute;right: 2px;top: 2px;cursor: pointer;border-radius: 50%;background: #FFF2F2;opacity: 0;}
.mstsc-box>.box-cover>.close:before{content:"";position: absolute;width: 0%;height: 2px;background-color:black;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transition: width .3s ease-out;}
.mstsc-box>.box-cover>.close:after{content:"";position: absolute;width: 0%;height: 2px;background-color:black;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);transition: width .3s ease-out;}
.mstsc-box>.box-cover:hover .close{opacity: .3;}
.mstsc-box>.box-cover:hover .close:hover{opacity: .5;}
.mstsc-box>.box-cover:hover .close:before{width: 50%;}
.mstsc-box>.box-cover:hover .close:after{width: 50%;}
/* E Mstsc Pop */
/* S Cover */
.cover{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #000;
	-webkit-opacity:0.5; /*Chrome/Safari*/
	-moz-opacity:0.5; /*Firefox*/
	-ms-opacity:0.5; /*IE*/
	-o-opacity:0.5; /*Opera*/
	opacity:0.5; /*nothing*/
	z-index: 999;
}
.no-margin{margin:0px;}
.no-padding-left{padding-left:0px;padding-right: 0px;}
th,td{white-space: nowrap;}
.messages-menu .dropdown-menu .header,.messages-menu .dropdown-menu .footer a{background-color:#ECE2E7 !important;}
ul.navbar-nav > .messages-menu > .dropdown-menu > li > .slimScrollDiv > .menu > li > a > h4,ul.navbar-nav > .messages-menu > .dropdown-menu > li > .menu > .slimScrollDiv > li > a > p{font-family: "Microsoft YaHei",sans-serif;font-size: 14px;}
/* E Cover */
/* S Info List */
.list-group .list-group-item .move-inner-left{ margin-right: 10px;}
.list-group .list-group-item .move-inner-right{ margin-left: 10px;}
.list-group .list-group-item a{color:#333;}
.box-footer .edge-small{margin-bottom: 10px;}
.mstsc-guide{cursor:pointer;font-size:16px;margin-left:1px;margin-right: 1px;}
span.mstsc-guide:hover{color:rgba(60,141,188,.9) !important;}
.button-box{ position: absolute;top:22px;left:150px;}
.button-comming{box-shadow:0px 0px 8px rgba(18, 17, 74, 0.86);display: inline-block;padding:2px 6px;background-color:#B294BC; cursor: pointer;color:#FFFFF3;}
.button-comming>a{color:#FFFFF3;}
.button-comming>a:hover{color:#FFFFF3;}
.button-comming:before{content: ""; position: absolute; right: 0%; bottom: 0; width: 0; height: 1px; background-color: #FFFFF3;transition: width .4s ease-in-out;}
.button-comming:hover:before{width: 100%;}
.button-comming:after{content: ""; position: absolute; left: 0%; top: 0; width: 0; height: 1px; background-color: #FFFFF3;transition: width .4s ease-in-out;}
.button-comming:hover:after{width: 100%;}
.button-comming-info{text-shadow: 1px 1px rgba(227, 203, 239, 0.78);margin-left: 6px;}
/* E Info List */
/* S Modal */
.modal-dialog{margin:0;}
.modal-dialog .modal-content{
	-webkit-border-radius:4px; /*Chrome/Safari*/
	-moz-border-radius:4px; /*Firefox*/
	-ms-border-radius:4px; /*IE*/
	-o-border-radius:4px; /*Opera*/
	border-radius:4px; /*nothing*/
}
.confirm-modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color:rgba(0, 0, 0, 0.45);
}
.confirm-modal .modal {
  	top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}
.confirm-modal .modal {
  	background: transparent !important;
}
.alert-modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color:rgba(0, 0, 0, 0.45);
}
.alert-modal .modal {
  	position: fixed;
  	top: auto;
  	bottom: auto;
  	right: auto;
  	left: auto;
 	display: block;
  	z-index: 1;
}
.alert-modal .modal {
  	background: transparent !important;
}
.modal .alert{
	margin-bottom:0px;
}
/* E Modal */
/* S Status */
.footer-edit-normal .row{min-height: 100px;}
.footer-edit-normal .btn-gang{white-space: nowrap;}
.footer-edit-normal .input-group{width:80%; margin:0 auto;margin-top:10px;}
.footer-edit-normal select{background:#D5EEFF;border-top-right-radius:3px;border-bottom-right-radius: 3px;}
.footer-edit-normal select:focus{box-shadow: none;border-color:#65C6C4;}
.footer-edit-normal .input-group-addon{background: #65C6C4;color:#fff;border-top-left-radius:3px;border-bottom-left-radius: 3px;}
.footer-edit-normal .btn-single{width:80%;background-color:#FF895D ! important;border-radius: 3px;}
.footer-edit-normal .btn-double{width:49%;background-color:#FF895D ! important;border-radius: 3px;margin-left: 0px;margin-right: 0;}
.footer-edit-normal .btn-gang{width:80%;margin:0 auto;text-align: center;}
.footer-edit-normal .box-body{padding:3px;}
.footer-edit-normal ul{padding-top:3px;}
.cloudstatus_changed{color: #f9c00c;text-shadow: 1px 1px 1px #494949;}
.popover button.bg-olive{background-color:#0D7377!important;}
.ucloud-status-circle{
	/*-webkit-animation:swinging 2s ease-in-out 0s infinite;
    -moz-animation:swinging 2s ease-in-out 0s infinite;
    animation:swinging 2s ease-in-out 0s infinite;*/
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% -10%;
	/*border-right:2px solid rgba(154, 212, 254, 0.57);border-left:2px solid rgba(154, 212, 254, 0.57);*/ position:absolute; right:12px;top:5px;width:90px;height:90px;background: linear-gradient(-180deg, #D2E8FF 0%, #AEBBCB 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
 background-blend-mode: screen; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%;/*box-shadow:inset 0 0 10px rgba(142, 191, 207, 0.45);-webkit-box-shadow:inset 0 0 10px rgba(142, 191, 207, 0.45);-moz-box-shadow:inset 0 0 10px rgba(142, 191, 207, 0.45);-ms-box-shadow:inset 0 0 10px rgba(142, 191, 207, 0.45);*/}
 @-webkit-keyframes swinging{
   0% { -webkit-transform: rotate(10deg); }
   50% { -webkit-transform: rotate(-10deg); }
   100% { -webkit-transform: rotate(10deg); }
}
@keyframes swinging{
   0% { -webkit-transform: rotate(10deg); }
   50% { -webkit-transform: rotate(-10deg); }
   100% { -webkit-transform: rotate(10deg); }
}
 .ucloud-status-circle:before,.ucloud-status-circle:after{
 	content:"";
 	position:absolute;
	top:-15px;
	left: 50%;
	height:15px;
	width:2px;
	background: #D0DAF2;
 }
 .usc-info{text-align:center;position: absolute;vertical-align: middle;height: 50%;width: 100%;top:25%;}
 .usc-info span{display: block;color:#0E93DB; }
 .usc-info .usci-status{font-weight: bold;font-size:18px;margin-bottom:1px; text-shadow: 0px 0px 1px rgba(0,0,0,.2);}
 .usc-info .usci-message{font-size:13px; color:green;}
/* E Status */
/* S Chart */
.callout.callout-warning.callout-chart{
	background-color: #A2D5F2 !important;
	color: #444 !important;
	padding:4px 0! important;
	border-color: #7DACE4;
}
.callout.callout-warning.callout-chart table{margin-bottom: 0;}
.callout.callout-warning.callout-chart td{border:0;white-space: nowrap;overflow: hidden;}
/* E Chart */
/* S Osadmin */
.row_osadmin .margin{margin-top:4px;}
.row_osadmin .radio{margin-top:4px;}
.osadmin-os-intro-icon.centos{height: 220px;display: block; background: url(../../dist/img/centos-512x512.png) center no-repeat;margin-bottom: 10px;}
.osadmin-os-intro-icon.ubuntu{height: 220px;display: block; background: url(../../dist/img/ubuntu-256x256.jpg) center no-repeat;margin-bottom: 10px;}
.osadmin-os-intro-icon.windows{height: 220px;display: block; background: url(../../dist/img/windows-256x256.jpg) center no-repeat;margin-bottom: 10px;}
.osadmin-os-intro-icon.windows12{height: 220px;display: block; background: url(../../dist/img/windows12-256x256.png) center no-repeat;margin-bottom: 10px;}
.osadmin-os-intro-icon.user{height: 220px;display: block; background: url(../../dist/img/user-module.png) center no-repeat;margin-bottom: 10px;}
/* E Osadmin */
/* S White list */
.whitelist-controls{padding:5px;}
/* E White list */
/* S Trigger */

/* E Trigger */

/* S Snap */
.nsc-box{position: relative;padding:10px 20px;text-align: center;}
.nsc-box span{display: block;color:#0E93DB;text-align: center;}
.nsc-box .nscb-status{font-weight: bold;font-size: 18px;margin-bottom: 1px;text-shadow: 0px 0px 1px rgba(0,0,0,.2);}
.nsc-box .nscb-message{font-size: 13px;color: green;margin-left:-2px;}
/* E Snap */
/* S Fake Guider */ 
.guide-modal{position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 10000;background-color:rgba(0, 0, 0, 0.45);}
.fg-container{position:fixed; color:#555e5e;z-index: 1000;top: 49%;  left: 51%;width:844px; }
.fakeguider{background-color: #EDEDED;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px; -ms-border-radius: 5px;overflow: hidden;}
.fg-close{background: url(../../dist/img/btn-fg-close.png) center no-repeat;width:38px;height:38px;position: absolute;right: -45px;top:2px;cursor:pointer;}
.fgm-content{background-color:#FFFCF5;position: relative;}
.fgm-title{font-size: 18px;padding: 2px 22px;}
.fgmc-step{padding: 0 22px;display:none;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;}
.fgmc-step.active{display: block;}
.fgmcs-descripbe{padding: 4px 0;color:#666;}
.fgmcs-descripbe .strong{color:#DB5C5C;}
.fgmcs-content{border-top:1px solid #cdd2d2;padding:4px 0;}
.fgmcs-control .fgmcsc-prev{position: absolute;top: 50%;margin-top: 6px;z-index: 1;outline: 0;width: 32px;height: 32px;text-indent: -9999px;left: 5px;background: url(../../dist/img/controls.png) no-repeat 0 -32px;}
.fgmcs-control .fgmcsc-next{position: absolute;top: 50%;margin-top: 6px;z-index: 1;outline: 0;width: 32px;height: 32px;text-indent: -9999px;right: 5px;background: url(../../dist/img/controls.png) no-repeat -43px -32px;}
.fgmcs-control .fgmcsc-prev:hover{background-position: 0 0;}
.fgmcs-control .fgmcsc-next:hover{background-position: -43px 0;}
.fgmcsc-volution{width:100%;position: absolute;bottom: -30px;text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.fgmcscv-box{display: inline-block;text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.fgmcscv-item{transition: all 0.2s ease-in-out; background-color: #E0FCFF;text-indent: -9999px;display: block;width: 12px;height: 12px;margin: 0 5px;outline: 0;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;    text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;}
.fgmcscv-item:hover{background-color:#90F2FF;}
.fgmcscv-item.active{background-color:#90F2FF;}
/* E fake Guider 

/* S Help */
.content.body{padding: 10px 25px;font-size: 15px; z-index: 500; min-height: 250px;margin-right: auto;margin-left:auto;}
.content.body>section{margin-top:10px;padding:2px 10px 10px 10px;box-shadow:inset 0 0 8px rgba(141, 124, 124, 0.49);-webkit-box-shadow:inset 0 0 8px rgba(141, 124, 124, 0.49);-moz-box-shadow:inset 0 0 8px rgba(141, 124, 124, 0.49);-ms-box-shadow:inset 0 0 8px rgba(141, 124, 124, 0.49);border-radius: 5px;}
.content.body .page-header{margin: 20px 0 10px 0!important;position: relative; z-index: 1; font-size: 25px;padding-bottom: 9px;border-bottom:1px solid #eee;}
.content.body .page-header a{z-index: 5;display: block; background-color:#ecf0f5;color:#000;}
.content.body .page-header a:before{content: "#";font-size: 25px; margin-right: 5px;color:#3c8dbc;}
.content.body p{font-size: 15px;font-weight: 400;line-height: 1.4} 
.nav-main{position: absolute; right:0; top:140px; z-index: 20;background-color:rgba(237,85,101,.5);-webkit-box-shadow: 0 0 8px rgba(102, 96, 96, 0.53);-moz-box-shadow: 0 0 8px rgba(102, 96, 96, 0.53);-ms-box-shadow: 0 0 8px rgba(102, 96, 96, 0.53);
	box-shadow: 0 0 8px rgba(102, 96, 96, 0.53);border-radius: 5px 0px 0 5px;-webkit-border-radius: 5px 0px 0 5px ;-moz-border-radius: 5px 0px 0 5px ;-ms-border-radius: 5px 0px 0 5px ;}
.nav-main .navbar-collapse{padding:0px;margin:2px 0px;}
.nav-main .navbar-collapse>.navbar-nav>li{float:none;}
.nav-main .navbar-collapse>.navbar-nav>li>a{padding:10px 15px;color:#5D6D76;transition: color .1s ease,background .1s ease;}
.nav-main .navbar-collapse>.navbar-nav>li>a:focus{background:rgba(237,85,101,.1);}
.nav-main .navbar-collapse>.navbar-nav>li>a:before,.nav-main .navbar-collapse>.navbar-nav>li>a:hover:before{content: "";background-color:rgba(213, 86, 121, 0.75);z-index:22;position: absolute;height: 1px;width: 18%;bottom: 9px;left:13px;transition: width .3s ease;}
.nav-main .navbar-collapse>.navbar-nav>li>a:hover:before{width: 65%;}
.nav-main .navbar-collapse>.navbar-nav>li>a:hover{color:white;background:rgba(237,85,101,.1);}
.nav-main .navbar-collapse>.navbar-nav .nav-item.active>a{color:white;background:rgba(237,85,101,.1);}
/* E Help*/

/* S Lock */
.nsa-box{position: relative;padding:10px 20px;text-align: center;}
.nsa-box span{display: block;color:#0E93DB;text-align: center;}
.nsa-box .nsab-status{font-weight: bold;font-size: 18px;margin-bottom: 1px;text-shadow: 0px 0px 1px rgba(0,0,0,.2);}
.nsa-box .nsab-message{font-size: 13px;color: green;margin-left:-2px;}
/* E Lock */