@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("/css/fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("/css/fonts/OpenSans.woff") format("woff");
}
@media print { 
	.bDiv{height: auto !important;}
	.hide{display:none;}
}

/*////   - Body Styles -   ////*/
html {
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}


body {
	color:#1a1a1a;
	font-family:"Open Sans",arial,Helvetica,sans-serif;
	background: #FFF;
	
}
body.login, body.error {
    background: none repeat scroll 0 0 #FFFFFF;

}
/*
body.login.bgImageLogin {
	background: transparent url('images/bgImageLogin.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}*/
body.login {
	background: #FFF url('/css/images/skin-footer-bg-pattern.png') repeat; 
}



body.no-sroll{
	overflow:hidden;
}
/*////   - Headings -   ////*/
h1 {
	font-size:182%;
}
.superscript { position: relative; top: -0.5em; font-size: 80%; }
.underscript { position: relative; top: -0.5em; font-size: 80%; }
.error_inner {
	width:350px;
	margin:0 auto;
	padding:25px 0;
}
.error_inner h1 {
	font-size:1000%;
	letter-spacing:3px;
	margin-bottom:-20px;
	text-align:center;
	text-shadow:-1px -1px 3px #FFFFFF, -1px 0px 3px rgba(0, 0, 0, 0.8);
	color:#404040;
}
.error_inner h2 {
	font-size:150%;
	margin-bottom:20px;
	text-align:center;
	color:#404040;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.3);
}
h2 {
	font-size:138.5%;
	font-weight: 700;
	margin-bottom:15px;
}
h3 {
	font-size:108%;
	font-weight: 700;
	margin-bottom:10px;
}
h4 {
	font-size:100%;
	font-weight: 700;
	margin-bottom:10px;
}
h5 {
	font-size:93%;
}
h6 {
	font-size:85%;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin-right:5px;
	vertical-align:-2px;
}
/*////   - Misc -   ////*/
.left{ float:left !important;}

.fl {
	float:left!important;
}
.fr {
	float:right!important;
}
.fn {
	float:none !important;
}
.tl {
	text-align:left !important;;
}
.tr {
	text-align:right !important;;
}
.tc {
	text-align:center !important;;
}
.hd {
	display: none !important;;
}
.strong {
	font-weight: 700!important;
}
.no-margin {
	margin:0!important;
}
.no-padding {
	padding:0!important;
}
.margin-left {
	margin-left:5px;
}
.margin-right {
	margin-right:5px;
}
.margin-top {
	margin-top:5px;
}
.margin-bottom {
	margin-bottom:5px;
}
.border-top {
	border-top:1px solid #d7d7d7;
	padding-top:10px;
	margin-top:20px;
}
.border-left {
	border-left:1px solid #d7d7d7;
	padding-left:10px;
	margin-left:20px;
}
.border-bottom {
	border-bottom:1px solid #d7d7d7;
	padding-bottom:10px;
	margin-bottom:20px;
}
.border-right {
	border-top:1px solid #d7d7d7;
	padding-top:10px;
	margin-top:20px;
}
.txt-smaller {
	font-size:85%
}
.txt-small {
	font-size:93%
}
.txt-light {
	color:#4d4d4d;
}
.txt-lighter {
	color:#666;
}
p small {
    color: #999999;
    font-size: 11px;
}
.marginR5 {
    margin-right: 5px;
}
.marginR10 {
    margin-right: 10px;
}
.marginT5 {
    margin-top: 5px;
}
.marginT10 {
    margin-top: 10px;
}
.marginB5 {
    margin-bottom: 5px;
}
.marginB10 {
    margin-bottom: 10px;
}
.marginL5 {
    margin-left: 5px;
}
.marginL10 {
    margin-left: 10px;
}
.margin10 {
    margin: 10px;
}
.margin15 {
    margin: 15px;
}
.paddingR5 {
    padding-right: 5px;
}
.paddingR10 {
    padding-right: 10px;
}
.paddingT5 {
    padding-top: 5px;
}
.paddingT10 {
    padding-top: 10px;
}
.paddingB5 {
    padding-bottom: 5px;
}
.paddingB10 {
    padding-bottom: 10px;
}
.paddingL5 {
    padding-left: 5px;
}
.paddingL10 {
    padding-left: 10px;
}
.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.cp{
	cursor:pointer;
}
/* colors */

.blue {
	color: #4787ed !important;
}
.red {
	color: #d14836 !important;
}
.green {
	color: #3d9400 !important;
}
.yellow {
	color: #ffb105 !important;
}
.grey {
	color: #f1f1f1 !important;
}
.gray {
    color: #A2AAAC !important;
}
.black {
    color: #000000 !important;
}
.orange {
    color: #FF8A00 !important;
}
.dark {
    color: #1F3140 !important;
}
.white {
	color: #FFF !important;
}

.soem {
    color: #d82445 !important;
}
.bronze {
    color: #CC9900 !important;
}
.silver {
    color: #c0c0c0 !important;
}
.lime {
    color: #00FF00 !important;
}
.olive {
    color: #808001 !important;
}
.aqua {
    color: #00FFFF !important;
}
.teal {
    color: #018282 !important;
}
.cyan {
    color: #00FFFF !important;
}
.tan {
    color: #d2b48c !important;
}



.bg-blue {
    background-color: #4787ed !important;
}
.bg-red {
    background-color: #d14836 !important;
}
.bg-green {
    background-color: #3d9400 !important;
}
.bg-yellow {
    background-color: #ffb105 !important;
}
.bg-grey {
    background-color: #f1f1f1 !important;
}
.bg-gray {
    background-color: #a2aaac !important;
}
.bg-black {
    background-color: #000000 !important;
}
.bg-orange {
    background-color: #ff8a00 !important;
}
.bg-dark {
    background-color: #1f3140 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-soem {
    background-color: #d82445 !important;
}
.bg-bronze {
    background-color: #cc9900 !important;
}
.bg-silver {
    background-color: #c0c0c0 !important;
}
.bg-lime {
    background-color: #00ff00 !important;
}
.bg-olive {
    background-color: #808001 !important;
}
.bg-aqua {
    background-color: #00ffff !important;
}
.bg-teal {
    background-color: #018282 !important;
}
.bg-cyan {
    background-color: #00ffff !important;
}
.bg-tan {
    background-color: #d2b48c !important;
}


.bg-blue, .bg-blue .blue {
	color: #FFF !important;
}
.bg-red, .bg-red .red {
	color: #FFF !important;
}
.bg-green, .bg-green .green {
	color: #FFF !important;
}
.bg-yellow, .bg-yellow .yellow {
	color: #222 !important;
}
.bg-grey, .bg-grey .grey {
	color: #222 !important;
}
.bg-gray, .bg-gray .gray {
    color: #222 !important;
}
.bg-black, .bg-black .black {
    color: #FFF !important;
}
.bg-orange, .bg-orange .orange {
    color: #222 !important;
}
.bg-dark, .bg-dark .dark {
    color: #FFF !important;
}
.bg-white, .bg-white .white {
	color: #222 !important;
}

.bg-soem, .bg-soem .soem {
    color: #FFF !important;
}
.bg-bronze, .bg-bronze .bronze {
    color: #222 !important;
}
.bg-silver, .bg-silver .silver {
    color: #222 !important;
}
.bg-lime, .bg-lime .lime {
    color: #222 !important;
}
.bg-olive, .bg-olive .olive {
    color: #fff !important;
}
.bg-aqua, .bg-aqua .aqua {
    color: #222 !important;
}
.bg-teal, .bg-teal .teal {
    color: #222 !important;
}
.bg-cyan, .bg-cyan .cyan {
    color: #222 !important;
}
.bg-tan, .bg-tan .tan {
    color: #222 !important;
}

	
.item-new {
	background: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.01em;
	padding: 4px 10px;
	position: absolute;
	/*right: 19px;*/
	top: 7px;
	margin: 0 10px;
	text-transform: uppercase;
}

.item-new:before {
	border: 5px solid transparent;
	border-right-color: #666;
	bottom: 5px;
	content: "";
	display: block;
	position: absolute;
	left: -9px;
}

.bg-blue.item-new:before {
    border-right-color: #4787ed !important;
}
.bg-red.item-new:before {
    border-right-color: #d14836 !important;
}
.bg-green.item-new:before {
    border-right-color: #3d9400 !important;
}
.bg-yellow.item-new:before {
    border-right-color: #ffb105 !important;
}
.bg-grey.item-new:before {
    border-right-color: #f1f1f1 !important;
}
.bg-gray.item-new:before {
    border-right-color: #a2aaac !important;
}
.bg-black.item-new:before {
    border-right-color: #000000 !important;
}
.bg-orange.item-new:before {
    border-right-color: #ff8a00 !important;
}
.bg-dark.item-new:before {
    border-right-color: #1f3140 !important;
}
.bg-white.item-new:before {
    border-right-color: #fff !important;
}
.bg-soem.item-new:before {
    border-right-color: #d82445 !important;
}
.bg-bronze.item-new:before {
    border-right-color: #cc9900 !important;
}
.bg-silver.item-new:before {
    border-right-color: #c0c0c0 !important;
}
.bg-lime.item-new:before {
    border-right-color: #00ff00 !important;
}
.bg-olive.item-new:before {
    border-right-color: #808001 !important;
}
.bg-aqua.item-new:before {
    border-right-color: #00ffff !important;
}
.bg-teal.item-new:before {
    border-right-color: #018282 !important;
}
.bg-cyan.item-new:before {
    border-right-color: #00ffff !important;
}
.bg-tan.item-new:before {
    border-right-color: #d2b48c !important;
}

section {
	margin-bottom:10px;
}
.contentSystem {
    margin-top: 10px;
}

/* header */
#header_wrap {

    background: #f5f5f5 none repeat scroll 0 0;

}

#header {
	margin: 0 0 !important;
}
#header #logo {
    background: rgba(0, 0, 0, 0) url("/css/images/logo.png") no-repeat scroll left 0 / 30px auto;
    color: #2A2A2A;
    float: left;
    font-weight: 700;
    margin: 5px 0 0 0;
    padding: 0 12px 0 34px !important;
	min-width: 174px;


}
.sidebar-off #header #logo {
	/*display:none;*/
}
#header #logo span{
    font-weight: 300;
	font-family: "Open Sans",arial;
    font-size: 26px;
    line-height: 34px;
}
#header #logo img{
    height: 32px;
}	
#header #logo.nobg {
    background: none;
    padding: 0 0 0 0 !important;
	width: 220px;
}
#header #logo.nobg span{
	display:none;
}
/*////   - Nav -   ////*/

