/********color del menu principal***********/
#bootstrap-overrides .navbar-default{
    background-color: #222488;
    border-color: #222488;
    /*border-top: 2px solid #333 ;*/
    border-radius: 0;
    width: 100%;
}
/****color de letras del menu****/
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

/****color de letras de SGI del menu****/
.navbar-default .navbar-brand {
    color: #fff;
}
/****color del menu principal y de su letra cuando esta activo****/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color:#333;
    color: #fff;
}
/****color del borde del menu para pantallas mas chicas****/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
/***color de borde del icono del menu cuando la pantalla es la mas pequeña**/
.navbar-default .navbar-toggle {
    border-color: #fff;
}

/***color de fondo del icono del menu cuando tiene el foco**/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333333;
}
/***Color del borde del login****/
#bootstrap-overrides .panel-info {
    border-color: #222488;
}

#bootstrap-overrides .navbar-default .navbar-nav > .open > a{
    background-color: #fff;
    color:  #222488;
}
/********pie de pagina***********/
.footer {
    margin: 0px auto;
    background: #222488;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
/**Color de letras del pie del index***/
#bootstrap-overrides .navbar-default .navbar-text {
    color: #fff;
    text-align: center;
}

/********cabecera de reportes***********/
.reportHeader{
    margin: 0px auto;
    background: #FFFFFF;
    padding-top: 10px;
    color: #000;
    border-radius: 6px;
    border:1px solid black;
}
/**Color del 2do Menu (ver perfil de Administrador)**/
.nav-pills > li > a {
    border-radius: 4px;
    color: #222488;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #333333;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.ultimo{
    margin-bottom: 80px!important;
}


.linkWithOutColor,
.linkWithOutColor:active,
.linkWithOutColor:visited{
    color:inherit;
    text-decoration: none;
}

.linkWithOutColor:hover {
    color: #4ac1ed;
    text-decoration: none;
}


.marginBottom30{
    margin-bottom: 30px!important;
}

.ultimoPie{
    margin-top: 80px;
}

.reportHeader > th >tr {
    text-align: right;
    font-weight:bold;
}

.btn-primary{
    background-color: #222488;
    border-color: #222488;
}

.btn-sgi{
    background: #222488;
    color: #fff;
}

.btn-sgi:focus,
.btn-sgi.focus {
    color: #fff;
    background-color: #346105;
    border-color: #122b40;
}

.btn-sgi:hover {
    color: #fff;
    background-color: #346105;
    border-color: #204d74;
}

.btn-sgi-dark{
    background: #113d1e;
    color: #fff;
}

.btn-sgi-dark:focus,
.btn-sgi-dark.focus {
    color: #fff;
    background-color: #3d3d05;
    border-color: #122b40;
}

.btn-sgi-dark:hover {
    color: #fff;
    background-color: #3d3d05;
    border-color: #204d74;
}
.center{
    text-align: center!important;
}
/*.btn-primary:hover, .btn-primary >.active {*/
/*background-color: #8A0808;*/
/*border-color: #8A0808;*/
/*}*/
/*#bootstrap-overrides .input-group{
    width: 100%;
    align-self: center;
}*/
/*******color de input cunado tiene el foco********/
.textarea:focus,
.select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #222488;
    box-shadow: 0 1px 1px #222488 inset, 0 0 8px #222488;
    outline: 0 none;
}

/*******color del elemento para el paginado de tablas cuando esta ACTIVO********/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #338a3c;
    border-color: #338a3c;
}
/*******color del elemento para el paginado de tablas cuando NO esta ACTIVO********/
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #338a3c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.panel-info {
    border-color: #222488;
}

