﻿body {
    /*padding-top: 60px;*/
    /*background-color:#EDF1F5;*/
}

/*body, html {
    height: 100%;
}*/


.separador {
    border-left: 2px solid #999;
    padding-left: 5px;
}

.enlace-pie {
    /*border-left: 1px solid #999;*/
    padding-left: 7px;
    padding-right: 6px;
    text-decoration: none;
    font-size: 10pt;
    font-weight: normal;
}

a.enlace-pie:hover {
    color: red;
    text-decoration: none; /*border:1px solid #999;padding:7px;*/
}

a.enlace-pie.active {
    color: red;
    text-decoration: none;
}

.menutop {
    padding-right: 10px;
    padding-top: 5px;
}

.pie {
    height: 30px;
    background-color: #F1F0F0;
    margin-bottom: -5px;
    margin-top: -20px;
    padding: 5px 0px;
    border: 1px solid #ccc;
}

.tit-submenu-top {
    height: 35px;
    background-color: #868282;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: -5px;
    margin-bottom: -2px;
    color: #fff;
}

.badge-rojo {
    background-color: #F70808;
}

.badge-negro {
    background-color: #000;
}

.badge-azul {
    background-color: #053290;
}

.badge-gris {
    background-color: #686859;
}
/* Personalizar Barra Menu top */
/*.navbar-brand {
    float: left;
    height: 60px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
	
}*/


.form-caja-gris {
    color: #31708f;
    background-color: #e5e6eb;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-caja-face {
    color: #31708f;
    background-color: #dbdada;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: normal;
    color: #000;
}
/*
.navbar-inverse {
    background-color: #222;
    border-color: #FB0101;
	border-bottom:2px solid #FB0101;
	webkit-box-shadow: 0px 0px 28px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 0px 28px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 28px 0px rgba(50, 50, 50, 0.74);
}

*/

/*.label-info {
    background-color: #FF0707!important;
}*/
/* Fin barra -top */
.container-full {
    margin: 0 auto;
    width: 100%;
}


.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.caja-sombra {
    padding: 2%;
    background-color: #fff;
    border: solid 1px #ccc;
    -webkit-box-shadow: #eaeaea 1px 1px 15px;
    -moz-box-shadow: #eaeaea 1px 1px 15px;
    box-shadow: #eaeaea 1px 1px 15px;
    background-color: #fff /*#FBFBFB*/;
}

.head-caja {
    padding: 2%;
    font-size: 22px;
    font-weight: bold;
    color: #686859;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 12px;
    /*background-color:#eaeaea;*/ color: #686859;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #EBEBEB;
}


.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    /*margin-bottom: 30px;*/
}


/* mensajes */
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li:last-child {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: none;
        }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }


        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }



.list-group-item {
    padding: 15px;
    border: 1px solid rgb(239, 242, 247);
}

.mail-categories .list-group .list-group-item {
    padding: 0px;
}

    .mail-categories .list-group .list-group-item.active > a {
        border-left: 3px solid rgb(28, 126, 187);
        color: rgb(28, 126, 187);
        background-color: #E4EFF9;
    }

    .mail-categories .list-group .list-group-item > a {
        border-left: 3px solid rgb(246, 246, 246);
        display: block;
        padding: 15px;
        text-decoration: none;
        transition: all 0.25s ease-in-out 0s;
    }

        .mail-categories .list-group .list-group-item > a:hover {
            border-left: 3px solid rgb(28, 126, 187);
            color: rgb(28, 126, 187);
            background-color: #E4EFF9;
        }

        .mail-categories .list-group .list-group-item > a > i {
            font-size: 16px;
            width: 18px;
            margin-right: 5px;
        }

            .mail-categories .list-group .list-group-item > a > i.fa-circle {
                font-size: 14px;
            }

.mail-container .mail-header {
    padding: 15px 0px;
}

    .mail-container .mail-header h3 {
        margin-top: 0px;
    }

.mail-container .mail-info {
    padding: 0px;
    border-top: 1px solid rgb(241, 241, 241);
    border-bottom: 1px solid rgb(241, 241, 241);
}

    .mail-container .mail-info .col-md-8, .mail-container .mail-info .col-md-4 {
        padding: 0px;
    }