#header  nav {
	margin:0 auto;
	line-height: 100%;
	position:relative;	
	line-height:38px;
    float: right;
}

#header nav ul {
	margin:0;
}
#header nav ul li {
    display: block;
    float: right;
    margin-left: 10px;
    position: relative;	
	line-height:40px;
	height: 40px;
}

#header nav ul li.extramenu {

	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header nav ul > li > a, 
#header nav ul > li > a:visited 
{
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E0E0E0;
    background-image: linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 8px 10px;
	
	*/
    color: #222222;
    float: none;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 3px;

    position: relative;
	text-decoration:none;
}


#header nav ul .active a, 
#header nav ul li:hover > a,
#header nav ul .active a [class*=" icomoon-icon-"], 
#header nav ul li:hover > a > [class*=" icomoon-icon-"]
{
   /* background: -moz-linear-gradient(center top , #E8E8E8 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #AAAAAA #AAAAAA #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
    color: #3F3F3F;
    text-decoration: none;*/
	color:#4787ed !important
}
/*
.sidebar-off #header #logo { 
	position:relative;
	left:40px;
}
.sidebar-off #toogleSidebar { 
	margin-left:-220px;
}*/

#toogleSidebar {
    display: block;
    float: left;
    margin:  4px 8px;
}
/*
.sidebar-off #toogleSidebar {
   
	 margin: 5px 8px;
}
.sidebar-off .open #toogleSidebar {
    margin: 4px 0 0;
}
*/
#toogleSidebar a {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E0E0E0;
    background-image: linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FFFFFF inset;
    color: #555555;*/
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
	
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

#toogleSidebar a:hover 
{
    /*background: -moz-linear-gradient(center top , #E8E8E8 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #AAAAAA #AAAAAA #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;*/
    text-decoration: none;
}

#toogleSidebar a span{
    /*color: #4787ED !important;*/
}
#toogleSidebar a:hover span{
    color: #4787ED !important;
}
#toogleSidebar a span{
    height: 18px;
    width: 24px;
	display: block;
}
#toogleSidebar a#open_sidebar{
	display:none;

}

#header nav ul ul a, #header nav ul ul a:visited {
	font-weight: normal;
	text-transform:none;
	padding:0 12px;
	font-size:93%;
	line-height:28px;
}
#header .userSpan {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
#header img.userSpan {
 /* max-width:20px;*/
	 border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
    max-width: 30px;
}	
nav li.first img {
	margin-right:10px;
	vertical-align:middle;
}
nav ul li a.img {
	padding:11px 15px 10px;
}

nav li a.user {
	padding-left: 60px;
}


#header nav li img {
	vertical-align:middle;
	border-radius: 50%;
}
#header nav ul li a.img {
	padding:0 12px;
}

#header nav ul li:hover > ul {
	display: block;
}


#header nav ul li.extramenu a .text{
	font-size:11px;
}
#header nav ul li.extramenu ul li{
}

#header nav ul li.extramenu ul li a{
	line-height:14px;
	font-size:11px;
	padding:2px 6px;
}

#permissionDiv {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    min-height: 62px;
	background-color: #9de1fe;
	padding: 13px 12px 14px 13px;
}
#permissionDiv .iconPerm {
    margin-right: 15px;
    -webkit-flex: 0 0 49px;
    flex: 0 0 49px;
}
#permissionDiv .textPerm {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;

}
.notificationsCounter {
    background-color: #d14836;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: none;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    z-index: 101;
}
/*
.notify {
    bottom: 28px;
    position: absolute;
    right: 10px;
}
.notify .heartbit {
    animation: 1s ease-out 0s normal none infinite running heartbit;
    border: 4px solid #f15f79;
    border-radius: 70px;
    height: 25px;
    position: absolute;
    right: -16px;
    top: -20px;
    width: 25px;
    z-index: 10;
}
.notify .point {
    background-color: #f15f79;
    border-radius: 30px;
    height: 6px;
    position: absolute;
    right: -6px;
    top: -10px;
    width: 6px;
}*/
@keyframes heartbit {
0% {
    opacity: 0;
    transform: scale(0);
}
25% {
    opacity: 0.1;
    transform: scale(0.1);
}
50% {
    opacity: 0.3;
    transform: scale(0.5);
}
75% {
    opacity: 0.5;
    transform: scale(0.8);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
@keyframes heartbit {
0% {
    opacity: 0;
    transform: scale(0);
}
25% {
    opacity: 0.1;
    transform: scale(0.1);
}
50% {
    opacity: 0.3;
    transform: scale(0.5);
}
75% {
    opacity: 0.5;
    transform: scale(0.8);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}


.notificationsCounter span{
	/*background-color:#f03d25;
	border:1px solid #d83722;
	border-bottom:1px solid #c0311e;
	border-top:1px solid #e23923;
	border-radius:2px;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.44);
	display:block;*/
	/*line-height:12px;
	padding:0 2px;
	height: 15px;
width: 15px;*/
}


#favsList {
	
	overflow: hidden;
	width: 100%;
	height: 100%;
	
}
#favsWindow{
	width: 330px;
}
#notificationWindow{
	width: 330px;
}
/*#proyectWindow{
	width: 330px;
}
*/

.guiderMenu #favsList div.list {
    border: 1px solid #d0d0d0;
    float: left;
    height: 91px;
   /* margin: 0px 2px 2px 2px;*/
    padding: 5px 8px;
    text-align: center;
    width: 91px;
	white-space: normal;
    line-height: 12px;
    font-size: 12px;
}
.removeFromFavs {
    position: absolute;
    right: 0px;
    top: 5px;
	display:none !important;
}
.alwaysOpenFav {
	
	position: absolute;
	top: 5px;
	left: 0px;
}

.guiderMenu #favsList div.list:hover .removeFromFavs {
	display:block !important;
}
.guiderMenu #favsList div.list a{
    color: #3f3f3f;
	text-decoration:none;
}

.openSysFav .ifont {
    height: 36px;
    margin: 20px 0 0;
}
#noFavsMenu {
    font-size: 11px;
    padding: 15px 5px;
    text-align: center;
}

.guiderMenu {
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.333);
	position: fixed;
	outline: none;
	padding: 0;
    right: 5px;
    top: 45px;
	display:none;
	z-index: 1005 ;
	line-height:20px;
	-moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2)1;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
#wrapUser .guiderMenu{
    right: 7px;

}
.guiderMenuArrow  {
	width: 12px;
	height: 8px;
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	z-index: 100000006 !important;
	background-image: url('/css/images/guiderFormArrows.png'); 
}
.guiderMenuArrowUp {
	display: block;
	background-position: -3px -61px;
	top: -8px;
	left:48%;
}
.guiderMenuArrowUpRight {
	display: block;
	background-position: -3px -61px;
	top: -8px;
	right:8px;
}

.guiderMenuArrowUpLeft {
	display: block;
	background-position: -3px -61px;
	top: -8px;
	left:7%;
}
#userWindow{
	width: 330px;
	background:#f5f5f5;
}
#userWindow #imgUserBig {
    text-align: center;
}

#userWindow .headData{
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #bebebe;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	position: relative;
	z-index: 1;
}
#userWindow .footData{
	padding: 10px 10px;
}
#userWindow .line{
	border-top: 1px solid #ebebeb;
	margin-top: 5px;
	margin-bottom: 6px;
	clear:both;
}
#userWindow .grey{
    color: #666666 !important;
    display: block;
    margin-bottom: 2px;
}
#userWindow .name{
	font-weight:bold;
	line-height:17px;
	font-size:13px;
    display: block;
    margin-bottom: 0px;
}

#userWindow .pic{
	width:100px;
	margin:0 10px 0 0;
}
#userWindow .icomoon-icon-user{
	font-size: 100px; 
	margin: 38px 0px;
	color:#959595;
}

#userWindow .buttonGrag{
	margin: 0;
}
#userWindow .footData .buttonGrag.fl {
    margin: 0 5px 0 0;
}
#userWindow .footData .buttonGrag.fr {
    margin: 0 0 0 5px;
}
#userWindow .headData .buttonGrag{
	font-size: 12px;
	line-height: 22px;
	padding:2px 6px;
	margin: 10px 0 0 0;
}
#userWindow  .pic img{
	max-width:100px;
}
#userWindow  .data{
	width:200px;
	margin:0 0 10px 0;
}
#userWindow  .editorsUserWrap{
	text-align:center;
	display:none;
}

.guiderMenu div.listWrap{
	max-height: 300px; 
	overflow: auto; 
	min-width: 320px;

}
.guiderMenu div.list{
	box-sizing: content-box;
	position: relative;
	color: #333;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 25px;
	white-space: nowrap;	
	border-bottom:1px solid #d0d0d0;

}

 
.extramenu .guiderMenu div.head {
    float: left;
    width: 320px;
}
 
.extramenu .guiderMenu div.search {
    background-color: #eeeeee;
    border-bottom: 1px solid #d0d0d0;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    display: none;
    height: 31px;
    list-style: outside none none;
    margin: 0;
    padding: 3px 5px 0;
    position: relative;
    white-space: nowrap;
    width: 320px;
	
}
.extramenu .guiderMenu div.search.active {
    display: block;
}
 
.extramenu .guiderMenu div.search  input{
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 3px 28px 2px 5px;
    width: 275px;
}

.extramenu .guiderMenu #openSearchMenu {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
}


.extramenu .guiderMenu div.search #closeSearchMenu {
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 2px 8px;
    position: absolute;
    right: 5px;
}
.guiderMenu div.list.current{
	background-image: url(/css/images/checkmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #DDD;
}
.guiderMenu div.list:hover{
	background-color: #eee;
}

.guiderMenu #contentNotification{
	min-width:300px;
	/*height:300px;*/
	max-height:300px;
	overflow-x:auto;
	position: relative;
}
.guiderMenu div.notifications{
	box-sizing: content-box;
	position: relative;
	color: #333;
	cursor: pointer;
	list-style: none;
	margin: 0;
	cursor: pointer;
	padding: 10px;
	outline: none;
/*	white-space: nowrap;	
	height: 18px;*/
	line-height: 1.2;
	border-bottom:1px solid #d0d0d0;
	
}
.guiderMenu div.notifications.head{
	cursor: auto;
	font-weight:bold;
height: 18px;
}
.guiderMenu div.notifications.foot{
	cursor: auto;
	font-weight:bold;
	height: 22px;
	line-height: 22px;
	padding:7px 10px 10px 10px;
}
.guiderMenu div.notifications.foot button{
	
	margin: 0 auto;
	display: block;
	width: 100%;
}
.guiderMenu div.notifications .title{
	float:left;
}
.guiderMenu div.notifications.empty{
	background: rgba(0, 0, 0, 0) url("/css/images/notifications-illustration.png") no-repeat scroll 50%;
	color: #d7d7d7;
	cursor: auto;
	 padding: 150px 10px 10px;
	   min-width: 180px;
    text-align: center;
}
.guiderMenu div.notifications .clearAll{
	float:right;
	display:block;
	height:22px;
	width:22px;
	cursor:pointer;

}
.guiderMenu div.notifications .refresh{
	float:right;
	display:block;
	height:22px;
	width:22px;
	cursor:pointer;

}
.guiderMenu div.notifications .refresh.loading{
	background:url("/css/images/flex/load.gif") no-repeat scroll center center transparent;
}
.guiderMenu div.notifications .refresh.loading span{
	display:none;
}
.guiderMenu div.notifications.unread {
    background: #f1f1f1;
}
.guiderMenu div.notifications.openNotification:hover{
	background: none repeat scroll 0 0 #F5F5F5

}


