/* css especifico para el tema Compartir Puerto Rico Licitacion */


/* Navbar */
.profile-notifications-bubble {
    background-color: #4AB848;
}

/* Header class */
.card {
    background: #1894d2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4OTRkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YWI4NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #1894d2 0%, #4ab848 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1894d2), color-stop(100%,#4ab848)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1894d2 0%,#4ab848 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1894d2 0%,#4ab848 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1894d2 0%,#4ab848 100%); /* IE10+ */
    background: linear-gradient(to right, #1894d2 0%,#4ab848 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1894d2', endColorstr='#4ab848',GradientType=1 ); /* IE6-8 */
}
.dashboard-wrapper .dashboard {
    border-bottom: 4px solid #4AB848;
}

/* Sidemenu */
.side-menu .nav li > a:hover, .side-menu .nav li > a:focus, .side-menu .nav li.active > a, .side-menu .nav li.active > a:hover{
    background: #4ab848; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhYjg0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjNGFiODQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiMzNDg1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTg5NGQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, #4ab848 0%, #4ab848 3%, #348565 3%, #1894d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4ab848 0%,#4ab848 3%,#348565 3%,#1894d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4ab848 0%,#4ab848 3%,#348565 3%,#1894d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab848', endColorstr='#1894d2',GradientType=1 ); /* IE6-8 */
}

/* Custom PR class */
.hideOnlyPR {
	display: none !important;
}
.visibleOnlyPR {
	display: inline;
}
.visibleForPrint{
    display: none;    
}
/*Special styles only for print*/
@media print{
    /*Detalle actividad - PUERTO RICO*/

     /*Para que se imprima a color*/
     body {
        color: #7f7f85 !important;
        -webkit-print-color-adjust: exact !important;
         font-size: 15pt;
    }
    .card-title {
        color: #7f7f85 !important;
        -webkit-print-color-adjust: exact !important;
    }
    .card-title span{
        color: #7f7f85 !important;
        -webkit-print-color-adjust: exact !important;
    }
    h1.forum_title{
        color: #666 !important;
        -webkit-print-color-adjust: exact !important;
        margin-bottom: 10px !important;
    }
    h1.forum_title span{
        color: #666 !important;
        -webkit-print-color-adjust: exact !important;
        margin-bottom: 10px !important;
    }
    h1.forum_title span:before{
        color: #1891d5 !important;
        -webkit-print-color-adjust: exact !important;
    }
    .table-profile tbody tr td{
        color: #7f7f85 !important;    
    }
    .table-profile tbody tr td span{
        color: #7f7f85 !important;    
    }
    .table-profile tbody tr td p{
        color: #7f7f85 !important;    
    }
    .table-profile tbody tr td .label.label-badge.label-primary{
        background-color: #337ab7 !important;
        border: none !important;
        color: #fff !important;
    }
    .page-subheader{
        color: #666 !important;
        margin: 2px 0 !important;
    }
    p{
        color: #7f7f85 !important;        
    }
    .activity-date-box{
        background-color: #f8f8f8 !important; 
        border: 1px solid #dfe0e1 !important;  
    }
    .activity-date span:before{
        color: #666 !important;  
        -webkit-print-color-adjust: exact !important;
    }
    /*Fin Para que se imprima a color*/

    .hideForPrint {
        display: none;
    } 
    .visibleForPrint {
        display: inline;
    } 
    .marginTopPrint{
        margin-top: 0 !important;
    }
    tr.visibleForPrint {
        display: table-row;
    } 
    .class-header {
        display: inline !important;
    }
    .titlewithbutton{
        float: none;
    }
    .card.card-responsive {
        height: 20px;
        margin: 0 0 25px -5px;
        padding-left: 0;
    }
    .tab-content {
        min-height: 10px;
    }
    .activity-date-box{
        float: left;
        margin-right: 10px;
        margin-top: 15px;
        padding: 10px;
        width: 48%;
    }
    .clear{
        clear: none;
    }
    .activity-date-title{
        font-size: 16px;
    }
    .activity-date-subtitle{
        font-size: 20px;    
    }
    .table td, .table tr{
        height: auto;    
    }
    
}



.badge-custom {
    background-color: #4AB848;
}

/* Buttons */
.btn-class-menu:hover, .btn-class-menu:active{
    border-bottom:5px solid #4AB848;
}
.btn-class-menu-active, .btn-class-menu-active:focus{
    border-bottom:5px solid #4AB848;
}

/* Checkboxes */
/*.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #4AB848;
    border-color: #4AB848;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #4AB848;
}
.radio-primary input[type="radio"]:checked + label::after{
    background-color: #4AB848;
}*/

/* Modals */
table .icon-uno.info-line {
    color: #4AB848;
}
.modal .icon-uno.question-circle {
    color: #4AB848;
}

/* Steps */
.wizard li.active span.round-tab {
    background: #4AB848;
}

/*pc size*/
@media (min-width: 860px) {
    /* Sidemenu */
    .side-menu .nav li > a:hover, .side-menu .nav li > a:focus, .side-menu .nav li.active > a, .side-menu .nav li.active > a:hover{
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-linear-gradient(left, #4ab848 0%, #4ab848 3%, #348565 3%, #1894d2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #4ab848 0%,#4ab848 3%,#348565 3%,#1894d2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #4ab848 0%,#4ab848 3%,#348565 3%,#1894d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}


