/*************************************************************************************
iconos recogidos de fontawesome

**************************************************************************************/


#topmenu li.searchSoli a i.icon-search {
	background: url("../images/icon-search-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.searchSoli:hover a i.icon-search {
	background: url("../images/icon-search-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

.action_icons a:hover i.icon-search {
	background: url("../images/icon-search-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a i.icon-search {	background: url("../images/icon-search-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.btn_normal:hover i.icon-search {
	background: url("../images/icon-search-white.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
	margin-top:3px;
}

.btn_normal i.icon-search {
	background: url("../images/icon-search-grey.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
	margin-top:3px;
}

.action_icons a:hover i.icon-arrow-right {
	background: url("../images/icon-arrow-right-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 5px 0px 0px;
}

.action_icons a i.icon-arrow-right {
	background: url("../images/icon-arrow-right-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 5px 0px 0px;
}

i.icon-exclamation-sign {
	background: url("../images/exclamation-sign-red.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top:2px;
}

i.icon-exclamation-sign2 {
	background: url("../images/exclamation-sign-red.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 6px 0px 0px;
	margin-top:0px;
}

a.ShowRequired i.icon-eye-close {
	background: url("../images/icon-eye-close-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a.ShowRequired:hover i.icon-eye-close {
	background: url("../images/icon-eye-close-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a.error i.icon-eye-close, a.error:hover i.icon-eye-close {
	background: url("../images/icon-eye-close-red.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a i.icon-chevron-up {
	background: url("../images/icon-chevron-up-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
	vertical-align:top;
}
a:hover i.icon-chevron-up {
	background: url("../images/icon-chevron-up-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
	vertical-align:top;
}
a i.icon-chevron-down {
	background: url("../images/icon-chevron-down-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
	vertical-align:top;
}
a:hover i.icon-chevron-down {
	background: url("../images/icon-chevron-down-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
	vertical-align:top;
}

a i.icon-remove, div.conditionTemplate i.icon-remove {
	background: url("../images/icon-remove-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-remove, div.conditionTemplate i.icon-remove:hover {
	background: url("../images/icon-remove-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

div.conditionTemplate i.icon-remove {
	background: url("../images/icon-remove-light.png") no-repeat;
	display: inline-block;
	width: 10px;
	height: 12px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
	cursor:pointer;
}
div.conditionTemplate i.icon-remove:hover {
	background: url("../images/icon-remove-dark.png") no-repeat;
	display: inline-block;
	width: 10px;
	height: 12px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
	cursor:pointer;
}

a i.icon-ok {
	background: url("../images/icon-ok-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-ok {
	background: url("../images/icon-ok-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

#topmenu li.headerLlamadasAPI a:hover i.icon-api-calls {
	background: url("../images/icon-ok-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
}
#topmenu li.headerLlamadasAPI a i.icon-api-calls {
	background: url("../images/icon-ok-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
}

/* La combinacion light-dark del icon-ok e icon-remove cambia en el caso de las tablas de busqueda */
td a:hover i.icon-ok {
	background: url("../images/icon-ok-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
td a i.icon-ok {
	background: url("../images/icon-ok-dark2.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
td a:hover i.icon-remove {
	background: url("../images/icon-remove-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
td a i.icon-remove {
	background: url("../images/icon-remove-dark2.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}

a:hover i.icon-ban-circle {
	background: url("../images/icon-ban-circle-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
a i.icon-ban-circle {
	background: url("../images/icon-ban-circle-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}

a:hover i.icon-unlock {
	background: url("../images/icon-unlock-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
a i.icon-unlock {
	background: url("../images/icon-unlock-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}

a:hover i.icon-lock {
	background: url("../images/icon-lock-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 16px;
	padding: 0px 2px 0px 0px;
}
a i.icon-lock {
	background: url("../images/icon-lock-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 16px;
	padding: 0px 2px 0px 0px;
}

a:hover i.icon-history {
	background: url("../images/history-light.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 16px;
	padding: 0px 2px 0px 0px;
}
a i.icon-history {
	background: url("../images/history-dark.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 16px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.icon-edit {
	background: url("../images/icon-edit-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-edit {
	background: url("../images/icon-edit-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.icon-show {
	background: url("../images/show-property-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 2px;
	margin-top: 2px;
}
a i.icon-show {
	background: url("../images/show-property-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 2px;
	margin-top: 2px;
}

a.jsonIrisResp {
	cursor: pointer !important;
}

#irisJsonBox .accordion-toggle {
	height: 15px;
}

#irisJsonBox .accordion-body {
	width: 685px;
} 

table#irisRequests td {
	cursor: pointer !important;
}

a i.icon-start {
	background: url("../images/play-14.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-stop {
	background: url("../images/stop-13.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-refresh {
	background: url("../images/refresh-2-13.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

.dms-list-component a:hover i.icon-show-history, .dms-list-component a i.icon-show-history {
	width: 16px !important;
}

a:hover i.icon-show-history {
	background: url("../images/history-list-light.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 16px;
	padding: 0px 2px 0px 0px;
}
a i.icon-show-history {
	background: url("../images/history-list-dark.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 16px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.icon-whiteList {
	background: url("../images/add-list-16.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-whiteList {
	background: url("../images/add-list-16.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-watch {
	background: url("../images/icon-search-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-watch {
	background: url("../images/icon-search-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.icon-clone {
	background: url("../images/icon-clone-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-clone {
	background: url("../images/icon-clone-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-delete {
	background: url("../images/icon-remove-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-delete {
	background: url("../images/icon-remove-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-undoall {
	background: url("../images/undoall-14-dark.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-undoall {
	background: url("../images/undoall-14-light.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-ok-green {
	background: url("../images/icon-check-green-light.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-ok-green {
	background: url("../images/icon-check-green.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-ok-greenlight {
	background: url("../images/icon-check-green-light.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-ok-greenlight {
	background: url("../images/icon-check-green.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
i.icon-ok-green {
	background: url("../images/icon-check-green.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.icon-ban-red {
	background: url("../images/icon-ban-red-light.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
a i.icon-ban-red {
	background: url("../images/icon-ban-red.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
i.icon-ban-red {
	background: url("../images/icon-ban-red.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}

i.icon-active {
	background: url("../images/icon-active.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
i.icon-inactive {
	background: url("../images/icon-inactive.png") no-repeat;
	display: inline-block;
	width: 11px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
.action_icons a:hover i.icon-entRpt {
	background: url("../images/icon-entRpt-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a i.icon-entRpt {	background: url("../images/icon-entRpt-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a:hover i.icon-sysRpt {
	background: url("../images/icon-sysRpt-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a i.icon-sysRpt {	background: url("../images/icon-sysRpt-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a:hover i.icon-rptMgmt {
	background: url("../images/icon-rptMgmt-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a i.icon-rptMgmt {	background: url("../images/icon-rptMgmt-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a:hover i.icon-rptExpl {
	background: url("../images/icon-rptExpl-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

.action_icons a i.icon-rptExpl {	background: url("../images/icon-rptExpl-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 10px 0px 0px;
}

a.moreApplicant:hover i.icon-minus, a.moreApplicant:focus i.icon-minus {
	background: url("../images/icon-minus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:0px;
	vertical-align:top;
}
a.moreApplicant i.icon-minus {
	background: url("../images/icon-minus-light.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:0px;
	vertical-align:top;
}

a.moreApplicant:hover i.icon-plus, a.moreApplicant:focus i.icon-plus {
	background: url("../images/icon-plus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:0px;
	vertical-align:top;
}
a.moreApplicant i.icon-plus {
	background: url("../images/icon-plus-light.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:0px;
	vertical-align:top;
}

i.addValueSelect.icon-plus, i.addCondition.icon-plus {
	margin-left:5px;
	margin-top:-2px;
	cursor:pointer;
}
i.remValueSelect.icon-minus {
	margin-left:5px;
	margin-top:-2px;
	cursor:pointer;
}
a.representative:hover i.icon-minus, a.representative:focus i.icon-minus {
	background: url("../images/icon-minus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 5px 2px 0px 0px;
}
a.representative i.icon-minus {
	background: url("../images/icon-minus-light.png") no-repeat !important;
	display: inline-block;
	padding: 5px 2px 0px 0px;
}

a.representative:hover i.icon-plus, a.representative:focus i.icon-plus {
	background: url("../images/icon-plus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 5px 2px 0px 0px;
}
a.representative i.icon-plus {
	background: url("../images/icon-plus-light.png") no-repeat !important;
	display: inline-block;
	padding: 5px 2px 0px 0px;
}

/*************************************************************************************
header

**************************************************************************************/
body {
    font-size: 13px;
}

a {
	color: #819FBD;
}

a:hover {
	text-decoration: none
}

#header {
	min-height: 120px;
	background: #fff;
}

.logo {
	margin-top: 20x;
}

#loginstage {
	background: url("../images/bg.png");
}

.logincontainer {
	background: url("../images/bg_login.png") no-repeat;
	color: #fff;
}

.welcometext h1 {
	margin-top: 30px;
	color: #fff;
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	line-height: 48px;
	font-weight: 400
}

.welcometext h3 {
	line-height: 18px;
	color: #93B1CC;
	font-size: 16px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.formlogin {
	font-family: 'Open Sans', sans-serif;
	margin-left: 75px;
	margin-top: 40px;
}

.formlogin  label {
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 20px;
}

.formlogin span.help-block a {
	color: #93B1CC !important;
	font-weight: normal;
	padding-left: 90px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	position: relative;;
	margin-top: -20px;
}

.formlogin span.help-block a:hover {
	color: #fff !important;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	position: relative;;
	margin-top: -20px;
	text-decoration: none
}

.formlogin input {
	margin-bottom: 0px;
}

.formlogin .error,.contrasenacmabio .error {
	font-family: 'Open Sans', sans-serif;
	color: #B84947;
	padding-left: 10px;
}

.error{
	color: #B84947 !important;
}
textarea.error {
	border: 1px solid #B84947;
}

.formlogin .help-inline {
	font-family: 'Open Sans', sans-serif;
	color: #B84947
}

.confbutton {
	margin-top: 20px;
	color: #253B76;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	width: 222px;
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #043863;
	background: #bdd2e5;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZDJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWE3YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdd2e5),
		color-stop(100%, #8aa7c1) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #bdd2e5 0%, #8aa7c1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#bdd2e5',
		endColorstr='#8aa7c1', GradientType=0 );
	/* IE6-8 */
}

.confbutton:hover {
	color: #fff;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	width: 222px;
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #125C96;
	background: #042d55;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE0MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #042d55 0%, #001439 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #042d55),
		color-stop(100%, #001439) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #042d55 0%, #001439 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #042d55 0%, #001439 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #042d55 0%, #001439 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #042d55 0%, #001439 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#042d55',
		endColorstr='#001439', GradientType=0 );
	/* IE6-8 */
}

.avisolegal {
	margin-top: 20px;
}

.avisolegal span {
	font-family: 'Open Sans', sans-serif;
}

.avisolegal span a {
	font-family: 'Open Sans', sans-serif;
	color: #93B1CC
}

.avisolegal span a:hover {
	color: #fff;
	text-decoration: none
}

#footer {
	margin-top: 25px;
	color: #042e56;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

#footer img {
	margin-top: 10px;
}

#footer p {
	margin-bottom: 2px
}

span.phone {
	color: #818181;
}

#footer p.title {
	font-size: 15px;
}

span.adress,span.adressline {
	color: #818181;
}

span.adressline {
	display: inline-block;
	margin-left: 66px
}

span.mail {
	color: #819FBD;
}

/* MODAL*/
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #042e56;
}

.modal-header h3 {
	color: #042e56;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.modal-header {
	border-bottom: 1px solid #bfd3e6
}

.introcambiomodal {
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

#resetPasswordForm {
	margin-left:10px;
}

#resetPasswordForm label{
	display:inline-block;
	width:80px;
}

#contrasena .modal-body {
	max-height: 400px;
	overflow-y: auto;
	padding: 20px;
	position: relative;
}

#codigo2FA .modal-body {
	max-height: 600px;
}

#confirmSave {
	width: 500px;
}
#contrasena {
	width: 570px;
}

#cambiocontrasena {
	width: 570px;
}

.contrasenacmabio {
	padding: 0px 20px;
}

.contrasenacmabio  label {
	display:inline-block;
	width:120px;
	color: #042e56;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
	vertical-align:middle;
}
.contrasenacmabio  input {
	vertical-align:middle;
	margin-bottom:0px;
}
#changePasswordForm div {
    height: 50px;
}

#contrasena .confbutton {
	border: 1px solid #8aa7c1;
	margin-left:80px;
}
#changePasswordForm .confbutton {
	border: 1px solid #8aa7c1;
	margin-left:100px;
}
div.sucessContrasena {
	padding: 0px 10px;
}

p.modalnormaltext {
	color: #000;
}

.sucessContrasena .alert-success img {
	margin: 10px;
	float: left
}

.sucessContrasena .alert-success p {
	margin-left: 50px;
}

ul.bullets {
	list-style-image: url("../images/bulletone.png");
}

#avisoLegal {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
	z-index: 1600;
	margin-left: -250px;
}

#avisoLegal h5 {
	color: #042e56;
}

#avisoLegal h4 {
	color: #042e56;
	font-size: 21px;
}

#avisoLegal .modal-body {
	max-height: 450px;	
}

#accountExpired {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
}

#accountExpired h5 {
	color: #042e56;
}

#accountExpired h4 {
	color: #042e56;
	font-size: 21px;
}

#accountLocked {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
}

#accountLocked h5 {
	color: #042e56;
}

#accountLocked h4 {
	color: #042e56;
	font-size: 21px;
}

#accountDisabled {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
}

#accountDisabled h5 {
	color: #042e56;
}

#exception {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
}

#exception h5 {
	color: #042e56;
}

#exception h4 {
	color: #042e56;
	font-size: 21px;
}

/* logged App*/
body.loggedOn {

}

body.loggedOn #header {

}

.userinfo {
	background: url("../images/user_bg_bar.png") repeat-x bottom;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	padding: 16px 10px;
	color: #042D55;
	margin-top: 10px;
	overflow: auto;
}

.userinfo span {
	display: block;
}

.userinfo .timestamp div {
	display: inline-block;
	margin-left: 8px;
}

.userinfo .username a {
	display: inline-block;
	color: #8aa7c1;
	padding-left: 10px;
}

.userinfo .data {
	width: 60%;
	float: left;
}

.userinfo .logout {
	width: 25%;
	float: right
}

.userinfo .logout i.icone-out {
	border-left: 1px solid #bdd2e5;
	background: url("../images/out.png") no-repeat 12px 3px transparent;
	display: inline-block;
	height: 10px;
	margin-left: 15px;
	padding: 5px 0 5px 16px;
	width: 10px;
}

.userinfo .logout:hover i.icone-out {
	border-left: 1px solid #156BAB;
	background: url("../images/out.png") no-repeat 12px -34px;
	display: inline-block;
	height: 10px;
	margin-left: 15px;
	padding: 5px 0 5px 16px;
	width: 10px;
}

#contentWrap {
	background: #E5EBF1 url("../images/bg_blue_dark.png") repeat-x left
		bottom;;
	-moz-box-shadow: inset 0 0 10px #819FBD;
	-webkit-box-shadow: inset 0 0 10px #819FBD;
	box-shadow: inset 0 0 10px #819FBD;
	min-width:940px;
}

#contentWrap .container {
	min-width:556px;
	background: url("../images/bt_bg_blue_clear.png") no-repeat left bottom;
}

.gestion #contentWrap {
	background: #F7F9FB url("../images/bg_blue_dark.png") repeat-x left
		bottom;;
	-moz-box-shadow: inset 0 0 10px #819FBD;
	-webkit-box-shadow: inset 0 0 10px #819FBD;
	box-shadow: inset 0 0 10px #819FBD;
}

.gestion #contentWrap .container {
	padding-bottom: 30px;
}
.btn_inactive {
	color: #0C1021;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #bdd2e5;
	border: 1px solid #82A0BE;
	font-size: 15px !important;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZDJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWE3YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(#e3bbc2 0%, #c28b95 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3bbc2),
		color-stop(100%, #c28b95) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#e3bbc2 0%, #c28b95 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3bbc2 0%, #c28b95 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3bbc2 0%, #c28b95 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e3bbc2 0%, #c28b95 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#e3bbc2',
		endColorstr='#c28b95', GradientType=0 );
	/* IE6-8 */
}
.btn_inactive:hover {
	color: #fff;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	border: 1px solid #032D55;
	background: #520308;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE0MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #520308 0%, #3a0400 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #520308),
		color-stop(100%, #001439) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #520308 0%, #3a0400 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #520308 0%, #3a0400 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #520308 0%, #3a0400 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #520308 0%, #3a0400 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#520308',
		endColorstr='#3a0400', GradientType=0 );
	/* IE6-8 */
}

.btn_normal {
	color: #0C1021;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #bdd2e5;
	border: 1px solid #82A0BE;
	font-size: 15px !important;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZDJlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWE3YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdd2e5),
		color-stop(100%, #8aa7c1) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdd2e5 0%, #8aa7c1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #bdd2e5 0%, #8aa7c1 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#bdd2e5',
		endColorstr='#8aa7c1', GradientType=0 );
	/* IE6-8 */
}


.btn_normal:hover {
	color: #fff;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	border: 1px solid #032D55;
	background: #042d55;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE0MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #042d55 0%, #001439 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #042d55),
		color-stop(100%, #001439) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #042d55 0%, #001439 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #042d55 0%, #001439 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #042d55 0%, #001439 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #042d55 0%, #001439 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#042d55',
		endColorstr='#001439', GradientType=0 );
	/* IE6-8 */
}

#contentWrap .btn_normal {
	padding: 4px 32px;
}
#contentWrap .btn_inactive {
	padding: 4px 32px;
}

.btn:hover,.btn:focus {
	text-decoration: none;
	background-position: 50px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.usuario {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 28px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	color: #819FBD;
}

#topmenu>li {
	padding: 0 25px 0 0;
	font-family: Helvetica;
	font-size: 14px;
	min-height: 37px;
}

#topmenu>li>a {
	color: #0C1021;
	display: inline-block;
	padding: 5px 0px;
}

/* usuario */
ul#topmenu {
	margin: 0 0 0px 5px;
}

.selectedPage {
	display: inline-block;
	padding: 5px 0px;
	border-bottom: 5px solid #819FBD;
	color: #819FBD;
	text-decoration: none
}

#topmenu li.inicio  a i.icone-home {
	background: url("../images/home_dark.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.inicio:hover  a i.icone-home,#topmenu li.inicio.active  a i.icone-home
	{
	background: url("../images/home.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu>li.active>a,#topmenu>li>a:active,#topmenu>li>a:hover {
	display: inline-block;
	padding: 5px 0px;
	border-bottom: 5px solid #819FBD;
	color: #819FBD;
	text-decoration: none
}

#topmenu li.clientes  a i.icone-gcliente {
	background: url("../images/user_0.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.clientes:hover  a i.icone-gcliente,#topmenu li.clientes.active  a i.icone-gcliente
	{
	background: url("../images/user_0.png") no-repeat 1px -36px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.empresas  a i.icone-gempresas {
	background: url("../images/user_2.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.empresas:hover  a i.icone-gempresas,#topmenu li.empresas.active  a i.icone-gempresas
	{
	background: url("../images/user_2.png") no-repeat 1px -36px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.usuarios  a i.icone-gusuarios {
	background: url("../images/user_1.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.usuarios:hover  a i.icone-gusuarios,#topmenu li.usuarios.active  a i.icone-gusuarios
	{
	background: url("../images/user_1.png") no-repeat 1px -36px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

/* coordenador */
#topmenu li.greglas  a i.icone-greglas {
	background: url("../images/s10.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.greglas:hover  a i.icone-greglas,#topmenu li.active.greglas  a i.icone-greglas
	{
	background: url("../images/s10.png") no-repeat 1px -36px;
}

#topmenu li.casos  a i.icone-casos {
	background: url("../images/s7.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.casos:hover  a i.icone-casos,#topmenu li.active.casos  a i.icone-casos
	{
	background: url("../images/s7.png") no-repeat 1px -36px;
}

#topmenu li.solicitudes  a i.icone-solicitudes {
	background: url("../images/s8.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}


#topmenu li.solicitudes:hover>a i.icone-solicitudes,#topmenu li.active.solicitudes>a i.icone-solicitudes
	{
	background: url("../images/s8.png") no-repeat 1px -36px;
}

#topmenu li.headerMRZ  a i.icone-mrz {
	background: url("../images/sMrz.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerMRZ:hover  a i.icone-mrz,#topmenu li.headerMRZ.active  a i.icone-mrz
	{
	background: url("../images/sMrz.png") no-repeat 1px -35px;
}

#topmenu li.headerIris  a i.icon-iris {
	background: url("../images/user_0.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 14px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerIris:hover>a i.icon-iris,#topmenu li.headerIris.active>a i.icon-iris {
	background: url("../images/user_0.png") no-repeat 1px -35px;
}


#topmenu li.headerIris  a i.icon-iris {
	background: url("../images/user_0.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 14px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerIris:hover>a i.icon-iris,#topmenu li.headerIris.active>a i.icon-iris {
	background: url("../images/user_0.png") no-repeat 1px -35px;
}



#topmenu li.headerRpt  a i.icon-reports {
	background: url("../images/sRpt.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 14px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerRpt:hover>a i.icon-reports,#topmenu li.headerRpt.active>a i.icon-reports {
	background: url("../images/sRpt.png") no-repeat 1px -35px;
}

#topmenu li.headerReports  a i.icon-reports {
	background: url("../images/sRpt.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 14px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerReports:hover  a i.icon-reports,#topmenu li.headerReports.active  a i.icon-reports {
	background: url("../images/sRpt.png") no-repeat 0px -35px;
}


#topmenu li.headerReports a i.icon-search {
	background: url("../images/icon-search-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerReports:hover a i.icon-search {
	background: url("../images/icon-search-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerSysRpt  a i.icon-reports2 {
	background: url("../images/sRpt2.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerSysRpt:hover  a i.icon-reports2,#topmenu li.headerSysRpt.active  a i.icon-reports2 {
	background: url("../images/sRpt2.png") no-repeat 0px -35px;
}

#topmenu li.headerEntRpt  a i.icon-reports3 {
	background: url("../images/sRpt3.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerEntRpt:hover  a i.icon-reports3,#topmenu li.headerEntRpt.active  a i.icon-reports3 {
	background: url("../images/sRpt3.png") no-repeat 0px -35px;
}

#topmenu li.headerEngMgmt  a i.icon-reports4 {
	background: url("../images/sRpt4.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerEngMgmt:hover  a i.icon-reports4,#topmenu li.headerEngMgmt.active  a i.icon-reports4 {
	background: url("../images/sRpt4.png") no-repeat 0px -35px;
}

#topmenu li.headerEngExp  a i.icon-reports5 {
	background: url("../images/sRpt5.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerEngExp:hover  a i.icon-reports5,#topmenu li.headerEngExp.active  a i.icon-reports5 {
	background: url("../images/sRpt5.png") no-repeat 0px -35px;
}

#topmenu li.headerExtServ  a i.icon-ext-serv {
	background: url("../images/network-13.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.headerExtServ:hover  a i.icon-ext-serv,#topmenu li.headerExtServ.active  a i.icon-ext-serv {
	background: url("../images/network-13-light.png") no-repeat 0px 1px;
}


#topmenu li.estatisticas  a i.icone-estatisticas, #topmenu li.greglas  a i.icone-estatisticas {
	background: url("../images/s3.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.estatisticas:hover  a i.icone-estatisticas,#topmenu li.active.estatisticas  a i.icone-estatisticas
	{
	background: url("../images/s3.png") no-repeat 1px -36px;
}

#topmenu li.simulador  a i.icone-simulador {
	background: url("../images/s2.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.simulador:hover  a i.icone-simulador,#topmenu li.simulador.active  a i.icone-simulador
	{
	background: url("../images/s2.png") no-repeat 1px -36px;
}

#topmenu li.administracionHead  a i.icone-administracionHead {
	background: url("../images/s1.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.administracionHead:hover a i.icone-administracionHead {
	background: url("../images/s1.png") no-repeat 1px -36px;;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}


#topmenu li.administracion  a i.icone-administracion {
	background: url("../images/s1.png") no-repeat 1px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.administracion:hover a i.icone-administracion {
	background: url("../images/s1.png") no-repeat 1px -36px;;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.administracion:hover>a i.icone-administracion,#topmenu li.active.administracion>a i.icone-administracion
{
	background: url("../images/s1.png") no-repeat 1px -36px;
}

#topmenu li.administracionCAI  a i.icone-administracion-cai {
	background: url("../images/settings-5-16-2.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.administracionCAI:hover a i.icone-administracion-cai {
	background: url("../images/settings-5-16-gray.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.crear  a i.icone-crear {
	background: url("../images/s4.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.crear:hover  a i.icone-crear,#topmenu li.crear.active  a i.icone-crear
	{
	background: url("../images/s4.png") no-repeat 0px -38px;
}

#topmenu li.dropSol  a i.icone-dropSol {
	background: url("../images/s11.png") no-repeat 0px 1px;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 5px 10px 0px 0px;
}

#topmenu li.dropSol:hover  a i.icone-dropSol,#topmenu li.dropSol.active  a i.icone-dropSol
	{
	background: url("../images/s11.png") no-repeat 0px -38px;
}

/*  DROPDOWN */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0px 0;
	margin: -5px 0 0;
	list-style: none;
	background-color: #fff;
	border: 0px solid #ccc;
	border-bottom: 5px solid #819FBD;
	border-top: 5px solid #819FBD;
	border-radius: 0px;
	box-shadow: 0px 0px 0px;
}

.dropdown-menu li {
	border-bottom: 1px solid #819FBD;
}

.dropdown-menu li:last-child {
	border-bottom: 0px solid #819FBD;
}

.dropdown-menu>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #0C1021;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a
	{
	color: #819FBD;
	text-decoration: none;
	background: none;
}

/* menu blocks */
.home_menu_blocks {
	width: auto;
	margin: 20px auto;
	display: inline-block;
}

.home_menu_blocks_coord .thumbnails {
	width: auto;
	display: block;
	margin: 20px 0px;
}

.home_menu_blocks .thumbnails {
	width: auto;
	display: block;
	margin: 20px 60px;
}

.thumbnails .span3 {
	width: 246px;
}

.thumbnail {
	padding: 0px;
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	background: #032D55;
	border-radius: 0px;
	text-align: center;
	border: 5px solid #E5EBF1;
	min-height: 250px;
}

.home_menu_blocks_coord .thumbnail {
	border: 5px solid #E5EBF1;
	background: #032D55 url("../images/bg_module_painel.png") repeat-x
		bottom;
	;
}

.home_menu_blocks_coord .thumbnail.demo {
	border: 5px solid #E5EBF1;
	position: relative;
	background: #819FBD url("../images/bg_module_painel.png") repeat-x
		bottom;
	;
}

.home_menu_blocks_coord .thumbnail.demo span.demo {
	display: inline-block;
	padding: 2px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background: #032D55;
}

.thumbnail:hover {
	/*
		Task 2298, no cambiar color del borde al pasar el raton
		Antes el color cambiaba a #819FBD
	*/
	border: 5px solid #E5EBF1;
}

.home_menu_blocks_coord .thumbnail:hover {
	/*
		Task 2298, no cambiar color del borde al pasar el raton
		Antes el color cambiaba a #819FBD
	*/
	border: 5px solid #E5EBF1;
}

.thumbnails>li {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
}

.home_menu_blocks_coord
 .thumbnails .span3 {
	width: 215px;
}

.thumbnail h3 {
	color: #fff;
	padding: 10px 24px;
	line-height: 26px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	min-height:55px;
}

.adminThumb{
	min-height:100px !important;
}

.thumbnail h3+p {
	min-height: 82px
}

.thumbnail p {
	margin-bottom: 20px;
}

.thumbnail p i {
	font-size: 80px;
	color: #fff;
}


.thumbnail .btn {
	padding: 5px 50px;
}

.thirds,.fourts {
	text-align: center;
}
/***Visualizacion adminMenu*/
.blue1_thirds{
 background: none repeat scroll 0 0 #0C1021;
 padding: 15px 0;
}
/*****/

.thirds  a,.fourts a {
	color: #819FBD;
}

.thirds  a:hover,.fourts a:hover {
	color: #042d55;
}

.thirds:hover,.fourts:hover,.blue_thirds:hover,.blue1_thirds:hover {
	background: #fff;
}

.thirds:hover  a,.fourts:hover a, .blue_thirds:hover a, .blue1_thirds:hover a{
	color: #0C1021;
}

.thirds,.fourts {
	width: 102px;
	float: left;
	background: #0C1021;
	color: #819FBD;
	padding: 5px 0px;
	border-right: 1px solid #032D55;

}

.blue_thirds{
 background: none repeat scroll 0 0 #0C1021;
 padding: 5px 0;
}

/* IE 8 */
html>body #ie8 {
	*color: blue;
}

.fourts {
	width: 48px;
}

.fourts.last {
	width: 72px;
}

.thirds.last,.fourts.last {
	border-right: none;
}

.fourts.bloquear {
	width: 65px;
}

.thirds  i,.fourts i {
	display: inline-block;
	padding: 0px;
}

.thirds  span,.fourts span {
	display: block;
}

/*  SPRITES  */
[class^="icone-"],[class*=" icone-"] {
	display: inline-block;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: middle;
	padding: 2px 5px;
}

.icone-inicio {
	background: url('../images/sprite_icons.png') no-repeat -15px -11px;
	width: 12px;
	height: 12px;
}

.icone-user_dark1 {
	background: url('../images/sprite_icons.png') no-repeat -395px -11px;
	width: 11px;
	height: 13px;
}

.icone-user_dark2 {
	background: url('../images/sprite_icons.png') no-repeat -426px -11px;
	width: 11px;
	height: 12px;
}

.icone-user_dark3 {
	background: url('../images/sprite_icons.png') no-repeat -457px -11px;
	width: 11px;
	height: 12px;
}

.icone-user_light_1 {
	background: url('../images/sprite_icons.png') no-repeat -395px -48px;
	width: 11px;
	height: 13px;
}

.icone-user_light2 {
	background: url('../images/sprite_icons.png') no-repeat -426px -48px;
	width: 11px;
	height: 12px;
}

.icone-user_light3 {
	background: url('../images/sprite_icons.png') no-repeat -457px -48px;
	width: 11px;
	height: 12px;
}

.icone-logout_dark {
	background: url('../images/sprite_icons.png') no-repeat -363px -11px;
	width: 12px;
	height: 12px;
}

.icone-logout_light {
	background: url('../images/sprite_icons.png') no-repeat -363px -48px;
	width: 12px;
	height: 12px;
}

.icone-admin_dark {
	background: url('../images/sprite_icons.png') no-repeat -333px -11px;
	width: 10px;
	height: 12px;
}

.icone-admin_light {
	background: url('../images/sprite_icons.png') no-repeat -333px -48px;
	width: 10px;
	height: 12px;
}

.icone-simulador_dark {
	background: url('../images/sprite_icons.png') no-repeat -303px -11px;
	width: 10px;
	height: 12px;
}

.icone-simulador_light {
	background: url('../images/sprite_icons.png') no-repeat -303px -48px;
	width: 10px;
	height: 12px;
}

.icone-estatisticas_dark {
	background: url('../images/sprite_icons.png') no-repeat -273px -11px;
	width: 10px;
	height: 12px;
}

.icone-estatisticas_light {
	background: url('../images/sprite_icons.png') no-repeat -273px -48px;
	width: 10px;
	height: 12px;
}

.icone-crear_dark {
	background: url('../images/sprite_icons.png') no-repeat -241px -11px;
	width: 10px;
	height: 12px;
}

.icone-crear_light {
	background: url('../images/sprite_icons.png') no-repeat -241px -11px;
	width: 10px;
	height: 12px;
}

.icone-baja_dark {
	background: url('../images/sprite_icons.png') no-repeat -209px -11px;
	width: 12px;
	height: 11px;
}

.icone-baja_light {
	background: url('../images/sprite_icons.png') no-repeat -209px -48px;
	width: 12px;
	height: 11px;
}

.icone-bloquear_dark {
	background: url('../images/sprite_icons.png') no-repeat -177px -11px;
	width: 12px;
	height: 12px;
}

.icone-bloquear_light {
	background: url('../images/sprite_icons.png') no-repeat -177px -48px;
	width: 12px;
	height: 12px;
}

.icone-gestor_dark {
	background: url('../images/sprite_icons.png') no-repeat -142px -11px;
	width: 15px;
	height: 16px;
}

.icone-gestor_light {
	background: url('../images/sprite_icons.png') no-repeat -142px -48px;
	width: 15px;
	height: 16px;
}

.icone-editar_dark {
	background: url('../images/sprite_icons.png') no-repeat -108px -11px;
	width: 14px;
	height: 13px;
}

.icone-editar_light {
	background: url('../images/sprite_icons.png') no-repeat -108px -48px;
	width: 14px;
	height: 13px;
}

.icone-new_dark {
	background: url('../images/sprite_icons.png') no-repeat -77px -11px;
	width: 11px;
	height: 11px;
}

.icone-new_light {
	background: url('../images/sprite_icons.png') no-repeat -77px -48px;
	width: 11px;
	height: 11px;
}

.icone-manage_dark {
	background: url('../images/sprite_icons.png') no-repeat -47px -11px;
	width: 10px;
	height: 12px;
}

.icone-manage_light {
	background: url('../images/sprite_icons.png') no-repeat -47px -48px;
	width: 10px;
	height: 12px;
}

/* ACTIONS*/
.breadcrumb {
	background: none;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	color: #819FBD;
}

.breadcrumb>.active {
	color: #819FBD;
	font-weight: bold;
}

.breadcrumb>li>.divider {
	padding: 0 2px;
	color: #819FBD;
}

h3.title {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 24px;
	font-weight: 400;
	margin: 0px;
	color: #042D55;
	margin-bottom: 20px;
}

.communication p {
	font-size: 13,5px;
	margin-left: 5px;
	color: #042D55;
	font-family: 'Open Sans', sans-serif;
	min-height: 20px;
}

.gestion  label {
	font-size: 12.4px;
	margin-left: 5px;
	color: #042D55;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	min-height: 20px;
}

.gestion span.help-block {
	font-weight: normal;
	color: #042D55;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.gestion  .input-append,.gestion  .input-prepend {
	display: inline-block;
	margin-bottom: 0px;
}

.styled-select select {
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 4px;
	height: 34px;
	-webkit-appearance: none;
}

.styled-select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	background: url("../images/select.png") no-repeat right #fff;
	border: 1px solid #ccc;
}

input.checkedvalue {
	background: #DFE9F1 url("../images/yes_empresa.png") no-repeat right;
	padding-right: 80px;
	border: 1px solid #BFD3E6;
}

/* accordion */
.accordion {
	margin-bottom: 20px;
}

.accordion-heading {
	background: #DEE6EF;
}

.accordion-heading h5 {
	display: inline-block;
	width: 500px;
	padding: 0 10px;
	margin: 8px 0;
	color: #042D55;
}

.accordion-heading span.validation {
	display: none;
	width: 350px;
	font-size: 12px;
	color: #B94A48;
	text-align: right;
	padding: 3px;
}

.accordion-heading span.validation i {
	font-size: 14px;
	color: #B94A48;
	vertical-align: middle;
}

.accordion-heading .accordion-toggle {
	display: inline-block;
	width: 10px;
	padding: 8px 15px;
	float: right;
	border-left: 1px solid #BFD3E6;
}

.accordion-inner {
	padding: 9px 5px 9px 15px;
	border-top: 1px solid #BFD3E6;
	background: #fff;
}

.accordion-group {
	diktamen margin-bottom: 2px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
}

.accordion-group-representative {
	diktamen margin-bottom: 2px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
}
.moreRepresentatives {
	line-height: 1.45em !important;
}

p.buttons {
	margin: 30px 0px;
}

p.buttons .btn {
	padding: 5px 30px;
}

div.radios
{
	max-width:600px;
}
div.radios
.radio {
	min-height: 20px;
	padding-left: 20px;
	min-width: 100px;
	padding: 2px 10px 2px 30px;
}

div.radios.small
.radio {
	min-height: 20px;
	padding-left: 20px;
	min-width: 50px;
	padding: 2px 10px 2px 30px;
}

div.radios
.radio.selected {
	background: #EDF0F5;
	border-radius: 4px;
}

.permissos {
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	border-radius: 4px; ---------------------------------------
	background: #fff;
}

.permissos-header {
	background: #DEE6EF;
}

.permissos-header h6 {
	display: inline-block;
	width: 500px;
	padding: 0 10px;
	margin: 8px 0;
	color: #042D55;
}

.permissos-header a {
	display: inline-block;
	width: 10px;
	padding: 5px 15px;
	float: right;
}

.permissos-inner {
	padding: 10px;
}

.permissos-inner
div.radios
 .radio {
	min-height: 20px;
	padding-left: 20px;
	min-width: 110px;
	padding: 2px 10px 2px 30px;
	font-size: 13px;
}

.headPermissosTable {
	background: #DEE6EF;
	border: 1px solid #BFD3E6;
	overflow: auto;
	color: #042D55;
}

.lineaPermissosTable {
	border-bottom: 1px solid #BFD3E6;
	overflow: auto;
	background: #fff;
}

.headPermissosTable div,.lineaPermissosTable div {
	display: inline-block;
	padding: 8px 5px;
	margin-left: 10px;
}

.headPermissosTable label,.lineaPermissosTable label {
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size:13px;
}

.headPermissosTable label a,.lineaPermissosTable label a {
	color: #042D55;
}

.headPermissosTable label a:hover,.lineaPermissosTable label a:hover {
	color: #819FBD;
}

.lineaPermissosTable label {
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
}

.rolesEdit .lineaPermissosTable:hover {
	background: #DFE9F2;
}

.headPermissosTable label.lblbold {
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.headPermissosTable label i,.lineaPermissosTable label i {
	margin-right: 3px;
}

.headPermissosTable div.colapse,.lineaPermissosTable div.colapse {
	width: auto;
	float: right;
	border-left: 1px solid #BFD3E6;
	margin-left: 5px;
	padding: 8px 13px;
}

.lineaPermissosTable div.nocolapse {
	width: auto;
	float: right;
}

.headPermissosTable .span2,.lineaPermissosTable .span2 {
	width: 100px;
}

.headPermissosTable div.actstate,.lineaPermissosTable div.actstate {
	padding: 4px 5px;
	text-align: right
}

.services {
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	border-radius: 4px; ---------------------------------------
	background: #fff;
}

.services-header {
	background: #DEE6EF;
}

.services-header h6 {
	display: inline-block;
	width: 500px;
	padding: 0 10px;
	margin: 8px 0;
	color: #042D55;
}

.services-header a {
	display: inline-block;
	width: 10px;
	padding: 5px 15px;
	float: right;
}

.services-inner {
	padding: 10px;
}

.services-inner
div.radios
 .radio {
	min-height: 20px;
	padding-left: 20px;
	min-width: 110px;
	padding: 2px 10px 2px 30px;
	font-size: 13px;
}

.headServicesTable {
	background: #DEE6EF;
	border: 1px solid #BFD3E6;
	overflow: auto;
	color: #042D55;
}

.lineaServicesTable {
	border-bottom: 1px solid #BFD3E6;
	overflow: auto;
	background: #fff;
}

.headServicesTable div,.lineaServicesTable div {
	display: inline-block;
	padding: 8px 5px;
	margin-left: 10px;
}

.headServicesTable label,.lineaServicesTable label {
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.headServicesTable label a,.lineaServicesTable label a {
	color: #042D55;
}

.headServicesTable label a:hover,.lineaServicesTable labelhover {
	color: #819FBD;
}

.lineaServicesTable select {
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13.4px;
    margin-top: -5px;
}

.lineaServicesTable:hover {
	background: #DFE9F2;
}

.headServicesTable label.lblbold {
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.headServicesTable label i,.lineaServicesTable label i {
	margin-right: 3px;
}

.headServicesTable div.colapse,.lineaServicesTable div.colapse {
	width: auto;
	float: right;
	border-left: 1px solid #BFD3E6;
	margin-left: 5px;
	padding: 8px 13px;
}

.lineaServicesTable div.nocolapse {
	width: auto;
	float: right;
}

.headServicesTable .span2,.lineaServicesTable .span2 {
	width: 100px;
}

.headServicesTable div.actstate,.lineaServicesTable div.actstate {
	padding: 4px 5px;
	text-align: left;
}
.lineaServicesTable span.statebtn {
	width:90px;
}

.activebtn {
	display: inline-block;
	background: #4D9B4D;
	padding: 3px 9px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #538547;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	min-width: 60px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.bloqueadobtn {
	display: inline-block;
	background: #B4332E;
	padding: 3px 9px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #A32823;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	min-width: 60px;
}

.inactivobtn {
	display: inline-block;
	padding: 3px 9px;
	color: #777;
	background-color: #e6e6e6;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #FFCC00;
	text-align: center;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	min-width: 60px;
}

.pendentebtn {
	display: inline-block;
	background-color: #eb8c07;
	padding: 3px 9px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #bd7e25;
	min-width: 60px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

i.activebtn_one {
	background: url('../images/activeBtn.png') no-repeat 0 -70px;
	width: 13px;
	height: 9px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

i.activebtn_two {
	background: url('../images/activeBtn.png') no-repeat 0 0;
	width: 13px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.rolesEdit .lineaPermissosTable  div:first-child label {
	padding-left: 10px;
}

.rolesEditactive {
	background: #F7F9FB;
}

.accordion-heading  .mostrarRequired {
	display: inline-block;
	width: 350px;
	font-size: 12px;
	color: #B94A48;
	text-align: right;
	padding: 3px;
	cursor: pointer;
}

/** POPOVER */
.popover-title {
	color: #042e56;
	font-size: 15px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.popover-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

.popover {

}

/* Modal activar usuario*/
#activaUsuario,#bloqueaUsuario,#bajaUsuario,#activateClient,#bajaClient,#bajaCompany,#activateCompany, #updateUser {
	width: 300px;
	font-family: 'Open Sans', sans-serif;
}

.modal .btn_normal {
	padding: 4px 30px;
	margin-right: 20px;
}

div.sucessbloqueo,div.sucessbaja {
	padding: 0px 0px;
}

.sucessbloqueo .alert-success img,.sucessbaja .alert-success img {
	margin: 10px;
	float: left
}

.sucessbloqueo .alert-success p,.sucessbaja .alert-success p {
	margin-left: 50px;
}

.bar_separator {
	background: url("../images/user_bg_bar.png") repeat-x bottom;
	margin: 20px 0;
	padding-top: 10px;
	overflow: auto;
}

.historyBox {
	background: #E6EEF4;
	border-radius: 4px;
	padding: 10px 5px;
	box-shadow: inset 0px 0px 5px #A8C2D9;
}

table#history {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #042D55;
	border-radius: 3px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	margin-top: 20px;
}

table#history tr th {
	background: #DFE9F2;
}

table#history tr td {
	min-width: 120px;
	font-size: 13px;
}

table#history {
	background: #fff;
}

div.diktamen {
	margin-left: 35px
}

table#diktamen {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #042D55;
	border-radius: 3px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	margin-top: 0px;
}

table#diktamen tr th {
	background: #DFE9F2;
}

table#diktamen tr td {
	min-width: 120px;
	font-size: 14px;
}

table#diktamen {
	background: #fff;
}

.table th,.table td {
	padding-left: 20px;
	line-height: 15px;
	border-color: #BFD3E6 !important;
}

.btn_red:hover {
	color: #fff;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #bdd2e5;
	border: 1px solid #7a0a1b;
	font-size: 16px !important;
	background: #b24343;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data :   image/ svg +   xml; base64
	,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyNDM0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTBhMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b24343 0%, #7a0a1b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b24343),
		color-stop(100%, #7a0a1b) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b24343 0%, #7a0a1b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b24343 0%, #7a0a1b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b24343 0%, #7a0a1b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #b24343 0%, #7a0a1b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#b24343',
		endColorstr='#7a0a1b', GradientType=0 );
	/* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#bdd2e5',
		endColorstr='#8aa7c1', GradientType=0 );
	/* IE6-8 */
}

#contentWrap .btn_normal {
	padding: 4px 32px;
}

input.error,select.error,div.error {
	border: 1px solid #b94a48 !important;
	border-radius: 5px;
}

input.notNormalized,select.notNormalized {
	border: 1px solid #b94a48 !important;
	border-radius: 5px;
}

.busqueda_box {
	border-radius: 3px;
	margin: 20px 0px;
	background: #fff;
	padding: 10px 20px 0px;
	border: 1px solid #BFD3E6;
	box-shadow: inset 0px 0px 5px #BFD3E6;
}

.busqueda_box .title {
	color: #042D55;
	margin-bottom: 0px;
}

.busqueda_box .subtitle {
	font-style:italic;
}

.busqueda_box label {
	margin-top: 5px;
}

#contentWrap .busqueda_box .btn_normal {
	padding: 4px 22px;
}

.busqueda_box .btn_normal i {
	padding-right: 12px;
}

.busqueda_box  span.validation {
	color: #B94A48;
	padding: 3px;
	text-align: right;
	width: 350px;
}

.more_info_busca {
	background: #EFF4F8;
	border-radius: 3px;
	border: 1px solid #BFD3E6;
	color: #042D55;
	padding: 5px 20px;
	float: left;
}

table.accordion {
	margin-left: 20px;
	width: 96% !important;
}

/* TABLA BUSQUEDA */
table.busqueda {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #042D55;
	border-radius: 3px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	margin-top: 20px;
	table-layout: fixed;
	width:100%;

}

table.busqueda tr th {
	background: #DFE9F2;
	font-weight: 800;
	font-family: 'Open Sans';
}

table.busqueda tr td {
	font-size: 13px;
	font-weight: normal;
}


table.busquedaCase tr th {
	font-size: 12px !important;
}
table.busquedaCase tr td {
	font-size: 12px !important;
}
table.busquedaCase tr td:last {
	padding: 8px 3px !important;
}

table.busqueda tr:hover td,table.busqueda tr.latestCreated td {
	background: #EFF4F8;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-moz-transition: background-color .5s;
}

}
table.busqueda {
	background: #fff;
}

.table th,.table td {
	padding-left: 20px;
	line-height: 15px;
	border-color: #BFD3E6 !important;
	vertical-align: middle;
	padding-left: 5px;
}

table.busqueda  a {
	color: #042D55;
}

table.busqueda  a:hover {
	color: #819FBD;
}

/* TABLA BUSQUEDA CONSULTA INFORMES*/
table.busquedarep {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #042D55;
	border-radius: 3px;
	border: 1px solid #BFD3E6;
	margin-bottom: 20px;
	margin-top: 20px;
	width:100%;

}

table.busquedarep tr th {
	background: #DFE9F2;
	font-weight: 800;
	font-family: 'Open Sans';
}

table.busquedarep tr td {
	font-size: 13px;
	font-weight: normal;
}

table.busquedarep tr:hover td,table.busqueda2 tr.latestCreated td {
	background: #EFF4F8;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-moz-transition: background-color .5s;
}

}
table.busquedarep {
	background: #fff;
}

table.busquedarep  a {
	color: #042D55;
}

table.busquedarep  a:hover {
	color: #819FBD;
}

.conRep {
	max-width: 80px;
}

.conRep2 {
	max-width: 150px;
}

.tableFootNav label {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #819FBD;
	display:inline;
}

.more_info_busca {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}

.pagination {
	margin: 0px 0;
}

.revisadobtn {
	display: inline-block;
	background: #4D9B4D;
	padding: 4px 4px;
	color:#FFFFFF !important;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #538547;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 76px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
a.revisadobtn {
    	display: inline-block;
	background: #4D9B4D;
	padding: 4px 4px;
	color: #fff !important;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #538547;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 76px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.theftbtn {
	display: inline-block;
	background: #B4332E;
	padding: 4px 4px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #A32823;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width: 76px;
}


.incongruentebtn {
	display: inline-block;
	background: #B4332E;
	padding: 4px 4px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #A32823;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width: 76px;
}

.pendientebtn {
	display: inline-block;
	background-color: #eb8c07;
	padding: 4px 4px;
	color: #000000;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #bd7e25;
	width: 76px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.noanalizadobtn {
	display: inline-block;
	background-color: #888;
	padding: 4px 4px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #777;
	width: 76px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

 

.inconclusivebtn {
	display: inline-block;
	background-color: #fcd800;
	padding: 4px 1px;
	color: #000000;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #d3b500;
	width: 76px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width: 88px;
}

.suplantacionbtn {
	display: inline-block;
	background-color: #78eddd;
	padding: 4px 3px;
	color: #000000;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #d3b500;
	min-width: 76px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width: 38px;
}

.notinformedbtn {
	display: inline-block;
	background-color: #939AA0;
	padding: 4px 3px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border: 1px solid #bd7e25;
	width: 76px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.nocomunicadobtn {
	display: inline-block;
	background-color: #1a77ae;
	padding: 4px 1px;
	color: #ffffff;
	border-radius: 3px;
	font-size: 11px;
	border: 1px solid #d3b500;
	width: 80px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* CREAR SOLICITUD */
.nav-tabs,.nav-pills {
	margin: 0px 0px 10px;
}

.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus
	{
	color: #042D55;
	background-color: #dfe9f2;
	border: 1px solid #BFD3E6;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	color: #042e56;
	background-color: #f7f9fb;
}

.nav-pills>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #e0eaf2;
}

.nav-pills>li>a.error {
	padding-left: 15px !important;
}
.nav-tabs>li>a,.nav-pills>li>a {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 10px;
	line-height: 14px;
	font-size: 15.8px;
	font-family: 'Open Sans', sans-serif;
	color: #7d93a8;
}

i.euro {
	background: url('../images/euros.png') no-repeat 0 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

/*  tabs solicitudes  */
.nav-tabs {
	border-bottom: 0px solid #BFD3E6;
	margin: 0px 10px;;
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus
	{
	color: #042D55;
	background-color: #dfe9f2;
	border: 1px solid #BFD3E6;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid #BFD3E6;
	font-size: 14px;
}

.accordion-inner .btn {
	margin-bottom: 10px
}

h3.title.topmargin {
	margin-top: 20px;
}

span.arrowaction {
	background: #DFE9F2;
	display: inline-block;
	padding: 3px 7px;
	border-radius: 100%;
	margin: 2px 3px;
	color: #819FBD;
}

.solicitude_actualizar {
	margin-bottom: 20px
}

#actualizarsolicitud {
	width: 300px;
	font-family: 'Open Sans', sans-serif;
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]
	{
	cursor: not-allowed;
	background-color: #f5f5f5;
	border: none;
	color: #042D55;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

::-webkit-input-placeholder {
	color: #042D55;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	color: #042D55;
	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #042D55;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #042D55;
	opacity: 1;
}

span.pagelinks  {

	border-width: 1px 1px 1px 0px;
	line-height: 20px;
	padding: 0px 12px;
	text-decoration: none;

    float: left;
    line-height: 20px;

}
span.pagelinks.first{
	border-left:1px solid red;
}


span.pagelinks  a {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}

span.pagelinks strong {
 	border-color: #DDDDDD;
	border-width: 1px 1px 1px 0px;
	border-style:solid;
	line-height: 20px;
	padding: 4px 12px;
	text-decoration: none;
    float: left;
    line-height: 20px;
    background-color:#F5F5F5;
    color:#999999;
}
.pagelinks{

}
span.pagelinks a:hover,
span.pagelinks a:focus{
   background-color: #f5f5f5;
	}

span.pagebanner{
	display:none;
}

.labelinline{
	display:inline;
	margin-right: 15px;
}

#history a{
	color:#042D55;
}

#diktamen a{
	color:#042D55;
}

.modal-body-large{
	max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}

label {
  cursor: default !important; /* En bootstrap.css aparece cursor: pointer, lo sobrescribimos  */
}

.arrow{
	font-size: 10px;
	margin-left:5px;
}

.btn_newVisibleField {
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #dee6ef ;
	font-size: 12px !important;
	border: 1px solid #dee6ef;
	width: 300px;
	
}
.btn_newIp{
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #dee6ef ;
	font-size: 15px !important;
	border: 1px solid #dee6ef;
	margin-left:74% !important;

}
/* .btn_newIp:hover{ */
/* 	color: #fff; */
/* 	font-family: 'Open Sans', sans-serif; */
/* 	text-shadow: none; */
/* 	border: 1px solid #032D55; */
/* 	background: #042d55; */
/* } */


.popUpIP {
    max-height: 400px;
	overflow-y: auto;
	padding: 20px;
	position: relative;
	margin-left:20px;
}
.ipstyle{
padding: 20px;
}
#saveIp .warn {
    color: #FF0000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
}
.buttonIP {
	margin-left: 20%;
margin-top:20px;
}
.dropPopUp{
text-align: center;
padding:25px;
height: 20px;
}


 th.order1 a{
    background-image: url(../images/icon-chevron-down-dark.png) !important;
    background-position:right !important;
    background-repeat: no-repeat !important;
    text-decoration: none !important;
    padding-right:17px !important;

}

th.order2 a{
    background-image: url(../images/icon-chevron-up-dark.png) !important;
    background-repeat: no-repeat !important;
    text-decoration: none !important;
    background-position:right !important;
    padding-right:17px !important;

}
/* TABLA BUSQUEDA PT */
.soltable {
	width: 112px !important;
}

.versionTable {
	width: 59px !important;
}

.personTypeTable{
	width: 30px !important;
}

.dateTable {
	width: 80px !important;
}

.documentTable {
	width: 85px !important;
}

.nifTable {
	width: 70px !important;
}

.productTable {
	width: 68px !important;
}

.appType {
	width: 102px !important;
}

.stateTable {
	width: 80px !important;
}

.editTable {
	width: 138px !important;
}

.dropTable {
	width: 40px !important;
}

.soltableEs {
	width: 207px !important;
}

.soltableEsdrop {
	width: 280px !important;
}

.soltabledrop {
	width: 230px !important;
}

.valueTable {
	width: 27%;
}

.commentsTableTool {
	width: 180px !important;
}

.clientadmin{
	width: 9% !important;
}
.clientPhone{
	width: 8% !important;
}
.nameClient{
	width: 17% !important;
}
.contactNameCompany{
	width: 17% !important;
}

#messageBar {		
	position: fixed;
	top: 0;
	left: 0;
	height: 27px;
	width: 100%;
	
	display: none;
		
	text-align: center;
	font-weight: bold;
	font-size: 150%;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	z-index: 300;
}

.failureMessageBar {
	background: #ED9683;
	color:#8E311D;
}
.successMessageBar {
	background: #E3FBD9;
	color:#007241;
}

#message-wrapper{
	margin-top:6px;
	margin-left:10px;
}

#message-close{
	cursor:pointer;
    border: 2px solid #8E311D;
    display: block;
    float: right;
    font-size: 100%;
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
}
 

.col2Big{
	margin-left:25px;
}
.jsonTh{
 font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    min-height: 20px;

}
.jsonTable{
   color: #042d55;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
    min-height: 20px;
	width:411px;

}
.responseImg {
	display:block !important;
	margin:auto !important;
    width: 45px !important;
    height:45px !important;
}
.Imgpopup {
	display:block !important;
	margin:auto !important;
    width:auto !important;
    height:auto !important;
}

.popupBackroung{
	 background:rgba(0,0,0,0.5) !important;
	width:860px !important;
	margin-left:-380px !important;
	height:600px !important;
}

#img{
	margin: 11px 15px 15px 5px;
    max-width: 100%;
}

#requestPanel label {
	width: 300px;
	display: inline;
	margin-right: 20px;
}
#newRequest{
	color: #0C1021;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	background: #bdd2e5;
}
.headerAction{padding-left: 16px !important;}
.imageTableMrz{margin-left:20px !important; margin-bottom:20px !important;}

:placeholder-shown{color: gray !important; font-style: italic !important;}
:placeholder{color: gray !important; font-style: italic !important;}
::-webkit-input-placeholder {
   color: gray !important; font-style: italic !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: gray !important; font-style: italic !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: gray !important; font-style: italic !important;
}

:-ms-input-placeholder {
   color: gray !important; font-style: italic !important;
}
.operationsName {
	width: 220px;
}
.operationsImpact {
	width: 60px;
}
.operationsParam {
	width: 140px;
}
.operationsDesc {
	width: 275px;
}
.operationsButton{
	width:25px;
}
#ops .btn_normal {
	padding: 4px !important;
}
.dhx_section_time select{
	width:70px;
	height:20px
}
a i.icon-pdf {
	background: url("../images/iconPDF2.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-xls {
	background: url("../images/iconExcel.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-doc {
	background: url("../images/iconWord2.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-docx {
	background: url("../images/iconDOCX.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-xlsx {
	background: url("../images/iconXLSX.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-ppt {
	background: url("../images/iconPPT.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-pptx {
	background: url("../images/iconPPTX.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-html {
	background: url("../images/iconhtml.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-postscript {
	background: url("../images/iconPostscript.png") no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-odp {
	background: url("../images/iconODP.png") no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-ods {
	background: url("../images/iconODS.png") no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-odt {
	background: url("../images/iconODT.png") no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
.dhx_cal_event .dhx_body, .dhx_cal_event_clear {
    font-family: Arial,sans-serif !important;
    font-size: 12px !important;
}

.dhx_cal_event_clear {
    background-color: #1796b0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff !important;
    height: 17px;
    line-height: 17px;
}

.dhx_cal_event_clear {
    cursor: pointer;
    overflow: hidden;
    padding-left: 10px;
}
.dhx_section_time select {
	margin-bottom: 10px !important;
}
.dhx_cal_header .dhx_agenda_line div, .dhx_agenda_event_time {
	width: 300px !important;
}
.dhx_v_border {
    left: 299px !important;
}
.dhx_agenda_line .dhx_event_icon {
    background: rgba(0, 0, 0, 0) url("/codebase/imgs/icon.png") no-repeat scroll 5px 7.3px !important;
    border-width: 0;
    cursor: pointer;
    width: 20px;
}

.userListToolCol {
	width: 211px;
}
.sysReportToolCol {
	width: 195px;
}
.sysReportsNameCol {
	width: 160px;
}
.sysReportsPermCol {
	width:100px;
}

.sysReportParamCol_XS {
	width: 30px;
}
.sysReportParamCol_S {
	width: 50px;
}
.sysReportParamCol_M {
	width: 75px;
}
.sysReportParamCol_L {
	width: 110px;
}
.sysReportParamCol_XL {
	width: 130px;
}

.searchCompanyToolTipCol {
	width: 80px;
}

button#addReport:hover i.icon-plus, button#addReport:focus i.icon-plus {
	background: url("../images/icon-plus-white.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:2px;
	vertical-align:top;
}
button#addReport i.icon-plus {
	background: url("../images/icon-plus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:2px;
	vertical-align:top;
}

button#cleanCaches:hover i.icon-clean, button#cleanCaches:focus i.icon-clean {
	background: url("../images/erase-white.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 2px 0px;
	margin-top:2px;
	vertical-align:top;
}
button#cleanCaches i.icon-clean {
	background: url("../images/erase-dark.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 2px 0px;
	margin-top:2px;
	vertical-align:top;
}

a:hover i.icon-clean {
	background: url("../images/erase-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-clean {
	background: url("../images/erase-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.icon-refresh {
	background: url("../images/refresh-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 4px 1px 0px;
	margin-top: 2px;
}
a i.icon-refresh {
	background: url("../images/refresh-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 4px 1px 0px;
	margin-top: 2px;
}

.pointer {
	cursor:pointer;
}

.cacheList_col_S {
	width: 80px;
}

.rptCompanyToolCol {
	width: 145px;
}

.companyReportToolCol {
	width: 135px;
}
.companyReportsNameCol {
	width: 160px;
}
.companyReportsPermCol {
	width:100px;
}

.companyRptInfo {
	margin-left: 5px;
	height:30px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

.irisRequestInfo {
	margin-left: 5px;
	height:30px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

.rpt-accordion {
	margin-bottom: 0px;
	width: 99.9%;
}

.rpt-accordion-heading {
	background: #DEE6EF;
}

.rpt-accordion-heading h5 {
	display: inline-block;
	width: 320px;
	height: 24px;
	padding: 0 10px;
	margin: 3px 0;
	color: #042D55;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	color: inherit;
	text-rendering: optimizelegibility;
}

.rpt-accordion-inner h5 {
	display: inline-block;
	width: 313px;
	height: 24px;
	padding: 0 10px;
	margin: 3px 0;
	color: #042D55;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	color: inherit;
	text-rendering: optimizelegibility;
}

.rpt-accordion-heading .accordion-toggle {
	display: inline-block;
	width: 10px;
	padding: 4px;
	float: right;
	margin-right: 2px;
	border-left: 1px solid #BFD3E6;
}

.rpt-accordion-inner {
	padding: 1px 1px 1px 1px;
	border-top: 1px solid #BFD3E6;
	background: #fff;
	height: 25px;
}

.rpt-accordion-body {
	width: 100%;
}

.rpt-accordion-group {
	margin-bottom: 0px;
	border: 1px solid #BFD3E6;
}

.darken {
    opacity: 0.4;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-top:5px;
  float:right;
}
.switch.companyReport {
	margin-top: 3px;
	margin-right: 5px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    margin-left: 0.5em;
    width: auto;
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: 75px;
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_info  {
	font-weight: normal;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    color: #042d55;
    font-family: "Open Sans",sans-serif;
    font-size: 12.4px;
    min-height: 20px;
}

.rptStatebtn {
	display: inline-block;
	color:#FFFFFF !important;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 76px;
	height: 15px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.rptActivebtn {
	display: block;
	padding: 4px 9px;
	color:#FFFFFF !important;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 10px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	align: center;
    margin-left: auto;
    margin-right: auto
}

a i.icon-rptIssue-ok {
	background: url("../images/rptIssue-ok.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-rptIssue-warning {
	background: url("../images/rptIssue-warning.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-download-blue {
	background: url("../images/download-24.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a i.icon-download-blue16 {
	background: url("../images/download-16.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a i.icon-upload-blue16 {
	background: url("../images/upload-16.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a i.icon-download-green {
	background: url("../images/download-green.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-download-orange {
	background: url("../images/download-orange.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-download-red {
	background: url("../images/download-red.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.icon-reload {
	background: url("../images/sinchronize-24.png") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

.breakWord {
	word-wrap: break-word;
}

.spanFull {
	width: 85%;
	margin-left: 8%;
}
  
.span3TelHead {
    width: 280px;
}
.span3Tel {
    width: 280px;
}

.span3Tel input{
    width: 160px;
}

input.val_categoryRep {
	width: 175px !important;
}

.span3Tel select{
    width: 190px;
}

.span3Tel label{
    display:inline-block;
	width:70px;
	font-weight: 100;
}

table#applications tbody tr {
	cursor: pointer;
}

table#applicationsToDrop tbody tr {
	cursor: pointer;
}

table#sysReports tbody tr {
	cursor: pointer;
}
table#companyReports tbody tr {
	cursor: pointer;
}

table#nodesList tbody tr {
	cursor: pointer;
}

a.execVisible {
	cursor: pointer;
}
a.execRecover {
	cursor: pointer;
}
.white {
  background-color: transparent;
  height: 20px;
}
.agendadatepicker {position: relative; z-index:100;}

#collapseActivityGroup {
	background-color: white;
}

a i.icon-conf-plus {
	background: url("../images/icon-plus-dark.png") no-repeat !important;
	display: inline-block;
	padding: 0px 2px 0px 0px;
	margin-top:2px;
	vertical-align:top;
}

a.configGroup{
	cursor: pointer;
}

.issueDiv {
	width: 510px;
	float: left;
    margin-left: 20px;
    min-height: 1px;
}

.rescheduleWarning {
	background: url("../images/alert-14.png") no-repeat 0 0;
	padding-left: 15px;
	margin: 0 auto;
	padding-bottom: 14px;
	float: right;
	margin-top: 4px;
}
.groupIssue {
	background: url("../images/bullet_ko.png") no-repeat 0 0;
	padding-left: 15px;
	margin: 0 auto;
	padding-bottom: 14px;
	float: right;
	margin-top: 4px;
}

#executionDetail.modal {
	width: 950px;
	left: 40% !important;
}
#executionDetail .modal-body {
	max-height: 500px !important;
	padding: 10px;
}

table#executions tbody tr {
	cursor: pointer;
}

table#executionAgenda tbody tr {
	cursor: pointer;
}

#executionFilesDownload {
	z-index: 2000;
}
.execNotifCol_S {
	width: 100px;
}
.execNotifCol_M {
	width: 200px;
}
.execNotifCol_L {
	width: 500px;
}

.userAdminCol {
	width: 80px;
}
.userAdminCol_drop {
	width: 50px;
}
.userAdminCol_unlock {
	width: 95px;
}
.hiddenCol{
	display:none;
}
table#eventsList tbody tr {
	cursor: pointer;
}

.hibernate_stats {
	width: 650px;
}
div#collectionStatsList .modal-body{
    max-height: 80vh;
}
div#queriesStatsList .modal-body{
    max-height: 80vh;
}
div#entitiesStatsList .modal-body{
    max-height: 80vh;
}
div#cacheStatsList .modal-body{
    max-height: 80vh;
}
.nomargin img{
	margin: 0px !important;
}

#detailWhiteForm div {
	margin-top: 5px;
}

div.updateTaskState {
	height:10px;
	width:10px;
	min-width:10px !important;
	margin: auto;
	display: flex !important;
}

.container .gallery a img {
  float: left;
  height: 100px;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.score-icon {
	font-size: 2rem;
    cursor: pointer;
    vertical-align:baseline;
}

.scoreTable {
  border: 1px solid #bfd3e6;
}

.scoreTable td {
       padding: 3px;
       font-size: 12px;
}
.scoreTable th {
       font-size: 12px;
}

.scoreFilterInput {
	margin-left:5px !important; 
	margin-right:10px !important;
}

a:hover i.icon-2fa {
	background: url("../images/2fa-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}
a i.icon-2fa {
	background: url("../images/2fa.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
}

a:hover i.phone-line {
	background: url("../images/phone-fill.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}


a i.phone-line {
	background: url("../images/phone-fill.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}


a i.mail-line {
	background: url("../images/mail-open-line.png") no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}

a:hover i.mail-line {
	background: url("../images/mail-open-line.png") no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a:hover i.file-code-line {
	background: url("../images/file-code-line.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 18px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
a i.file-code-line {
	background: url("../images/file-code-line.png") no-repeat;
	display: inline-block;
	width: 14px;
	height: 18px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
}
#report-container iframe {
	border-width:0;
}

#reportContentWrap{
	border-top-color: #819FBD;
    border-top-width: 2px;
    border-top-style: solid;
	
}

#reportHeader{
	margin-top:2px;
	margin-bottom:2px;
}

.img24px {
  height:24px;
  width:24px;
}



.dmn_box {
	border-radius: 3px;
 	background: #fff;
	padding: 10px;
	border: 1px solid #BFD3E6;
	box-shadow: inset 0px 0px 5px #BFD3E6;
	height:600px;
	overflow-y: auto;
	
}

.dmn_box .tjs-table-container {
	height: 440px;
} 
.dmn-decision-table-container tfoot tr:last-child td {
  border-bottom: solid 1px var(--table-cell-border-color);
}

.dmn-decision-table-container .tjs-container {
	width:100% !important;
}

.dmn-decision-table-container .tjs-table {
	width: fit-content !important;
}

table#rulesVersions tr.rulesVersionLOCKED {
	font-weight: bold;
}
table#rulesVersions tr.rulesVersionOLD {
	font-style: italic;
}
table#rulesVersions td, table#ruleTemplates td, table#ruleSets td {
	cursor: pointer !important;
}


tr.ruleInactive.ruleModified {
	color: #a3b18a !important;
	font-style: italic !important;
}
tr.ruleModified {
	color: green;
}
tr.ruleInactive {
	color: gray;
	font-style: italic;
}

div#searchConditionsBox {
	font-size: 12px !important;	
}

form#ruleTemplate div#collapseOne div.row {
	padding-top: 5px;
}
form#ruleTemplate select {
	font-size: 12px !important;
	margin-top: 5px !important;
	height: 25px !important;
}
form#ruleTemplate input {
	font-size: 12px !important;
	margin-top: 5px !important;
	height: 15px !important;
}

form#ruleTemplate div.conditionTemplate {
	padding-left: 10px;
	border: 1px solid #EAF4FF;
	width: 95%;
}
form#ruleTemplate div.conditionTemplate:nth-child(odd) {
	background: #EAF4FF;
}
form#ruleTemplate div.conditionTemplate:nth-child(even) {
	background: #f7f9fb;
}

div#historyList.modal {
	width:720px; 
	margin-left: -360px;
}

input#showold {
	margin-top:-3px;
	margin-right:2px;
}

a.boxBt {
	 
	margin: 2px;
	padding: 5px;
	cursor:pointer;
	transition: 1100ms ease;
}

a[disabled].boxBt {
	 
	 
	cursor:not-allowed;
	 
}
 
#caseStatusBar {
	margin-top:13px;
}
#caseStatusBar i {
	float: right;
}
#caseStatusBar span {
	float: right;  
	min-width: 20px;
  	text-align: center;
}
#caseStatusBar span.badge not(span.badgewarn)  not(span.badgeesca) {
	background: #a3bcd2;
}
#caseStatusBar span.badgewarn {
	background: #e91e63;
}
#caseStatusBar span.badgeesca {
	background: #ff9800;
}
#caseStatusBar a {
	cursor: pointer;
}
#caseSearchForm div.row {
	margin-top:8px;
}

table#caseList a i.icon-unlock, table#caseList a i.icon-lock, table#caseList a i.icon-history {
	background-size: 12px;	
}
table#caseList td {
	cursor:pointer;	
}

table#historyTable a i.icon-arrow-right {
	background: url("../images/icon-arrow-right-dark.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 5px 0px 0px;
	float:right;
}

table#historyTable a:hover i.icon-arrow-right {
	background: url("../images/icon-arrow-right-light.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
	padding: 0px 5px 0px 0px;
	float:right;
}


/* caseman styles adapted from cai */
.groupLabel {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #82a0be;
    display: block;
    margin: 5px 10px 5px 10px ;
}

.groupLabel img {
	margin-top:-4px;
} 

.groupLabel span {
	margin-left:3px;
}

 
.rules-inner {
    border-top: 0px !important; 
}

.rtChar {
	display: inline-block;
    width: 12px;
    margin-left: -14px !important;
    margin-right: 4px !important;
    text-align: center;
    vertical-align: middle;
    opacity: 50%;
    cursor: default;
    margin-top: -4px;
}

.rule-row {
    margin-left: 0px !important;
}

.auxTitle {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border: 0;
}


.matching-app {
	margin: 10px 0px 18px 0px;
	border-left: 2px solid #BFD3E6;
	border-right: 2px solid #BFD3E6;
	border-bottom: 2px solid #BFD3E6;
	border-top: 2px solid #BFD3E6;
	padding-left: 15px;
	padding-bottom: 10px;
}

.matching-sep {
	border-top: 7px solid #BFD3E6;
	border-radius: 5px;
    display: block;
    width: 100%;
	    margin-bottom: 18px;
}

.matching-title {
    display: block;
    border: 0;
    padding: 0;
    margin-top: -12px;
    margin-left: 15px;
    margin-bottom:10px;
	font-size: 14px;
    line-height: 19px;
    color: #333;
    unicode-bidi: isolate;
    padding-inline: 10px;
    float: left;
    background: white;
}

 
.caseman-fieldset {
    margin-top: 10px;
    margin-bottom: 45px;
    border-top: 5px solid #BFD3E6;
    padding-top: 19px;
    border-radius: 5px;
	
}

 
.block-title {
    padding-inline: 2px;
    margin-top: -36px;
    margin-left: 10px;
    padding: 0px 5px;
    float: left;
    background: white;
    color: #042D55;
    font-size: large;
    font-weight: bold;
}

.matchedField {
	 
	color: red !important;
}

.unMatchedField {
	 
	/*color: blue !important;*/
}

.action-icons {
  display: inline-block;
}

div.inline-labelinput label {
  display: inline;
}