.mail-container .mail-content {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.mail-container .mail-attachments {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.mail-container .mail-actions {
    margin-top: 10px;
}


.profile-userpic img {
    float: none;
    margin: 15px auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

/* menu  oculto 		

  nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.sidebar{
      width: 200px;
      height: 100%;
      margin-left: -160px;
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
  }

  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  section{
    padding-left: 15px;
  }
  
  */

/*
 .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: auto!important;
}
*/
.navbar-default {
    background-color: #566071; /*5e5858*/ /*708292*/
    border-color: #000000;
    border-bottom: 2px solid #FB0101;
}

    .navbar-default .navbar-brand {
        color: #fdffff;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #fffcfc;
        }

    .navbar-default .navbar-text {
        color: #fdffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #C1C1C1;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fffcfc;
            background-color: #626B7B;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fffcfc;
        background-color: #000000;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fffcfc;
        background-color: #000000;
    }

    .navbar-default .navbar-toggle {
        border-color: #000000;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #000000;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fdffff;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #fdffff;
    }

    .navbar-default .navbar-link {
        color: #fdffff;
    }

        .navbar-default .navbar-link:hover {
            color: #fffcfc;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fdffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fffcfc;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fffcfc;
        background-color: #000000;
    }
}

.pi-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px 0 !important;
    margin: 0px 10px 0px !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc !important;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px !important;
    /*   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	*/
    -webkit-box-shadow: 0px 0px 15px 3px rgba(49, 50, 50, 0.9);
    -moz-box-shadow: 0px 0px 15px 3px rgba(49, 50, 50, 0.9);
    box-shadow: 3px 3px 18px 5px rgba(50, 50, 50, 0.75);
    ;
    !important;
}


/* color para validaciones de formularios */
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    /*background-color: rgb(217, 83, 79);*/
    background-color: #A7A4A4;
    /*border-color: rgb(212, 63, 58);*/
    border-color: #A7A4A4;
}

.input-group-addon.ok {
    color: rgb(255, 255, 255);
    background-color: #ccc;
    border-color: #ccc;
    ;
}



/* Estilos para los panel de formulario */
/*Panel tabs*/
.panel-form {
    border-color: #000;
}

.panel-form {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-top: 0px;
}

    .panel-form > .panel-heading {
        color: #000;
        /*background-color: #c;
    border-color: #337ab7;*/
        background-color: #EDF1F5;
        border-color: #ccc;
    }

.panel-body-form {
    padding: 15px;
    border: 1px solid #ccc;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-tabs {
    position: relative;
    bottom: 28px;
    clear: both;
    border-bottom: 0px solid transparent;
    ;
}

    .panel-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 4px;
            line-height: .85;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #222;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: red;
                background-color: transparent;
                /*background-color: #999;*/
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            color: red;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            /*background-color: rgba(255,255,255, .23);*/
            /*background-color:#000;*/
            border-bottom-color: transparent;
            border: 2px solid #ccc;
            background-color: #fff;
            border-bottom: 2px solid #fff;
        }

.panel-footer-form {
    padding: 10px 15px;
    background-color: #D2D9E1;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.title-tramite, .title-pagina {
    font-size: 23px;
    color: #337AB7;
    border-bottom: 2px dotted #337AB7;
    padding-bottom: 10px;
}

.title-pagina {
    color: #D63B57;
    padding: 10px;
    border-color: #D63B57;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #708292;
                background-image: #5A55A3;
                color: #ffffff;
                border: none;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #708292;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.popover {
    max-width: 580px;
}

#pop-contenido {
    font-size: 10px;
}

span.red {
    background: red;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.grey {
    background: #A0A0A0;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.verde {
    background: #49A049;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.azul {
    background: #337AB7;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

.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: #fff;
    }

    .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;
        }

.pi-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
    min-height: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .pi-dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 2.0;
        color: #333;
        white-space: nowrap;
    }

footer {
    background-color: #ccc;
    padding: 10px;
    margin-top: 30px;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

#radioBtn {
    margin: 5px;
}

/* ------------------------------ radio  ------- */
.radio {
    clear: both;
    margin: 0 0px;
}

label {
    /*  width: 95%;
    border-radius: 3px;*/
    margin-left: 0px;
    /*border-bottom: 1px solid #D1D3D4;*/
    /*padding-bottom: 3px;*/
}

/* ---- Accordeon32 ---*/
#accordion32 .panel-heading {
    padding: px;
    background-color: #FFFBFB;
    border-bottom: 1px solid #ccc;
    border-bottom: none;
}

#accordion32 .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: normal;
    text-decoration: none;
    color: #666; /*929191*/
    border-bottom: 1px solid #ccc;
    font-size: 0.98em;
}

    #accordion32 .panel-title > a.accordion-toggle::before, #accordion32 a[data-toggle="collapse"]::before {
        content: "\e113";
        float: left;
        font-family: 'Glyphicons Halflings';
        margin-right: 1em;
        color: #424242;
    }

    #accordion32 .panel-title > a.accordion-toggle.collapsed::before, #accordion32 a.collapsed[data-toggle="collapse"]::before {
        content: "\e114";
        color: #A4A4A4;
    }

    #accordion32 .panel-title > a.accordion-toggle.collapsed::before, #accordion32 a.collapsed[data-toggle="collapse"]::before {
        content: "\e114";
        color: #A4A4A4;
    }

#accordion32 .panel-body {
    border: 1px solid #ccc;
    border-top: none; /*border-left: 3px solid #CED8F6;*/
}
/*-----  Acordeon --------------- */

#accordion .panel-heading {
    padding: 3px;
    background-color: #FEF5F5;
    border-bottom: 1px solid #ccc;
    border-bottom: none;
}



#accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 0.98em;
}

#accordion .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

#accordion .panel-heading a.collapsed:after {
    content: "\e080";
}
/*
    #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
        content: "\e113";
        float: left;
        font-family: 'Glyphicons Halflings';
        margin-right: 1em;
        color: #424242;
    }

    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
        content: "\e114";
        color: #A4A4A4;
    }

#accordion .panel-body {
    border: 1px solid #ccc;
    border-top: none; 
}

#accordion .panel-footer {
    border: 1px solid #ccc;
    background-color: #F2F2F2;
    border-top: none;
}
*/

/* LOGIN */
/*
	http://www.entornointeligente.com/images-noticias/2015/05/PER---Per--lidera-recepci-n-de-Inversi-n-Extranjera-Directa-en-Am-rica-Latina.jpg 
	http://www.globalasia.com/wp-content/uploads/2013/06/Puerto3.jpg
	*/
#login {
    background: url(../images/Iluminacion_Panoramica.jpg ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-app {
    font-size: 1.35em;
    color: #D3CACA;
    line-height: normal; /* border-bottom:1px dotted #ccc;*/
}

.logo {
    margin-top: -30px;
}

.loginBox {
    margin-top: 30px;
}

    .loginBox .panel-body {
        padding: 0px;
        border: 0px:;
    }

    .loginBox .log-mensaje {
        padding: 35px 15px;
        background-color: #151A22;
        color: #fff;
        min-height: 460px;
    }

    .loginBox .log-form {
        padding: 20px 15px;
        background-color: #FFF;
    }

    .loginBox .input-group {
        padding: 0px 15px 12px 0px;
    }

#signupbox .panel-body {
    padding: 0px;
    border: 0px:;
}

#signupbox .log-mensaje {
    padding: 35px 15px;
    background-color: #151A22;
    color: #fff;
    min-height: 620px;
}

#signupbox .log-form {
    padding: 5px 1px;
    background-color: #FFF;
}

#signupbox .form-group {
    padding: 10px 0px 12px 0px;
}

.botones {
    padding-top: 15px;
    font-size: 95%;
}

.log-olvido {
    font-size: 95%;
    position: relative;
    top: 50px;
    padding: 15px;
}

.detalle-radio { /* padding:15px; background-color:#DEDEDE; padding-top:1px;border-top:1px dotted #4D905E;
border-bottom:1px dotted#4D905E;*/
}

.detalle-file {
    font-size: 75%;
    padding-left: 25px;
    color: #916D3B;
}

.file-list {
    border: 1px solid #D8D3CB;
    margin: 20px 10px;
    border-left: 2px solid #ccc;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 2;
}

#form-ied .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: initial;
}

.loading {
    padding: 6em 0;
    background: url('../images/loading.gif') no-repeat center;
}


/*.nav-rtl {
             padding-left:40px;
             padding-right:0px;

          }

         .nav-rtl li {
          float:right;
          }*/

.nav-tabs .badge {
    font-size: 8pt;
    /*padding: 2px 6px;*/
    margin-top: -2px;
}

/*.nav-tabs {
    margin-bottom: 5px;
}*/
.nav-tabs > li {
    margin-bottom: -2px !important;
}

.table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
    border-top: 0px !important;
}

.table-strech > tbody > tr > td, .table-strech > tbody > tr > th, .table-strech > tfoot > tr > td, .table-strech > tfoot > tr > th, .table-strech > thead > tr > td, .table-strech > thead > tr > th {
    padding: 4px;
}

.table-no-bottom {
    margin-bottom: 0px;
}

.field-name span {
    line-height: 1.42857143;
    font-weight: bold;
    float: right;
}

.field-name label {
    line-height: 1.42857143;
    /*line-height: 2.52857143;*/
    font-weight: bold;
    float: right;
    text-align: right;
    color: #000;
}
label.field-name {
    font-weight: bold;
}

/*----------------------------------------------- 
    barra de botones del menu de pagina hija 
----------------------------------------------*/
.actionBar, .actionBarMicro {
    background-color: #666;
    /*background-image: url(images/reorder_bg.png);
    background-image: url(images/reorder_bg.png);*/
}

    .actionBar .mainButton {
        float: left;
        margin: 0;
        padding: 0;
    }

    .actionBar li.mainButton:first-child h2 > a, .actionBar li.mainButton:first-child > a {
        padding-left: 30px;
    }

.mainButton > a {
    font-weight: 600;
}

.mainButton > a, .mainButton h2 > a {
    border-right: 1px solid #595959 !important;
    border-left: 1px solid transparent !important;
}

