﻿html
{
    height:100%;
    overflow-x:hidden;
}


body
{
    margin:0; padding:0;  height:100%;
    font-family:Verdana;
	background-color: #FFF !important;
}

#page
{    
   margin: 0 auto;   
   margin-left:5%;
}

.row-margin
{
    margin-top:15px;
}

#page .flag {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    color: #3D1F12;
    font-size: 1.4em;
    font-family: "Trebuchet MS", "MS Trebuchet", Trebuchet, Helvetica, Arial;
    border: solid 1px #fff;
    top: 14px;
    left: -6px;
    width: 380px;
    margin: 0;
    text-shadow: rgba(255,255,255,0.5) 0 1px 0;
    -webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
    -webkit-transform: skew(-10deg,0deg);
    background-color: #FFDA4A;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #FFDA4A),color-stop(1, #FFC32C));
}

#page .flag:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 3px #fff;
    border-color: transparent #FFC32C #FFC32C transparent;
    position: absolute;
    top: -7px;
    left: -7px;
    -webkit-transform: skew(10deg,0deg) translate(-1px,0);
    transform: skew(10deg,0deg);
}

#page .flag em {
    text-indent: 47px;
    padding: 4px 0 4px 0;
    margin: -1px 5px -1px -6px;
    border: solid 1px #fff;
    border-right: 0;
    display: block;
    -webkit-transform: skew(10deg,0deg);
    font-style: normal;
}

#main-content
{
    background-color:#FFF;
    height:auto;
    padding-bottom:40px;
}

.info-panel {
    background-color:#424240;
    color:#EEE;
    max-height:400px;
}
.horizontal-bar {
	border-top: 1px solid #EEE;
    text-align: center;
    margin:0 auto;
    width: 80%;
    margin-bottom:10px;
}
.separator-btn {
	border-right: 1px solid #BBB;
	min-width: 1px;
	width:1px;
	height: 30px;
	float: left;
	margin-top:12px;
	margin-left: 20px;
}
.user-info {
    height:120px;
    overflow:hidden;
    text-align: center;
    font-size: 18px;
}

.background-hover-ico {
	display: none;
}
.last-actions 
{
    width:80%;
}
.last-actions div {
	overflow: hidden;
	padding-left:50px;
}
.title-info {
	font-weight: bold;
}
.navbar-btn-prop 
{
    margin-top:8px;
    margin-left:-10px;
}
#hover
{
    color:White;
    font-weight:bold;
    /*margin-right:20px;*/
    font-size: 18px;
    float: right;
    width: 100%;
}
.last-actions > span {
	padding-left:30px;
	font-weight: bold;
}

#content
{    
    text-align:left;
    background: #FFF;
    min-height: 351px;
    height: 100%;
    padding-bottom:50px;
}
.errorLogon
{
    font-size:11px;
    color:Red;
    font-weight:bold;
}
#slideSearchRequest
{
    left:0;
    top:0;
    background-color: #DDD;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index:888;
    display:none;
}


#title-bar
{
    padding-top:10px;
    padding-bottom:10px;
}
#title-bar input {
	background-color:#B4B2BF;
	vertical-align: middle;
	color: White;
}
#top-nav-bar {
	height:50px;
	background-color: #434341;
	margin-left:10px;
	margin-right:10px;
	border-radius: 5px;
}
#bottom-nav-bar {
	height:30px;
	background: url('images/background-bottom-nav-bar.png') repeat-x;
	z-index:9;
	margin-top:-1px;
	border-radius:10px;
	
}

.wrapper-btn 
{
    padding-left:10px;
    padding-right:10px;
    
}
.summary-btn {
	background-color:#282828;
	height:80px;
	padding-top:15px;
	padding-left:10px;
	font-size:16px;
	font-weight: bold;
}

.document-text {
	color: #7F87B6;
	padding-left:10px;
	font-size: 90%;
}

.notifications-text {
	color:#EEE;
	padding-left:10px;
	font-size:80%;
}

.navbar-btn-prop
{
}

/*.navbar-btn:hover {
	background-color: #7F87B6;
}*/

.far {
	padding-top: 40px;
}