#wrapTours, .contentTourStep{display:none;}
.guider {
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.333);
	position: absolute;
	outline: none;
	padding: 12px;
	width: 500px;
	display:none;
	z-index: 100000005 ;
	-moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2)1;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}

.guiders_arrow {
	width: 42px;
	height: 42px;
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	z-index: 100000006 !important;
	background-image: url('/css/images/guiders_arrows.png'); 
}

.guiders_arrow_right {
	display: block;
	background-position: 0px 0px;
	right: -42px;
}
.guiders_arrow_down {
	display: block;
	background-position: 0px -42px;
	bottom: -42px;
}
.guiders_arrow_up {
	display: block;
	background-position: 0px -126px;
	top: -42px;
}
.guiders_arrow_left {
	display: block;
	background-position: 0px -84px;
	left: -42px;
}

.guiders_buttons_container {
	height: 30px;
	position: relative;
	width: 100%;
	margin-top:10px;
}

.guiders_close {
	float: right;
	padding: 10px 0 0;
}

.guiders_content {
	position: relative;
}

.guiders_content h1 {
	color: #4787ed;
	float: left;
	font-size: 21px;
	margin:5px 0;
}

.guiders_content p {
	clear: both;
	color: #333;
	font-size: 13px;
	margin:5px 0;
}

.guiders_highlight {
	position: relative;
	z-index: 10001;
}


#guiders_overlay {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	z-index: 10000;
}

.guiders_x_button {
	background-repeat: no-repeat;
	background-image: url('/css/images/guiders_close_button.jpg'); 
	cursor: pointer;
	height: 15px;
	width: 15px;
}
.guiders_select{
	height: 120px;
	font-weight: normal;
	font-size: 13px;
	width: 100%;
	/*width: 86px;
	margin-right: 10px;
	vertical-align: top;
	*/
	
	line-height: 14px;
	margin-bottom: 10px;
	
	color: #353535;
	white-space: normal!important;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*min-width: 54px;*/
	outline: 0;
	padding: 0 8px;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	border:1px solid rgba(0, 0, 0, 0.1);
}
.guiders_select.last{
	margin-right: 0;
}

.guiders_select:hover{
	color: #4787ed;
	background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
    border: 1px solid #C6C6C6;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.guiders_select .icon64 {
    line-height: 82px;
}
.guiders_select .icon{
/*	height: 60px;
	width: 60px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(/css/images/guiders_icons.png);
	background-repeat:no-repeat;*/
	
}
.guiders_select.basic .icon{
	background-position: 0 0;
}
.guiders_select.grids .icon{
	background-position: -131px 0;
}
.guiders_select.forms .icon{
	background-position: -61px 0;
}
.guiders_select.user .icon{
	background-position: -194px 0;
}


/* clearfix */
#header:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] nav {
	display: block;
}
* html nav {
	height: 1%;
}

/* user sector */


.dataUserInfo > .fl:first-child { margin-right:20px;} 
.userProfileWrap {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #E5E5E5;
	position: relative;
	z-index: 1;
	width:auto;
	max-width:250px;
	padding:15px;
	text-align: center;	
}
.userProfileResume{
	background-color: #F9F9F9;
	border: 1px solid #E5E5E5;
	width:auto;
	max-width:250px;
	padding:15px;
	height:100%;
	
}
.userProfileImg {
	/*overflow: hidden;
    border: 1px solid #DDDDDD;*/
	text-align: center;
}

.userProfileImg .thumbnail {
    background-color: #FFFFFF;
/*    border: 1px solid #DDDDDD;
    padding: 4px;*/
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
}
.userProfileImg .thumbnail > img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.userProfileImg .icomoon-icon-user{
	font-size: 150px !important;
	margin:-21px auto;
}

.userProfileData {
    font-family: "Open Sans",arial;
    font-weight: 300;

    color: #555555;
    font-size: 24px;
    margin: 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*////   - Page -   ////*/

/* Layout Widths */
.width {
	margin:0 auto !important;
	/*min-width:940px;*/
	width:auto;
	margin:0 20px !important;
}
#layout95 .width {
	width:95%;
}
#layout90 .width {
	width:90%;
}
#layout85 .width {
	width:85%;
}
#layout80 .width {
	width:80%;
}
#layout75 .width {
	width:75%;
}
#layout980 .width {
	width:980px;
}
#layout1280 .width {
	width:1280px;
}
#layout1400 .width {
	width:1400px;
}
#layout1600 .width {
	width:1600px;
}
#page {
	padding-top:0;
	overflow:hidden;
	margin: 0 !important;
}
#page-content {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    color: #181818;
    margin-left: 220px;
    position: relative;
}
.chatbar-on #page-content {
    border-right: 1px solid #d7d7d7;
}
body.sidebar-off #page-content {
	margin-left:50px;	
}
body.m.sidebar-off #page-content{
	margin-left:0;	

}
body.sidebar-off aside.leftPanel, 
body.sidebar-off #wrapSearchMods {
	width:50px;	
}


body.m.sidebar-off aside.leftPanel{
	display:none;
}
body.sidebar-off aside.leftPanel.open, 
body.sidebar-off .open #wrapSearchMods {
	width:auto;	
}

body.docs #page-content {
	min-height:inherit;
}
#page-content p {
	margin-bottom:15px;
	line-height:1.6;
}

#page-content .bDiv .box p {
	margin-bottom:0;
	line-height:1.6;
}

/*  Page Title + Breadcrumbs */
.tabs-list-wrapper {
   height: 40px;
    margin: 0 0;
    padding-top: 7px;
    position: relative;
    width: 100%;
}
.tabs-list-wrapper.navTabs {

	
}
.page-title {
	/*border-bottom:1px solid #ccc;*/
	padding-bottom:0px;
	overflow:hidden;
    margin: 0 1%;
}


.page-title .navs-crumbs-arrows {
	display:none;
	position:absolute;
    right: 1%;
    top: 10px;
}
.navTabs .page-title .navs-crumbs-arrows {
   
	display: block;
  
}
.navs-crumbs-arrows .buttonGrag {
    margin: 0;
    padding: 2px;
	min-width: auto;
}

.navs-crumbs-arrows .buttonGrag.blue span{
    color: #FFF !important;
}

.navTabs .page-title {
	/*margin: 0 45px 10px;
	height: 34px;*/
	margin: 0 90px 0 1%;
	overflow: hidden;
}
.page-title h1 {
	border-right:1px solid #ccc;
	margin-right: 10px;
	color:#333333;
	display:block;
	float:left;
	font-size:182%;
	font-weight: 700;
	line-height:1;
	padding:5px 5px 5px 0;
}

.page-title a.closeSys {
	background:#fff url(/css/images/icons/close.png) no-repeat center center;
	height:16px;
	width:16px;
	text-indent:-9999px;
    margin: 2px 0;
    padding: 5px;
	position:absolute
}
.page-title a.closeSys.hide {
	display:none;
}

#cloneTabWraper{
   
    float: left;
    position: relative;
}
#toogleCloneTab{
	display:none;
	margin:8px 8px 0 0;
}
#toogleCloneTab{
	display:none;
	margin:8px 8px 0 0;
}

#toogleCloneTab#toogleSidebar a{
    border-radius: 2px 2px 0 0;
    padding: 5px 8px;
}
#cloneTab {
	display:none;
    left: 0px;
    right: auto;
    width: 200px;
}

#cloneTab .guiderMenu div.list {  
    padding: 5px 25px 5px 10px;
}


.closeclonetab {
    color: #999999 !important;
    position: absolute;
    right: 4px;
    top: 7px;
}


#crumbs {
	/*float:left;*/
	/*box-sizing: content-box;
    border-bottom: 1px solid #d7d7d7;
    height: 21px;
   list-style: none outside none;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 8px;
	
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 4px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;*/
    border-bottom: 1px solid #d7d7d7;
    box-sizing: content-box;
    height: 33px;
    list-style: outside none none;
    margin: 0;
	
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none; 
	
}

#crumbs li {
	box-sizing: content-box;
	color: #cccccc;
	display: block;
	float: left;
	height: 31px;
	line-height: 36px;
	position: relative;
	border: 1px solid #ffffff;
   /* margin-right: 5px;*/

/*
	display:block;
	float:left;
	color:#ccc;
	height: 16px;
	
	box-sizing: content-box;
	margin-right: 5px;
	padding: 4px 8px;*/
	/*border-radius: 3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	*/
/*
	border:1px solid #d7d7d7;
	background-color:rgba(243, 243, 243, 0.85);*/
	/*transition:background-color 100ms ease-in-out,z-index 200ms ease-in-out
		border:1px solid #CCC;
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;*/
}
/*
#crumbs > li:first-child::before {
    left: 0;
}

#crumbs > li::before {
    border-left: 1px solid #d7d7d7;
    content: "";
    left: 18px;
    margin: 0;
    position: relative;
}
*/
#crumbs li.active {
	/*background:#FFF;
	border-bottom:2px solid #FFF;*/

    border-bottom: 2px solid #ffffff;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.m #crumbs li,
.m .navTabs .page-title .navs-crumbs-arrows{

	display: none;
}
.m #crumbs li.active,
.m #crumbs li:first-child
{
	display: block;
}

#crumbs a {
	/*text-decoration:none;
	color:#888;
	float:left;
	line-height: 18px;*/
	
    color: #d7d7d7;
    float: left;
    line-height: 32px;
    margin: 0 8px;
    text-decoration: none;
	-moz-user-select: none; -webkit-user-select: none; user-select: none;	
}
#crumbs a:active,#crumbs a:focus{outline:none}
#crumbs li.active a {
	color:#3F3F3F;
	/*font-weight:bold;*/
}
#crumbs li img {
	 float: left;
    margin-top: 8px;
}


