/*---------------general-----------------------------------------------*/
* {
    font-family: Verdana;
}

/*chrome input orange border*/
textarea:focus, input:focus {
    outline: none;
}

body {
    /*background-color: black;
    TESTESTIL
    background-image: url("../img/back1.jpg");
    background-color: #3a3a3a;
    */
    
    /*
    background-color: #3A393A;
    background-image: url("../img/back4.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    */
    
    background-color: #353535;
    background-image: url("../img/back4.jpg");
    background-repeat: no-repeat;    
}

.barraMenu {
    /*TESTESTIL*/
    /*height: 80px;
    width: 100%;
    background-image: url('../img/ucMenu2.png');
    */
    
    background-image: url("../img/win/cw.png");
    border-bottom: 3px solid #FF5501;
    box-shadow: 0 0 5px black;
    height: 65px;
    margin-bottom: 35px;
    width: 100%;    
}

.winUC {
    /*TESTESTIL
	background-image:url('../img/win/ucw.png'); 
	background-repeat: repeat-x; 
    	font-family: Verdana;
        font-size: 11pt;
        margin: 0;
        padding: 10px 0 0;
        vertical-align: top; 
        border-bottom: 1px solid #959595;
    */
    background-image: url("../img/win/ucw.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #FF5501;
    font-family: Verdana;
    font-size: 11pt;
    margin: 0;
    padding: 10px 0 0;
    vertical-align: top;    
}

.window {
    /*
    TESTESTIL
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 8px white;
    margin: 0 0 15px;    
    */
    border: 1px solid gray;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px grey;
    margin: 0 0 15px;
    /*border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px white;
    margin: 0 0 15px;  */  
}

.tmplwindowTitle {   
    /*TESTESTIL*/
    color: #002D56;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;    
}

.tmplwindowTitle a {   
    /*TESTESTIL*/
    color: #002D56;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;    
}



input[type=text] {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #EEEEEE 1%, #FFFFFF 15%);
    border: 1px solid #8f8f8f;    
}

input[type=password] {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #EEEEEE 1%, #FFFFFF 15%);
    border: 1px solid #8f8f8f;    
}

input.medium {
    width: 160px;
}

input.long {
    width: 230px;
}

input.long2 {
    width: 560px;
}

.wmedium {
    width: 160px;
}

.wmedium2 {
    width: 150px;
}

textarea {
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #EEEEEE 1%, #FFFFFF 15%);
    border: 1px solid #8F8F8F;    
}

.ppartida {
    width: 49%;
    float: left;
    font-size: 11px;
}

.extrainfo {
    color: #969696;
    font-size: 9px;
}

.clean {
    clear: both;
}

.separador {
    border-top: 1px solid #8f8f8f;
    height: 1px;
    width: 100%;
}

.separador2 {
    border-top: 1px solid #8f8f8f;
    height: 1px;
    width: 100%;
}

.button {
    cursor: pointer;
    color: black;
    text-decoration: none;    
}

.button2 {
    cursor: pointer;
    color: black;
    text-decoration: none;
    opacity: 0.5;
}

.button2:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
    opacity: 1;
}

.inlineIcon {
    vertical-align: top;
}

.hiddenfield
{
    display: none;
}

.unselected {
    opacity: 0.6;
}


/*---------------sections----------------------------------------------*/

.main {
    width: 1024px;
    height: 1000px;
    text-align: left;
}

.mainContent {
    width: 690px; 
    float: left; 
    margin: 0px 13px;    
}

.mainControl {
    width: 275px; 
    float: left;
}


/*---------------window component----------------------------------------------*/
.winUL {
	background-image:url('../img/win/ulw.png'); 
	background-repeat: no-repeat; 
	width: 14px; 
	height: 29px;
}

.winUR {
	background-image:url('../img/win/urw.png'); 
	background-repeat: no-repeat;  
	width: 14px;
}
.winLC {
	background-image:url('../img/win/lcw.png'); 
	background-repeat: repeat-y;  
	width: 14px;
}
.winRC {
	background-image:url('../img/win/rcw.png'); 
	background-repeat: repeat-y;  
	width: 14px;
}
.winDL {
	background-image:url('../img/win/dlw.png'); 
	background-repeat: no-repeat;  
	width: 14px; 
	height:29px;
}
.winDC {
	background-image:url('../img/win/dcw.png'); 
	background-repeat: repeat-x;
}
.winDR {
	background-image:url('../img/win/drw.png'); 
	background-repeat: no-repeat;  
	width: 14px; 
	height: 30px
}
.winCON {
	width: 100%; 
	height: 100%; 
	border-collapse: collapse;
}