#botonera,
#news-notify,
.submenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 888;
}

#news-notify
{
	float: left;
	margin-top: 30px;
	margin-left: 220px;
	border-collapse: collapse;
}

#news-notify li
{
	margin: 0;
	padding: 0;
}

#NewsCounter
{
	height: 28px;
	display: block;
	width: 20px;
	text-align:center;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
}	

#News
{
	position: absolute;
	visibility: hidden;
	font-size: 12px;
	width:350px;
    -moz-box-shadow: -2px 2px 5px #444;
	-webkit-box-shadow: -2px 2px 5px #444;
	box-shadow: -2px 2px 5px #444;
}

#News li a
{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #222 !important;
}

#News li a:hover, #News li:hover
{
	background: #68A199 url(images/ui-bg_highlight-soft_75_68a199_1x100.png) 50% 50% repeat-x;
	
	color: #FFF;
}


#botonera
{
	float: right;
	margin-top: 60px;
	border-collapse: collapse;
	padding:4px;
	background-color: #FFF;
    opacity:0.9;
    filter:alpha(opacity=10);
}

#botonera li
{
	margin: 0;
	padding: 0;
}

#botonera > li
{
	float: left;
	margin-right: 0px;
}

#botonera .dir
{
	height: 28px;
	display: block;
	width: 80px;
	text-align:center;
	padding: 0 15px;
	text-decoration: none;
	line-height: 28px;
	background-color: #005B9A;
	color: White;
	border-width: 0px !important;
}

/*switch*/
/* The switch - the box around the slider */
.switch-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 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: 16px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f29e18;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*endswitch*/



#botonera .dir:hover
{
    background-color: #666;
}
#botonera li:hover > ul {
	visibility: visible;
}

.botonera
{
	border-collapse: collapse;
}

.botonera li
{
	margin: 0;
	padding: 0;
}

.botonera > li
{
	float: left;
	margin-right: 8px;
}

.botonera li:hover > ul {
	visibility: visible;
}

.botonera .dir
{
	height: 28px;
	width: 80px;
	text-align:center;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
}

#user-info
{
	position: absolute;
	top: 4px;
	right: 55px;
}

.loged-user
{
	color: #FFF;
	text-shadow: #000 0 0 10px;
}

.logoff
{
	margin-left: 10px;
	font-size: 12px !important;
	font-weight: bold !important;
	padding: 2px 10px;
	cursor: pointer;
	text-decoration: none;
}

.logoff:hover
{
	background: #68A199 url('images/ui-bg_highlight-soft_75_68a199_1x100.png') 50% 50% repeat-x;
	border: 1px solid #3D919E;
}

.submenu
{
	position: absolute;
	visibility: hidden;
	font-size: 12px;
}

.submenu li a {
	display: block;
	height: 25px;
	padding: 0 15px;
	text-decoration: none;
	line-height: 25px;
	color: #222 !important;
	white-space: nowrap;
}

.submenu li a:hover
{
	background: #68A199 url('images/ui-bg_highlight-soft_75_68a199_1x100.png') 50% 50% repeat-x;
	border: 1px solid #3D919E;
	color: #FFF;
}

.button
{
	text-decoration: none;
	padding: 5px 10px;
    -moz-box-shadow: -1px 1px 5px #666;
	-webkit-box-shadow: -1px 1px 5px #666;
	box-shadow: -1px 1px 5px #666;
	display: inline-block;
	margin: 5px 0;
	cursor: pointer;
	border: 1px solid #2a636c !important;
}

#CommandButtons .button
{
	margin-right: 5px;
}

.view-name
{
	display: block;
	color: #7ba425;
	font-size: 2em;
    text-transform: uppercase;	
	text-shadow: 0 0 1px #7ba425;

}

