﻿body {
    /*padding-top: 50px;*/
    /*background-color:#edecec;*/
    /*background-color:#fff;*/
    /*background-color:#F7FAFF;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;

    /*margin-top: 10px;*/
/*border: solid 1px #ccc;*/
/*border-radius: 5px;*/
    background-color:#fff;
    min-height:100%;
    /*box-shadow: 2px 2px 2px #9b9b9b;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

input {
    /*height:26px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ea1b17 ;
}

select.input-validation-error {
    border: 1px solid #ea1b17 ;
}

textarea.input-validation-error {
     border: 1px solid #ea1b17;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/**************Filter Panel*/

.filterPanel {
    width:100%;
    min-height:60px;
    /*border:1px solid Black;*/
    /*padding:3px;*/
    margin-bottom:10px;
    /*background-color:#f7f7f7;*/
}

.filterPanel div.filter {
    float:left;
   /*border-right:1px solid #e7e7e7;*/
   padding-right:14px;
    /*padding-left:7px;*/
    margin-right:10px;
}

.filterPanel div.boton {
    float:right;
    margin-top:11px;
   
}

.filterPanel input {
    /*margin-left: 4px;*/
}

.filterPanel label{
    color:#5e5e5e;
    font-size:12px;
       
  
}

.filterPanel select{
    /*height:26px;*/
  

}

.checkboxBox{
    border: 1px solid #A9A9A9;
    width: 30px;
    height: 26px;
    margin-right: -5px;
    background-color:#E5E5E5;
    margin-left: 5px;
    padding-left:4px;
}
/****************************/
.TituloRecuadro
{
     font-family: Microsoft New Tai Lue;
    color:#3276b1;
    text-align:left;

	font-size: 15px;
	border-bottom: 1px Solid #888888;
	margin-bottom:8px;
}


/*****************/
/*Dialogos*/    
    
.dialogInputForm div.title{
    font-family:Microsoft Tai Le;
    margin-bottom:15px;
    height: 32px;
    padding: 8px;  
    font-size:18px;
    border-bottom: 1px solid #d9e7f4;
    color:#555555;
}

.dialogInputForm div.line
{
    font-family:Microsoft Tai Le;
    margin-bottom:12px;
    height: 18px;
    padding: 8px;   
}

.dialogInputForm label
{
   font-size:14px;  
}

.dialogInputForm div.lineButtons
{ 
    border-top: 1px solid #c8c8c8;
    margin-top:40px;
    height: 18px;
    padding: 8px;  
}

.dialogInputForm div div
{
    margin: 0;
    padding: 0;
    float: left;
}

.dialogInputForm div div.first
{
    padding: 0;
    width: 25%;
    min-width: 125px;
    text-align:right;
    margin-right:14px;
   
}

.dialogInputForm div div.second
{
    padding: 0;
    width: 50%;
    min-width: 200px;
     font-size:12px;  
        font-family:Microsoft Tai Le;
}

.dialogInputForm div div.second input[type=text]
{
   
    width: 200px;
    
}


.lineButtons
{ 
    border-top: 1px solid #c8c8c8;
    margin-top:30px;
    height: 18px;
    padding: 8px;  
}

/*****************/


/** Botonera*****************************************/

.panelOpciones
{
    width:100%;
    border-bottom: 1px solid #d9e7f4;

        /*border: 1px solid #d9e7f4;*/

    margin-bottom: 10px;
    height:36px;
    /*margin-top:20px;*/
    /*background-color: #eeeeee;*/
    border-radius: 4px;
}

.panelOpciones div.header
{
     margin-top:10px;
    font-size:14px;
    margin-right:8px;
   float:left;
   margin-bottom:10px;
   color:#5e5e5e;
   font-weight:bold;
}

.panelOpciones div.items {
  
    float:left;
    margin-top:10px;

    }

.panelOpciones div.items a:hover {
  
    /*float:left;
    margin-top:10px;*/
     text-decoration: none;
     color:black;


    }


.panelOpciones div div.opcion {
    float:left;
    color:red;
     background-repeat: no-repeat;
      margin: 0px 5px 0px 5px;
      border-right: solid 1px #e7e7e7;
      

}


.panelOpciones div div.opcion:hover {

      
         /*border: 1px solid #d9e7f4;
      border-radius: 4px;*/
}

/***************************************************/

.alertRow{
    background-color:red;
    color:red;
}



/*Input Form***************************************************/

.title{
    font-family:Microsoft Tai Le;
    margin-bottom:15px;
    height: 32px;
    padding: 8px;  
    font-size:18px;
    border-bottom: 1px solid #d9e7f4;
    /*color:#555555;*/
    color:#428bca;
    font-weight:bold;
}

.InputForm div.line
{
    font-family:Microsoft Tai Le;
    margin-bottom:12px;
    height: 18px;
    padding: 8px;   
}

.InputForm label
{
   font-size:14px;  
}

.InputForm div.lineButtons
{ 
    border-top: 1px solid #c8c8c8;
    margin-top:40px;
    height: 18px;
    padding: 8px;  
}

.InputForm div div
{
    margin: 0;
    padding: 0;
    float: left;
}

.InputForm div div.first
{
    padding: 0;
    width: auto;
    min-width: 80px;
    text-align:left;
    margin-right:14px;
   
}

.InputForm div div.second
{
    padding: 0;
    width: 50%;
    min-width: 200px;
     font-size:12px;  
        font-family:Microsoft Tai Le;
}

.InputForm div div.second input[type=text]
{
   
    width: 200px;
    
}

/*********************************************/

.expand {
    height: 28px;
    width: 350px;
    padding: 3px;
}

/**********************************************/

.separador {
    border-bottom: solid 1px #d1d1d1; 
    margin: 10px 0px 10px 0px;
    width:100%;
}

.HM
{
    border-bottom: solid 1px #c1c1c1; 
    padding-bottom: 4px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    
}

.hmico
{
    /*border-bottom: solid 1px #808080;*/ 
    padding-bottom: 4px;
    padding-left: 35px;
    padding-top: 5px;
    font-size: 24px;
   margin-top: 20px;
margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight:bold;*/
    line-height: 1.1;
    background-image:url("/images/reclamos.png");
    background-repeat: no-repeat;
    min-height:30px;
    
}

.bs-callout-danger {

}

.bs-callout {
padding: 0px 0px 0px 25px;
margin: 0px 0 8px 0px;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}

.bs-callout-danger {
border-left-color: #d9534f;
}

.bs-callout-default {
border-left-color: #E1E1E1;
}


.bs-callout-success {
border-left-color: #30B959;
}

.noTitleStuff .ui-dialog-titlebar {display:none}

.ui-widget-overlay {
   background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
   opacity: .10;
   filter: Alpha(Opacity=10);
}


a.boxclose{
    float:right;
    margin-top:10px;
    margin-right:10px;
    cursor:pointer;
    color: #d9534f;
    /*border: 1px solid #AEAEAE;*/
    border-radius: 30px;
    /*background: #d9534f;*/
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

a.boxclose:before {
    content: "×";
}

a.boxclose:hover{
    
    color: BLACK;
 text-decoration: none;
  
  
}

.login
{

    /*border-bottom: solid 1px #808080;*/ 
    /*padding-bottom: 4px;
    padding-left: 35px;
    padding-top: 5px;*/
    font-size: 24px;
   /*margin-top: 20px;
margin-bottom: 10px;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight:bold;*/
    line-height: 1.1;
    /*background-image:url("/images/reclamos.png");*/
    background-repeat: no-repeat;
    min-height:128px; 


     width: 50%;
    margin: 0 auto;
}

.mmprueba {
    /*background-image:url("/images/delete.png");*/
      background-repeat: no-repeat;
}

.rowCalificada {
    background-color:Green;
    color:#02930A !important;
    
}


.autocompleteInvalid {
    color:red;
}



.bs-callout-top {
/*padding: 0px 10px 0px 10px;*/
margin: 0px 8px 8px 8px;
border: 1px solid #eee;
border-top-width: 2px;
border-radius: 2px;

}

.bs-callout-top-lightblue{
    border-top-color: #00aced;
}

.bs-callout-top-green{
    border-top-color: #00a65a;
}

.bs-callout-top-grey{
    border-top-color: #eee;
}
.bs-callout-top-red{
    border-top-color: #dd4b39;
}

.bs-callout-top-violet{
    border-top-color: #9b59b6;
}

.bs-callout-top .boxclose {
        color: #989898;


 
    font-size: 25px;

}

    .box-header {
        padding:4px;
        border-bottom:1px solid #eee;
        min-height:32px;
    }

    .box-title {
        display: inline-block;
        font-size: 15px;
        font-family: 'Source Sans Pro',sans-serif !Important;
        color: #6b6b6b;
        margin: 5px 0px 0px 0px;
        line-height: 1;
    }

    /*.btn {
        border: none;
    }*/

    .btn-box-tool {
        border: 1px solid transparent;
        padding: 5px;
        font-size: 12px;
        background: transparent;
        box-shadow: none !important;
        color: #97a0b3;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .bot-box-tool, select {
        border: 1px solid transparent;
    }
    .btn-box-tool:focus {
        border: none;
    }

    .box-content {
        padding: 8px;
    }
    
     .boxContainer {
        padding-top: 15px;
        padding-bottom: 1px;
    }

/*.alert .glyphicon {
    display: table-cell;
}

.alert div,
.alert span {
    padding-left: 5px;
    display: table-cell;
}*/


.boxE {
    height:110px;
    /*padding-left:8px;*/
    /*padding-top:1px;*/
    border:solid 1px;
    margin-bottom:8px;
}

.boxE-blue {
    border-color: #00aced;
}

.boxContainer-blue {
    background-color: #00aced;
}

.boxE-green {
    border-color: #00a65a;
}

.boxContainer-green {
    background-color: #00a65a;
}

    .green {
        color: #00a65a;
    }

    .boxE-red {
        border-color: #dd4b39;
    }



    .boxContainer-red {
        background-color: #dd4b39;
    }

    .red {
        color: #dd4b39;
    }

    .boxE-violet {
        border-color: #9b59b6;
    }

    .boxContainer-violet {
        background-color: #9b59b6;
    }

    .violet {
        color: #9b59b6;
    }


.boxContainer .number {
    color: #fff;
    font-size: 25px;
    margin-left: 8px;
    font-weight: bold;
}

.boxE p {
    color: #fff;
    font-size: 16px;
    margin-left:8px;
}

.boxE > .small-boxE-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.boxE-footer{
padding-left:8px;
}
            
            
.boxTitle {
    margin-top: 8px;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif !Important;
    color: #6b6b6b;
    margin-bottom: 4px;
}

.box-chart{
    border: 1px solid #eee;
    margin-bottom:8px;
}

.box-chart-header {
    border-bottom: 1px solid #eee;
    /*height:20px;*/
    width: 100%;
    padding: 5px;
    color: #6b6b6b;
}

.box-chart-content{
 
}

.chart-pie-legend {
    list-style: none;
}

.fa-circle-o:before {
    content: ' \25CF';
    font-size: 20px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    list-style: none;
}

.text-red {
    color: #dd4b39 !important;
}

.ui-tabs.ui-tabs-prvd {
    padding: 0;
    width: 100%;
}
.ui-tabs.ui-tabs-prvd .ui-widget-header {
    border: none;
    border-bottom:1px solid #eee;
    background:#fff;
    font-weight:normal;
}
.ui-tabs.ui-tabs-prvd .ui-tabs-nav {
    
    /*background: #ccc;*/
    border-radius: 4px 0 0 4px;
    /*border-bottom: 1px solid gray;*/
}
.ui-tabs.ui-tabs-prvd .ui-tabs-nav li {
       font-weight:normal;
       background:#fff;
}

/*.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
      color: #ff0084;
}*/

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-prvd .ui-tabs-nav li a:hover {
    cursor: pointer;
    color:black;
}
.ui-tabs.ui-tabs-prvd .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    /*border-right: 1px solid white;*/
    color:blue;
    
}
.ui-tabs.ui-tabs-prvd .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
      color:blue;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 28em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}