.tmplwindowButtons {
    float: right;
    height: 10px;
    position: relative;
    top: -5px;
}
.tmplwindowContent {
	background-image:url('../img/win/cw.png'); 
	background-repeat: repeat;
}

/*---------------Grid component--------------------------------------*/
div.jgridsimple2 {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.jgridsimple2 table {
    width: 435px;
    font-family: Arial;
    font-size: 9pt;
}

.jgridsimple2 td {
    background-color: white;
    border: 1px solid #C5DCEC;
    height: 17px;
    padding: 3px 4px;
    font-size: 11px;
    vertical-align: middle;
}

div.jgridsimple {
    height: 190px;
    overflow: auto;    
}

.jgridsimple table {
    width: 640px;
    font-family: Arial;
    font-size: 9pt;
}

.jgridsimple td {
    background-color: white;
    border: 1px solid #C5DCEC;
    height: 17px;
    padding-left: 4px;
    padding-right: 4px;
}

.jgridsimple th,
.jgridsimpleHeader {
    background-color: #C5DCEC;
    border: 1px solid #C5DCEC;
    font-weight: normal;
    height: 15px;
    padding-left: 4px;
    
    /*
    background: url("../img/cmp/tblTitle.gif") repeat-x scroll left bottom #FFFFFF;
    text-align: center;    
    height: 15px;*/    
}

.jgridsimpleTitle {
    display:inline-block; 
    width: 520px;
}

.google-visualization-table-table tr td:first-child {
    text-align: left;
}


.google-visualization-table-table tr td {
    text-align: right;
}

.google-visualization-table-sortind {
    color: #CCC;
    font-size: 9px;
    padding-left: 6px;
    display: none;
}

.btnDelGrid {
    cursor: pointer;
}

div.tgriddef {
    max-height: 185px;
    overflow-x: hidden;
    overflow-y: auto;   
}

.tgriddef table {
    font-family: Arial;
    font-size: 9pt;
    width: 100%;    
}

.tgriddef td {
    background-color: white;
    border: 1px solid #C5DCEC;
    padding: 4px;
    vertical-align: middle;
}


/*---------------DropDown Component-------------------------------*/
.dropDownWin {
    background-image: url("../img/win/cw.png");
    background-repeat: repeat;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 2px 12px -4px black;
    position: absolute;
    z-index: 40;
}

.dropDownBtn {
    position: relative;
    z-index: 25;
}

.dropDownBtnBack {
    background-image: url("../img/win/cw.png");
    border: 1px solid white;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 8px black;
    position: absolute;
    width: 26px;
    height: 23px;
    z-index: 4;
}

.dropDownWinContent {
    font-family: Verdana;
    font-size: 11px;
    padding: 12px;
    min-width: 100px;
}


/*---------------ComboEdit component---------------------------------*/

.comboEdit {
    border: 1px solid #8F8F8F;
    font-family: Verdana;
    font-size: 11px;
    padding: 3px 0;   
}

/*Generics*/
.dataForm {
    font-size: 10pt;    
}

.dataForm td {
    padding: 5px 15px;
}

.dataForm td.buttons {
    text-align: left;
    padding-left: 0px;
    padding-top: 8px;
}

.date {
    font-family: arial;
    font-size: 9px;
    font-style: italic;
    font-weight: bold;
}

.textSep {
    font-family: arial;
    font-size: 9px;
    font-style: italic;
    font-weight: bold;    
}

.title {
    font-size: 9px;
}

.title1 {
    font-size: 11px;
    font-family: verdana;
}

.title2 {
    font-size: 12px;    
}

.title3 {
    color: #002D56;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.title4 {
    color: #002D56;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 20px;  
}

.title5 {
    border-bottom: 1px solid #FF5501;
    color: #002D56;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 3px;   
}

.title6 {
    font-size: 12px;
    margin: 10px 0 6px;
}

.title7 {
    font-size: 12px;
    font-family: verdana;
}

.title8 {
    font-size: 10px;
    font-family: Arial;
}

.title9 {
    font-size: 11px;
    font-family: Arial;
}

.title10 {
    font-size: 12px;
}

.title11 {
    color: #002D56;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 30px;
}

.title12 {
    color: #002D56;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.title13 {
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.sepSpace {
    margin-top: 20px;    
}

.error1 {
    color: red;
}

#sendTask {
    padding-top: 20px;    
}

#contTasklistItems {
    margin-top: 8px;
}

