* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans'
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body {
    background-color: #EEE;
}

a {
    color: #0D94FC;
}

header {
    background-color: white;
}

header .leftdiv {
    margin-left: 30px;
    margin-top: 18px;
}

header .rightdiv {
    border-left: 1px gray solid;
}

header .redline {
    height: 3px;
    background: #FF5151;
    width: 20%;
}

header .greenline {
    height: 3px;
    background-color: #09D558;
    width: 20%;
}

header .cyanline {
    height: 3px;
    background-color: cyan;
    width: 20%;
}

header .blueline {
    height: 3px;
    background-color: #028FFB;
    width: 20%;
}

header .purpleline {
    height: 3px;
    background-color: #825DC4;
    width: 20%;
}

#sacsbotonbusqueda {
    border-left: 1px solid #d2cfd8;
}

.sacscanvasthumb {
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.textcrm {
    color: #8b8899;
    font-weight: bold;
}

.sacsthumb {
    height: 30px;
    width: auto;
}

.sacssubheader {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 35%;
}

.sacsmenuheader {
    z-index: 5;
}

.sacsnotificacion {
    margin-right: 5px;
}

.sacsinbox {
    margin-right: 15px;
}

.sacsformheader {
    float: left;
    height: 45px;
    width: 50%;
}

header .filtros {
    padding: 0px 30px;
    /*padding: 15px 40px;*/
}

header .filtros img {
    margin-right: 20px;
}

header .filtros select {
    margin-top: 13px;
}

header h5 {
    color: #A3A3A3;
    margin-right: 10px;
    margin-top: 14px;
}

header h4 {
    color: #8a8896;
    /*A3A3A3*/
    margin-right: 20px;
    margin-top: 12px;
}

.clear {
    clear: both;
}

.select {
    border: none;
}

.app_content {
    padding-top: 2px;
}

.sacscontdash {
    /* contenedor foto perfil + dashboard*/
    max-height: 100%;
    min-height: 50%;
    /*overflow: hidden;*/
    max-width: 26%;
    min-width: 20%;
}

.sacsavatar {
    /* contenedor foto, forza imagen cuadrada*/
    height: auto;
    max-width: 420px;
    min-width: 120px;
}

.sacsfoto {
    /* foto de perfil*/
    height: auto;
    width: auto;
}

.sacsdash {
    /* dashboard*/
    height: 100%;
    max-width: 420px;
}

.boxblanco {
    background: white;
}

.boxblanco .contentblanco {
    padding: 10px 20px;
}

.boxblanco .titleblanco {
    border-bottom: 2px solid #E1E1E1;
    overflow: auto;
}

.boxblanco .titleblanco img {
    margin-right: 20px;
}

.boxblanco .titleblanco h1 {
    color: #BBBAC0;
    font-size: 22px;
    margin: 8px;
}

.iconHeader {
    width: 45px;
    height: 45px;
}

div.crop-img {
    max-width: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
}

div.crop-img img {
    margin-left: -30%;
}

.sacsherramientas {
    color: #3b4751;
    border-bottom: 10px solid #d2cfd8;
    padding: 0 !important;
}

.sacsherramientas .fa {
    color: #3b4751;
    font-size: 20px;
}

#sacsbotoncierra {
    border: none;
    color: #77767D;
    background: #48474D;
    float: left;
    height: 45px;
    width: 10%;
}

.iconfeed {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.iconfeedcomment {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.marcagris {
    border-left: 3px solid #D3D7DC;
}

.tabsdashboard {
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    font-weight: bold;
}

.tabsactive {
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
    background-color: #3B3A40;
    color: #818088;
    font-weight: bold;
}

#tabsdashboardcontent {
    background-color: white;
}

.plainlist li {
    border-top: #E1E1E1 1px solid;
    clear: both;
    overflow: auto;
    padding: 10px 0px;
    list-style: none;
}

.plainlist li:hover {
    background-color: #DAE1FF;
    color: white;
}

.plainlist li img {
    width: 80px;
}

.plainlist .li_more {
    text-align: center;
}

#contenedorTabs {
    background-color: white;
}