.request-note
{
	background: #dde9c4;
	border: 1px solid #7BA425;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.error-message
{
	color:#B00;
	font-weight: bold;
}

.documentText
{
    border: 1px solid #7F87B6;
    min-height:500px;
}

/*********************/
/* UI-NOTIFY */
/*********************/
.ui-notify { width:350px; position:fixed; top:60px; right:10px; z-index:999; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }

#page-window
{
	overflow:hidden;
	width:100%;
}

#page-container
{
	width: 3200px;
	min-width: 3200px;
	max-width: 3200px;
	position: relative;
	top:0;
	left:0;
	padding:15px 20px;
}	


.page
{
	width: 1600px;
	min-width: 1600px;
	max-width: 1600px;
	float: left;
}

ul
{
	list-style: none;
}

li
{
	margin: 0;
	
	
	
}

.requester-name
{
	font-size: 1.8em;
	width: 450px;
	padding: 2px 5px;
}

#RequesterDetail input[type="text"]
{
	width:200px;
}

#RequesterDetail select
{
	width:205px;
}

#RequestsByRequesterDetail label
{
	font-weight: bold;
}

#Domain select
{
	width:370px;
}

#RequestData select
{
	width: 300px;
}

.search-field
{
	font-size: 1.2em;
	border: 1px solid #93BB46;
	padding: 2px 5px;
	width: 100px;
	text-align: center;
}

.request-view-column
{
	width: 380px;
	float: left;
	margin-right: 20px;
}
.request-view-column-autowidth
{
	float: left;
	margin-right: 20px;
}


.request-view-column label
{
	font-weight: bold;
}

.title-bar
{
	padding: 5px 10px;
}

.content-wrapper
{
	padding: 5px 10px;
	margin-bottom: 15px;
}

.popup-content
{
	font-size: 0.9em;
}






.request-view-timeline
{
	width: 140px;
	float: left;
	margin-right: 20px;
}

.track
{
	font-size:0.9em;
	position: relative;
	padding: 10px;
	text-align: center;
}

.track:hover
{
	font-weight:normal !important;
	background: #E0E0E0;
}


.track-detail
{
	position:absolute;
	margin:10px -290px 0;
	font-size:0.9em;
	border: 4px solid #C0C9C4;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	border-radius:8px;
	background: #E0E0E0;
	width: 250px;
	-moz-box-shadow: -5px 5px 10px #666;
	-webkit-box-shadow: -5px 5px 10px #666;
	box-shadow: -5px 5px 10px #666;
	padding: 5px 10px;
	display:none;
}

.track-detail:after {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-left: 20px solid #C0C9C4;
   border-bottom: 13px solid transparent;
   margin: 0;
   right: -20px;
   top: 20px;
}


.track:after {
   content:"";
   position: absolute;
   width: 0; 
   height: 0; 
   border-left: 40px solid transparent; 
   border-right: 40px solid transparent; 
   border-top: 20px solid #3D919E;
   left:30px;
   bottom:0;
   margin-bottom:-20px;
   z-index: 99;
}

.track p span
{
	font-size: 1.1em !important;
	font-weight: bold;
}

.track span
{
	font-size: 0.9em !important;
}

.attachment
{
	float:left; 
	width:80px;
	margin-right:9px;
	text-align:center;
	word-wrap:break-word;
	overflow:hidden;
}

.attachment:hover
{
	background:#E5E5E5;
}

ul.icons
{
	margin-bottom:0;
}

ul.icons li 
{
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

ul.icons span.ui-icon 
{
	float: left;
	margin: 0 4px;
}

.note
{
	background: #E5E5E5;
	border: 1px solid #CCC;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
}

.qq-upload-button
{
	background: #68A199 url('images/ui-bg_highlight-soft_75_68a199_1x100.png') 50% 50% repeat-x !important;
	border: 1px solid #3D919E !important;
	color: #000 !important;
	padding: 5px 10px !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.qq-upload-drop-area
{
	background: #68A199 url('images/ui-bg_highlight-soft_75_68a199_1x100.png') 50% 50% repeat-x !important;
	border: 1px solid #3D919E !important;
	color: #000 !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.block-ui
{
	position:fixed;
	top:0;
	left:0;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	width:100%;
	z-index: 999999;
	background: gray;
	display: none;
	opacity: 0.4;
}

.loading-box
{
	background: #FFF;
	font-size: 1.2em;
	color:#F29E18 !important;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
	color: #7E86B4;
	width: 300px;
	text-align:center;
	position: fixed;
	top:15px;
	left: 37%;
	-moz-box-shadow: -2px 2px 5px #666;
	-webkit-box-shadow: -2px 2px 5px #666;
	box-shadow: -2px 2px 5px #555 ;
	display: none;
}


#CommandButtons li
{
	padding:7px 3px !important;
	margin-right: 7px;
	margin-top: 7px;
	border: 1px solid #2A636C;
}

.qualify
{
    width:35px;
    height:35px;
    background: url('Images/Estrella_Unselected.png') no-repeat;
    float:left;
    cursor:pointer;
    margin-right:5px;
}

.qualify_selected
{
    width:35px;
    height:35px;
    background: url('Images/Estrella.png') no-repeat;
    float:left;
    cursor:pointer;
    margin-right:5px;
}
.criteriaNames
{
    float:left;
    font-weight: bold;
    margin-right:15px;
}

#tblQualify
{
    margin:0 auto; 
    margin-top:10px;
}

#tblQualify tr
{
    height:50px;
    vertical-align:middle;
    margin:0 auto;
}

.help-icon
{
    width:75px;
    height:75px;
    background: url(images/help.png);
}

#help-online
{
    display:none;
}

.slide
{
    width:50px;
    height:25px; 
    background-color:#999;
    margin:0 auto;
    border-top:1px solid #CCC;
}

.slideArrow
{
    margin: 0 auto;
}

.slideContent 
{
    background-color:#999;
    height:0px;
    z-index:9999;
    top:0;
    left:0;
    width:650px;
    margin-left:40px;
}

.slideContent ul
{
    width:100%;
    margin: 0 auto;
    display:none;
}

.childrensContainer div,
.addOptions
{
    margin-left:13px;
    border: 1px solid #EEE;
    background-color: #AAA;
    width:95%;    
    
}

#searchHelp
{
    float:right;
    margin-right:100px;
}

.help-list li
{
    background-color: #AAA;
    height:40px;
    margin-top:10px;
    vertical-align:middle;    
    width:600px;
    border: 1px solid #EEE;
    
}
.help-list > li >  ul
{
    margin-top:10px !important;
    margin-left:25px !important;
}
.help-list a, .help-slide-item
{
    text-decoration:none;
    vertical-align:middle;
    color: Black;
    font-weight:bold;
}

.help-slide-item
{
    margin-left:10px;
}

.noMediaContent
{
    width:100%;
    text-align:center;
    margin-top:250px;
}

.changedText
{
    color: Red;
    font-weight:bold;
}

h1
{
    color: #4C5693;
}

h2
{
    color: #FF9900;
    text-align:right;
}

label
{
    color: #4C5693;
    font-weight: bold;
    font-size:15px;
}

#action
{
    display: none;
    width:90%;
    margin-left:20px;
    padding: 20px;
}

.text-error
{
    display:none;
    font-weight:bold;
}

/*Estilo Buscador Grilla*/
#fbox_grid
{
    font-size:12px;
    width:100%;
}

#fbox_grid table
{
    float:right;
}


#fbox_grid select, #fbox_grid input[type=text]
{
    width: 120px;
}

#fbox_grid input[type=text]
{
    margin-top:-8px;
}

#fbox_grid thead
{
    display:none;
}

#fbox_grid tbody div
{
    display:none;
}


form
{
    padding-top:20px;
}

.header
{
    border: 1px solid #DDD;
    padding:20px;
    background-color:White;
    margin-bottom:30px;
    
}

#index
{
    width:90%;
    text-align:center;
}

.grid-content
{
    width:90%; 
    margin:0 auto;
}

.abmlContent
{
    border: 1px solid #DDD;
    padding: 20px 0px;
    
}

.btn-group
{
    
}

.commonText
{
    color:#FF9900;
}

.thead
{
    background-color: #EEE;
    color: #4C5693;
    font-weight:bol;
}

.tbody
{
    color: #FF9900;
    font-weight:bold;
}

table
{
    font-size:12px;
}

#EmployeeSelectorContainer
{
    width:220px;
    float:left;
    text-align:center;
    overflow:visible;
}

.Bold
{
    font-weight:bold;
    font-size:14px;
}

.own
{
    font-weight: bold;
    text-align: left;
    margin-left:10px;
    font-size:14px;
}
.area-mini
{
   width:75%;
   font-size:11px;
   height:20px;
   position:relative;
}

.tbody div input
{
    font-size:11px;
}

.row-fluid div select
{
   width:90%;
}

#pager
{
    height:30px;
}

#pager input[type=text]
{
    height:20px;
    width:30px;
}
#pager select 
{
    height: 30px;
    width:70px;
}
#pager_center
{
    width:500px !important;
}

.collaboratorDiv
{
    margin-left:30px;
}

input[type=text], textarea, select 
{
    background-color: White;
}

#containerMain
{
  float:left;
  margin-left:50px;
  width:750px;    
  display:none;
    
}

#employeeList
{
   height:500px;
}

.droppable
         {
             list-style: none;
             height: 150px;
             overflow-x: hidden;
             overflow-y: visible;
             font-size:small;
         }
.leftSide {
    margin-right:10px;
         }
         
/*submenu diagramas*/         



.sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	
	position: absolute;
    left: 130px;
    top: 0px;
	}

.sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

.sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 15px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

.sddm li a:hover
{	background: #49A3FF}

.sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	.sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	.sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		
/*fin submenu*/

.login-container {
    border: 1px solid #4A89DC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 320px;
    /*height:380px;
    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    margin-top:10%;
}
.form-signin .input-group-addon {
    background-color: #f29e18 !important;
}
.form-signin input {
    /*border: 1px solid #4FC1E9;
    height: 41px;
    border-radius: 3px;
    margin-bottom: 10px;    
     */font-size: 13px;
}

.addUsers
{
    color: Green;
    font-weight:bold;
}

.removeUsers
{
    color:Red;
    text-decoration:line-through;
}

.ViewUsers
{
    overflow-y:auto;
    overflow-x:hidden;
    max-height:500px;
    /*max-width: 300px;*/
}

.isRead
{
    font-style: oblique;
}

.btn-slide
{
    float:left;
    margin-left:-15px;
}

.btn-slide-y {
    margin-left:49%;
}
.bubble {
	background-color:#7F87B6;
	
	padding: 4px;
	margin-top:-20px;
	border-radius:400px;
}
.bubble a
{
    color:White;
    cursor: pointer;
}

/*griilla*/
#contentGrid row {
	background-color: #888;
	color:#7F87B6;
}


.ui-jqgrid {
    margin: 0 auto;
}

.form-actions {
	margin-top:20px;
}

.btn-group {
    margin-top:20px !important;
}

.control-label {
    font-size:16px;
}

.form-control {
	font-weight: bold;
	font-size: 16px;
}

/*otro*/
.user-info span {
    margin-left:20px;
}

/* Notify 2.0*/
#Notify 
{
	display:none;
	background: white;
	position:absolute;
	top:-1px;
	right:20px;   
	padding: 0px 10px 10px 10px;     
	height: auto;
    font-style: italic; 	
    position: fixed;
}

#Notify #title-container {
	    background: #EEE;
	    text-transform: uppercase;
	    padding-top: 5px;
	    margin:0 -10px;
}

#Notify #Title 
{
    margin-bottom: 3px;
}
.error-notify {
	background-color: #fdf7f7;
    border-color: #d9534f;
	border-bottom: 5px solid #d9534f;
}

.error-notify  #Title{
    color: #d9534f;
}

.default-notify {
	background-color: #fcf8f2;
    border-color: #f0ad4e;
    border-bottom: 5px solid #f0ad4e;
}

.default-notify #Title {
    color: #f0ad4e;
}