#crumbs li span.nameMod {
    display: block;
    float: left;
    margin-left: 4px;
	color:#999999;
}
#crumbs li.active span.nameMod {
   
	color:#353535;
}
#crumbs li span.ifont {
    float: left;
    margin: 0 7px 0 0;
}
#crumbs li.hide {
   display:none;
}
   
#crumbs li.max span.nameMod {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 46px;
	/*height:18px;*/
}
    

#crumbs a#gohome:hover span {
	color:#4787ED;
}
#crumbs a#gohome {
	/*line-height: 15px;*/
}
#crumbs li span.icomoon-icon-home-2 {
    margin-right:4px;
}
#crumbs li a.loadingSys {
/*	margin-left: 4px;
line-height:15px; */
} 
#crumbs li a.loadingSys span {
    background: rgba(0, 0, 0, 0) url("/css/images/flex/load.gif") no-repeat scroll 0 8px;
    padding-left: 23px;
	position:relative;
	/*top:3px;*/
}
#crumbs li a.loadingSys img {display:none;}
#crumbs li a.loadingSys .ifont {display:none;}



#crumbs a.closeMod {
   /* display: block;
    float: right;
    font-size: 9px;
    font-weight: normal;
    height: 14px;
    line-height: normal;
    margin-left: 5px;
    margin-top: 1px;
    width: 10px;
*/
	float: right;
	font-size: 9px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 8px 0 0;
	width: 10px;

   /* 
   background: url("images/jquery-ui/ui-icons_888888_256x240.png") no-repeat scroll -36px -210px transparent;
    text-indent: -10000px;
	margin-top: 5px;
    height: 10px;
   
    width: 10px;	
   */

}
#crumbs a.closeMod .icomoon-icon-close{
    color: #d7d7d7;
    margin: 0;
   /* text-shadow: 1px 1px 1px #FFFFFF;*/
}
#crumbs .active a.closeMod .icomoon-icon-close{
	color:#353535;
	
}


#crumbs a.closeMod:hover .icomoon-icon-close{
	color:#D14836;
}

/*
#crumbs li.active a.closeMod {
	background-image:url("images/jquery-ui/ui-icons_454545_256x240.png");
}
#crumbs a.closeMod:hover, #crumbs li.active a.closeMod:hover {
	background-image:url("images/jquery-ui/ui-icons_cd0a0a_256x240.png");
	
}
*/
#crumbs a.closeMod.min {
	margin-top: 2px;
	display:none;
}


#crumbs a:hover {
	text-decoration:none;
	color:#333333;
}

div.userguide{
	white-space:nowrap;
	font-weight: normal; 
	line-height: 12px;
	padding: 9px 6px 6px; 
	cursor: pointer; 
	color: #444;
	float: right;
	position:absolute;
	right:56px;
	z-index:2;
	font-size:11px;
}

#stats ul li, #info ul li {
	padding:0 0 5px;
}


#page_wrapper #sidebar .sidebar-content {
	padding:15px 9px 15px 21px;
}
.ui-state-highlight {
	background-color: #FFB;
	border:2px dashed #ccc;
	border-right:none;
}
.gallery {
	margin:0;
	list-style:none;
}
ul.gallery li {
	padding:0;
	display:inline;
	margin-right:10px;
}
ul.gallery img {
	background:#fff;
	height:100px;
	width:100px;
	padding:2px;
	border:1px solid #d7d7d7;
}
ul.gallery a:hover > img {
	border:1px solid #00AACD;
}

/*/// - Footer - ///*/
footer {
	/*clear:both;*/
	padding: 5px 0;
	font-size:85%;
}
body footer {
	text-align:right;
	background:#f5f5f5 none repeat scroll 0 0;
}
body footer span {
	padding:0 10px;
	font-size: 90%;

}
#developerTools{
    background: #f5f5f5  none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    position: absolute;
    z-index: 10000000;
}
/* LOGIN */

.loginWraper{
	padding-top:2em;
}

.loginWraper.leftBg{
	position: fixed;
    background: #FFF;
	width:30%;
	height:100%;
	top:0;
	bottom:0;
	right: 0;
	z-index:1;
	box-shadow: 0px 10px 10px #CCC;
	overflow:auto;
	
}
.bgImageLoginRight{
	position: fixed;
    background-color: #FFF;
	width:70%;
	height:100%;
	top:0;
	bottom:0;
	left: 0;
	z-index:0;
	background-size: cover;
	background-position: bottom right;
}
#contentBoxloginpopup {
    max-width: 400px;
    margin: 0 auto;
}

.loginContent{
   /* left: 50%;
    margin-left: -169px;
    margin-top: 60px;*/
    position: relative;
    width: 340px;
	margin:0 auto;

}

body.login .loginLogo {
	box-sizing: content-box;
    display: block;
    padding: 20px;
    text-align: center;
	height:40px;
}
body.login .loginHeader {
    display: block;
    padding: 0;
    text-align: center;
}
body.login .loginHeader.margin {
    margin-top:80px;
}

.loginHeader h1 {
    font-size: 30px;
    margin: 15px 20px;
    color: #555555;
    font-family: "Open Sans",arial;
    font-weight: 300;
    margin-top: 0;
}
.loginHeader h2 {
    margin-bottom: 15px;
    color: #555555;
    font-family: "Open Sans",arial;
    font-size: 18px;
    font-weight: 400;
}

/*
#notification_login.error {
	color: #d14836 !important;
}
#notification_login.success {
	color: #3d9400 !important;
}
#notification_login.warinng {
	color: #ffb105 !important;
}
#notification_login.loading {
    color: #1F3140 !important;
}
*/
/*
body.login .box-wrapper, body.error .box-wrapper {

}
body.login .box-wrapper .box-header {
	padding:10px 15px 8px;
}
body.login .box-wrapper .box-header h2 {
	font-size:138.5%;
	font-family: "Open Sans",arial;
}
*/
body.login #header {
    display: block;
    width: 100%;
}




body.login #header small {
    color: #999999;
    font-size: 80%;
    left: 5px;
    letter-spacing: 1px;
    position: relative;
    top: 20px;
}
body.login .footer_login {
    display: block;
    margin: 20px auto 0;
    text-align: center;
	
}
body.login .footer_login .version {
    clear: both;
    color: #353535;
    display: block;
    font-size: 11px;
    line-height: 14px;
	text-decoration:none;
}
body.login .footer_login .version:hover {
    color: #4787ed;
}
body.login .footer_login a.markSoem {
    clear: both;
    display: block;
    height: 62px;
    margin: 10px auto 0;
    position: relative;
    width: 200px;
}
body.login .footer_login img {
	opacity:0.8;
}
body.login .footer_login img:hover {
	opacity:1;
}
/* login form*/
#login_content {
    padding: 40px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
    margin: 25px auto;
}

.leftBg #login_content {
    background-color: #FFF;
    box-shadow: none;
}


#login_content a {
    /*color: #4787ED !important;*/
}
#authorization_code_wrap{text-align:center;}
#login_form.form input.login-input, #request_form.form input,
#login_form.form select, #request_form.form select {
	width:100%;
	padding:5px;
	font-family: "Open Sans",arial;
    font-size: 16px;
	box-sizing: border-box;
	/*height: 44px;*/
	max-width:none;
}

#login_form.form select, #request_form.form select {
	margin-top:5px;
}
#login_form.form input.login-input:focus, #request_form.form input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

#login_form label .icon16 {
    bottom: -32px;
    position: absolute;
    right: 0;
}
#secure_code_wrap small{
	font-size: 10px; 
	margin: 2px;
}
#secure_code_wrap .wrap_secure_image{
	font-size: 10px; 
	float: left; 
	margin: 2px;
	width:255px;
    border: 1px solid #d7d7d7;
}
#secure_image{
	margin: 1px 5px 5px 0px; 
}

#secure_image{
	margin: 1px 5px 5px 0px; 
}
.buttonsLogin{
  /*  background-color: #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    box-shadow: 0 1px 0 rgba(229, 229, 229, 0.1);*/
    line-height: 25px;
	padding:10px 0 0 0;
}


.ck #rememberHold{	
    display:none;
}



#loginData {
  /*  background-color: #F5F5F5;*/
	padding: 0;


}
#login_cookie_wrap {
   /* background-color: #F5F5F5;
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    font-size: 93%;*/
    padding: 0;
    text-align: center;
	/*
	background-image:linear-gradient(to bottom, #E6E6E6, #F8F8F8);
	
	border:1px solid #ccc;*/

}

.form #login_cookie_wrap #login_imagen{
    border: 1px solid #d7d7d7;
    display: block;
    float: none;
    margin: 0 auto 10px;
    width: 110px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	
}

.signin-card .userPhoto{
    background-color: #dddddd;
    width: 110px;
    height: 110px;
    
    display: block;
    float: none;
    margin: 0 auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	
}

.signin-card .userPhoto>img{
    border: 1px solid #d7d7d7;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	
}

.signin-card .login_user_icon {
    background-color: #dddddd;
    border-radius: 50%;
    font-size: 70px;
    height: 110px;
    line-height: 90px;
    margin: 0 auto 10px;
    text-align: center;
    width: 110px;
}
.signin-card #loginUserData .login_user_icon {
    margin: 0 auto 28px;
}

.form .signin-card input.error {
    background: #FFF !important;
    border-color: #f45d43;
}
.form #loginData input.error {
    background: #FFF !important;
    border-color: #f45d43;
}
.form-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.form-panel.first {
  z-index: 2;
}
.form-panel.second {
  z-index: 1;
}
.shift-form .form-panel.first {
  z-index: 1;
}
.shift-form .form-panel.second {
  z-index: 2;
}
  .hide-form.slide-out {
  display: none;
  }
  .hide-form.slide-in {
  display: none;
  }
  
  /*
.slide-in,
.slide-out {
  display: block;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
  opacity: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  -moz-transform: translate3d(-120%, 0, 0);
  -ms-transform: translate3d(-120%, 0, 0);
  -o-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}
.slide-in {
  -webkit-transform: translate3d(120%, 0, 0);
  -moz-transform: translate3d(120%, 0, 0);
  -ms-transform: translate3d(120%, 0, 0);
  -o-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
*/




.form  .signin-card p{
  margin-bottom: 0px;
}
.signin-card button,
.signin-card .buttonGrag{
	box-sizing: border-box;
	display: block;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 1;
	font-size: 13px;
	height: 38px;
	line-height: 33px;
	transition: none 0s ease 0s !important;
}
.signin-card .buttonGrag.blue{
	color:#FFF;
}