.mainButton > a, .secondaryButton > a, .mainButton h2 > a, .secondaryButton h2 > a {
    color: #e9e9e9 !important;
    display: block;
    padding: 12px 18px 13px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    font-size: 105%;
    background: -moz-linear-gradient(center top,#777 0,#555 100%) !important;
    background: -webkit-gradient(linear,center top,right bottom,color-stop(0,#777),color-stop(100%,#555)) !important;
    background: -webkit-linear-gradient(top,#777 0,#555 100%) !important;
    background: linear-gradient(center top,#777 0,#555 100%) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#777777, endColorstr=#555555" !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#777777,endColorstr=#555555) !important;
}

.mainButton h2 > a:hover, .secondaryButton h2 > a:hover, li.mainButton:hover > a, .mainButton > a:hover, .secondaryButton > a:hover, li.mainButton:hover h2 > a, .mainButton h2 > a:focus, .secondaryButton h2 > a:focus, li.mainButton:focus > a, .mainButton > a:focus, .secondaryButton > a:focus, li.mainButton:focus h2 > a {
    background-image: none;
    background: #555;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.5) inset;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.5) inset;
    /* box-shadow: 0 0 12px rgba(0,0,0,.5) inset; */
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    border-color: #333 !important;
}

/*Pagina Login*/
.form-login-content {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    /* line-height: 30px;*/
    text-align: center;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 0px 25px;
    /* background: #fff;*/
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-bottom {
    padding: 5%;
    /*  background: #eee;*/
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.login-form input[type="text"], .login-form input[type="password"], .login-form textarea, .login-form textarea.form-control, .login-form select {
    height: 50px;
    margin: 0;
    padding: 3%;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    /*font-size: 0.8vw !important;*/
}

.form-box {
    margin-top: 35px;
}

.social-login {
    margin-top: 15px;
}

    .social-login p {
        color: #fff;
    }

.form-top-left h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.social-login-buttons {
    /*margin-top: 25px;*/
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-1.btn-link-1-activedirectory {
        background: #4862a3;
    }

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }


/* Estilos del Foro */
.message-wrapper-inner, .db-head-message .message-wrapper-inner {
    border-bottom: 1px solid #CCC;
    border-radius: 2px;
    /*margin: 0px 0 24px;
    padding: 0px 18px 16px 0;*/
}

.has-avatar .msg-nexus {
    margin-left: 120px;
}

.profileCardAvatarThumb {
    font-weight: 600;
    font-weight: bold;
    font-size: 110%;
    position: relative;
}


.pi-mensaje-principal {
    background-color: #f5f5f5 !important;
}



/*Barra superior con datos del usuario*/
.navbar-login {
    width: 505px;
    padding: 10px;
    padding-bottom: 0px;
}

.login_box {
    background: #f32d27; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: /*url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjMyZDI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmY2YjQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		*/
    background: -moz-linear-gradient(45deg, #f32d27 5%, #ff6b45 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(5%,#f32d27), color-stop(99%,#ff6b45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* IE10+ */
    background: linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32d27', endColorstr='#ff6b45',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    width: 100%;
    height: 68%;
    position: absolute;
    top: 0%;
    left: 2%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}


.login_box-pass {
    background: #f32d27; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: /*url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjMyZDI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmY2YjQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		*/
    background: -moz-linear-gradient(45deg, #f32d27 5%, #ff6b45 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(5%,#f32d27), color-stop(99%,#ff6b45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* IE10+ */
    background: linear-gradient(45deg, #f32d27 5%,#ff6b45 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32d27', endColorstr='#ff6b45',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    width: 98%;
    height: 50%;
    position: absolute;
    top: 0%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}

.image-circle {
    border-radius: 50%;
    width: 145px;
    /* height: 175px; */
    border: 4px solid #FFF;
    margin: 10px;
}

.outter {
    padding: 0px;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 185px;
    height: 205px;
    /* background-color: #ccc; */
}

    .outter h1 {
        font-weight: bold;
        font-size: 1.3em;
        color: #fff;
    }

        .outter h1 small {
            font-weight: lighter;
            font-size: 0.9em;
            color: #fff;
        }

.control-pass {
    color: #000;
    margin-top: 105px;
}

.form-inline {
    display: inline;
    color: #000;
}

.table-header-right a {
    float: right;
}

th.table-header-right {
    text-align: right;
}

th.table-header-center {
    text-align: center;
}

.font-monospace {
    font-family: monospace;
}


.table-st > tbody > tr > td, .table-st > tbody > tr > th, .table-st > tfoot > tr > td, .table-st > tfoot > tr > th, .table-st > thead > tr > td, .table-st > thead > tr > th {
    padding: 2px !important;
}

.nav-st > li > a {
    padding: 2px 15px !important;
}

.GroupHeaderStyle {
    /*border: solid 1px Black;*/
    /*background-color: #4682B4;*/
    color: #000;
    font-weight: bold;
}

.SubTotalRowStyle {
    /*border: solid 1px Black;*/
    background-color: #D8D8D8;
    font-weight: bold;
}

.GrandTotalRowStyle td {
    border: solid 1px Gray;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.pi-option-control label {
    margin-right: 20px;
}

.label-control {
    display: inline;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F1F1F1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.PI-menu-editar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .PI-menu-editar li a.ico-editar {
        display: none;
    }

    .PI-menu-editar li:hover a.ico-editar {
        display: inline-block;
    }



    .PI-menu-editar > li {
        padding: 8px !important;
        border-top: 1px solid #e5e5e5;
    }

        .PI-menu-editar > li:hover {
            background-color: #f5f5f5;
        }

            .PI-menu-editar > li:hover > a.enviar-mensaje {
                display: inline-block !important;
            }

        .PI-menu-editar > li > a.enviar-mensaje {
            display: none !important;
        }

        .PI-menu-editar > li > a {
            font-weight: normal;
            display: inline !important;
            padding: 0px 0px !important;
        }

            .PI-menu-editar > li > a:hover {
                background-color: #f5f5f5;
            }



    .PI-menu-editar li.active {
        background-color: #F5F5F5;
    }

    .PI-menu-editar li a.active {
        font-weight: bold;
    }

    .PI-menu-editar li:first-child {
        border-top-color: #CCC;
    }

li.nav-header a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #999999;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.form-horizontal .control-label {
    text-align: left;
}

.vertical-text {
    /*transform: rotate(-90deg);
	cursor: vertical-text;
	transform-origin: left top 0;*/
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    top: 50px;
}

.pi-color-gris a {
    color: #777777;
}

ol, ul {
    padding-left: 16px;
}


/*
Ini Grafico de lineas
*/
#graph > svg {
    width: 100% !important;
}

/*
Fin - Grafico de lineas
*/


/** top tiles  */
.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .tile_count .tile_stats_count {
        border-bottom: 1px solid #D9DEE4;
        padding: 0 10px 0 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }
    .tile_count .tile h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 3px 0 7px;
        font-weight: bold;
    }

@media (min-width: 992px) {
    footer {
        /*margin-left: 230px; */
    }
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
    }
}

.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0;
    }
}

.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px;
    }
}

.tile_count .tile_stats_count span {
    font-size: 12px;
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px;
    }
}

.tile_count .tile_stats_count .count_bottom i {
    width: 12px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .tile_count .tile h2 {
        font-size: 16px;
        line-height: 1.1;
        margin: 3px 0 7px;
        font-weight: bold;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .tile_count .tile h2 {
        font-size: 12px;
        line-height: 1.1;
        margin: 3px 0 7px;
        font-weight: bold;
    }

    /*.nav.navbar-nav > li > a {
        padding: 10px 10px;
    }*/
}

/** /top tiles **/

/* Clase de colores */
/**  ------------------------------------------  **/
.blue {
    color: #3498DB;
}

.purple {
    color: #9B59B6;
}

.green {
    color: #1ABB9C;
}

.aero {
    color: #9CC2CB;
}

.red {
    color: #E74C3C;
}

.dark {
    color: #34495E;
}

.border-blue {
    border-color: #3498DB !important;
}

.border-purple {
    border-color: #9B59B6 !important;
}

.border-green {
    border-color: #1ABB9C !important;
}

.border-aero {
    border-color: #9CC2CB !important;
}

.border-red {
    border-color: #E74C3C !important;
}

.border-dark {
    border-color: #34495E !important;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C;
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff;
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff;
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff;
}

/* // Clase de colores */

/* datatable - panel contenedor*/
.x_panel {
    /*position: relative;*/
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.x_title {
    border-bottom: 1px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

    .x_title .filter {
        width: 40%;
        float: right;
    }

    .x_title h2 {
        margin: 5px 0 6px;
        float: left;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .x_title h2 small {
            margin-left: 10px;
        }

    .x_title span {
        color: #BDBDBD;
    }

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

    .x_content h4 {
        font-size: 16px;
        font-weight: 500;
    }

/* datatable */


.panel_toolbox {
    float: right;
    min-width: 70px;
}

    .panel_toolbox > li {
        float: left;
        cursor: pointer;
    }

        .panel_toolbox > li > a {
            padding: 5px;
            color: #C5C7CB;
            font-size: 14px;
        }

            .panel_toolbox > li > a:hover {
                background: #F5F7FA;
            }


/*
	Cronograma del Proyecto
 */
.pi-cro-padre {
    font-weight: bold;
}

.pi-cro-niv1 {
}

.pi-cro-niv2 {
    padding-left: 15px;
}

.pi-cro-niv3 {
    padding-left: 30px;
}

.pi-cro-niv4 {
    padding-left: 45px;
}

.pi-cro-niv5 {
    padding-left: 60px;
}

.pi-cro-niv6 {
    padding-left: 75px;
}


/* CKEditor */
/* Remove element path */
#cke_bottom_detail, .cke_bottom {
    display: none;
}

/* Configurar la apariencia del editor */
span.cke_skin_kama {
    border: none !important;
    padding: 0px !important;
}

.cke_skin_kama .cke_wrapper {
    background-color: inherit !important;
    background-image: inherit !important;
    padding: 0px !important;
}

    .cke_skin_kama .cke_wrapper iframe {
        border-radius: 5px !important;
        border: 1px solid #CCCCCC !important;
    }

.cke_toolbox_collapser {
    display: none;
    visibility: hidden;
}
/* End CKEditor */

.description {
    font-style: italic;
    color: #525252;
}

.rojo {
    color: #8e0606;
}



/* Steps */
#wizard-head {
    padding: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
    font-size: 11px;
    color: #818181;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    /*background-color: #ccc;*/
    z-order: 0;
    border: #ccc 1px dashed;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.panel-heading-button {
    top: -7px;
    position: relative;
}

.subtitulo-seccion {
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulo-seccion-h3 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.pi-ddl-color > ul > li > a {
    padding: 3px 10px;
}

/* Estilo personalizado para el popup modal */

.workitem-info-bar {
    font-family: Segoe UI Light,Segoe UI,Tahoma,Arial,Verdana;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    position: relative;
    white-space: nowrap;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

    .workitem-info-bar div.info-text-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

.ui-dialog {
    padding: 0;
    background-color: #fcfcfc;
    box-shadow: gray 0 0 30px;
    overflow: hidden;
    position: absolute;
    outline: 0;
}

.fancybox-skin {
    padding: 0 !important;
}

.work-item-form {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.work-item-view {
    top: 40px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    overflow: auto;
    position: absolute;
    /* top: 88px; */
    bottom: 0;
    left: 0;
    right: 0;
    /* margin-left: 20px; */
    border: solid 1px #DADADA;
}

.ui-dialog-buttonpane {
    background-color: rgb(243, 243, 243);
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: rgb(221, 221, 221); */
    border-image: initial;
    margin: 0px 0px 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    background-image: none;
    /* margin-top: 0.5em; */
    border-width: 1px 0px 0px;
    min-height: 45px;
    padding: 0.3em 1em 0.5em 0.4em;
}

/* fin del estilo Popup */


/* Panel colapsable con icono */
.pi-panel-group .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.pi-panel-group .panel-heading a.collapsed:after {
    content: "\e080";
}
/* Fin Panel colapsable con icono */


.txtdetalle {
    padding-top: 5px;
}


/* Paner acordion */
.pi-panel-group .panel {
    border: 0px;
}

.pi-panel-group .panel-heading {
    background-color: #FFF !important;
}

.pi-panel-group .panel-body {
    border: none !important;
}
/* Fin Paner acordion */

/* Table */
.pi-table {
    border: solid 1px #ddd;
}

.pi-navbar .navbar-nav > li {
    float: left;
}

.pi-navbar .navbar-nav > .active {
    color: #F05E1B !important;
    border-bottom: solid 2px #F05E1B;
    float: left;
}

    .pi-navbar .navbar-nav > .active > a,
    .pi-navbar .navbar-nav > .active > a:hover,
    .pi-navbar .navbar-nav > .active > a:focus {
        color: #F05E1B !important;
        border-bottom: solid 2px #F05E1B;
        font-size: 13px;
    }



.breadcrumb {
    margin-bottom: 0px;
}

.pi-gridview-page table {
    float: right;
}

.pi-gridview-page table {
    float: right;
}

tr.pi-gridview-page td table td {
    margin: 5px;
    padding: 0px 10px 0px 10px;
    background-color: #FBFBFB;
    text-align: center;
    border: solid 1px #CACACA;
}


.pi-title {
    font-weight: 500;
    margin-left: 12px !important;
    line-height: 20px;
    font-size: 18px;
    overflow: auto;
}

    .pi-title > li > a {
        color: #000 !important;
    }

.pi-title-ipad {
    font-weight: 500;
    margin-left: 0 !important;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 2px;
}

    .pi-title-ipad > li > a {
        color: #000 !important;
    }

.jqstooltip {
    width: auto !important;
    height: auto !important;
    opacity: 0.9;
}

.tile_stats_count .count {
    font-size: 40px;
    font-weight: 600;
}

.pry-lista-item {
    background-color: #C7C7C7;
    margin-right: 5px;
    color: #000;
    padding-left: 2px;
    padding-right: 2px;
}

a.pry-lista-item {
    margin-right: 5px;
    color: #000;
}

    a.pry-lista-item:hover {
        color: #337ab7;
        background-color: transparent;
    }


/*.nav > li {
    float:left;
}*/




/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
.loginContainer {
    position: relative;
    float: right;
    font-size: 12px;
}

/* Login Button */
#loginButton {
    /* display:inline-block; */
    float: right;
    /* background:#d2e0ea url(../images/buttonbg.png) repeat-x; */
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 30;
    /* cursor:pointer; */
}

    /* Login Button Text */
    #loginButton span {
        color: #445058;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 1px 1px #fff;
        padding: 7px 29px 9px 10px;
        background: url(../images/loginArrow.png) no-repeat 53px 7px;
        display: block;
    }

    #loginButton:hover {
        /* background:url(../images/buttonbgHover.png) repeat-x; */
    }

/* Login Box */
.loginBox {
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
    z-index: 29;
}

/* If the Login Button has been clicked */
.loginButton.active {
    border-radius: 3px 3px 0 0;
}

    .loginButton.active span {
        background-position: 53px -76px;
    }

    /* A Line added to overlap the border */
    .loginButton.active em {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #d2e0ea;
        bottom: -1px;
    }

/* Login Form */
.loginForm {
    width: 248px;
    border: 1px solid #899caa;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: #d2e0ea;
    padding: 6px;
}

    .loginForm fieldset {
        margin: 0 0 12px 0;
        display: block;
        border: 0;
        padding: 0;
    }

fieldset#body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

.loginForm #checkbox {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    *margin: -3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
}

.loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

/* Default Input */
.loginForm input {
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

/* Sign In Button */
.loginForm #login {
    width: auto;
    float: left;
    background: #339cdf url(../images/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    *padding: 7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
.loginForm span {
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}

    .loginForm span a {
        color: #3a454d;
        text-shadow: 1px 1px #fff;
        font-size: 12px;
    }


.pi-badge-default {
    color: #000;
    background-color: #eee;
    border: 1px solid #d0d5dc;
}

.pi-badge-ico-danger {
    background: red;
    margin-top: -20px;
    font-size: 10px;
    margin-left: -7px;
    padding: 3px 5px;
}

/*.table *::before, .table *::after {
    content: none !important;
}*/


.ui-multiselect-filter input {
    color: #000;
}




/*BUSCADOR*/
#search {
    display: none;
    /*position: absolute;*/
    z-index: 10000;
    left: 0;
    top: 100%;
    margin-top: 44px;
    padding: 45px 10px 40px 10px;
    width: 100%;
    height: 150px;
    background-color: white;
    border-top: #f4f0ed 1px solid;
    border-bottom: #f4f0ed 1px solid;
}

    #search span {
        color: #fff;
    }

    #search form, #search ul {
        position: relative;
        float: left;
    }

    #search form {
        position: relative;
        width: 100%;
    }

#search-title {
    display: block;
    padding-top: 12px;
    /*padding-left: 15px;*/
    font-size: 14pt;
}