.info-notify {
	background-color: #f4f8fa;
    border-color: #5bc0de;
    border-bottom: 5px solid #5bc0de;
}
.info-notify #Title
{
	color: #428bca;
}
#Notify #Title {
	font-weight: bold;
	font-size: 16px;
}

#Notify #notify-body
{
    font-size:14px;
    overflow: auto;
    min-height: 70px;
}   
    
#Notify #notify-body div
{
    margin-top:10px;
}

#Notify #notify-body #notify-ico
{
    padding-top:5%;
    text-align: center;
}

ins {
    background-color: #c6ffcf !important;
    text-decoration: none !important;
}

del {
    background-color: #ffc6c6 !important;
}


.SpanTitle
{
    color: #505990;
    font-weight: bold;
    font-size: x-large;
}

.TextAsign
{
    font-size: larger;
    font-weight: bold;
    color: #505990;
    margin-left: 15px;
}
    
.buttonComboAutocomplete
{
    height: 28px;
    top: 7px;
}
    
.buttonAdd
{
    color: #fff;
    background-color: Black;
    border: none;
    height: 28px;
    width: 28px;
    text-align: center;
}

.TextAsignInfo
{
    font-size: small;
    font-weight: bold;
    color: #A1A7C1;
}

.buttonDelete
{
    width: 50px;
    height: 20px;
    font-size: x-small;
}