.menu-abm-container
{
    width:100%;
    margin:12px 0px 6px 0px;
    border-bottom: 1px solid #ccc;
}

.menu-abm{
    margin-left:-40px;
    list-style:none;
    margin-bottom:5px;
}

.menu-abm li
{
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #7cabd4;
text-align:center;
}

.menu-abm a
{
 
}

.menu-abm a:hover
{
    color:black;
    text-decoration:none;
    
}

.notification-bubble {
  position: absolute;
  top: -8px;
  right:3px;
  background-color: #fb6b5b;
  color: #fff;
  padding: 2px 5px !important;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  height: 15px;
  font-weight: bold;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  opacity: 0;
}

.btn-icon {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  position: relative;
}

.toolbar {
    float: left;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 7px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.dtButtons {
    color:#767676;
}

.dtButtons-edit :hover{
    cursor:pointer;
    color:#4565b1;
    text-decoration:none;
}


.dtButtons-remove :hover{
    cursor:pointer;
    color:#ca2626;    
}

.nsnc{
    float:left;
}

.nsnc :hover{
    color:#ea1b17;
    cursor:pointer;
}

.button-fixed{
      position: fixed; bottom: 20px; right: 20px; 
}

.selected{
    background-color:green;
}

.form-horizontal-space .form-group
{
    margin-top:8px;
}

.control-length{

}

.label-length{

}

.label-align-right{
    text-align:right;
}


.apto{
    color:#449d44;
}

.condicional{
    color:#ec971f;
}

.baja{
    color:#c9302c;
}

.autocomplete-selected{
      color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.strong{
    font-weight:bold;
    font-size:1.1em;
}