.signin-card #backToLoginUserData {
	position:absolute;
	top:0;
	left:0;
}

.signin-card #loginCheckName {
	font-weight: bold;
	box-sizing: border-box;
	color: #404040;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.forgotPass{
    display: block;
    text-decoration: none;
	text-align: right;
}

.requestUser {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;

}
#backToLoginUserDataFooter{
    display: block;
    margin-bottom: 10px;
    text-decoration: none;

}
.responseForm {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 0;
    padding: 0 8px;
    text-align: center;
}
.responseForm.error {
    color: #f45d43;
   

}   
.responseForm.success,
.responseForm.error.success {
    color: #a6d50f;
  

}
.login_no_imagen{
    display: block;
    float: none !important ;
	color: #959595 !important;
}

#rememberHold {
    display: block;
    margin-top: 5px;
}

.autologin #backToLoginUserData,
.autologin .buttonsLogin,
.autologin #backToLoginUserDataFooter{
  display: none;

}
.form #login_cookie_wrap #login_cookie{
    /*border-bottom: 1px solid #E5E5E5;*/
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
}

.form #login_cookie_wrap a#stop_remember{
    color: #777777;
    display: block;
    padding: 4px;
    text-decoration: none;
}
.form #login_cookie_wrap a#stop_remember:hover{
	color: #2222;
}


#login_content .form label {
    padding-right: 27px;
    position: relative;
    text-align: left;
	color:#353535;
	max-width:none;
	padding-top: 0;
	margin-bottom:0;	
}
body.login #login_content .form label  {
	padding-top: 6px;
	margin-bottom:5px;
}

.notification.notification_login { margin: 10px 0 0;}

.internarlogin .loginHeader  { text-align:center}

.internarlogin .loginHeader h2 {
    margin-bottom: 10px;
}
.internarlogin #login_content {
   /* padding: 20px;
    background-color: #f7f7f7;
    border-radius: 0;
    margin: 0;*/
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}
.internarlogin secure_code_wrap span {

	width:294px
}
.internarlogin #secure_code_wrap { margin:10px 0 0 0}
.internarlogin  #login_content .form label {
	color: #353535;
	margin-bottom: 0;
	max-width: none;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;	
	margin: 4px 0;
}

.internarlogin #login_content .form p.goToLogin {
   margin: 10px 0 0;

}
.internarlogin #loginData {
   padding: 10px 0 0;
}
.internarlogin .form #login_cookie_wrap #login_cookie{
    margin: 0;
    padding: 0;
}

.internarlogin .form #login_cookie_wrap #login_no_imagen{
  
}


.box-wrapper {
	background:#fff;
	border:1px solid #d7d7d7 !important;
	margin-bottom:20px;
	position:relative;
	clear:both;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}

.flexbox .box-wrapper {
   /* margin: 10px;*/
}
.flexbox .box-wrapper .box-header {
    display: none;
}
.box-wrapper .box-header {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	padding:6px 5px 4px;
	
	border-bottom:1px solid #d7d7d7;
	position:relative;
}
.box-wrapper .box-header h2 {
	font-weight: 700;
	display:inline;
	font-size:110%;
	color:#333333;
	text-shadow: 0 1px 0px #fff;
	margin-bottom:0;
}
.box-wrapper .box-header span {
	/*margin:15px 15px 0 0;
	position:absolute;
	top:0;
	right:0;
	line-height:100%;
	font-size:93%;*/
}
.box-wrapper .box-content, .box-content {
	padding:15px;
}
.box-wrapper .box-content.no-margin {
	padding:0;
}
.box-wrapper .box-content.login {
	padding:25px 20px 20px;
}
.box-wrapper .box-footer {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	padding:10px 15px;
	border-top:1px solid #d7d7d7;
	position:relative;
	/*border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;*/
}
/* Box Header Elements */
.box-header .controls {
	bottom:0;
	margin:0 0 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #d7d7d7;
	padding: 0;
	list-style: outside none none;
}

.ui-tabs .ui-tabs-nav.controls li {
    border-bottom: 0 none !important;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
	top: 0;
}

