/* -------------------------------------------------------------------------- */
/* overrides sobre theme - CSS PATO*/
/* -------------------------------------------------------------------------- */

body {
    color:#111;
    background: #eee;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}


h5 {
    font-weight: 600;
    color: #111;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive{
    max-width: 100%;
    height: auto;
}

.f-black {
    color: #111;
}

.f-white{
    color: #fff;
}

.f-15 {
    font-size: 15px;
}

.f-25 {
    font-size:25px;
}

.f-30 {
    font-size: 30px;
}

.f-45 {
    font-size: 45px;
}

.f-celeste {
    color: #00B9D3;
}

.f-300 {
    font-weight: 300;
}

.content {
    font-size:15px;
}

.sin-borde-bottom {
    border-bottom: 0!important;
} 

.sin-borde-top {
    border-top: 0!important;
} 

.mb-0 {
    margin-bottom: 0px!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pb-15 {
    padding-bottom: 15px!important;
}

.bck-white {
    background-color: #fff;
}

.bck-gris {
    background: #aaa;
}

.bck-celeste-claro {
    background: #A4DEE6;
}



.btn.btn-success {
    color: #fff;
    background: #00B9D3;
    border-color: #00B9D3;
}

.btn.btn-success:hover {
    color: #fff;
    background: #111;
    border:0;
}

/* INPUT BLANCO*/

input:-webkit-autofill,
textarea:-webkit-autofill {
    border: 1px solid #ccc;
    /*este es el background color en el input*/
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

textarea:focus,
textarea:-webkit-autofill:focus,
input:focus,
input:-webkit-autofill:focus {
    /*este es el color del borde on focus*/
    border-color: #111;
    /*este es el background del input on focus*/
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

.btn, .btn:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/* MODAL*/
.modal-black .modal-content{
    background-color: black;
}
.modal-black .close{
    color:white;
    opacity: 1;
}

.modal-black .close:hover{
   opacity:0.7;
}

.modal-black .modal-header {
    border-bottom: 0;
}

.modal-black .modal-footer {
    border-top: 0;
}

.modal-black .btn:hover{
    opacity: 0.7;
}

.modal-black .modal-body img{
    width: 100%;
    max-width: 333px;
}

/* ------------------------HEADER-------------------------------------------------- */
.navbar-hiroku {
    min-height:120px;
 }
 .navbar-hiroku.navbar-default {
    background: #212121;
    display: table;
    width: 100%;
}

.navbar-brand {
   /*  margin-right: 100px;
    padding: 12px 20px;
    height: 54px;
    width: 220px;
    font-weight: 100;
    font-size: 18px;
    line-height: 30px; */
}



.navbar-hiroku .container-fluid{
    display: table-cell;
    vertical-align: middle;
    -webkit-box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.33);
    box-shadow: 1px 7px 10px -6px rgba(0,0,0,0.33);
}

.header.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    background-color: #212121;
}

.header.navbar-default .navbar-nav>li>a:hover, 
.header.navbar-default .navbar-nav>li>a:focus {
    color:#ccc;
    background-color: #212121;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #FFF
}

.sidebar .nav>li>a {
    padding: 20px 20px;
    border-bottom: 1px #ddd solid;
}

.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus {
    background: #e1e1e1;
}

.sidebar .nav>li.expand>a, 
.sidebar .nav>li>a:focus, 
.sidebar .nav>li>a:hover {
   color:#111;
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus, 
.sidebar .nav > li.active > a:hover{
    background:#00B9D3!important;
}

.ico-client{
    fill:#a1f3ff;
    height:27px;
    width:33px;
}

.sidebar-minify-btn i {
    color: #aaa;
}

.page-with-wide-sidebar.page-sidebar-minified .sidebar, 
.page-with-wide-sidebar.page-sidebar-minified .sidebar+.sidebar-bg {
    width: 73px;
}

@media (max-width: 767px){
    #sidebar {
        padding-top: 0px!important;
    }

    .navbar-header {
        border-bottom: 0;
        margin-top:20px;
    }

    .navbar-header .logo {
        padding-left: 20px;
        padding-top: 9px;
        display: inline-block;
    }   

    .header .navbar-user img {
		width: 20px;
		height: 20px;
		margin: 0px 10px 0 0;
    }
    
    .dropdown.navbar-user {
        margin-top:0;
    }

  

    .navbar-nav>li>a {
        padding: 17px 15px;
    }
    
}

/* ------------------------SIDEBAR-------------------------------------------------- */

.sidebar {
    padding-top: 150px;
    background: #fff;
    -webkit-box-shadow: 7px 1px 2px -6px rgba(0,0,0,0.06);
    -moz-box-shadow: 7px 1px 2px -6px rgba(0,0,0,0.06);
    box-shadow: 7px 1px 2px -6px rgba(0,0,0,0.06);
}

.sidebar .nav>li>a { 
    color: #111;
}

.header.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.slimScrollDiv .nav>li>a>img {
    margin-right: 1em;
}

.icon:hover {
    fill: orange;
}

/* ------------------------CONTENT-------------------------------------------------- */

.page-with-wide-sidebar .content {
    margin-left: 250px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.content{
    padding-top: 100px;
}

.page-header {
    font-size: 30px;
    font-weight: 300;
}

/* ------------------------CONTENT-------------------------------------------------- */

.panel-gral{
    border: #E5E5E5 solid 1px;
    background-color: #fff;
    padding: 32px;
    display: table;
    width:100%;
    margin-bottom: 20px;
}

.panel-gral.sale-web {
    background: #00B9D3;
    font-size:22px;
    border:0;
    border-left:5px solid #111; 

}

.panel-gral.sale-web a {
    color: #111;
    margin-right: 5px;
    margin-left: 5px;
}


.panel-gral.sale-web button{
    margin-left: 5px;
    border:0!important;
    font-size: 14px;
    font-weight: 300;
}

/****PANEL CIRCULO*/

.panel-gral .ico-panel-gral {
    width: 165px;
    display: table-cell;
    vertical-align: middle;
}

.panel-gral .ico-panel-gral .ico-wrapper .circle-text {
    display: table-cell;
    height: 136px;
    width: 136px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #00BBD3;
    color: #fff;
    font-size: 73px;
    font-weight: 400;
    border:6px #A4DEE6 solid;
}

.panel-gral .txt-panel1 {
    font-size: 46px;
    font-weight: 300;
    color:#00B9D3;
    word-wrap: break-word;
}

.panel-gral .txt-panel2 {
    font-size: 19px;
    font-weight: 400;
    color:#00B9D3;
    word-wrap: break-word;
    line-height: 1.5;
}



/****CARDS******/
.cards .tit-card {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}

.cards .thumbnail {
    border-radius: 0;
    background-color: white;
    border: solid 1px #e1e1e1;
    text-align: center;
}

 .cards .thumbnail .caption {
    border-top: 1px solid #E5E5E5;
    padding: 15px 0 15px 0;
    text-align: center;
    color:#111;
}

.cards .thumbnail img {
    padding: 10px 0 10px 0;
}

.cards-colors {
    text-align: center;
}

.cards-colors .thumbnail{
    padding: 9px;
}

.cards-colors .caption {
    border-bottom: 1px solid #111;
    padding: 5px 0 5px 0;
}

.cards-colors .txt-bottom {
    padding: 10px 0 10px 0;
    font-weight: 600;
}



/*XL
1200 o mas*/
@media (min-width: 1200px) {

    .page-with-wide-sidebar .content {
        padding-left: 5rem;
        max-width: 1327px;
    }
}

/*LG
entre 992 y 1199*/
@media (max-width: 1199px) {


}

/* MD
entre 768 y 991  */
@media (max-width: 991px) {
  
    .panel-gral{
        padding:13px;
        display: inline-block;
        text-align: center;
    }
    .panel-gral .txt-panel1 {
        margin-left: 0;
        font-size:33px;
    }
    .panel-gral .ico-panel-gral {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 17px;
        padding-top: 6px;
    }

    .panel-gral .ico-panel-gral .ico-wrapper {
        display: inline-block;
    }

    .panel-gral .ico-panel-gral .ico-wrapper .circle-text {
        width: 110px;
        height: 110px;
        font-size:50px;
    }

    .panel-gral .txt-panel2 {
        font-size: 16px;
        text-align: center;
    }
 
}

/* SM 
entre 576 y 767 */
@media (max-width: 767px) {

    .content {
        padding-top: 50px;
    }

    .panel-gral{
        padding:13px;
        display: inline-block;
        text-align: center;
    }
    .panel-gral .txt-panel1 {
        margin-left: 0;
        font-size:33px;
    }
    .panel-gral .ico-panel-gral {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 17px;
        padding-top: 6px;
    }

    .panel-gral .ico-panel-gral .ico-wrapper {
        display: inline-block;
    }

    .panel-gral .ico-panel-gral .ico-wrapper .circle-text {
        width: 110px;
        height: 110px;
        font-size:50px;
    }

    .panel-gral .txt-panel2 {
        font-size: 16px;
        text-align: center;
    }
    
    .page-header {
        font-size: 26px;
    }
   
}

/* XS
entre 361 y 576  */
@media (max-width: 575px) {

    .panel-gral.sale-web span,
    .panel-gral.sale-web a,
    .panel-gral.sale-web button {
        display:block;
    }
    
    .panel-gral.sale-web .web-usuario{
        word-wrap: break-word;
        margin-bottom: 10px;
    }
    
    .panel-gral.sale-web button{   
        margin: 0 auto;
    }

    .panel .txt-panel1 {
        margin-left: 0;
        text-align: center;
        font-size:30px;
    }

    .panel .ico-panel .ico-wrapper .circle-text {
        height: 120px;
        width: 120px;
        font-size:60px;
    }

    .content {
        padding-top: 50px;
    }
}


/* XXS
menos o = 360 */
@media (max-width: 360px) {

    .panel-gral .txt-panel1 {
        margin-left: 0;
        text-align: center;
        font-size:25px;
    }

    .panel-gral .ico-panel-gral .ico-wrapper .circle-text {
        height: 100px;
        width: 100px;
        font-size:50px;
    }

    .page-header {
        font-size: 23px;
    }

    .page-with-wide-sidebar .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}