@charset "UTF-8";
/* CSS Document */

/* - -------------------------------------------------------- */
/* -   RESET  ----------------------------------------------- */
/* - -------------------------------------------------------- */
html { height: 100%; }
body { direction: ltr; }

/* - -------------------------------------------------------- */
/* -   BOOTSTRAP OVERRIDES  --------------------------------- */
/* - -------------------------------------------------------- */
body {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
a {
	color: #bb1fa1;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover, a:hover {
	color: #951b81;
	text-decoration: none;
}
b, strong, .bold { font-weight: 500; }

/* - inline menus
------------------------------------------------------------- */
.nav-inline .nav-item {
  display: inline-block;
}

/* - dropdown menus
------------------------------------------------------------- */
.dropdown-toggle { cursor: pointer; }
.dropdown-menu {
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
  padding: 0;
  overflow: hidden;
}
.dropdown-menu > li > a {
	padding: 10px 15px;
	font-weight: 300;
	color: #777777;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #951b81;
  color: #fff;
  background-image: none;
  filter: none;
}

/* - buttons -  btn
--------------------------------------------------------------*/
.btn {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
	filter: none;
	outline: none !important;
	background-image: none !important;
	text-shadow: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 9px 20px;
	border-width: 1px;
	background-color: #afafaf;
	border-color: #afafaf;
	color: #fff;
}
.btn.btn-outline { background-color: transparent; color: #afafaf; font-weight: 400; }
.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn {
	background-color: #777;
	border-color: #777;
	color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn.active[disabled], fieldset[disabled] .btn.active {
	background-color: #777;
	border-color: #777;
	color: #fff;
}

/* - sizes / utilities / fixes - */
.btn-xs, .btn-group-xs > .btn {
	font-size: 10px;
	line-height: 14px;
	padding: 2px 8px;
}
.btn-sm, .btn-group-sm > .btn {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 15px;
}
.btn-lg, .btn-group-lg > .btn {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 30px;
}
.btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
	outline: none !important;
	background-image: none !important;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.btn-block {
	padding-left: 0;
	padding-right: 0;
}
.btn > i { line-height: inherit; }
.btn-square {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.btn-rounded {
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.btn > i[class^="acicons-"] { font-size: 20px; vertical-align: sub; margin-right: 5px; }
.btn.btn-lg > i[class^="acicons-"] { font-size: 30px; line-height: inherit; vertical-align: middle; margin-right: 3px; top: -2px; position: relative; }
.btn > i[class^="fa"] { font-size: 14px; margin-right: 3px; }

/* - default - */
.btn-default {
	background-color: #a1a1a1;
	border-color: #a1a1a1;
	color: #fff;
}
.btn-default.btn-outline { background-color: transparent; color: #a1a1a1; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle,
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	background-color: #951b81;
	border-color: #951b81;
	color: #fff;
}
.btn-default:active, .btn-default.active {background-image: none;}
.open .btn-default.dropdown-toggle {background-image: none;}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #a1a1a1;
	border-color: #a1a1a1;
	color: #fff;
}
.btn-default .badge { background-color: #fff; color: #951b81; }
.btn-default.btn-outline .badge { background-color: #951b81; color: #fff; }

/* - primary - */
.btn-primary {
	background-color: #951b81;
	border-color: #951b81;
	color: #fff;
}
.btn-primary.btn-outline { background-color: transparent; color: #951b81; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle,
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background-color: #bb1fa1;
	border-color: #bb1fa1;
	color: #fff;
}
.btn-primary:active, .btn-primary.active {background-image: none;}
.open .btn-primary.dropdown-toggle {background-image: none;}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #951b81;
	border-color: #951b81;
	color: #fff;
}
.btn-primary .badge { background-color: #fff; color: #bb1fa1; }
.btn-primary.btn-outline .badge { background-color: #bb1fa1; color: #fff; }

/* - white - */
.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #951b81;
}
.btn-white.btn-outline { background-color: transparent; color: #fff; }
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .btn-white.dropdown-toggle,
.btn-white:active:hover, .btn-white.active:hover, .open > .dropdown-toggle.btn-white:hover, .btn-white:active:focus, .btn-white.active:focus, .open > .dropdown-toggle.btn-white:focus, .btn-white.focus:active, .btn-white.active.focus, .open > .dropdown-toggle.btn-white.focus {
	background-color: #951b81;
	border-color: #951b81;
	color: #fff;
}
.btn-white:active, .btn-white.active {background-image: none;}
.open .btn-white.dropdown-toggle {background-image: none;}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
	background-color: #fff;
	border-color: #fff;
	color: #951b81;
}
.btn-white .badge { background-color: #951b81; color: #fff; }
.btn-white.btn-outline .badge { background-color: #fff; color: #951b81; }

/* - success - */
.btn-success {
	background-color: #7dc846;
	border-color: #7dc846;
	color: #fff;
}
.btn-success.btn-outline { background-color: transparent; color: #7dc846; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle,
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	background-color: #5aaa20;
	border-color: #5aaa20;
	color: #fff;
}
.btn-success:active, .btn-success.active {background-image: none;}
.open .btn-success.dropdown-toggle {background-image: none;}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #7dc846;
	border-color: #7dc846;
	color: #fff;
}
.btn-success .badge { background-color: #fff; color: #5aaa20; }
.btn-success.btn-outline .badge { background-color: #5aaa20; color: #fff; }

/* - info - */
.btn-info {
	background-color: #00bdec;
	border-color: #00bdec;
	color: #fff;
}
.btn-info.btn-outline { background-color: transparent; color: #00bdec; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle,
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info.focus:active, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	background-color: #008db0;
	border-color: #008db0;
	color: #fff;
}
.btn-info:active, .btn-info.active {background-image: none;}
.open .btn-info.dropdown-toggle {background-image: none;}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #00bdec;
	border-color: #00bdec;
	color: #fff;
}
.btn-info .badge { background-color: #fff; color: #008db0; }
.btn-info.btn-outline .badge { background-color: #008db0; color: #fff; }

/* - warning - */
.btn-warning {
	background-color: #f9b100;
	border-color: #f9b100;
	color: #fff;
}
.btn-warning.btn-outline { background-color: transparent; color: #f9b100; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle,
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning.focus:active, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
	background-color: #f17700;
	border-color: #f17700;
	color: #fff;
}
.btn-warning:active, .btn-warning.active {background-image: none;}
.open .btn-warning.dropdown-toggle {background-image: none;}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #f9b100;
	border-color: #f9b100;
	color: #fff;
}
.btn-warning .badge { background-color: #fff; color: #f17700; }
.btn-warning.btn-outline .badge { background-color: #f17700; color: #fff; }

/* - danger - */
.btn-danger {
	background-color: #ff4729;
	border-color: #ff4729;
	color: #fff;
}
.btn-danger.btn-outline { background-color: transparent; color: #ff4729; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle,
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger.focus:active, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
	background-color: #cd1d00;
	border-color: #cd1d00;
	color: #fff;
}
.btn-danger:active, .btn-danger.active {background-image: none;}
.open .btn-danger.dropdown-toggle {background-image: none;}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #ff4729;
	border-color: #ff4729;
	color: #fff;
}
.btn-danger .badge { background-color: #fff; color: #cd1d00; }
.btn-danger.btn-outline .badge { background-color: #cd1d00; color: #fff; }

/* - text-color
------------------------------------------------------------- */
.text-white { color: #ffffff !important; }
.text-muted { color: #a1a1a1 !important; }
.text-primary { color: #951b81 !important; }
.text-success { color: #5aaa20 !important; }
.text-info { color: #008db0 !important; }
.text-warning { color: #f17700 !important; }
.text-danger { color: #cd1d00 !important; }

.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }

/* - label
------------------------------------------------------------- */
.label {
	font-weight: 300;
	font-size: 80%;
}

/* - badge
------------------------------------------------------------- */
.badge {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  height: 18px;
  padding: 3px 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  background-image: none !important;
}
.badge.badge-rounded {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}

/* Badge variants */
.badge-default { background-color: #a1a1a1; }
.badge-primary {background-color: #951b81;}
.badge-success {background-color: #5aaa20;}
.badge-info {background-color: #008db0;}
.badge-warning {background-color: #f17700;}
.badge-danger {background-color: #cd1d00;}

/* - alert
------------------------------------------------------------- */
.alert {
	border-width: 1px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.alert a {
	text-decoration: underline;
	color: inherit;
}
.alert hr {margin: 15px 0;}
.alert strong { font-weight: 300; }

.alert-success {
  background-color: #7dc846;
  border-color: #7dc846;
  color: #ffffff;
}
.alert-success hr {border-top-color: #5aaa20;}
.alert-success .alert-link {color: #ffffff;}

.alert-info {
  background-color: #00bdec;
  border-color: #00bdec;
  color: #ffffff;
}
.alert-info hr {border-top-color: #008db0;}
.alert-info .alert-link {color: #ffffff;}

.alert-warning {
  background-color: #f9b100;
  border-color: #f9b100;
  color: #ffffff;
}
.alert-warning hr {border-top-color: #f17700;}
.alert-warning .alert-link {color: #ffffff;}

.alert-danger {
  background-color: #ff4729;
  border-color: #ff4729;
  color: #ffffff;
}
.alert-danger hr {border-top-color: #cd1d00;}
.alert-danger .alert-link {color: #ffffff;}

/* - utiles
--------------------------------------------------------------*/
.fs-8 { font-size:8px !important; }
.fs-9 { font-size:9px !important; }
.fs-10 { font-size:10px !important; }
.fs-11 { font-size:11px !important; }
.fs-12 { font-size:12px !important; }
.fs-13 { font-size:13px !important; }
.fs-14 { font-size:14px !important; }
.fs-15 { font-size:15px !important; }
.fs-16 { font-size:16px !important; }
.fs-17 { font-size:17px !important; }
.fs-18 { font-size:18px !important; }
.fs-19 { font-size:19px !important; }
.fs-20 { font-size:20px !important; }
.fs-21 { font-size:21px !important; }
.fs-22 { font-size:22px !important; }
.fs-23 { font-size:23px !important; }
.fs-24 { font-size:24px !important; }
.fs-25 { font-size:25px !important; }
.fs-26 { font-size:26px !important; }
.fs-27 { font-size:27px !important; }
.fs-28 { font-size:28px !important; }
.fs-29 { font-size:29px !important; }
.fs-30 { font-size:30px !important; }
.fs-35 { font-size:35px !important; }
.fs-40 { font-size:40px !important; }
.fs-45 { font-size:45px !important; }
.fs-50 { font-size:50px !important; }
.fs-100 { font-size:100px !important; }
.letter-spacing-03 { letter-spacing: 0.3px; }
.letter-spacing-05 { letter-spacing: 0.5px; }
.letter-spacing-10 { letter-spacing: 1px; }
.max-width-100 {max-width: 100px;}
.max-width-150 {max-width: 150px;}
.max-width-200 {max-width: 200px;}
.max-width-250 {max-width: 250px;}
.max-width-300 {max-width: 300px;}
.max-width-350 {max-width: 350px;}
.max-width-400 {max-width: 400px;}
.max-width-450 {max-width: 450px;}
.max-width-500 {max-width: 500px;}

@media screen and (min-width: 1200px) {
	.text-center-lg { text-align: center !important; }
	.text-left-lg { text-align: left !important; }
	.text-right-lg { text-align: right !important; }
	.hidden-lg { display: none; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.text-center-md { text-align: center !important; }
	.text-left-md { text-align: left !important; }
	.text-right-md { text-align: right !important; }
	.hidden-md { display: none; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.text-center-sm { text-align: center !important; }
	.text-left-sm { text-align: left !important; }
	.text-right-sm { text-align: right !important; }
	.hidden-sm { display: none; }
}
@media (max-width: 767px) {
	.text-center-xs { text-align: center !important; }
	.text-left-xs { text-align: left !important; }
	.text-right-xs { text-align: right !important; }
}
@media (max-width: 480px) {
	.text-center-sp { text-align: center !important; }
	.text-left-sp { text-align: left !important; }
	.text-right-sp { text-align: right !important; }
	.col-sp-12 { float: none; width: 100%; }
	.hidden-sp { display: none; }
}
@media (max-width: 320px) {
	.col-320-12 { float: none; width: 100%; }
	.hidden-320 { display: none; }
}

/* - -------------------------------------------------------- */
/* -   STRUCTURE -------------------------------------------- */
/* - -------------------------------------------------------- */

/* -   pre-header
--------------------------------------------------------------*/
.pre-header {
	line-height: 30px;
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 10px;
}

a.header-action {
	margin-right: 50px;
	color: #5aaa20;
}
a.header-action:hover, a.header-action:focus { color: #7dc846; }
.header-action i {
  font-size: 20px;
  margin-right: 2px;
  vertical-align: sub;
}

/* - header-account-menu - */
#header-account-menu .user-avatar {
	margin-left: 7px;
	margin-right: 4px;
}

#header-account-menu { margin-right: 5px; }
#header-account-menu .dropdown-toggle { color: #bb1fa1; }
#header-account-menu .dropdown-toggle:hover, #header-account-menu .dropdown-toggle:hover, #header-account-menu.open .dropdown-toggle {
	color: #bb1fa1;
	text-decoration: underline;
}
#header-account-menu .dropdown-toggle .caret {
	color: #cccccc;
	margin-left: 4px;
}
#header-account-menu .dropdown-menu {
	min-width: 200px;
	padding: 5px 0;
	overflow: visible;
	border-width: 0;
	margin-top: 13px;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	   -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	        box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
#header-account-menu .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  content: '';
}
#header-account-menu .dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 10px;
	content: '';
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}
#header-account-menu .dropdown-menu .divider {
	background-color: transparent;
	height: 0;
	margin: 4px 0;
	border-bottom: 2px dotted #eeeeee;
}
#header-account-menu .dropdown-menu > li > a {
	padding: 5px 15px;
}

/* - header
--------------------------------------------------------------*/
/* - landing-page - */
.page-landing .page-header {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 15px 0;
}
.page-landing #logo > img {
	height: 55px;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 991px) {.page-landing #logo > img { float: left;}}

#language-switcher {margin-top: 10px;}
#language-switcher .dropdown-menu {border-width: 0;}

/* - dashboard - */
.page-dashboard .page-header {
  background-color: #fff;
  border: medium none;
  margin: 0;
  padding: 10px 0 40px;
}
.page-dashboard #logo > img {
	height: 40px;
	width: auto;
	max-width: 100%;
}
.page-dashboard h1 {
	line-height: 30px;
	font-size: 19px;
	margin: 9px 0 0;
}

/* - login - */
.page-dashboard-login #logo {
	margin: 60px auto 40px;
	display: block;
	text-align: center;
}
.page-dashboard-login #logo > img {
	height: 114px;
	width: auto;
	max-width: 100%;
}

/* - affixed header - */
.page-header-fixed .page-header { width: 100%; z-index: 3; }
.page-header-fixed #main { padding-top: 130px; }

/* - sidebar
--------------------------------------------------------------*/
#sidebar-left {}

/* - main-utility
--------------------------------------------------------------*/
#main-utility { margin-bottom: 50px; }


/* - -------------------------------------------------------- */
/* -   LANDING PAGE ----------------------------------------- */
/* - -------------------------------------------------------- */

/* - main
--------------------------------------------------------------*/
#welcome {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
#welcome h1 { font-size: 28px; line-height: 1; }
#disyuntive p { font-size: 18px; line-height: 20px; }

#install-promo { text-align: center; }
#install-promo .lead { font-size: 18px; }
#banner-link {
	display: block;
	max-width: 480px;
	margin: 0 auto 15px;
	padding: 20px;
	background-clip: padding-box;
	background-color: #5aaa20;
	border-color: #5aaa20;
	color: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
#banner-link:hover, #banner-link:focus {
	background-color: #7dc846;
	border-color: #7dc846;
	color: #fff;
}
#banner-link > span { display: block; }
#banner-link > .first-line { font-size: 25px; line-height: 25px; margin-bottom: 5px; }
#install-promo > a > .second-line { font-size: 18px; }

@media screen and (min-width: 768px) {
	#disyuntive p { margin-top: 120px; }
	#install-promo	{ height: 320px; }
	#install-promo > div {
	  position: absolute;
	  left: 20px;
	  right: 20px;
	  top: 50%;
	  -webkit-transform: translateY(-45%);
		 -moz-transform: translateY(-45%);
		  -ms-transform: translateY(-45%);
		   -o-transform: translateY(-45%);
			  transform: translateY(-45%);
	}
	#install-promo h2 { margin-top: 30px; }
	#install-promo .lead { margin-bottom: 60px; }
	#install-promo .lead + .lead { margin-bottom: 20px; }
}

#dandd > div { margin-bottom: 25px; }

/* - promo banners
--------------------------------------------------------------*/
#promo-banners {
	background-color: #f7f7f7;
	margin: 20px 0;
	padding-top: 35px;
}
#promo-banners .container > div > div {
	margin-bottom: 35px;
}
#promo-banners h3 {
	font-size: 19px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 400;
}
#promo-banners .btn {
	padding-left: 0;
	padding-right: 0;
	min-width: 200px;
}

/* - promo blocks
--------------------------------------------------------------*/
#promo-blocks {
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: 1px solid #eee;
}
.promo-intro h3 {
	font-size: 19px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#promo-blocks .promo-block {
	margin-bottom: 25px;
}
.promo-icon, .promo-text {
	text-align: center;
}
.promo-text h3 {font-size: 21px; color: #7e1d7d;}
.promo-text p {font-size: 17px;}
.promo-icon > div {
	height: 90px;
	width: 90px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	line-height: 90px;
	background: #951b81;
	background: -moz-linear-gradient(left,  #951b81 0%, #951b81 50%, #7e1d7d 50%, #7e1d7d 100%);
	background: -webkit-linear-gradient(left,  #951b81 0%,#951b81 50%,#7e1d7d 50%,#7e1d7d 100%);
	background: linear-gradient(to right,  #951b81 0%,#951b81 50%,#7e1d7d 50%,#7e1d7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#7e1d7d',GradientType=1 );
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

/* - footer
--------------------------------------------------------------*/
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #999;
  border-top: 1px solid #999;
  color: #fff;
  font-size: 19px;
  background-image: url(../img/footer-background.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.footer p { margin:0; }
.footer a { color: #fff; }
.footer a:hover, .footer a:focus { color: #fff; }


/* - -------------------------------------------------------- */
/* -   ELEMENTS  -------------------------------------------- */
/* - -------------------------------------------------------- */

/* - expandable seach input
--------------------------------------------------------------*/
.search-form .form-group {
  float: right;
  width: 36px;
  height: 36px;
  margin-top: 4px;
  margin-bottom: 0;
  background-color: #fff;
  border: 2px solid #cccccc;
  -webkit-transition: all 0.35s, border-radius 0s;
	 -moz-transition: all 0.35s, border-radius 0s;
	   -o-transition: all 0.35s, border-radius 0s;
		  transition: all 0.35s, border-radius 0s;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
}
.search-form .form-group:hover, .search-form .form-group:focus, .search-form .form-group.hover {
  width: 100%;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.search-form .form-group input.form-control {
  padding-right: 22px;
  padding-top: 5px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.search-form .form-group input.form-control::-webkit-input-placeholder { display: none; color: #ccc; font-size: 13px; }
.search-form .form-group input.form-control:-moz-placeholder { display: none; color: #ccc; font-size: 13px; }
.search-form .form-group input.form-control::-moz-placeholder { display: none; color: #ccc; font-size: 13px; }
.search-form .form-group input.form-control:-ms-input-placeholder { display: none; color: #ccc; font-size: 13px; }

.search-form .form-group .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 32px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #cccccc;
  -webkit-transition: color 0.35s;
	 -moz-transition: color 0.35s;
	   -o-transition: color 0.35s;
		  transition: color 0.35s;
 }
.search-form .form-group:hover .form-control-feedback, .search-form .form-group:focus .form-control-feedback, .search-form .form-group.hover .form-control-feedback {color: #777;}


/* - vertical menu
--------------------------------------------------------------*/
#vertical-menu {
  font-size: 14px;
}
#vertical-menu ul {
	margin-bottom: 60px;
	position: relative;
}
#vertical-menu ul:after {
	position: absolute;
	bottom: -29px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	border-bottom: 2px dotted #e3b2db;
}
#vertical-menu ul:last-child:after { display: none; }

#vertical-menu ul li a {
  padding: 5px 0;
  color: #a1a1a1;
  background-color: #fff;
}
#vertical-menu ul li.active a {
	color: #333 !important;
	font-weight: 400;
	pointer-events: none;
	cursor: default;
}
#vertical-menu ul li a:hover {color: #bb1fa1;}

#vertical-menu ul > li > a > i {
  margin-right: 5px;
  font-size: 14px;
  width: 20px;
  text-align: center;
}
#vertical-menu ul > li > a > i[class^="acicons-"] { font-size: 20px; vertical-align: sub; }

#vertical-menu ul > li > span { display: inline-block; }

/* - footer menu
--------------------------------------------------------------*/
#footer-menu {
	font-size: 14px;
	font-weight: 400;
	margin-top: 50px;
}
#footer-menu.affix {bottom: 0;}
#footer-menu.bottom-placement {
  position: absolute;
  bottom: 0;
}

#footer-menu > ul > li > a, #footer-menu .dropup > a {
  padding: 5px 10px 5px 0;
  background-color: #fff;
}
#footer-menu .dropup .acicons-ellipsis { font-size: 20px; vertical-align: sub; }


#footer-menu .dropdown-menu {
	width: 100px;
	padding: 5px 0;
	overflow: visible;
	border-width: 0;
	margin-bottom: 13px;
	-webkit-box-shadow: 1px 0 6px rgba(0,0,0,0.2);
	   -moz-box-shadow: 1px 0 6px rgba(0,0,0,0.2);
	        box-shadow: 1px 0 6px rgba(0,0,0,0.2);
}
#footer-menu .dropdown-menu:before {
  position: absolute;
  bottom: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.07);
  content: '';
}
#footer-menu .dropdown-menu:after {
	position: absolute;
	bottom: -6px;
	left: 10px;
	content: '';
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-left: 6px solid transparent;
}
#footer-menu .dropdown-menu .divider {
	background-color: transparent;
	height: 0;
	margin: 4px 0;
	border-bottom: 2px dotted #eeeeee;
}
#footer-menu .dropdown-menu > li > a {
	padding: 5px 15px;
}



#footer-menu .copy {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px;
	color: #4b4b4b;
}
#footer-menu .copy > span { margin-left: 5px; margin-right: 5px; }

/* - dzone
--------------------------------------------------------------*/
#dzone {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #515151;
	height: 400px;
	border: dashed 2px #cccccc;
	background: #fafafa;
	-webkit-box-shadow: inset 0 0 120px #ededed;
	   -moz-box-shadow: inset 0 0 120px #ededed;
	        box-shadow: inset 0 0 120px #ededed;
	-webkit-background-clip: content;
	   -moz-background-clip: content;
	        background-clip: content-box;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}
.page-landing #dzone {
	max-width: 480px;
	height: 320px;
}
#dzone.hover {
	background: #bbb;
	-webkit-box-shadow: inset 0 0 120px #aaa;
	   -moz-box-shadow: inset 0 0 120px #aaa;
	        box-shadow: inset 0 0 120px #aaa;
	-webkit-background-clip: content;
	   -moz-background-clip: content;
	        background-clip: content-box;
	color: #fff;
	border-color: #a1a1a1;
	cursor: copy;
}
#dzone .dnd-step {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dzone #fileSelect {display: block;}
#dzone.hover #fileSelect .btn {
	background-color: #fff;
	border-color: #fff;
	color: #951b81;
}
#dzone .dnd-step .supported-ext {
	font-size: 13px;
	font-style: italic;
	color: #a1a1a1;
	margin-top: 5px;
	margin-bottom: 0;
}
#dzone.hover .supported-ext { color: #fff; }
#dzone .dnd-step .alt-login {
	font-size: 10px;
	color: #a1a1a1;
	margin-top: 5px;
	margin-bottom: 0;
}
#dzone.hover .alt-login { color: #fff; }
#dzone .reset {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* - file-animate - */
#file-animate {
	height: 80px;
	width: 70px;
	margin: 15px auto 20px;
	display: block;
	position: relative;
	background-color: transparent;
	border: 2px solid #cccccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
#dzone.hover #file-animate { border-color: #fff; }
.bounce {
	display: block;
	height: 70px;
	width: 70px;
	font-size: 44px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
	-webkit-animation: bounce 2.5s infinite;
	   -moz-animation: bounce 2.5s infinite;
	     -o-animation: bounce 2.5s infinite;
	          animation: bounce 2.5s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-8px);}
	60% {-webkit-transform: translateY(-4px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-8px);}
	60% {-moz-transform: translateY(-4px);}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-8px);}
	60% {-o-transform: translateY(-4px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-8px);}
	60% {transform: translateY(-4px);}
}
#file-animate > span > i {color: #cccccc;}
#dzone.hover #file-animate > span > i {color: #fff;}

/* -   AVATAR
--------------------------------------------------------------*/
.user-avatar {
  box-sizing: border-box;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 24px;
  min-width: 24px;
  width: 24px;
  line-height: 2.5;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 600px;
     -moz-border-radius: 600px;
          border-radius: 600px;
}

/* -   COOKIE BANNER
--------------------------------------------------------------*/
.cc_banner-wrapper {
	z-index: 9001;
	position: relative
}
.cc_container .cc_logo {display: none !important;}
.cc_container {
	position: fixed;
	left: auto;
	right: 20px;
	margin-left: 20px;
	bottom: 35px;
	overflow: hidden;
	padding: 30px 35px;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	max-width: 380px;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-animation-duration: 1.2s;
	   -moz-animation-duration: 1.2s;
	     -o-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-name: slideUp;
	        animation-name: slideUp;
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.22);
       -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.22);
}
.cc_container .cc_message {
	margin-bottom: 20px;
	text-align: justify;
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform:translateY(180px);
		transform:translateY(180px);
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes slideUp {
	0% {
		-webkit-transform:translateY(180px);
		-ms-transform:translateY(180px);
		transform:translateY(180px)
	}
	100% {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
}
@media screen and (max-width: 767px) {
	.cc_container { bottom: 20px; padding: 20px 25px; font-size: 14px; line-height: 18px; }
	.cc_container .cc_message { margin-bottom: 15px; }
}
@media print {.cc_banner-wrapper, .cc_container { display: none }}

/* -   ANIMATE
--------------------------------------------------------------*/
.animate-show {
	display: block !important;
	transform-origin: top;
}
.animate-show.ng-enter, .animate-show.ng-leave, .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
	-webkit-transition: all linear 0.25s;
	transition: all linear 0.25s;
}
.animate-show.ng-enter, .animate-show.ng-leave.ng-leave-active {
	opacity:0;
	filter: alpha(opacity=0);
	transform: scaleY(0);
}
.animate-show.ng-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
.animate-show.ng-leave, .animate-show.ng-enter.ng-enter-active  {
	opacity: 1;
  	filter: alpha(opacity=100);
	transform: scaleY(1);
}

/* -   SCROLL SPACER
--------------------------------------------------------------*/
#scroll-spacer { height: 1200px; }

/* -   COOKIE BANNER
--------------------------------------------------------------*/
.page-dashboard-login {
	height: 100%;
    background-repeat: no-repeat;
	background: #f8f8f8;
	background: -moz-radial-gradient(center, ellipse cover,  #f8f8f8 0%, #ededed 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #f8f8f8 0%,#ededed 100%);
	background: radial-gradient(ellipse at center,  #f8f8f8 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ededed',GradientType=1 );
}
.login {
    background-color: #fff;
    max-width: 350px;
    padding: 40px 40px;
    margin: 0 auto 25px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.form-signin #inputUser, .form-signin #inputPassword {
    direction: ltr;
    height: 40px;
    font-size: 16px;
	margin-bottom: 10px;
}
#remember label { font-size: 14px; }
.btn-signin { margin-bottom: 10px; }
.reset-password { font-size: 13px; color: #a1a1a1; }
.reset-password:hover, .reset-password:active, .reset-password:focus{ color: 3bb1fa1; }

/* -   UTILITY FILES
--------------------------------------------------------------*/
.clickable { cursor: pointer; }

/* files list */
#utility-files > .header {
	border-bottom: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
.file {
	padding: 10px 0 7px;
	border-bottom: 1px dotted #ddd;
}
.file.managing { border-bottom-color: #fff; }
.file i {
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
		 -o-transition: color .3s ease;
			transition: color .3s ease;
}

.file-featured {
	margin-right: 12px;
	width: 16px;
}
.file-featured i {
	font-size: 16px;
	color: #cccccc;
}
.file-featured:hover i, .file-featured:focus i { color: #f1db64; }
.featured .fa-star-o:before{
	content:"\f005";
	color: #f9d300;
}

.file-icon {
  display: inline-block;
  filter: none;
  position: relative;
  top: -1px;
  height: 26px;
  width: 28px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.file-icon.irm {	
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: none;
          filter: none;
}
.file-icon canvas {
	position: relative;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #fff;
  	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.file-icon.irm canvas {
	border: 1px solid #efcfea;
}

.file-irm {
	text-decoration: line-through;
	color: #fff;
	font-size: 12px;
	margin-left: 1px;
}
.file-irm.irm {
	text-decoration: none;
	color: #a1a1a1;
}
.file-irm b { font-weight: 300; }

.file-identifiers {
	padding-left: 0;
	overflow: hidden;
}
.file-identifiers .file-name {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	/*white-space: nowrap;*/
	color: #4b4b4b;
}
.file-identifiers .file-state {
	margin-bottom: 2px;
	text-transform: lowercase;
	font-size: 11px;
	color: #cccccc;
	letter-spacing: 1px;
	padding-left: 1px;
}
.file-identifiers .file-state.opened { color: #cccccc; }
.file-identifiers:hover .file-name, .file-identifiers:focus .file-name, .file.managing .file-identifiers .file-name, .file.open .file-identifiers .file-name {color: #bb1fa1;}
.file-identifiers:hover .file-state, .file-identifiers:focus .file-state, .file.managing .file-identifiers .file-state, .file.open .file-identifiers .file-state {color: #e3b2db;}

.file .file-actions { text-align: right; }
.file-actions > span {
	font-size: 20px;
	color: #ccc;
	margin-left: 20px;
}
.file-actions > i {
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
		 -o-transition: color .3s ease;
			transition: color .3s ease;
}
.file-timestamp {
	font-size: 13px;
	color: #a1a1a1;
}

.file-opened i {font-size: 24px;}
.file-opened:hover i, .file-opened:focus i {color: #bfdfa8;}
.file-opened.opened i {color: #68ba2d;}
.file-opened.opened i:before {content:"\e6a5"}

.file-timeout i {font-size: 22px;}
.file-timeout:hover i, .file-timeout:focus i {color: #93d4e4;}
.file-timeout.timeout i {color: #00bdec;}
.file-timeout.timeout i:before {content:"\e8f1"}

.file-trash i {
	font-size: 19px;
	color: #ff4729;
}
.file-trash:hover i, .file-trash:focus i { color: #cd1d00; }

/* managing file panel */
.panel-acero {
	background-color: #f1f1f1;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.panel-acero .panel-heading {
  border-bottom-width: 0;
  padding: 10px 10px 10px 15px;
}
.panel-acero .panel-actions .btn {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 15px;
	border-width: 0;
}
.panel-acero .panel-title h3 {
	margin-top: 5px;
	font-size: 19px;
	color: #333;
}
.panel-acero .panel-title h3 > span {
	font-size: 15px;
	font-weight: 300;
	margin-left: 10px;
	color: #a1a1a1;
}

.panel-acero .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #fcfcfc; }
.panel-acero .table tr > th {
	font-size: 12px;
	font-weight: 400;
}
#utility-files .panel-acero .table tr > th {
	text-align: center;
	line-height: 14px;
}
.panel-acero .table tr > td, .panel-acero .table tr > th {
	border-width: 0;
	padding: 10px;
}

.td-email { width: 43%; }
.td-toggle { width: 12%; }
.td-action { width: 9%; text-align: right; }

.panel-acero .checkbox-slider--b-flat { left: 15px; }
@media screen and (min-width: 1100px) { .panel-acero .checkbox-slider--b-flat { left: 20px; } }

/* - add user row - */
.panel-acero .table tr.add-user > td { padding-top: 15px; padding-bottom: 15px; }
.panel-acero .table tr.add-user > td.td-toggle { padding-top: 25px; }
.add-user .td-email .form-group { margin-bottom: 0; }
.add-user .td-email .form-control {
  height: 40px;
  padding: 5px 10px;
}
.add-user .td-action .btn {
  border-width: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
}
.add-user .td-action .btn.disabled { background-color: #ccc; }
.add-user .td-action .btn > i {
  font-size: 20px;
  margin-right: 0;
  vertical-align: initial;
}

.panel-acero .panel-footer {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  padding: 15px;
}
.panel-fnotes label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
.panel-fnotes textarea {
	resize: vertical;
	height: 90px;
}
.panel-acero .footer-info {
	margin-top: 5px;
	color: #a1a1a1;
	font-size: 12px;
}
.panel-acero .footer-info .counter { font-size: 16px; }

/* titatoggle fixes */
.checkbox-slider--b-flat { margin: 0; }
.checkbox-slider--b-flat input[disabled] + span {
  opacity: 0.75;
  filter: alpha(opacity=75);
  cursor: not-allowed;
}
.checkbox-slider--b-flat input + span:before { background-color: #f33b1e; }
.checkbox-slider--b-flat input[disabled] + span:before {background: #dedede;}
.checkbox-slider--b-flat input[disabled]:checked + span:before {background: #c8e3b5;}
.checkbox-slider--b-flat input:checked + span:after, .checkbox-slider--b-flat input:not(:checked) + span:after {
	-webkit-animation: none;
	        animation: none;
}
#utility-translator h4 {
	font-size: 17px;
	margin-top: 0;
	padding: 0 7px;
}
#utility-translator .text-wrapper {
    border: 2px solid #cccccc;
}
#utility-translator .text {
	font-family: "Lucida Console", Monaco, monospace;
    height: 420px;
    resize: none;
    padding: 10px;
	margin: 0;
    outline: none;
	border-width: 0;
	font-size: 14px;
	background-color: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
}

#utility-translator .original { padding-right: 0; }
#utility-translator .original .text-wrapper {
	position: relative;
	-webkit-border-radius: 12px 0 0 12px;
	   -moz-border-radius: 12px 0 0 12px;
	        border-radius: 12px 0 0 12px;
}
#utility-translator .original .text-wrapper:before {
	display: block;
	font-family:'icomoon';
	content:"\e94f";
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -25px;
	right: -25px;
	background-color: #fff;
    border: 2px solid #cccccc;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 22px;
	text-align: center;
	color: #cccccc;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
#utility-translator .original .text {
    padding: 10px 20px 10px 10px;
	border-width: 0;
	-webkit-border-radius: 12px 0 0 12px;
	   -moz-border-radius: 12px 0 0 12px;
	        border-radius: 12px 0 0 12px;
}

#utility-translator .translation { padding-left: 0; }
#utility-translator .translation h4 { text-align: right; }
#utility-translator .translation .text-wrapper {
	position: relative;
	-webkit-border-radius: 0 12px 12px 0;
	   -moz-border-radius: 0 12px 12px 0;
	        border-radius: 0 12px 12px 0;
	background-color: #eeeeee;
    border-left: 0;
    overflow: hidden;
}
#utility-translator .translation > .text {
    transform-origin: left;
    overflow: auto;
}

.blurred {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

/* -   UTILITY MY DAYA
--------------------------------------------------------------*/
#user-image {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}
#user-image > img {
	margin: 0 auto 10px;
}
#user-data .table { margin-top: 30px; }
#user-data .table tr > td, #user-data .table tr > th {
  border-width: 1px;
  padding: 8px 0;
}
#user-data .table tr:first-child > td, #user-data .table tr:first-child > th { border-width: 0; }