.infoBlock {
    background-color: white;
    padding: 20px 10px;
    overflow: hidden;
}

.infoBlock .infoSpacer {
    border-bottom: 1px solid #E7E7E9;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contenedorTabsHeader {
    overflow: hidden;
}

.dashboardIcons {
    position: relative;
    float: right;
    overflow-y: auto;
}

.dashboardIcons li {
    list-style: none;
    width: 40px;
    height: 40px;
    border-top: 1px solid #E7E7E9;
}

.proyectosIcon {
    background: url('../img/icons/dashboard/icon_proyectos.gif');
}

.proyectosIcon:hover {
    background: url('../img/icons/dashboard/hover_proyectos.gif');
}

.entidadesIcon {
    background: url('../img/icons/dashboard/icon_entidad.gif');
}

.entidadesIcon:hover {
    background: url('../img/icons/dashboard/hover_entidad.gif');
}

.tareasIcon {
    background: url('../img/icons/dashboard/icon_tareas.gif');
}

.tareasIcon:hover {
    background: url('../img/icons/dashboard/hover_tareas.gif');
}

.recordatorioIcon {
    background: url('../img/icons/dashboard/icon_recordatorios.gif');
}

.recordatorioIcon:hover {
    background: url('../img/icons/dashboard/hover_recordatorios.gif');
}

.calendarioIcon {
    background: url('../img/icons/dashboard/icon_eventos.gif');
}

.calendarioIcon:hover {
    background: url('../img/icons/dashboard/hover_eventos.gif');
}

.seguimientoIcon {
    background: url('../img/icons/dashboard/icon_seguimientos.gif');
}

.seguimientoIcon:hover {
    background: url('../img/icons/dashboard/hover_seguimientos.gif');
}

.prospectoIcon {
    background: url('../img/icons/dashboard/icon_prospectos.gif');
}

.prospectoIcon:hover {
    background: url('../img/icons/dashboard/hover_prospectos.gif');
}

.archivosIcon {
    background: url('../img/icons/dashboard/icon_archivos.gif');
}

.archivosIcon:hover {
    background: url('../img/icons/dashboard/hover_archivos.gif');
}

.contenedorPrincipal {
    overflow: auto;
}

#dashboardColumnRight {
    width: 115%;
    float: left;
    background-color: white;
}


/* WIDGET */

.widget {
    color: #BBBBBB;
}

.widget .listWrapper {
    padding: 20px 10px;
}

.widget .bordersLeftRight {
    border-left: 1px solid #E7E7E9;
    border-right: 1px solid #E7E7E9;
}

.widget .borderbottom {
    border-bottom: 1px solid #E7E7E9;
}

.widget .title {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
}

.widget .title span {
    margin-right: 30px;
    font-weight: bold;
}

.widget .title .counter {
    font-size: 18px;
}

.widget .greenfont {
    color: #59D7C5;
}

.widget .filters input {
    padding: 15px 10px;
    border: none;
    width: 100%;
}

.widget .filters select {
    border: none;
    padding: 15px 10px;
}

.widget .filters .searchicon {
    float: left;
    background: url('../img/icons/buscar_negro.gif') red;
    width: 58px;
    height: 58px;
}

.widget .options {
    text-align: center;
    line-height: 54px;
}

.widget .inputFechas {
    border: solid 1px #E7E7E9 !important;
    width: 100px !important;
    margin-left: 20px;
    padding: 5px 10px !important;
}

.etiquetaCalendar {
    display: none;
}

.WidgetFileIcono {
    float: left;
    width: 35px !important;
    height: 43px;
    margin-right: 20px;
}

.widgetFileNombre {
    padding-top: 10px;
    float: left;
}

.widgetFileIconoDescarga {
    padding-top: 7px;
    float: right;
    margin-right: 20px;
}