.labelWidth
{
    width: 200px;
}

.classButton
{
    background-color: black !important;
    color: white !important;
    border: none;
    font-weight: bold !important;
}


.under-title
{
    padding-top: 80px;
}

.message-Notify
{
       z-index: 3000;
}

.scrollable
{
    overflow:scroll;
    height:150px;
}

.content-document
{
    
    margin: 0 auto;
    background-color: White;
    border: 1px solid black;
    padding:50px;
    margin-top:30px;
}

.chart-demo .window
{
    height:auto !important;
    z-index: 2000 !important;
}

.ui-state-highlight
{
 background-color: #666 !important;
 background-image:none !important;
 color:White !important;
}
.ui-state-highlight td
{
 font-weight:bold !important;
}
.btn-violet
{
    background-color: #6069A0;
    color:White;
    
}
.main-buttons
{
    position:fixed;
    top:0;
    left:0;
    background-color: #262626;
    height:100%;
    width: 5%;   
}
.main-buttons > div
{
    height:10%;
    border-bottom: 1px solid #222;
    border-left: 3px solid #262626;
    text-align:center;
    color:White;
    font-size: 8px;
    cursor:default;
    opacity:0.5;
}

.main-buttons-enabled
{
    opacity:1 !important;
    cursor: pointer !important;
}