.ui-tabs .ui-tabs-nav.controls li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-header .controls li a {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #f8f8f8, #e6e6e6);
    background-repeat: repeat-x;
    border-left: 1px solid #d7d7d7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #181818;
    display: block;
    height: 26px;
    line-height: 23px;
    outline: medium none;
    padding: 1px 15px 0 14px !important;
    text-decoration: none;
    text-shadow: none;
}
.box-header .controls li.ui-tabs-selected a, .box-header .controls li a:hover {
	/*background:url("images/boxheader-rev.gif") repeat-x top #FFFFFF;*/
	background-color:#E6E6E6;
	background-image:linear-gradient(to bottom, #E6E6E6, #F8F8F8);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.ui-tabs .ui-tabs-nav.controls li.ui-tabs-selected a span{
color: #4787ed !important;

}
.box-header .tabs.mini li a {
	padding:6px 10px 3px;
}
.box-header .tabs.mini li a.active, .box-header .tabs.mini li a:hover {
	padding:6px 10px 4px;
}
.box-header .tabs.mini img {
	vertical-align:middle;
}
.box-header .tabs {
	bottom:-1px;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-header .tabs li {
	float:left;
	list-style:none outside none;
}
.box-header .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-left:10px;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	border-bottom:none;
	padding:8px 15px 6px 14px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.box-header .tabs li a.active, .box-header .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	border:1px solid #d7d7d7;
	border-bottom:none;
	padding:8px 15px 7px 14px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;

}
.box-header .tabs li a:hover {
	border-color:#00AACD;
}
.box-header .tabs li a.active:hover {
	border-color:#d7d7d7;

}
.box-header .tabs li a.img {
	padding:5px 6px 4px;
}
.box-header .tabs li a.img:hover {
	padding:5px 6px 5px;
	border-color:#00AACD;
}
.box-header .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-header .tabs li a.disable:hover {
	padding:8px 15px 6px 14px;
	border-color:#d7d7d7;
}
.box-header .pagination {
	line-height:100%;
	margin:9px 10px 0 0;
	position:absolute;
	right:0;
	top:0;
}
.box-header .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-header .pagination a {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}
body.ie7 .box-header .pagination a, body.ie8 .box-header .pagination a {
	zoom:1;
	display:inline;
}
.box-header .pagination a:hover {
	border-color:#00AACD;
}
/* Box Footer Elements */
.box-footer .controls {
	bottom:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #d7d7d7;
}
.box-footer .controls li {
	float:left;
	list-style:none outside none;
}
.box-footer .controls li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border-left:1px solid #d7d7d7;
	padding:6px 15px 3px 14px;
}
.box-footer .controls li a.active, .box-footer .controls li a:hover {
	/*background:url("images/boxheader-rev.gif") repeat-x top #FFFFFF;*/
	background-color:#E6E6E6;
	background-image:linear-gradient(to bottom, #E6E6E6, #F8F8F8);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.box-footer .tabs.mini li a {
	padding:7px 10px 3px;
}
.box-footer .tabs.mini li a.active, .box-footer .tabs.mini li a:hover {
	padding:8px 10px 4px;
}
.box-footer .tabs.mini img {
	vertical-align:middle;
}
.box-footer .tabs {
	top:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-footer .tabs li {
	float:left;
	list-style:none outside none;
}
.box-footer .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-left:10px;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	border-top:none;
	padding:5px 15px 7px 14px;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a.active, .box-footer .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	margin-top:-1px;
	border:1px solid #d7d7d7;
	border-top:none;
	padding:6px 15px 8px 14px;
	border-color:#d7d7d7;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a:hover {
	border-color:#00AACD;
}
.box-footer .tabs li a.active:hover {
	border-color:#d7d7d7;
}
.box-footer .tabs li a.img {
	padding:3px 6px 4px;
}
.box-footer .tabs li a.img:hover {
	padding:4px 6px 3px;
	border-color:#00AACD;
}
.box-footer .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-footer .tabs li a.disable:hover {
	padding:6px 15px 7px 14px;
	border-color:#d7d7d7;
}
.box-footer .pagination {
	line-height:100%;
	margin:0 10px 5px 0;
	position:absolute;
	right:0;
	bottom:0;
}
.box-footer .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-footer .pagination a {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-wenkit-border-radius:3px;*/
}
body.ie7 .box-footer .pagination a, body.ie8 .box-footer .pagination a {
	zoom:1;
	display:inline;
}
.box-footer .pagination a:hover {
	border-color:#00AACD;
}

.box-footer .pagination .active a {
	border-color:#00AACD;
}

/* BOXES */
.box {
    box-shadow: 0 1px 0 #FFFFFF;
    margin-bottom: 25px;
    min-height: 100%;
    width: 100%;
}
.bDiv .box .content {
	overflow:auto;
}
.box.hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 1s ease 0s;
}
.box.drag {
}
.box.plain.hover {
    box-shadow: none;
}
.box .title {
    background: #E5E5E5;
    border: 1px solid #C4C4C4;
   /* border-top-left-radius: 2px;
    border-top-right-radius: 2px;*/
    box-shadow: 0 1px 0 #FFFFFF;
    height: auto;
	padding: 1px 5px;
    position: relative;
}
.box.drag .title:hover {
    cursor: move;
}
.box.plain .title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}
.box.gradient .title {
    background: -moz-linear-gradient(center top , #FFFFFF 1%, #F3F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box .title.min {
  /*  border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
}
.box .title h4 {
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-top: 9px;
}
h4 .label {
    float: right;
    margin-right: 40px;
}
h4 .badge {
    float: right;
    margin-right: 40px;
}
.box .title span[class*=" icon-"], .box .title span[class*=" brocco-icon-"], .box .title span[class*=" cut-icon-"], .box .title span[class*=" entypo-icon-"], .box .title span[class*=" icomoon-icon-"], .box .title span[class*=" minia-icon-"], .box .title span[class*=" iconic-icon-"], .box .title span[class*=" meteo-icon-"], .box .title span[class*=" silk-icon-"], .box .title span[class*=" typ-icon-"], .box .title span[class*=" wpzoom-"], .box .title span[class*=" eco-"] {
    margin: 0 10px 0 0;
}
.box .title .iToggle-button span.icon16 {
    margin-right: 0 !important;
}
.box .title .loader {
    position: absolute;
    right: 40px;
    top: 10px;
}
.box .title > a {
    background-color: #F3F3F3;
	box-sizing: content-box;
    border: 1px solid #C4C4C4;
    color: #3F3F3F;
    height: 16px;
    padding: 0 2px 3px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-indent: -9999px;
    top: 8px;
    width: 16px;
}
.box .spark {
    float: right;
    margin-right: 40px;
}
.box .box-form {
    margin-bottom: 0;
    margin-right: 40px;
    position: relative;
}
.box .box-form input {
    margin-bottom: 0;
    width: 100%;
}
.box .box-form .dropdown-menu {
    left: auto;
    top: auto;
}
.box .box-form .btn-mini.dropdown-toggle {
    margin-top: -1px;
}
.box .box-form .btn span {
    display: inline-block;
    margin-right: 0;
    margin-top: -8px;
}
.box .box-form .btn-mini span {
    margin-top: -7px;
}
.box .box-form .dropdown-toggle {
    margin-top: -4px;
    padding-bottom: 0;
}
.box .box-form .btn span.caret {
    margin-left: 2px;
    margin-top: 7px;
}
.box .box-form .ibutton-container {
    margin-top: -2px;
}
.box .title .label span, .box .title .badge span {
    margin-left: 0;
    margin-right: 0;
}
.box .title .progress {
    position: absolute;
    right: 40px;
    top: 8px;
    width: 40%;
}
.box .title .minimize {
    background: url("/css/images/minus.png") no-repeat scroll center 3px #F3F3F3;
    cursor: pointer;
    display: none;
}

.box .title .maximize {
    background: url("/css/images/plus.png") no-repeat scroll center 3px #F3F3F3;
    display: block;
}
.rDiv{margin:10px 0 }

.rDiv .box .content {
	overflow:auto;
}
.box .content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
     border: 1px solid #C4C4C4;
    border-top: none;

    padding: 10px;
    position: relative;
}
.box .footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #C4C4C4;
    padding: 5px 10px;
    position: relative;
}

.box .content.vertical-scroll {
    width: 200px;
}
.box .content.noPad {
    padding: 0;
}
.box .content.noPad .nav-tabs {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.box .content.noPad .tab-content {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.box.boxMargin {
    margin-bottom: 27px;
}

.bDiv .box {
    margin-bottom: 0;
	border:1px solid #C4C4C4;
}

.bDiv .box .title,
.bDiv .box .content,
.bDiv .box .footer
{
	border: none;
}
.bDiv .box .title
 {
	border-bottom:1px solid #C4C4C4;
}

.bDiv .box .title.min {
    border-bottom: medium none;
}
.bDiv .box .footer
 {
	border-top:1px solid #C4C4C4;
}


.img-polaroid {
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	padding:4px;
}

.img-circle {
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
}







/* Table Styles */

table {
	border-collapse:separate;
}

.table {
	border:1px solid #d7d7d7;
	width:100%;
}
.table.no-border {
	border:none
}
.table thead th, .table thead td {
	padding:3px 5px;
	font-weight: 700;
	color: #333;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border-bottom: 1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}
.table thead th.last, .table thead td.last {
	border-right:0;
}
.table thead th.checkbox, .table thead td.checkbox {
	width:25px;
}
.table tbody th, .table tbody td {
	border-right:1px dotted #d7d7d7;
	vertical-align:middle;
	padding:2px;
	font-size:100%;
	border-bottom:1px dotted #d7d7d7;
}
.table tbody tr.alt td {
	background-color:#e3e3e3;
}

.table tbody tr.odd td {
	background-color:#0080C0;
	color:#FFFFFF;
}

.table tbody tr.subsum td {
	background-color:#F0E9BD;
}

.table tbody tr.sum td {
	background-color:#d9ebf5;
	border-top:1px solid #0080C0;
}
.table tbody th.last, .table tbody td.last {
	border-right:0 none;
}
.table tbody tr.last td {
	border-bottom:0 none;
}
.table tbody tr:hover th, .table tbody tr:hover td {
	background:#d3ecf9;
}

.table.nohover tbody tr:hover th, .table.nohover tbody tr:hover td {
	background: inherit;
}

.table.nohover tbody tr:hover th, 
.table.nohover tbody tr:hover td
{
	background-color: inherit;
	border-bottom:1px dotted #d7d7d7;
}
.table.nohover tbody tr.alt:hover td{
	background-color:#e3e3e3;
}

.flexgrid div.bDiv tr.trSubgrid:hover td, .flexgrid div.bDiv tr.trSubgrid:hover td.sorted
{
	background-color: inherit;
	border-bottom:1px solid #DDDDDD;
}

.table tbody tr.odd:hover td {
	background-color:#0080C0;
}

.table tbody tr.hover td {
  background-color:#E1F894;
  border-bottom:1px dotted #a6d50f;
}



/* Gallery */
.box .gallery {
	margin:0;
	overflow:hidden;
	padding:0 0 10px;
}
.box .gallery ul {
	padding:0;
}
.box .gallery li {
	border:1px solid #AFAFAF;
	display:block;
	float:left;
	height:100px;
	margin:13px 17px 10px 10px;
	padding:1px;
	position:relative;
	width:100px;
	/*border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
}
.box .gallery li img {
	height:100px;
	position:absolute;
	width:100px;
	z-index:1;
}

.searchSuggest{
margin: 2px 4px 8px; 
max-width: 264px; 
width: 98%;
}
/* Tags */

.tags {
	margin:0;
}
.tags li {
	display:inline-block;
	margin: 0 4px 8px;
	padding:0 !important;
}
.table .tags li {
	margin-bottom:4px;
}
body.ie7 .tags li, body.ie8 .tags li {
 zoom:1;
 display:inline;
}
.tags li a {
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border-radius:3px;*/
	background:#E2E2E2;
	white-space:nowrap;
	padding:4px 6px;
	font-size:93%;
	text-decoration:none;
	color:#333;
	display:block;
}
.table .tags li a {
	font-size:85%;
	padding:2px 4px;
}
.tags.blue li a {
	background:#589AD7;
	color:#fff;
}
.tags.red li a {
	background:#F45D43;	
	color:#fff;
}
.tags.green li a {
	background:#A6D50F;	
	color:#fff;
}


aside .tags li a {
	background:#d9d9d9;
}
.tags li a:hover {
	text-decoration:none;
}
.tags li img {
	display:inline;
	margin-right:5px;
	vertical-align:-4px;
}

/* Pagination */
.pagination {
	display: inline-block;
	font-size: 77%;
	text-decoration: none;
	text-transform:uppercase;
}
.pagination a, .pagination .dots {
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	display: inline-block;
	color:#181818;
	margin-right: 2px;
	padding: 6px 8px;
	text-decoration:none;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.pagination a:hover {
	color: #181818;
}
.pagination a.current {
	background: #E2E2E2 url(/css/images/grad.png) repeat-x top;
	color: #181818;
}
.pagination a.current:active {
	background: #E2E2E2 url(/css/images/grad-rev.png) repeat-x bottom;
	color: #181818;
}
.pagination a:hover {
	border-color: #333;
}
.pagination a.number.current {
	color: #333;
}
/* BLUE PAGINATION STYLE */
.pagination.blue, .pagination.blue a {
	color: #4fa3e0;
}
.pagination.blue a.current {
	background: #0f8bc0 url(/css/images/grad.png) repeat-x bottom;
	border-color:#0f8bc0;
	color:#fff;
}
.pagination.blue a:hover {
	border-color:#4fa3e0;
}
.pagination.blue a.current:hover {
	border-color:#000;
}
.pagination.blue a.number.current:active {
	background: #0f8bc0 url(/css/images/grad-rev.png) repeat-x bottom;
}
/* Small Pagination */
.pagination.small a, .pagination.small .dots {
	margin-right: 1px;
	padding: 1px 4px;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

/* Image List */
.imglist {
	list-style:none outside none;
	margin-left:0px;
	margin-bottom:15px;
}
.imglist li {
	margin-bottom:5px;
	padding:3px 6px;
}
.imglist li a { 
	text-decoration:none;
	color:#181818;
	display:block;
	margin:-6px;
	padding:6px;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border-radius:3px;*/
}
.imglist li a:hover { 
	background:#e2e2e2;
}
.imglist li img {
	margin-right:5px;
	vertical-align:-3px;
}
.imglist.grey li {
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border-radius:3px;*/
	background:#f2f2f2;
	padding:6px;
}

/* Collapsible List */
.collapsible-list {
	list-style:none outside none;
	margin-bottom:15px;
	margin-left:0;
}
.collapsible-list > li {
	margin-bottom:5px;
	padding:6px 20px;
	position:relative;
}
.collapsible-list li.collapsed > ul {
	display:none;
}
.collapsible-list ul {
	margin:10px 0 0 20px;
}
.collapsible-list ul li {
	margin-bottom:5px;
}
.collapsible-list span.toggle {
	background:url("/css/images/icons/bullet_toggle_minus.png") no-repeat center center;
	cursor:pointer;
	height:16px;
	left:1px;
	padding:0;
	position:absolute;
	width:16px;
}
.collapsible-list li.collapsed > span {
	background:url("/css/images/icons/bullet_toggle_plus.png") no-repeat center center;
}
.collapsible-list li img {
	margin-right:5px;
	vertical-align:-3px;
}
.collapsible-list.grey {
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	*/
	background:#f2f2f2;
	padding:5px;
	width:50%;
}

/* Definition List */
dl.definition {
	margin-bottom:20px;	
}
dl.definition dt {
	background:url("/css/images/icons/bullet_arrow_right.png") no-repeat left center;
	font-weight: 700;
	margin-bottom:5px;
	padding-left:20px;
}
dl.definition dd {
	color:#666666;
	margin-bottom:15px;
	padding-left:20px;
}


/* Vertical Tabs */
.tabs.vert {
	line-height:100%;
	margin:41px 0 0;
}
.tabs.vert li {
	list-style:none outside none;
	margin-bottom:5px;
}
.tabs.vert li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	border-right:none;
	padding:7px 10px 6px 10px;
}
.tabs.vert li a.active, .tabs.vert li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
}
.tabs.vert li a:hover, .tabs.vert li.ui-state-active a {
	border-color:#00AACD;
}
.tabs.vert li a.active:hover {
	border-color:#d7d7d7;
}
.tabs.vert li img {
	vertical-align:-4px;
	margin-right:5px;
}
.tabs.vert li a.icon {
	float:right;
	padding:7px 5px 6px 10px;
}
.tabs.vert li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.tabs.vert li a.disable:hover {
	border-color:#d7d7d7;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.v-tabs {
	min-height:185px;
}

.tabs.mini li a {
	padding:6px 10px 3px;
}
.tabs.mini li a.active, .tabs.mini li a:hover {
	padding:6px 10px 4px;
}
.tabs.mini img {
	vertical-align:middle;
}
/* tabs */
.tabs {
	margin:6px 4px 0 4px;
	line-height:100%;
	display:block;
}
body.ie7 .tabs, body.ie8 .tabs {
	height:28px;
}
.tabs li {
	float:left;
	list-style:none outside none;
}
.tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-right:10px;
	/*background:#e2e2e2 url('images/boxheader.gif') repeat-x top;*/
	background-color:#F8F8F8;
	background-image:linear-gradient(to bottom, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border:1px solid #d7d7d7;
	border-bottom:none;
	padding:8px 15px 6px 14px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.tabs li.ui-state-active a, .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	border:1px solid #d7d7d7;
	border-bottom:none;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	position:relative;
	top:1px;
	z-index:100;
}
.tabs li a:hover {
	border-color:#00AACD;
}
.tabs li a.active:hover {
	border-color:#d7d7d7;
}
.tabs li a.img {
	padding:5px 6px 4px;
}
.tabs li a.img:hover {
	padding:5px 6px 5px;
	border-color:#00AACD;
}
.tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.tabs li a.disable:hover {
	padding:8px 15px 6px 14px;
	border-color:#d7d7d7;
}


/* bullet-list */

.bullet-list {
	list-style:none;
	margin-bottom:15px;
	margin-left:0;
}
.bullet-list li {
	background:url("/css/images/icons/bullet_arrow_right.png") no-repeat left center transparent;
	margin-bottom:5px;
	padding:6px 6px 6px 20px;
}
.bullet-list li a {
	/*-webkit-border-radius:3px;	
	-moz-border-radius:3px;
	border-radius:3px;*/
	color:#181818;
	display:block;
	margin:-6px;
	padding:6px;
	text-decoration:none;
}
.bullet-list li a:hover {
	background-color:#E2E2E2;
	margin:-6px -6px -6px -20px;
	padding:6px 6px 6px 20px;
}
.bullet-list.grey li {
	/*-webkit-border-radius:3px;	
	-moz-border-radius:3px;
	border-radius:3px;*/
	background-color:#f2f2f2;
	width:50%;
}

/*////   - Sidebar RIGHT -   ////*/

aside{
    /*transition: all 0.3s ease 0s;*/
}

aside.rightPanel {
	width: 230px;
	right: -230px;
	position: fixed;
	z-index: 15;
	min-height:100%;
	/*background:url("/css/images/bg.png") repeat scroll 0 0 #f5f5f5
	background: #343838;*/
	background: url("/css/images/flex/flexgridloading.gif") no-repeat scroll 45% 50% #f5f5f5;
	top:0;
}
.chatbar-on aside.rightPanel {
	right: 0;
}
.chatbar-on #page{
	padding-right:230px;

}
.chatbar-on #chatHolder{
	display:none;

}

/*////   - Sidebar LEFT -   ////*/
aside {
	/*width:220px;
	position:relative;
	float:left;*/
	/*border-right:#e5e5e5 1px solid;*/
	background:#f5f5f5 none repeat scroll 0 0;
	clear: both;
    float: left;
   /* height: 100%;
    max-height: none !important;
    min-height: 100%;*/
    position: relative;
    width: 220px;
    z-index: 1;
	
	/*-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;*/
}

body.sidebar-off aside.leftPanel {
    position: absolute;
	top: 40px;
	
}
aside p {
	margin:0 0 10px;
}

.mainnav {
	/*-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);*/
	height: auto;
	width: 100%;
	/*border-top:1px solid #C4C4C4*/
}
.mainnav ul {
	list-style:none;
	margin:0;
}
.mainnav li {
	display: block;
	float: left;
	width:100%;
	margin:0;
	padding: 0;
}

#mCSB_2_container > li {
    border-top: 1px solid #dedede;
    box-shadow: 0 1px 1px #ffffff inset;
}
.mainnav li a,
.mainnav li.loadingSys span.loadingSys {
	position: relative;
	text-decoration:none;
	font-size:13px;
	float: left;
	width:100%;
	line-height:18px;
	color: #353535;
	padding: 5px 0;
	display: flex;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mainnav li a.hasUl {
    padding-right: 24px !important;
}
.mainnav li a:active,.mainnav li a:focus{outline:none;}
.mainnav ul li:first-child > a {border-top: none}

.mainnav li a:hover {
	text-decoration:none;
	background: #e5e5e5 ;
}

.mainnav li a:hover span.ifont{
	color:#d14836 !important;
	
}
.mainnav a.active {
	background: #e5e5e5  none repeat scroll 0 0;
	position: relative;
}	

.mainnav li a.active::after {
    content: "";
    display: block;
    float: right;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 1;
	border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 18px solid #d7d7d7;
}
body.sidebar-off .mainnav li a.active::after {
    display: none;
 
}
.mainnav li a.current, .mainnav li a.current:hover {
	width: 101%;
	margin-left:-1px;
}
#sidebar-right .mainnav li a.current, #sidebar-right .mainnav li a.current:hover {
	margin-left:-1px;
}
/*
.mainnav li a span[class*=" icon-"], .mainnav li a span[class*=" brocco-icon-"], .mainnav li a span[class*=" cut-icon-"], .mainnav li a span[class*=" entypo-icon-"], .mainnav li a span[class*=" icomoon-icon-"],.mainnav li a span[class*=" minia-icon-"],.mainnav li a span[class*=" iconic-icon-"],.mainnav li a span[class*=" meteo-icon-"],.mainnav li a span[class*=" silk-icon-"],.mainnav li a span[class*=" typ-icon-"],.mainnav li a span[class*=" wpzoom-"],.mainnav li a span[class*=" eco-"]  {
	padding-left:10px;
	padding-right:10px;
}*/
.mainnav .notification {
	line-height:21px;
	top:8px;
	right:30px;
}


.mainnav .noticeMod {
    background-color: #d14836;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
      margin: 0 0 0 5px;
    padding: 0 6px;
    text-align: center;
    z-index: 101;
}
.mainnav ul li .sub {
	display: none;
}

.mainnav ul li .sub.visibleSub {
	display: block;
}
.mainnav ul li .sub.searched {
    display: block;
}
.mainnav ul li.hidden {
	display: none !important;
}

.mainnav ul li .sub.expand {display: block;}

.mainnav ul li .sub li a,
.mainnav ul li .sub li.loadingSys span.loadingSys 
{
	font-size: 13px;
}


.mainnav ul li .sub li a.current {
	/*border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);*/
}
.mainnav ul li .sub li a.current:hover{
	/*border-top:1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;*/
}
.mainnav ul li .sub li:first-child a.current {/*border-top:none;*/}
.mainnav ul li .sub li:last-child{
	/*border-bottom: 1px solid #c4c4c4;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);*/
}
.mainnav ul li .sub li a:hover {
	/*background: #efefef;
	color: #1f1f1f;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;*/
}
.mainnav ul li .sub li {
	width:100%;
	min-width:210px;
}
.mainnav ul li .sub li:first-child a:hover {
	/*border-top:1px solid transparent;*/
}
.mainnav ul li .sub li:last-child a:hover {
/*	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid transparent;*/
}
.mainnav ul li .icon img{
	vertical-align:text-bottom
}


.mainnav ul li .sub a,
.mainnav ul li.loadingSys span.loadingSys
{
	padding-left:25px;
}

.mainnav ul li .sub li .sub li,
.mainnav ul li .sub li .sub li.loadingSys span.loadingSys
{
	padding-left:20px;
}
/*
.mainnav ul li .sub li .sub li .sub li,
.mainnav ul li .sub li .sub li .sub li.loadingSys span.loadingSys
{
	padding-left:65px;
}*/


.mainnav ul li .iMod 
{
	padding-right: 1px;
	margin-right: 4px;
	margin-left: 10px;
	margin-top: 0;
}

/*
.mainnav ul li .sub li .sub  span.icomoon-icon-folder
{
	padding-left:45px;
	padding-right:1px;
}
.mainnav ul li .sub li .sub li .sub span.icomoon-icon-folder
{
	padding-left:50px;
	padding-right:1px;
}*

.mainnav ul li .icon,
.mainnav ul li .ifont{
	padding-left:25px;
	padding-right:1px;
	
}
.mainnav ul li .sub li .sub .icon,
.mainnav ul li .sub li .sub .ifont {
	padding-left:50px;
	padding-right:1px;
	
}
/
.mainnav ul li .sub li .sub li .sub .icon,
.mainnav ul li .sub li .sub li .sub .ifont {
	padding-left:70px;
	padding-right:1px;
	
}

*/

.mainnav .hasDrop {
	right: 0;
	margin-right: 8px;
	position: absolute;
}
.searched .hasDrop {display:none; !important;}



/*Second sub*/
.mainnav ul li .sub li .sub {
	width: 100%;
}
/*
.mainnav ul li .sub li .sub li:first-child a {border-top: 1px solid #c4c4c4;}
.mainnav ul li .sub li .sub li a:hover {border-bottom: 1px solid #dfdfdf;}
.mainnav ul li .sub li a.hasUl.drop {border-top: 1px solid #dfdfdf;}
*/
.mainnav li.loadingSys span.loadingSys{ 
	background: url("/css/images/flex/load.gif") no-repeat scroll 4px  50%  rgba(0, 0, 0, 0);
	width: auto;
	/*margin-left:25px;*/
}
.mainnav ul li .sub li.loadingSys span.loadingSys {
	margin-left: 36px;
}
.mainnav ul li .sub li .sub li.loadingSys span.loadingSys {
	margin-left: 36px;
	padding-left: 25px;
}

.mainnav li.loadingSys img{ display:none;}


body.sidebar-off aside.leftPanel.open {
	width:220px;	
	border-right:1px solid #d7d7d7;
}

/*
.sidebar-off .mainnav li:hover{
	display: block !important;
	position: relative !important;
	width: 256px !important;
	z-index: 10000;
}*/
.sidebar-off aside.leftPanel .text, .sidebar-off aside.leftPanel .hasDrop {
    display: none !important;
}
.sidebar-off aside.leftPanel .sub {
    display: none !important;
}

.sidebar-off aside.leftPanel.open .sub.visibleSub {
    display: block !important;
}
.sidebar-off aside.leftPanel.open .text, .sidebar-off aside.leftPanel.open  .hasDrop {
    display: inline  !important;
    /*padding-left: 34px;*/
}


#wrapSearchMods {
    background: #f5f5f5 none repeat scroll 0 0;
  /*  border-bottom: 2px solid #d7d7d7;*/
   /* border-top: 1px solid #d7d7d7;*/
    height: 42px;
    padding: 0 10px;
	width: 220px;

  /*   height: 28px;
   width: 212px;
    background: -moz-linear-gradient(center top , #FFFFFF 1%, #F3F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C4C4C4;
    box-shadow: 0 1px 0 #FFFFFF;*/
}