.inputRadius{
    display: block;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.footer2 {
    width: 1200px;
    margin: 0px auto;
    padding: 3px 0px;
    height: 30px;
    border-top: 2px solid #FFFFFF;
    text-align: center;
    color: #333333;
    background: #222488;
}
.scroll{
    overflow:auto;
}

.content {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align : justify;
    background: #ffffff;
}

.table thead > tr > td,
.table thead > tr > th{
    vertical-align: middle!important;
}
.contentTable1{
    width: 95%;
    margin: 0 auto;
}

.contentTableSmall{
    width: 50%;
    margin: 0 auto;
}

.contentTable75{
    width: 75%;
    margin: 0 auto;
}

.contentTableSmall.xs,
.contentTable75.xs{
    width: 95%;
    margin: 0 auto;
}

.content2 {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align : justify;
    background: #ffffff;
}
.rotar
{
    display:inline-block;
    -webkit-transform-origin:13px 10px; /* ESTE VALOR SE CALCULA: A/2 */
    -webkit-transform: rotate(-90deg);
    -moz-transform-origin:13px 10px; /* ESTE VALOR SE CALCULA: A/2 */
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position:absolute;
    bottom:5px; /* ESTE VALOR SE CALCULA: A/2 -5 */
    left:0px;
    line-height:20px;
    text-align: left;
    white-space:nowrap;
    width:26px;
}


.thLargo
{
    height: 180px;
    white-space:nowrap;
    text-align:left;
    vertical-align:bottom;
    position: relative;
    width:26px; /* ESTE VALOR ES "A" */
    /*background-color: #e6e6e6;*/
}

.thLargo2
{
    height: 200px;
    /*background-color: #e6e6e6;*/
}

.thLargo3
{
    height: 200px;
    background-color: #e6e6e6;
    width: 40px;
}

.fontArial{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

h1,h2 {
    color:#151836;
    font-family: "Trebuchet MS",arial, helvetica, sans-serif;
    font-weight:bold;
    padding-left:18px;
    /*background: url(images/arrow.gif) no-repeat left center;*/
}
h1{
    font-size:24px;
}

h2{
    font-size:18px;
    text-align: center
}
h3{
    font-size:16px;
    text-align: center;
}
thead{
    font-weight:bold;
}

.btnImagen{
    border: 0;
    background-color: #FFFFFF;
}

/**para impresiones de tablas*/
.alignLeft{
    text-align: left!important;
}

.alignRight{
    text-align: right!important;
}

.bold{
    font-weight: bold!important;
}

.rotate {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
}

.rotate div {
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    margin-left: -14em;
    margin-right: -15em;
}

.height20{
    height: 20px;
}

.p7{
    padding: 7px;
}

.width10{
    width: 10px;
}

.form-control-editable{
    border: 0;
    padding: 5px;
}

.body1{
    font-size: 11pt;
}

.borderGrayLeft {
    border-left: 1px solid dimgray!important;
}

.borderGrayLeft2 {
    border-left: 2px solid dimgray!important;
}

.borderGrayRight {
    border-right: 1px solid dimgray!important;
}

.borderGrayRight2 {
    border-right: 2px solid dimgray!important;
}


.borderGrayBottom{
    border-bottom: 1px solid dimgray!important;
}

.borderGrayBottom2{
    border-bottom: 2px solid dimgray!important;
}

.borderGrayTop{
    border-top: 1px solid dimgray!important;
}

.borderGrayTop2{
    border-top: 2px solid dimgray!important;
}

.bgColorGrey{
    background-color: #D8D8D8!important;
}

.bgStripped{
    background-color: #f9f9f9!important;
}

#borderGrayBottom2>tbody>tr:last-child{
    border-bottom: 2px solid dimgray;!important;
}

.noBold{
    font-weight: normal!important;
}


#draggable
{
    position: relative;
    width: 50px;
    height: 50px;
    border: #333 solid 1px;
    background: white;
}

.droppable
{
    width: 100px;
    height: 100px;
    background: grey;
    margin-bottom: 10px;
}

.margin10{
    margin: 10px;
}


@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .body1{
        font-size: 10pt;
    }


    .contentTableSmall{
        width: 70%;
        margin: 0 auto;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .body1{
        font-size: 9pt;
    }

    h2{
        font-size:16px;
        text-align: center
    }

    .contentTable60{
        width: 80%;
        margin: 0 auto;
    }

    .contentTableSmall{
        width: 70%;
        margin: 0 auto;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .body1{
        font-size: 9pt;
    }

    h2{
        font-size:16px;
        text-align: center
    }

    .contentTable{
        width: 85%;
        margin: 0 auto;
    }

    .contentTable75{
        width: 85%;
        margin: 0 auto;
    }

    .contentTable60{
        width: 80%;
        margin: 0 auto;
    }

    .contentTableSmall{
        width: 75%;
        margin: 0 auto;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .body1{
        font-size: 9pt;
    }

    h2{
        font-size:16px;
        text-align: center
    }

    .contentTable{
        width: 90%;
        margin: 0 auto;
    }

    .contentTable75{
        width: 95%;
        margin: 0 auto;
    }

    .contentTable60{
        width: 90%;
        margin: 0 auto;
    }

    .contentTableSmall{
        width: 90%;
        margin: 0 auto;
    }

}
