﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 560px;
}

/*Paginacion. textbox que recibe la pagina*/
.ui-jqgrid .ui-pg-input { height:18px;font:0.8em Trebuchet MS,Helvetica,Arial,sans-serif; margin: 0;}


div#loadIndicator
{
    display: none;
    width:250px;
    height: 85px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
    background-color:#F2F2F2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color:#399f48;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}

ol.progtrckr li.progtrckr-Stop {
    color: black;
    border-bottom: 4px solid  #4782FF; /*tomato;*/;
}

ol.progtrckr li.progtrckr-StopD {
    color: black;
    border-bottom: 4px solid  skyblue;
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    /*bottom: -2.5em;*/
    bottom: -2.2em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 4.2em;
    width: 4.2em;
    line-height: 4.2em;
    border: none;
    border-radius: 4.2em;
}

ol.progtrckr li.progtrckr-Stop:before {
    content: "X";
    color: white;
    background-color: #4782FF; /*tomato;*/
    height: 4.2em;
    width: 4.2em;
    line-height: 4.2em;
    border: none;
    border-radius: 4.2em;
}

ol.progtrckr li.progtrckr-StopD:before {
    content: "D";
    color: white;
    background-color: skyblue;
    height: 4.2em;
    width: 4.2em;
    line-height: 4.2em;
    border: none;
    border-radius: 4.2em;
}

/*
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}*/

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 4.25em;
    bottom: -0.5em;
}

/*Tool tip*/

 .ui-tooltip, .arrow:after {
    background:  silver;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    /*color: white;*/
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

  .Ocultar {
display:none;
}



.Mytooltip {
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.Mytooltip span {
    margin-left: -999em;
    position: absolute;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
     text-align: left !important;
}

.Mytooltip:hover span {  
    position: absolute !important;
    left: 1em !important;
    top: 2em !important;
    z-index: 99 !important;
    margin-left: 0 !important;
    width: 250px !important;
    color: #000000 !important;
     
}

.Mytooltip:hover span img {
border: 0 !important;
margin: -10px 0 0 -55px !important;
float: left !important;
position: absolute !important;
    
}

.Mytooltip:hover em {
  
    font-size: 1.2em !important;
    font-weight: bold !important;
    display: block !important;
    padding: 0.2em 0 0.6em 0 !important;
}



.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

 
.info {
    background: #ffffff /*#9FDAEE*/ !important;
    border: 1px solid #000000 !important;
}

.validation-summary-errors ul {         
        margin-left:-20px;
        color:red;
        
    }

.Mi_txt {
    text-transform: uppercase;
}

.txtuppercase {
    text-transform: uppercase;
}

.nav .caret {
    border-top-color: #FFCE00 !important;
    border-bottom-color: #FFCE00 !important;
}

 dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}