/*************************************************************************
--------------------------------------------------------------------------
             ARCHIVO CSS PERSONALIZADO DE LA PLANTILLA
--------------------------------------------------------------------------
Incluir aquí SOLO el código CSS personalizado de esta plantilla.

Para añadir código CSS común a todas las plantillas de CoreSurvey, utilizar
el archivo "core.default.css".
--------------------------------------------------------------------------
**************************************************************************/

:root {
  --primary-color: #42b521;
}

#TabContactos.tabbable > .nav-tabs > li.active, #PanelControl.tabbable > .nav-tabs > li.active > a, #TabSugeridos.tabbable > div > .nav-tabs > li.active > a { color:#E9596E !important; }

/*************************************************************************************/

/*
--------------------------------------------------------------------------
-       Adaptaciones GROW            -
--------------------------------------------------------------------------
*/

:root {
    --primary-color: #E9596E !important;
}

body { background: #000000; }
body.loginpage { background: #F5F5F5 !important; }

.header, .leftmenu .nav-tabs.nav-stacked > li.active > a, .leftmenu .nav-tabs.nav-stacked > li.active > a:hover, .shortcuts li a, .widgettitle, .mediamgr .mediamgr_rightinner h4, .messagemenu, .msglist li.selected, .wizard .hormenu li a.done, .wizard .hormenu li a.selected, .actionBar a:hover, .actionBar a:hover, .wizard .tabbedmenu, .nav-tabs > .active > a:focus, .tabbable > .nav-tabs, .btn-primary, .btn-primary:link, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus, .tabs-right .nav-tabs, .tabs-right > .nav-tabs > li > a, .tabs-left .nav-tabs, .tabs-left > .nav-tabs > li > a, .progress-primary .bar, .tab-primary.ui-tabs .ui-tabs-nav, .ui-datepicker-calendar td.ui-datepicker-today a, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-group.open .btn-primary.dropdown-toggle, .fc-widget-header, .fc-widget-header.fc-agenda-gutter.fc-last, .chatwin h4
{ background-color: #E9596E; }

a, a:hover, a:link, a:active, a:focus, a:visited, .pageicon, .pagetitle h1, .userlist li .uinfo h5, .messagemenu ul li.active a, .msglist li h4, .actionBar a, .actionBar a.buttonDisabled, .wizard .tabbedmenu li a.selected, .wizard .tabbedmenu li a.done, .tabbable > .nav-tabs > li.active > a, .btn-circle.btn-primary, .btn-circle.btn-primary:hover, .btn-circle.btn-primary:focus, .btn-circle.btn-primary:active, .btn-circle.btn-primary.active, .btn-circle.btn-primary.disabled, .btn-circle.btn-primary[disabled], .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus, #chatwinlist
{ color: #E9596E; }

.btn-primary {
    background: #fff !important;
    color: #333333;
    border-color: #cccccc;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #E9596E;
  border-color: #E9596E;
}

.inputwrapper button, .inputwrapper button:hover , .inputwrapper button:active { background: #E9596E !important; border-color: #E9596E; }
.loginpage button:hover { background: #E9596E; border-color:#E9596E; }
#forgotPassword, .inputwrapper, .inputwrapper a, .regpanel .pagetitle h1 { color: #3D3D3D !important; }

.header { background-color: #232323 !important; }
.header .logo { background-color: #fff; padding-bottom: 12px; }
.header .logo img { width: 130px; }
.nav .dropdown-menu { background-color: #232323 !important; }

#Pizarra {
    border-left: solid 2px #E9596E;
    border-right: solid 2px #E9596E;
}

.dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus {
    background-color: #E9596E !important;
    background-image: none !important;
}

#EstadoPruebas .RowEstado:first-child .DivExterior .btn-default:hover { background-color: #E9596E !important; border-color: #E9596E; }
a.valorcuota { color:#333333 !important; }
#TabMensajes > #TabsGroup li.active > a { background: #E9596E !important;border: solid 1px #E9596E; }

#est_variables .nav-tabs > li.active > a,
#est_variables .nav-tabs > li.active > a:hover,
#est_variables .nav-tabs > li.active > a:focus { color: #3D3D3D; }
#variables_ul.nav li:hover a { color: #E9596E; }
.est_title .est_question .CodigoQGrafica { color: #3D3D3D; }
.est_tipografica .visto { background-color: #E9596E !important; }

::-webkit-scrollbar-track { background: #f0f0f0; }
::-webkit-scrollbar-thumb {	background: #CCC; }
::-webkit-scrollbar-thumb:hover { background: #CCC; }