.main-buttons-enabled a
{
    opacity:1 !important;
    cursor: pointer !important;
}


.main-buttons a
{
    color:White !important;
    cursor:default;
}
.main-buttons-enabled:hover
{
    border-left: 3px solid #F29E18;
}
.main-buttons-selected
{
        border-left: 3px solid #F29E18 !important;
}
.main-buttons div img
{
    height:33%;
    margin-top:10px;
    margin-bottom:10px;
}
#logo img
{
    margin-left:30px;
    width:60%;
}
#footer
{
    background-color: #F1F1F1 !important;
    height:50px;
    border-top:1px solid #DDD;
    position:fixed;
    bottom:0;
    width:100%;
    
    
}

#footer > div
{
    height:50px;
}

.btn-orange
{
    color:#f29e18; 
}
.session-info
{
    background-color:White;
    margin-top:16px;
    border:1px solid #DDD;
    font-size:small;
    padding:3px;
}
.aux-ico
{
    height:10px;
    width:10px;
    color:White;
    background-color: #F29E18;
    border-radius:10px;
    float:left;
    font-size:9px;
    padding-left:3px;
    margin-top:3px; 
    margin-left:-20px;
    margin-right:10px;
}
.rounded-img
{
    border:1px solid #DDD;
    background-color:White;
    border-radius: 50px;
    height:60px;
    width:60px;
    position:relative;
    margin-left:-20px;
    overflow:hidden;
}

.rounded-img-search
{
    border:1px solid #DDD;
    background-color:White;
    border-radius: 50px;
    height:40px !important;
    width:40px;
    position:relative;
    margin-left:-40px;
    text-align:center;
    vertical-align:middle;
    color: #DDD;
    font-size:18px;
    background-color: transparent;
    
}

.rounded-img-search > i {
    position:relative;
    top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}