/*SUBMIT*/
.search-submit {
    display: block;
    right: 0;
    padding-top: 5px;
    border: 0;
    text-align: center;
}

    .search-submit span {
        display: none;
        font-size: 35px;
    }

    .search-submit input {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 25px;
        padding: 0 20px;
        /*height: 100%;*/
        background-color: #eee7e1;
        border: 0;
    }

        .search-submit input:hover {
            background-color: red;
            color: white;
        }

.search-text {
    width: 100%;
    height: 50px;
}

    /*INPUT SEARCH*/
    .search-text input {
        float: left;
        padding: 15px;
        height: 120%;
        font-size: 30px;
        border: 0;
        border: #e6e2df 1px solid;
    }

#search ul {
    display: none;
    float: right;
    margin-top: 10px;
    width: 400px;
}

#search li {
    float: left;
    width: 50%;
    border-left: #232323 1px dotted;
}

    #search li a {
        display: block;
        margin: 0 35px;
        line-height: 40px;
    }

    #search li + li a {
        line-height: 20px;
    }

    #search li span {
        float: left;
        margin-right: 5px;
        padding: 5px 0;
        font-size: 30px;
    }

#resultado li {
    padding: 30px;
    margin-bottom: -1px;
    border: #f4f0ed 1px dotted;
}