.btnDeleteTask {
    float: right;
    margin-left: 2px;
    margin-top: 4px; 
}

.taskItem {
    position: relative;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 245px;
}

.taskItem2 {
    
}

#contTaskItems {
    font-size: 10px;
}

.litem {
    margin: 5px 0;
    min-height: 20px;
    position: relative;    
}

.litemControl {
    float: right;
    margin-left: 2px;
    margin-top: 4px; 
}

.litem a {
    color: black;
    font-size: 10pt;
    text-decoration: none;    
}

.subtext {
    color: gray;
}

.mLogo {
    float: left;
    font-family: Trebuchet MS,Liberation Sans-serif;
    font-size: 30px;
    font-weight: bold;
	padding-top: 8px;
    text-shadow: 1px 1px lightgrey;
    /*width: 100px;*/
    width:180px;
}

.mLogo img {
    max-height: 53px;
    width: auto;
    margin: auto;
    max-width: 180px;
    display: block;
}

.mItem {
    color: #002D56;
    float: right;
    line-height: 55px;
    margin-right: 50px;
    margin-top: 10px;
    padding: 0 20px;
}

.mItem:hover {
    /*background: url("../img/backMenu.png") repeat-x scroll center bottom transparent;*/
    color: #002D56;
    float: right;
    line-height: 55px;
    margin-right: 50px;
    margin-top: 10px;
    padding: 0 20px;
}

.mItem a {
    color: #002D56;
    font-family: trebuchet ms;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.6;
    text-decoration: none;
}

.mItem:hover a {
    color: #002D56;
    font-family: trebuchet ms;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 3px grey;
    text-decoration: none;
    opacity: 1;
}

.footer {
    color: gray;
    font-size: 9px;
    margin-bottom: 20px;
    margin-left: 285px;
    margin-top: 20px;    
}

.footer a {
    color: gray;
}

.confirmControls {
    bottom: 25px;
    position: absolute;
    right: 25px;    
}
.confirmButtons {
    min-width: 75px;
    cursor: pointer;
}

#winContentIlinks {
    min-height: 75px;
}

#contIlinkItems {
    min-height: 55px;    
}


/*jQuery css framework customization*/
.ui-combobox {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.ui-combobox .ui-button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0;
        border: 1px solid #8F8F8F;
        /* adjust styles for IE 6/7 */
        *height: 1.7em;
        *top: 0.1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .ui-combobox .ui-button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -3px;
        padding: 0;
        height: 19px;
        margin-top: 2px;
        border: 1px solid #8F8F8F;
        color: black;
    }

}

.ui-autocomplete-input {
        margin: 0;
}