.rounded-img img
{
    margin:0 auto;
    position:absolute;
    top: 50%;
    left:50%;
    margin-right:-50%;
    transform:translate(-50%,-50%);
}
#title-bar
{
    border-bottom: 1px solid #DDD;
    background-color: #f1f1f1;
}
.search-input
{
    background-color:transparent !important;
    width:95% !important;
    position:absolute;
    height:20px !important;
    top:50%;
    transform:translateY(-50%);
    border-radius:0px !important;
    border-left:0px !important;
}
form input[type=text], form select
{
     border-left: 4px solid #F29E18 !important;    
}
#position-bar
{
   margin-left:0px;
}
.position-item-selected
{
    height:50px;
    background-color:White;
    color:Black;
    border-left:1px solid #DDD;
}
.position-item
{
    height:50px;
    background-color:#EFEFEF;
    color:Black;
    border-left:1px solid #DDD;
}
.position-search, .position-search div
{
    height:50px;
    
}
.position-search
{
    border-bottom:1px solid #DDD;
}
.center-item
{
    position:relative;
    
}
.center-item div
{
    position:absolute; 
    top:50%;
    transform:translateY(-50%);
}
input:ms-input-placeholder
{
    color:Black;
    font-weight:bold;
}

.ico-title
{
    height:25px;
    margin-right:10px;
}
.fileinput-button
{
    background-color: White !important;
    border: 3px solid #f29e18 !important;
    text-align:center;
    color:#f29e18 !important;
}

.fileinput-button img
{
    margin:0 auto;
}
.progress 
{
    display:none;
}

.end-rec
{
    margin-top:5px !important;
    margin-right:50px !important;
    float:right !important;
    background-color: #f29e18 !important;
    border:1px solid black !important;
    color:White !important;
    padding:3px !important; 
}
.end-rec:hover
{
    color:Black !important;
    background-color: #FFF !important;
    border:1px solid black !important;
}
.container-side
{
    background-color: #F1F1F1;
    border-radius: 5px;
    border-top: 4px solid #f29e18;
    margin-bottom:20px;
}
.container-side h3
{
    font-size:medium;
    color:#f29e18;
}
#documentNumber
{
    font-size:large;
    color:#F29e18;
}
#wysiwyg-row
{
    margin:20px;
}
.count-container
{
    background-color:#f29e18;
    margin-left:140px;
    padding:5px;
    border-radius: 15px;
    height:20px;
    width:20px;
    text-align:center;
}
.count-container div
{
    width:14px;
}
#pendingCount-container div
{
    width:14px;
}
.count
{
    color:White;
    font-weight:bold;
    font-size:small;
    
}
#pendingCount
{
    color:White;
    font-weight:bold;
    font-size:small;
    
}
.not-full
{
    display:inline !important;
    width: auto !important;
}

#stateAdd, #userAdd
{
    /*height: 250px;*/
    overflow-y:hidden;
    
}
#stateAdd p, #userAdd p
{
    margin-bottom:5px;
    margin-top:5px;
    text-align:center;
    
}
#stateAdd p label, #userAdd p label
{
    color:#333; 
}
#options-view
{
    position:fixed;
    right:10px;
    top:45%;
}
.rowprimary
{
    margin-top:10px;
    background-color:#888 !important;
}
.downloadLink 
{
    margin-top: -10px;
}
.previous, .next
{
    color: #f29e18;
}
.ui-state-active
{
    background-color: #f29e18 !important;
    border:none !important;
}

.added
{
    color:#333;
}
.card {
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 1em;
    /*position:relative;*/
    /*height:470px;*/
    position:fixed;
    top:0;
    left:0;
    background-color: #262626;
    height:100%;
    width: 5%;      
}

.card.rotated .card-back {
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    height: 100%;
}
.card.rotated .card-front {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

}
.card .card-front, .card .card-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    width: 100%
    }
.card .card-front {
    z-index: 2;
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    max-height:100%; 
}
.card .card-back {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    color: #fff;
    max-height:100%; 
    
}
.form-group
{
    margin-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
    margin-top:5px;    
}

.subtitle
{
    text-align: center;
    background-color:#f29e18;
    color:White;
}

.checkboxSug1 input
{
    width: 70%;
    height: 30px; 
}

.checkboxSug1 label
{
    font-size: x-large;
}

.checkboxSug1 div
{
    text-align: right;
}