.widgetFileIconoDescarga img {
    width: 42px !important;
    height: 27px;
}

.imgSeguimiento {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.seguimientoContent {
    width: 245px;
    float: left;
    font-size: 9pt;
}

.seguimientoFinalizar {
    float: right;
    width: 80px;
}

.seguimientoContent a {
    font-size: 12pt;
    font-weight: bold;
}

.creadoPor {
    font-size: 8pt;
}

.asignadoel {
    color: #B4B4B4;
}

li {
    list-style: none;
}

.contenedorPrincipal {
    padding: 20px;
}

.contenedorPrincipal input {
    border: solid 1px #E7E7E9 !important;
}

.blockCustom {
    padding-left: 30px;
    padding-right: 30px;
}

.diasDiv {
    font-size: 9pt;
}

.modalGlobalheader {
    background-color: #FF5150;
    color: white;
}

.modalGlobalheader h4 {
    text-align: center;
    font-weight: normal;
    height: 50px;
}

.formglobal {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
}

.formHeader {
    margin-top: 20px;
}

.formglobal .formHeader {
    font-size: 16pt;
    text-align: center;
}

.formglobal .formBody {
    border-top: 1px solid #E7E7E9 !important;
    border-bottom: 1px solid #E7E7E9 !important;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.formglobal .formFooter {
    padding-right: 20px;
    text-align: right;
}

.iconsForm li {
    width: 50px;
    height: 50px;
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.iconoEntidad {
    background: url('../img/icons/forms/entity.png');
    background-repeat: no-repeat;
}

.iconoEntidad:hover {
    background: url('../img/icons/forms/hover_entity.png');
}

.iconoProject {
    background: url('../img/icons/forms/proyect.png');
    background-repeat: no-repeat;
}

.iconoProject:hover {
    background: url('../img/icons/forms/hover_proyect.png');
}

.iconoTarea {
    background: url('../img/icons/forms/task.png');
    background-repeat: no-repeat;
}

.iconoTarea:hover {
    background: url('../img/icons/forms/hover_task.png');
}

.iconoTarea {
    background: url('../img/icons/forms/task.png');
    background-repeat: no-repeat;
}

.iconoTarea:hover {
    background: url('../img/icons/forms/hover_task.png');
}

.iconoArchivo {
    background: url('../img/icons/forms/file.png');
    background-repeat: no-repeat;
}

.iconoArchivo:hover {
    background: url('../img/icons/forms/hover_file.png');
}

.iconoSeguimiento {
    background: url('../img/icons/forms/follow.png');
    background-repeat: no-repeat;
}

.iconoSeguimiento:hover {
    background: url('../img/icons/forms/hover_follow.png');
}

.iconoProspecto {
    background: url('../img/icons/forms/propect.png');
    background-repeat: no-repeat;
}

.iconoProspecto:hover {
    background: url('../img/icons/forms/hover_prospect.png');
}

.iconoCalendario {
    background: url('../img/icons/forms/event.png');
    background-repeat: no-repeat;
}

.iconoCalendario:hover {
    background: url('../img/icons/forms/hover_event.png');
}


/*
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    box-shadow: none;
    font-size: 100%;
    height: 30px;
    line-height: normal;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px 8px;
}

.chosen-container-single .chosen-single {
    background-color: #FFFFFF;
    border: 1px solid #DBE1E8;
    border-radius: 4px;
    color: #394263;
    display: block;
    height: 34px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;    
}

.chosen-container-single .chosen-single span {
    display: block;
    height: 34px;
    line-height: 34px;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.chosen-container-single .chosen-single div b {    
    display: block;
    height: 100%;
    margin-top: 6px;    
}
*/

.showModalGlobal {
    cursor: pointer;
}

.addMargin {
    margin: 20px;
    padding: 20px;
}

.informationCodigo {
    padding: 15px;
}

.bottonInvitarAmigos {
    padding: 5px;
    border: none;
    width: 100%;
    color: white;
    margin-bottom: 3px;
}

.invitarAmigosCorreo {
    background: url(../img/mail_icn.gif) no-repeat 10px 2px;
    background-color: #0090FF;
}

.invitarAmigosFacebook {
    background: url(../img/fb_icn.gif) no-repeat 10px 2px;
    background-color: #3C5A9A;
}


/*****CSS agregado *****/

.subheader {
    background-color: white;
    display: inline-block;
    margin-bottom: -5px;
}

.crm {
    padding-left: 0px;
    padding-right: 0px;
}

.viewLink {
    margin-top: 13px;
    color: #9491a4;
}

.viewLinkImg {}

.box-blanco-temp {
    background: white;
    height: 45px;
}

.label-red {
    background: #F70535;
    margin-right: -5px;
    text-align: right;
    width: 18px;
    padding-left: 2.5px !important;
}

.searchcontent {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: #D2CFD8;
}

#searchEntity {
    border: 0px;
    margin-top: 8px;
}

.popover {
    border-radius: 0;
    padding: 0;
    width: 350px !important;
    max-width: 350px !important;
}

.pNotify {
    margin: 0 0 0px;
}

.no-padding {
    padding: 0px;
}

.img-avatar-blanco {
    height: 45px;
    width: 45px;
}


/* Buscador global*/

.globalSearch img {
    margin-right: 10px;
}

.globalSearch .ui-autocomplete-category {
    color: #FF8E38;
    border-bottom: 1px solid #FDB5B5;
    background: #D3D0D0;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0px;
}

.globalSearch .ui-menu-item:hover {
    background: #fff;
    border-radius: 0px;
}

.globalSearch .ui-menu-item a {
    background: none;
    border-radius: 0px;
    border: none;
    height: 50px;
    color: #999;
    cursor: pointer;
    margin: 0px;
    padding: 5px;
}

.globalSearch .ui-menu-item a:hover {
    font-weight: bold;
    color: #004284;
}

.iconoProspectoClk {
    background: url('../img/icons/forms/hover_prospect.png');
}

.iconoSeguimientoClk {
    background: url('../img/icons/forms/hover_follow.png');
}


/*ventana modal*/

.iconsForm {
    position: relative;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.iconsForm li {
    margin: 0 15px 0 15px;
}

.nuevstylevacioblanco {
    background: blue;
    color: blue;
}


/*Inventarios*/

div.nuevstylevacio {
    background: white;
    /*  width: 35% !important; */
}


/* .filtrar_produc {
	background-color: #48474D;
} */

.dropdown-menu-back {
    margin-left: 10px;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
}

#jumpEmpresas {
    border: none;
}

.loguito {
    margin-left: 3px;
    margin-top: 3px;
}

.profileTasks .fa {
    text-align: center;
    width: 15px;
    font-size: 15px;
    margin-right: 8px;
}

.list_dashboard {
    margin-left: 20px;
}

.list_dashboard li {
    margin-bottom: 15px !important;
}

.list_dashboard .fa {
    height: 24px;
    width: 24px;
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
}

.green-board .fa {
    color: #759C3D;
}

.orange-board .fa {
    color: #F58536;
}

.red-board .fa {
    color: #DE5544;
}

.blue-board .fa {
    color: #2E75B7;
}

.list_dashboard a {
    font-size: 15px;
    color: #333;
}

.list_dashboard p {
    font-size: 11px;
    color: #666;
}

.category_dashboard {
    font-weight: normal;
    font-size: 15px;
    color: #666;
}

.sacsbuscadorheader {
    margin-top: 5px;
    width: 250px;
}

.purplesucede {
    background-color: #6D5CAE;
    width: 100%;
}

#colors {
    height: 3px;
    width: 100%;
    display: block;
    clear: both;
    /*margin-bottom: 3px;*/
    z-index: 999 !important;
    position: relative;
}

#colors> div {
    display: block;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 20%;
    float: left;
}

.main-option-search {
    margin-top: 10px;
}