.ui-menu .ui-menu-item a {
    display: block;
    font-family: verdana;
    font-size: 10px;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

.ui-autocomplete {
    border-radius: 0 0 6px 6px;
    font-family: Verdana;
    font-size: 10pt;
    max-height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-bl {
    border-bottom-left-radius: 0;
}


.ui-datepicker-header {
    background: none;
    border: none;
}

.ui-datepicker-prev .ui-icon {
    background-image: url("../css/custom-theme/images/ui-icons_222222_256x240.png");
}

.ui-datepicker-next .ui-icon {
    background-image: url("../css/custom-theme/images/ui-icons_222222_256x240.png");
}

.ui-state-default {
    color: #3B5998;    
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #333;
}


.calBackstyle .ui-datepicker {
    background: none;
    border: 0;
}

.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}

.ui-dialog-content {
    background: url("../img/win/cw.png") repeat scroll 0 0 transparent;
}


.btnNormal,.btnNormalSecondary {
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF 5%), to(#EBEBEB 100%));
    background: -webkit-linear-gradient(#FFFFFF 5%, #EBEBEB 100%);
    background: -o-linear-gradient(#FFFFFF 5%, #EBEBEB 100%);
    background: -ms-linear-gradient(#FFFFFF 5%, #EBEBEB 100%);
    background: linear-gradient(#FFFFFF 5%, #EBEBEB 100%);
    background: -moz-linear-gradient(center top , #FFFFFF 5%, #EBEBEB 100%) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8F8F8F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px 0 #FFFFFF inset;
    color: black;
    display: inline-block;
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    padding: 5px 11px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #C7C7C7;
    cursor: pointer;
    /*No selectable*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    
}

.btnNormal:active,.btnNormalSecondary:active {
    position:relative;
    top:1px;
    left:1px;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #ebebeb 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff');
    background-color:#ebebeb;	
    cursor: pointer;       
    /*No selectable*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.btnNormal[disabled=disabled]:active,.btnNormalSecondary[disabled=disabled]:active {
    background: -moz-linear-gradient(center top , #FFFFFF 5%, #EBEBEB 100%) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8F8F8F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px 0 #FFFFFF inset;
    color: black;
    display: inline-block;
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    padding: 5px 11px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #C7C7C7;
    cursor: auto;
    top: auto;
    left: auto;
    /*No selectable*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.btnNormal[disabled=disabled],.btnNormalSecondary[disabled=disabled] {
    background: -moz-linear-gradient(center top , #FFFFFF 5%, #EBEBEB 100%) repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8F8F8F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px 0 #FFFFFF inset;
    color: black;
    display: inline-block;
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    padding: 5px 11px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #C7C7C7;
    cursor: auto;
    opacity: 0.5;
    /*No selectable*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.btnNormalSecondary {
    margin-bottom: 4px;
    margin-top: 4px;
    border: 1px solid lightgray;
    padding: 4px 11px;
}
.btnMid {
    vertical-align: middle;
}

.btnTop2 {
    vertical-align: top;
    margin-top: 2px;    
}

.thin {
    padding: 3px 11px;
}

.spaceSect {
    margin: 8px 0;    
}

.spaceSect2 {
    margin: 15px 0 8px;    
}

.posRight {
    float: right;
}

.posLeft {
    float: left;
}



.selectTitle {
    margin-bottom: 10px;
}

.selectTitle .select2-container .select2-choice {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    filter: none;
    outline: none;
}
.selectTitle .select2-container .select2-choice div {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    filter: none;
}

.select2-drop {
    background-image: url("../img/win/cw.png");
    border: medium none;
    filter: none;
}

.selectTitle span {
    border-bottom: 1px solid #FF5501;
    color: #002D56;
    font-size: 14px;
}

.select2-results {
    font-family: verdana;
    font-size: 11px;    
}

.selectTitle .select2-container {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 4px 0 0;
    position: relative;
}

.sectionHor {
    float: left;
    margin: 0 30px 0 0;
}

.sectionHor2 {
    float: left;
    margin: 0 10px 0 0;    
}

.sectionHor3 {
    float: right;
    margin: 0 10px 0 0;
}

.sectionVer {
    margin-top: 5px;
    width: 100%;    
}

.sectionVer2 {
    margin-top: 20px;
    width: 100%;
}

.sectionVer3 {
    margin-left: 25px;
    margin-top: 10px;
}

.sectionVer4 {
    margin-left: 25px;
    margin-top: 10px;
    background-color: #F1F1F1;
    height: 16px;
    padding-top: 4px;
    border-radius: 2px;
    border: 1px solid #ABABAC;
}

.sectionVer5 {
    margin-left: 25px;
    margin-top: 25px;
}

.sectionBox {
    background-color: white;
    border: 1px solid #ABABAC;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
    padding: 2px;
}

.sectionBox2 {
    background-color: white;
    border: 1px solid #ABABAC;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
    padding: 10px;
}

.sectionBoxRight {
    float: right;
    margin-right: 30px;
    margin-left: 15px;    
}

.sectionBoxRight2 {
    float: right;
    margin-right: 10px;
}

.btnSmileySel {
    bottom: 10px;
    position: absolute;
    right: 10px;    
}

.caldate {
    width: 85px;    
}

.statusNormal {
    color: grey;
    font-size: 12px;
    margin: 15px 0;
    text-align: center;
}

.ui-tabs {
    background-color: white;
    margin-top: 30px;
    border: 1px solid #ABABAC;
}

.ui-tabs.ui-widget-content {
    background: none;
    background-color: white;
}

.ui-tabs .ui-tabs-nav {
    background: none;
    border: none;
    position: absolute;
    margin-top: -32px;
    margin-left: -1px;
}
.ui-tabs .ui-tabs-panel {
    background: none;
}

.ui-tabs li.ui-tabs-selected {
    border: 1px solid #ABABAC;
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.ui-tabs .ui-tabs-selected a {
    color: black;
}

.ui-tabs .ui-state-default {
    opacity: 0.6;
}

.ui-tabs .ui-state-default a {
    color: black;
    font-size: 12px;
}

.ui-tabs .ui-state-hover {
    background: white;
    border: 1px solid #ABABAC;
    color: black;
}

.cmbStInforme {
    display: inline-block;
}

.cmbStInforme .select2-container {
    width: 300px;
}