#noMachsMods {
	display:none;
    clear: both;
    float: left;
    margin: 10px;
	background: #ffecb0;
	border-color: #ff9e00;
	padding: 10px
}
#noMachsMods.on {
	display:block;
}
body.sidebar-off #noMachsMods.on {
	display:none;
}

#fieldSearchMods {
   /* border: 1px solid #CCCCCC;
    color: #4D4D4D;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 3px 2px;
    padding: 3px 4px 2px;
    width: 175px;*/
	max-width:none;
	background: rgba(0, 0, 0, 0) none repeat scroll center top;
	border: none;
	border-bottom: 1px solid #c4c4c4;
	float: left;
	height: 18px;
	line-height: 12px;
	margin: 6px 0;
	padding: 3px 4px 2px;
	width: 95%	
	
}

.showSearchMods {
    display: none;
    line-height: 41px;
    margin: 0 2px;
}
body.sidebar-off .showSearchMods {
    display: block;
}
body.sidebar-off .open .showSearchMods{
	display: none;
}
.clearSearchMods{
	display:none;
	position: absolute;
	top: 14px; 
	font-size: 8px; 
	right: 10px;
}
.clearSearchMods.on{
	display:block;
}
body.sidebar-off .clearSearchMods.on{
	display:none;
}
.clearSearchMods span{
	font-size: 8px !important; 
}

