@import url(../../_cdn/ns_icons/ns_icon.css); /* Icones NS */

/*******************
       1- BASE
*******************/
/*CLASS*/
.linkclear{text-decoration: none; color: #333;}
.dashboard_header {background: #f9f9f9 !important; position: relative; z-index: 8;}

/*BASE:::SCROLLBAR APARENCIA*/
::-webkit-scrollbar-track {background-color: #F4F4F4;}
::-webkit-scrollbar {width: 8px; background: #F4F4F4;}
::-webkit-scrollbar-thumb {background: rgba(0,0,0,0.3);}

/*Place*/
.pace {-webkit-pointer-events: none; pointer-events: none;-webkit-user-select: none;-moz-user-select: none; user-select: none;}
.pace-inactive {display: none;}
.pace .pace-progress {background: #4b86c3;position: fixed;z-index: 2000;top: 0;right: 100%; width: 100%; height: 4px;}

/* RESET NEWS */
.bs_btn {display: inline-block; text-decoration: none; padding: 8px 12px; cursor: pointer; color: #555; font-size: 0.9em;  border-width: 1px;  border-style: solid; border-radius: 3px; background-color: #f3f3f3;}
.bs_btn_xlarge {padding: 15px 20px;}
.bs_btn.disabled {cursor: not-allowed; color: #ddd; border-color: #ddd;}

.bs_btn_darkred {color: #fff; border-color: #ab3326; background-color: #c0392b;}
.bs_btn_darkred:hover {background-color: #ab3326;}

.bs_btn_darkgrey {color: #fff; border-color: #666; background-color: #666;}
.bs_btn_darkgrey:hover {background-color: #444;}

.bs_btn_grey {color: #999; border-color: #ddd;}
.bs_btn_grey:hover {background-color: #e6e6e6;}
.bs_btn_grey.del:hover {background-color: #ab3326; color:#fff; border-color: #790000;}

.bs_btn_green {color: #fff; border-color: #008b6f; background-color: #008b50;}
.bs_btn_green:hover {background-color: #00471B;}

.bs_btn_red {color: #fff; border-color: #d90000; background-color: #d90000;}
.bs_btn_red:hover {background-color: #610000; border-color: #610000;}

.bs_btn_blue {color: #fff; border-color: #0066c0; background-color: #0074d9;}
.bs_btn_blue:hover {background-color: #0066c0;}

.bs_btn_grey2 {color: #fff; border-color: #888; background-color: #888;}
.bs_btn_grey2:hover {background-color: #333; border-color: #333;}

.bs_btn_yellow {color: #fff; background-color: #FAAD50; text-shadow: 1px 1px #CC8D41;}
.bs_btn_yellow:hover{background-color: #CC8D41;}

.btn_cta_blue{padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #0E96E5; border-bottom: 5px solid #096397;}
.btn_cta_blue:hover{background-color: #096397; border-color: #0A537D;}

.btn_cta_green{padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #00B494; border-bottom: 5px solid #008068;}
.btn_cta_green:hover{background-color: #008068; border-color: #0B5747;}

.btn_cta_yellow{padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase;background: #FAAD50;border-bottom: 5px solid #CC8D41;}
.btn_cta_yellow:hover{background-color: #CC8D41;border-color: #A67436;}

.btn_cta_red{padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #F45563; border-bottom: 5px solid #C54550;}
.btn_cta_red:hover{background-color: #C54550; border-color: #93343C;}

div.mce-fullscreen {z-index: 200;}

form .label pre{font-size: 0.75em; color: #333;}
form .ns__title_group{font-size: 1em; font-weight: 500; margin-top: 10px; margin-bottom: 10px; padding-bottom: 3px; border-bottom: #eee solid 1px;}
.ns__register_create{top: -2000px; border-bottom: #eee solid 1px; position: fixed;}
.ns__msgs{font-weight: 300; color: #fff !important;}

/*OptinCheck NS*/
/* OptinCheck NS::Estilo iOS */
.ns__switch_container {width: 100%; display: flex; border-right: 1px solid #CCC; align-items: center; justify-content: center; cursor: pointer; padding: 5px;}
.ns__switch_container:hover {background: #eaeaea;}
.ns__switch {visibility: hidden; position: absolute; margin-left: -9999px;}
.ns__switch + label {display: block; position: relative; cursor: pointer; outline: none; user-select: none;}
.ns__switch_shadow + label {padding: 2px;  width: 40px; height: 20px; background-color: #dddddd; border-radius: 60px;}
.ns__switch_shadow.big + label {padding: 2px;  width: 70px; height: 30px; background-color: #dddddd; border-radius: 60px; /*margin: auto;*/ margin-left:20px;}
.ns__switch_shadow + label:before,
.ns__switch_shadow + label:after {display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: "";}
.ns__switch_shadow + label:before {right: 1px; background-color: #f1f1f1; border-radius: 60px; transition: background 0.4s;}
.ns__switch_shadow + label:after {width: 18px; background-color: #fff; border-radius: 100%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: all 0.4s;}
.ns__switch_shadow.big + label:after {width: 26px; background-color: #fff; border-radius: 100%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); transition: all 0.4s;}
.ns__switch_shadow:checked + label:before {background-color: #8ce196;}
.ns__switch_shadow:checked + label:after {transform: translateX(19px);}
.ns__switch_shadow.big:checked + label:after {transform: translateX(42px);}

/* OptinCheck NS::Estilo Flat */
.ns__switch_flat + label {padding: 2px; width: 40px; height: 20px; background-color: #dddddd; border-radius: 60px; transition: background 0.4s;}
.ns__switch_flat + label:before,
.ns__switch_flat + label:after {display: block; position: absolute; content: "";}
.ns__switch_flat + label:before {top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #fff; border-radius: 60px; transition: background 0.4s;}
.ns__switch_flat + label:after {top: 4px; left: 4px; bottom: 4px; width: 12px; background-color: #dddddd; border-radius: 52px; transition: margin 0.4s, background 0.4s;}
.ns__switch_flat:checked + label {background-color: #8ce196;}
.ns__switch_flat:checked + label:after {margin-left: 21px; background-color: #8ce196;}

/*ICONES NS*/
.ns__icons_content_single {float: left; width: 80px;  height: 90px; color: rgba(0, 0, 0, 0.54); text-align: center; margin: 2px 5px; word-wrap: break-word; padding: 0 3px; border: #fff solid 1px; cursor:pointer; line-height: 1;}
.ns__icons_content_single.active,
.ns__icons_content_single:hover {border: #ccc solid 1px; color: #333;}
.ns__icons_content_single.active, .ns__icons_content_single.active i{color:#009688; font-weight: 600; border-color:#009688;}


/*List Content Default*/
.ns__content_list .single{margin: 10px 0; border: #fff solid 2px; border-left-color: #eee; border-top-color: #eee; border-right-color: #eee; border-bottom-color: #eee; padding: 5px 0 5px 10px; font-size: .9em;}
.ns__content_list .single.cross:nth-child(2n+0){border-left-color: #fff; border-right-color: #eee;}
.ns__content_list .single:hover{background: #fbfbfb;}
.ns__content_list .single .thumb{display: inline-block; width: 15%; border: #ccc solid 1px;}
.ns__content_list .single .content_right{display: inline-block; width: 82%; margin-left: 17px; vertical-align: middle;}
.ns__content_list .title{display: block; font-weight: 400; margin-bottom: 8px; padding-bottom: 5px; padding-left: 2px; width: 70%; border-bottom: #eee solid 1px; color: #333;}
.ns__content_list .title.medium{font-size: 1.2em;}
.ns__content_list .title.big{font-size: 1.5em;}
.ns__content_list .title.title_single{margin-bottom: 0px; padding-bottom: 0px;}
.ns__content_list .action{float: right; padding: 5px 10px !important; margin-right: 10px !important;}
.ns__content_list .content{display: block; font-weight: 300; width: 98%; height: 150px; padding: 3px 10px 15px 0px; overflow-y: auto;}
.ns__content_list .item{display: inline-block; margin: auto 5px auto auto;}

.ns__content_list .action_olds {
    display: inline-block;
    padding: 5px 10px !important;
    margin-right: 5px !important;
}



/*******************
      2- Login
*******************/
.login{transition: 2s;}
.login .sub_title{color: #fbfbfb; margin-top: 15px; font-size: .9em}
.login input { background-color: rgba(255, 255, 255, 0.97); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.login input:focus {font-size: 0.8em; -webkit-transform: scale(1.3); -ms-transform: scale(1.3);  transform: scale(1.3); }
.login .btn { background-color: transparent; border: 2px solid #f3da48; text-shadow: none; padding: 10px 15px; }
.login .btn:hover { background-color: #e2b900; border-color: #333; text-shadow: 1px 1px #333; -webkit-transition-duration: .50s; -ms-transition-duration: .50s; transition-duration: .50s}
.login .legend, .login .label_check { color: #cdd0d1; }
.login .trigger_ajax { display: block; position: relative; }
.login_box { text-align: center; margin: 8% auto; }
.login_logo { width: 220px; max-width: 80%; }
.login_form { text-align: left; display: block; width: 400px; max-width: 90%; margin: 25px auto; background: rgba(255, 255, 255, 0.09); padding: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.login_link { font-size: 0.8em; margin-top: 10px; text-transform: uppercase; font-weight: 300; }
.login_link a { color: #aeb1b2; text-decoration: none; }
.login_link a:hover { text-decoration: underline; }
.Efect { -webkit-animation-name: Efect; animation-name: Efect; -webkit-animation-fill-mode: both; -ms-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -ms-animation-duration: 1s; animation-duration: 1s }
@-webkit-keyframes Efect {
    0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px) }
    60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px) }
    80% { -webkit-transform: translateX(-30px); transform: translateX(-30px) }
    100% { -webkit-transform: translateX(0); transform: translateX(0) }
}
@keyframes Efect {
    0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px) }
    60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px) }
    80% { -webkit-transform: translateX(-30px); transform: translateX(-30px) }
    100% { -webkit-transform: translateX(0); transform: translateX(0) }
}

/* DASHBOARD SIDEBAR */
.ns__logo_content{width: 100%; padding: 12px 10px 0 10px;}
.ns__logo_content .logo_ns{stroke-width: 3px; stroke: rgba(255, 255, 255, 0.20);  stroke-dashoffset: 200;  stroke-dasharray: 200; animation: logonsanimation 10s linear 20s infinite alternate; padding-left: 35px;}
.ns__logo_content .logo_ns_name{fill:#fff; stroke-width: 0}

@keyframes logonsanimation{
    0%{stroke-dashoffset: 200; stroke-dasharray: 200;}
    100%{stroke-dashoffset: 0; stroke-dasharray: 0; stroke: rgba(255, 255, 255, .8);}
}

.dashboard_nav_admin{padding: 10px; background: #262222; text-align: center; color: #eee;}

.dashboard_nav{position: absolute; height: 100%; min-height: 100%; background-color: #2a2a2a;}
.dashboard_nav_normalize {background: #2a2a2a; background-size: 80%;}
.dashboard_nav_normalize:before{content: ''; background: url(../_nsControll/_img/bottom_ns.svg) center bottom no-repeat; height: 90px; width: 100%; position: absolute; bottom: 10px; background-repeat: no-repeat; background-size: 80%; background-position: center bottom; opacity: .065;}
.dashboard_nav_menu{float: left; width: 100%; font-size: 0.875em; font-weight: 600; background: #2a2a2a; padding-bottom: 10px;}

.dashboard_nav_menu_li > a{float: left; width: 100%; color: #fff; font-weight: 300; font-size: 0.8em; text-decoration: none; padding: 12px 25px; border-top: 1px solid #4A6782;  border-left: 4px solid #2a2a2a; letter-spacing:-0.03em;}

.dashboard_nav_menu_li:hover,
.dashboard_nav_menu_li a:hover,
.dashboard_nav_menu_active > a{ border-left-color: #d07801; color: #fff; font-weight: 300; background: #212020; letter-spacing: -0.03em;}

.dashboard_nav_menu_sub{ display: none; float: left; width: 100%; left: 100%; position: absolute; background: #212020; z-index: 97;}
.dashboard_nav_menu_sub_li, .dashboard_nav_menu_sub_li a { font-size: .85em;}
.dashboard_nav_menu_active .dashboard_nav_menu_sub_li a{ padding: 10px 15px 10px 35px; background: #212020; border-top: 1px dotted #3B3D3F; border-left: #d07801 solid 4px; color: #9a9898;}
.dashboard_nav_menu_active:hover, .dashboard_nav_menu_sub_li a:hover{background: rgba(255, 255, 255, 0.02); color: #fbfbfb;}
.dashboard_nav_menu_sub .dashboard_nav_menu_sub_li.dashboard_nav_menu_active a{color: #ccc; background: rgba(255, 152, 0, 0.13);}

/* DASHBOARD TOP MENU */
.dashboard_sidebar{position: relative;  background: #444;  float: left; width: 100%; padding: 10px 25px; font-size: 0.70em; color: #555; z-index: 180;}
.bs_nav_right{width: 90%; float: right; margin-right: -10px; color: #fff; display: flex; justify-content: right; align-items: center;}

.bs_nav_base{position: relative; display: inline-block; padding: 5px 5px;}
.bs_nav_base.open, .bs_nav_base:hover{background: rgba(0,0,0,0.5)}
.bs_nav_base > a{position: relative; display: block;  float: left; width: 44px; margin: 3px 0 0; text-align: center; color: #fff; font-size: 1.6em; text-decoration: none;}
.bs_nav_base .notification{top: -6px; left: -4px; position: absolute; float: right; font-weight: 600; padding: 1px 6px; font-size: 0.7em !important; vertical-align: middle; color: #fff; cursor: inherit; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-shadow: 1px 1px 0 #777; background: #FAAD50;}

.bs_box_dropdown{display: none; width: 425px; position: absolute; top: 110%; right: 8px; background: #fff; box-shadow: 0 0 25px rgba(0, 0, 0, .3); float: right; color: #333; z-index: 1050;}
.bs_box_dropdown:before{position: absolute; top: -7px; right: 7px; left: auto; display: inline-block;  content: ''; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, .2); border-left: 7px solid transparent;}
.bs_box_dropdown:after{position: absolute;  top: -6px; right: 8px; display: inline-block; content: ''; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent;}
.bs_box_dropdown .box_content{padding: 10px; /*float: left; width: 50%;*/}

.open > .bs_box_dropdown {display: block}

.bs_profile_nav header{padding: 10px 15px;}
.bs_profile_nav header a, .bs_profile_nav ul a{text-decoration: none; color: #333}
.bs_profile_nav header a:hover, .bs_profile_nav ul a:hover{color:#BF1E2D}
.bs_profile_nav .user_img{position: relative; float: left;  width: 80px;  height: 80px;  margin-right: 15px;}
.bs_profile_nav .user_info{font-size: 13px; line-height: 1.6em; text-align: left;}
.bs_profile_nav .user_info span{font-size: 17px; display: block;  padding: 0 0 10px;}
.bs_profile_nav .user_info span i{font-size: 80%; font-style: normal;  display: block; opacity: .7;}
.bs_profile_nav .user_info a{line-height: 16px; display: inline-block;  height: 16px;  margin-right: 5px;  padding-right: 5px;}

.bs_profile_nav ul{border-top: #ddd solid 1px; margin-bottom: 5px}
.bs_profile_nav ul li{position: relative; display: block; padding: 5px 15px;  padding: 5px 15px;  cursor: pointer;}
.bs_profile_nav ul li:after{content: "\ea1c"; font-family: 'icomoon'; float: right; font-size: 0.8em; color: rgba(0,0,0,0.5);}
.bs_profile_nav ul li:hover{color: #212121; background: #f3f3f3;}
.bs_profile_nav footer{border-top: #ddd solid 1px; padding: 10px;}

.bs_config_nav h1{background: #828282; color: #efefef; text-transform: uppercase; font-size: 1em; padding: 10px; font-weight: 300;}
.bs_config_nav .nav_box{display: inline-block; border: #ddd solid 1px; width: 100%; margin: 5px 3px; border-radius: 3px; line-height: 1.6em; height: auto; padding: 10px 0 5px;}
.bs_config_nav a.nav_box {line-height: 1.6em; height: auto; padding: 10px 0 5px; text-decoration: none; text-align: center; color: #7e7e7e;}
/*.bs_config_nav .nav_box span{font-size: 2em; display: inline-block; margin: 5px auto; width: 93px;}*/

.bs_config_nav a.nav_box {
    line-height: 1.6em;
    height: auto;
    padding: 10px 0 5px;
    text-decoration: none;
    text-align: center;
    color: #7e7e7e;
	font-size: 1em;
}

.bs_config_nav .nav_box {
    display: inline-block;
    border: #ddd solid 1px;
    width: 110px;
    margin: 5px 3px;
    border-radius: 3px;
    line-height: 1.6em;
    height: auto;
    padding: 10px 0 5px;
}

.bs_config_nav .nav_box span {
    font-size: 2em;
    display: block;
    margin: 5px auto;
}


.bs_config_nav .nav_box.blue:hover{color: #fff; background: #65a6ff;}
.bs_config_nav .nav_box.green:hover{color: #fff; border-color: #8eca3f; background: #9cd159;}
.bs_config_nav .nav_box.orange:hover{color: #fff; border-color: #f96339; background: #fa7753}
.bs_config_nav .nav_box.red:hover{color: #fff; border-color: #ff1f1f; background: #f33;}
.bs_config_nav .nav_box.purple:hover{color: #fff; background: #984dff;}
.bs_config_nav .nav_box.azure:hover{color: #fff; background: #41e5c0;}

.bs_notification_nav h1 {font-size: 0.85em; font-weight: 700;  margin: 0; padding: 10px 15px;  text-transform: uppercase; border-bottom: 1px solid transparent;}
.bs_notification_nav .box_content{overflow-y:auto; outline: none; width: 100%; overflow-x: hidden;  height: 300px;  padding-right: 0;}
.bs_notification_nav ul li{position: relative; padding: 10px; border-bottom: #ebebeb solid 1px; line-height: 26px;}
.bs_notification_nav ul li .notify_icon{line-height: 26px; float: left; width: 26px; height: 26px; margin: 0 10px 0 0 !important; text-align: center; border-radius: 50px; font-size: 1.4em;}

.bs_notification_nav ul li .notify_icon.orange{color: #fff;  border-color: #f96339; background: #fa7753;}
.bs_notification_nav ul li .notify_icon.red{color: #fff; border-color: #ff1f1f; background: #f33;}
.bs_notification_nav ul li .notify_icon.green{color: #fff; border-color: #8eca3f; background: #9cd159;}
.bs_notification_nav ul li .notify_icon.blue{color: #fff; border-color: #3dc4f5; background: #5bccf6;}
.bs_notification_nav ul li .notify_icon.azure{color: #fff; background: #41e5c0;}

.bs_notification_nav ul li .notify_title{padding-left: 5px; float: left; font-size: 1.2em}
.bs_notification_nav ul li .notify_date{font-size: 11px; font-style: italic; float: right; margin: 0 5px 0 10px; color: #a9a9a9;}
.bs_notification_nav footer{padding: 10px; text-align: center; border: #ddd solid 1px;}


/*******************
      3- APPS
*******************/
/*APPS::::MODAL Ajax*/
.bs_ajax_modal{display: flex; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 200;}
.bs_ajax_modal_box{display: block;width: 560px; max-width: 90%; margin: auto; background: #fff; position: relative; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0 0 5px 0 #607d8b;}
.bs_ajax_modal_box b{font-weight: bold;}
.bs_ajax_modal_content > a{ color: #111; font-weight: bold; text-decoration: none;}
.bs_ajax_modal_content > a:hover{text-decoration: underline;}
.bs_ajax_modal_close{position: absolute; right: 10px; top: 14px; background: #C54550; color: #fff; padding: 2px 6px; font-size: 0.7em; font-weight: 500; border: 2px solid #a94442; text-shadow: 1px 1px 1px darkred; cursor: pointer;}
.bs_ajax_modal_close:hover{background: #F45563;}
.bs_ajax_modal_title{padding: 15px 20px; background: #eee; font-size: .8em; text-transform: uppercase; font-weight: 300; color: #333; line-height: 1; letter-spacing: 2px; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}

.bs_ajax_modal_title.green{background: #008068; color: #fff;}
.bs_ajax_modal_title.blue{background: #096397;color: #fff;}
.bs_ajax_modal_title.yellow{background: #FAAD50;color: #fff;}
.bs_ajax_modal_title.red{background: #C54550;color: #fff;}

.bs_ajax_modal_content{padding: 30px; max-height: 450px; overflow: auto;}
.bs_ajax_modal_content p{font-size: 1em;font-weight: 500; color: #333; margin-top: 20px;}
.bs_ajax_modal_content p:first-child{margin-top: 0;}
.bs_ajax_modal_footer{padding: 15px; background: #fbfbfb; border-top: 1px solid #f5f5f5; text-align: center; font-size: 0.75em; color: #ccc; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}
.bs_ajax_modal_footer a{font-weight: 500; text-decoration: none;}
.bs_ajax_modal_footer a:hover{text-decoration: underline;}

/*APPS::::ALERT MENSAGES*/
.bs_alert{display: none; z-index: 250;}
.bs_alert a{font-weight: bold; color: #fff; text-decoration: none;}
.bs_alert a:hover{ text-decoration: underline;}
.bs_alert_box{position: fixed; right: -390px; top: 15px; display: block; width: 400px; max-width: 90%; margin: auto; background: #555; color: #fff; padding: 18px; font-size: 0.8em; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;  box-shadow: 0 0 4px 0 #000; z-index: 999;}

.bs_alert_box.green{background: #008068;}
.bs_alert_box.blue{background: #096397;}
.bs_alert_box.yellow{background: #E7A049;}
.bs_alert_box.red{background: #C54550;}

.bs_alert_close,
.bs_alert_text,
#bs_alert_icon{display: inline-block; vertical-align: middle;}
#bs_alert_icon{width: 8%; font-size: 2em; line-height: 1; color: #fff; opacity: 0.5; text-align: center;}
.bs_alert_text{width: 84%; padding: 0 20px;}
.bs_alert_title{font-weight: bold; text-transform: uppercase; margin-bottom: 5px; line-height: 1;}
.bs_alert_content{font-size: 0.875em; font-weight: 300;}
.bs_alert_close{ width: 8%; text-align: center;}
.bs_alert_close span{ line-height: 1; background: rgba(0,0,0,0.3); padding: 9px 10px 7px 10px; font-size: 0.75em; font-weight: 500; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer;}
.bs_alert_close span:hover{background: rgba(0,0,0,0.5);}
.bs_alert .base_load{width: 100%; position: absolute; bottom: 2px; left: 1px;}
.bs_alert .load_bar{display: block; padding: 2px; width: 0%; background: rgba(255,255,255,.3)}

/*APP HELPS*/
.ns__info_app{background: #f4f4f4; padding: 10px 15px 10px 8px; border-radius: 25% 0% 0% 35%; font-size: .85em; cursor: pointer; position: fixed; border: #eee solid 1px; right: 0px; color: #888; z-index: 100}
.ns__info_app:hover{background: #2196F3; color: #fff; border-color: #1f659c;}
.ns__info_content{width: 300px; right: -400px; max-height: 400px; background: #fff; display: none; position: fixed; border: #ccc solid 1px; overflow-y: auto; z-index: 100; -webkit-box-shadow: 0px 2px 19px 1px rgba(96, 125, 139, 0.28); -moz-box-shadow: 0px 2px 19px 1px rgba(96, 125, 139, 0.28); box-shadow: 0px 2px 19px 1pxrgba(96, 125, 139, 0.28); }
.ns__info_close:hover{color: #C63D3A; font-weight: bold; cursor: pointer;}

/*LOAD*/
.ns__base_load{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); z-index: 200; vertical-align: middle; display: flex;}
.ns__base_load_bar{display: block; width: 100%; text-align: center; vertical-align: middle; margin: auto;}
.ns__base_load_bar p{display: block; margin: 0; font-size: 0.8em; color: #fff; text-transform: uppercase; text-shadow: 1px 1px 0px #555;}

/*APPS::::MODAL-Alert Ajax*/
.bs_ajax_modalalert{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 200;  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(20,20,20,0.5))); background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(20,20,20,0.5) 100%);}
.bs_ajax_modalalert__blur{-webkit-filter:blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter:blur(3px);}
.bs_ajax_modalalert__box{display: block; margin: auto; position: relative; width: 504px; background-color: white; -webkit-background-clip: padding-box;  background-clip: padding-box;  border-width: 2px; border-style: solid; border-color: rgba(0, 0, 0, 0.15); border-image: initial; border-radius: 8px; font-size: .8em}
.bs_ajax_modalalert__content{padding-top: 30px}
.bs_ajax_modalalert__icon{display: inline-block;  width: 30%; font-size: 6em; text-align: center; vertical-align: middle; color: #607D8B; opacity: 0.85;}
.bs_ajax_modalalert__text{display: inline-block; width: 70%; vertical-align: middle;}
.bs_ajax_modalalert__close{position: absolute; right: 15px; top: 15px;  color: #333; font-size: 0.7em; font-weight: 300; cursor: pointer;}
.bs_ajax_modalalert__close:hover{color: red;}
.bs_ajax_modalalert__footer{height: 57px; box-sizing: border-box; text-align: right; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; position: relative; padding: 12px 12px 0px; border-top: 1px solid rgba(0, 0, 0, 0.1);}


@media (max-width: 60em){
    /* Base */
    .bs_nav_right, .ns__info_app{display: none !important;}
}