#resultado h3 {
    margin-bottom: 5px;
}

/*
				#resultado h3:before{
					margin-right:20px;
					content:"-";
					font-weight:bold;
				}*/

#resultado time:before {
    content: "Fecha: ";
}

#resultado li > a {
    display: block;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    font-weight: bold;
    color: red;
    border: red 1px solid;
}

    #resultado li > a:hover {
        background-color: red;
        border: red 1px solid;
        color: white;
    }


ul.pi-avance {
    list-style: none;
}

    ul.pi-avance > li.pi-cumplido:before {
        content: '\2714\0020';
        margin-left: -1.2em;
        margin-right: .100em;
        color: darkgreen;
    }

    ul.pi-avance > li.pi-pendiente:before {
        content: '\2022\0020';
        margin-left: -1em;
        margin-right: .100em;
        color: red;
    }


#preview-textfield {
    position: relative;
    /*top: 65px;*/
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: black;
    font-family: 'Amaranth', sans-serif;
}



/* imputtag*/
div.inputTags-list {
    display: inline-block;
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(25, 188, 156, 0.35);
    background-color: #f9f9f9;
    box-shadow: 1px 2px 2px rgba(221, 221, 221, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    div.inputTags-list span.inputTags-item {
        position: relative;
        display: inline-block;
        margin: 2px;
        padding: 3px 22px 4px 8px;
        background-color: #19BC9C;
        text-align: center;
        color: #fff;
        opacity: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    div.inputTags-list span.inputTags-item2 {
        padding: 3px 8px 4px 8px !important;
    }

    div.inputTags-list span.inputTags-item.is-edit {
        display: none;
    }

    div.inputTags-list span.inputTags-item.is-hidden {
        display: none !important;
    }

    div.inputTags-list span.inputTags-item.is-exists {
        background-color: rgba(231, 76, 60, 0.7);
    }

    div.inputTags-list span.inputTags-item span.value {
        cursor: pointer;
    }

    div.inputTags-list span.inputTags-item i {
        position: absolute;
        top: 50%;
        right: 6px;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        font-weight: 400;
        font-family: sans-serif;
        line-height: 1;
        font-style: normal;
        -webkit-transition: color 0.2s;
        -khtml-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
        -o-transition: color 0.2s;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        color: #FFFFFF;
    }

        div.inputTags-list span.inputTags-item i:hover {
            color: #e74c3c;
        }

    div.inputTags-list input.inputTags-field {
        border: none;
        margin-left: 4px;
        background-color: transparent;
    }

        div.inputTags-list input.inputTags-field:focus,
        div.inputTags-list input.inputTags-field:active {
            outline: none;
        }

        div.inputTags-list input.inputTags-field.is-edit {
            margin: 0 2px;
            padding: 4px 8px 3px 8px;
            border: 1px dashed #c4c4c4;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }
/* fin imputtag*/


.prin_hitos > tbody > tr > td, .prin_hitos > tbody > tr > th, .prin_hitos > tfoot > tr > td, .prin_hitos > tfoot > tr > th, .prin_hitos > thead > tr > td, .prin_hitos > thead > tr > th {
    padding: 4px 2px 4px 2px;
    font-size: 12px;
}

.pi-foro-fecha {
    color: #b3b3b3;
    word-spacing: 1px;
    font-weight: 300;
}

.pi-drop-down-list {
}

    .pi-drop-down-list > tbody > tr > td > label {
        padding-right: 15px;
        font-weight: normal;
        color: #000;
    }

.form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
}

.ui-accordion-header:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.ui-accordion-header-active:after {
    content: "\2212";
}


.table-portal thead th {
    background: #76c045 !important;
}

.table-portal th {
    color: #fff;
    border-bottom: 2px solid #ccc;
}

.ui-state-default {
    background-color: #D8E6CF !important;
}
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    padding: 5px;
    margin-top: 5px;
    zoom: 1;
    /*font-size: 15px;
    height: 20px;*/ /*background-color: #D8E6CF;*/
    color: #000;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 1px !important;
}

.ui-accordion .ui-accordion-header-active {
    background-color: #639941 !important;
}

.ui-accordion .ui-accordion-header-active {
    color: #fff !important;
}

.ui-accordion .ui-accordion-header-active {
    font-weight: bold !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1.3em;
    padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    overflow: auto;
    display: none;
    border: 2px solid #B3C8A5;
    background-color: #F6FAF4;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-accordion .ui-state-hover {
    background-color: #75C145 !important;
}

#tblCronogramaX {
    border: 2px solid #B3C8A5;
}

.subtitulo-proyecto, .subtitulo-proyecto-rojo {
    border-bottom: 1px dashed #7BA560;
    padding-bottom: 7px;
    display: block;
}

.subtitulo-rojo, .titulo-rojo, .subtitulo-proyecto-rojo, .titulo-proyecto-rojo {
    color: #7BA560;
}

.subtitulo, .subtitulo-rojo, .subtitulo-proyecto-rojo, .subtitulo-proyecto {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.tab-content > .tab-pane {
    padding: 10px;
    width: 100%;
}

.tab-content > .active {
    display: inline-block !important;
    border: 1px solid #ddd;
}
.label-sm {
    font-size: 65%;
    font-weight: normal;
}
.nav > li > a {
    padding: 9px 12px;
}

.col-interno {
    padding-right: 5px;
    padding-left: 5px;
}

/* Adicionado el 05/08/2019 Carlos Macarlupú*/
.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #f35b3f;
}

.f1-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
    text-align: center;
}

    .f1-step.activated .f1-step-icon {
        background: #fff;
        border: 1px solid #f35b3f;
        color: #f35b3f;
        line-height: 38px;
    }

    .f1-step.activated p {
        color: #f35b3f;
    }

    .f1-step p {
        color: #ccc;
    }

    .f1-step.active .f1-step-icon {
        width: 48px;
        height: 48px;
        margin-top: 0;
        background: #f35b3f;
        font-size: 22px;
        line-height: 48px;
    }

    .f1-step.active p {
        color: #f35b3f;
    }

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #f35b3f;
    color: #f35b3f;
    line-height: 38px;
}


/*-------BUTTON UP -------*/
#buttonUp {
    display: inline-block;
    background-color: #2071b2;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #buttonUp::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #buttonUp:hover {
        cursor: pointer;
        background-color: #333;
    }

    #buttonUp:active {
        background-color: #555;
    }

    #buttonUp.show {
        opacity: 1;
        visibility: visible;
    }