body.sidebar-off #fieldSearchMods { display:none;}

body.sidebar-off .open #fieldSearchMods {
    display: block;
}

#fieldSearchMods:focus {
	box-shadow:none;

}

.wrapSeguimientos{
	max-width: 900px;
}

/*CHATS*/
.timeline-messages {
	margin: 0 auto;
    padding: 0.75rem;
    width: 100%;
	background:#f1f1f1;
}
.timeline-messages-footer {
	margin: 0 auto;
    padding: 0 0.75rem 0.75rem 0.75rem;
	background:#f1f1f1;
}
.timeline-messages::before {
    background: #d7d7d7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 31px;
    position: absolute;
    top: 0px;
    width: 2px;
}

.timeline-messages .message-body {
    background: #fff none repeat scroll 0 0;
    border: 0.0625rem solid #d7d7d7;
    border-radius: 0;
    margin-left: 50px;
    padding: 0em;
    position: relative;
}
.timeline-messages .message-body::after, .timeline-messages .message-body::before {
    border-style: solid;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
}
.timeline-messages .message-body::after, .timeline-messages .message-body::before {
    content: " ";
    display: table;
}
.timeline-messages .message-body .timeline-date {
    display: inline-block;
    padding: 5px 0 10px;
}
.timeline-messages .message-body::before {
    border-color: transparent #d7d7d7 transparent transparent;
    border-width: 7px;
    top: 13px;
}
.timeline-messages .message-body::after {
    border-color: transparent #fff transparent transparent;
    border-width: 6px;
    top: 14px;
}

.timeline-messages, .msg-time-chat {
    position: relative;
}
.msg-time-chat:first-child:before {
    margin-top: 16px;
}


.message-img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 38x;
    width: 38px;
}

.msg-time-chat .text {
   /* background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #E5E5E5;*/
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    color: #666666;
	min-height:35px;
	position:relative;

}
.msg-time-chat .attribution .fr {
    padding: 10px;
}
.msg-time-chat .attribution .date {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.msg-time-chat .from {
	cursor:pointer;
	padding: 10px;
	display: block;
	width:80%;
}
.msg-time-chat .from.origen {
	cursor:pointer;
	padding: 10px;
	display: block;
	width:70%;
}

.msg-time-chat {
    overflow: hidden;
    padding: 0;
    margin: 0 0 16px 0;
}
.all-text {
   /* background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;*/
    margin: 0;
    padding: 10px;
}
.msg-buttons {
    display: block;
    position: relative;
    right: -5px;
    top: -10px;
}

.msg-in a {
    color: #22878E;
	text-decoration:none;
}
.external {
    color: #d14836;
}
.internal {
    color: #4787ED;
}


.dw {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000;

}
.nH2{overflow: hidden;}
.dw div{
	display:block;
	box-sizing: content-box;
}
.no {
	float: right;
	overflow: hidden;
}


.nn {
	min-height: 1px;
	float: right;
	position: relative;
}

.chatBox {
	position: absolute;
	bottom: 0;
	width:260px;
	height:300px;
	visibility:visible;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	background:url("/css/images/flex/flexgridloading.gif") no-repeat scroll 45% 50% #e5e5e5;
	
}

.chatBox.min {
	max-height:38px; 
}
#chatWindow{

}
#chatWindow.guiderMenu div.listWrap{
    min-height: unset;
    overflow: hidden;
}



/******* CONTEXT MENU *******/
.ctxMenu{
	display: none;
	padding: 1px;
	background: #FFF;
	z-index:9999;
	border: 1px solid #979797;
	position: absolute;
	box-shadow:1px 0px 3px #ccc;
}
.ctxMenu.over{
	overflow:auto;
}
/*
.ctxMenu.bottom::before {
    border-bottom: 10px solid #CCC;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 3px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
}
.ctxMenu.top::after {
    border-top: 10px solid #CCC;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 3px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
}*/
.ctxMenu ul{
	color: #222;
	background: #F1F1F1;
	margin:0;
	list-style:none;
}
.ctxMenu ul li{
	line-height: 1.5em;
	padding: 3px;
	font-size: 11px;
	border-bottom: 1px solid #DDD;

}

.ctxMenu ul li:last-child{
	border-bottom: 1px solid #EEEEEE;

}
.ctxMenu ul li.sep{
	border-bottom: 1px solid #d7d7d7;
}

.ctxMenu ul li:hover{
	background-color: #fff8cc;
	border-bottom: 1px solid #ffe222;
	color: #000;
	cursor: pointer;
}
.ctxMenu ul li a{
	color: #6d6d6d;
	display: block;
}
.ctxMenu ul li .ActionsLink {
    border-right: 1px solid #dddddd;
    float: left;
    line-height: 16px;
    margin: 0;
    padding: 0 5px 0 1px;
}
.ctxMenu ul li span.ActionsText {
	padding:2px 4px;
}

.ctxMenu ul li.disabled, .ctxMenu ul li.disabled a{
	color: #bbbbbb;
	cursor: default;
}
.ctxMenu ul li.disabled:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
}


.page-loading-overlay {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    perspective: 10000px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1000;
}
.load_circle_wrapper.loaded, .loader.loaded, .page-loading-overlay.loaded {
    opacity: 0;
    visibility: hidden;
}



.load_circle_wrapper {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 1002;
}

.load_circle_wrapper.loadingModule {
    top: 40%;
	z-index: 900;
}
.loading_spinner {
    text-align: center;
    width: 100%;
}

.loading_label {
    color: #555555;
    font-family: "Open Sans",arial;
    font-size: 18px;
    margin: 10px 0 0 ;
	display:none;
}
.autologin .loading_label {
	display:block;
}
.load_circle_wrapper .loading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e83535 rgba(0, 0, 0, 0);
    border-image: none;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.load_circle_wrapper.loadingModule .loading {
    border-color: #d7d7d7  rgba(0, 0, 0, 0);
}

.autologin .load_circle_wrapper .loading {
    border-color: #555555 rgba(0, 0, 0, 0);
}
.inner, .outer {
    animation: 1s ease 0s normal none infinite running spin;
}
@keyframes spin {
100% {
    transform: rotateZ(360deg);
}
}
@keyframes spin {
100% {
    transform: rotateZ(360deg);
}
}


/* TO TOP */
#toTop {
	background: url("/css/images/totop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border: medium none;
	bottom: 10px;
	display: none;
	height: 31px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	text-decoration: none;
	text-indent: 100%;
	width: 30px;
	z-index: 99999;
}
#toTopHover {
	background: url("/css/images/totop.png") no-repeat scroll left -31px rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 31px;
	opacity: 0;
	overflow: hidden;
	width: 30px;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}
/* prettyprint  */
code,pre {
	font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size:12px;
	color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0 3px 2px;
}
code {
	color:#d14;
	white-space:nowrap;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8;
	padding:2px 4px;
}
pre {
	display:block;
	font-size:13px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px;
	padding:9.5px;
}
pre code {
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border:0;
	padding:0;
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll;
}
.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun, .opn, .clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str, .atv {
	color: #D14;
}
.kwd, .linenums .tag {
	color: #1e347b;
}
.typ, .atn, .dec, .var {
	color: teal;
}
.pln {
	color: #48484c;
}
pre.prettyprint {
	margin-bottom: 20px;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
	margin: 0 0 0 33px;
	/* IE indents via margin-left */
}
ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 18px;
	text-shadow: 0 1px 0 #fff;
}
/* edit inline */
.wtd.editable {
    min-height: 26px;
    cursor: alias;
}

div.editInPlace-hover {
	cursor: text;
	text-decoration:underline;
}
div.editInPlace-active input{
	width:100%;
	    box-sizing: inherit;
}

.stat {
    border-left: 1px dotted #CCCCCC;
    float: left;
    height: 88px;
    padding: 0 18px;
    position: relative;
    width: 268px;
}

.stat h4 {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    margin: 0.5em 0;
    text-transform: uppercase;
	line-height: 1.25;
}


.stat .value {
    color: #222222;
    font-size: 56px;
    font-weight: bold;
    line-height: 1em;
}

.stat .value .percent {
    font-size: 30px;
}

.stat .view_all {
    bottom: 12px;
    font-size: 11px;
    position: absolute;
    right: 20px;
}

.stat-percent{
    background-color: #F0F0F0;
    border-top: 1px dotted #CCCCCC;
    clear: both;
    padding: 0;
    position: relative;
    width: 100%
}
.nobg .stat-percent{
    background-color: none;
    border-top: none;
}
.stat-percent .value {
	width:0px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: right;
}

td.stat-holder {
    padding: 5px 0;
}
td.stat-holder .stat-percent{
	width:97%;
	margin:0 1%;
	height: 24px;
}

.stats_table {
    border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.stats_table td{
    border-bottom: 1px solid #CCCCCC;
	background-color:#E5E5E5;
	vertical-align:middle;
}
.stats_table  th {
    background-color: #CCCCCC;
    border-right: 1px solid #FFFFFF;
    color: #000;
}
#sending{ display:none;}

table tr td table tr.border td {
    border-bottom: 1px solid #CCC;
}