/* IMPORTS */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'poor_storyregular';
    src: url('../fonts/poorstory-regular/poorstory-regular-webfont.eot');
    src: url('../fonts/poorstory-regular/poorstory-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poorstory-regular/poorstory-regular-webfont.woff2') format('woff2'),
        url('../fonts/poorstory-regular/poorstory-regular-webfont.woff') format('woff'),
        url('../fonts/poorstory-regular/poorstory-regular-webfont.ttf') format('truetype'),
        url('../fonts/poorstory-regular/poorstory-regular-webfont.svg#poor_storyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins/poppins-regular-webfont.eot');
    src: url('../fonts/poppins/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins/poppins-regular-webfont.woff') format('woff'),
        url('../fonts/poppins/poppins-regular-webfont.ttf') format('truetype'),
        url('../fonts/poppins/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    font-size: 16px;
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

body a:hover, body a:active, body a:focus {
    color: #a5a5a5;
}

body a {
    color: #636363;
}

/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    /*white-space: nowrap;*/
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .img-logo {
        width: auto !important;
        max-height: 28px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.panel-primary > .panel-heading
{
    background-color:#101010 !important;
    border-color:#101010 !important;
}

.centrado
{
    margin: auto;
}

.inner-addon
{
    position:relative;
}

.inner-addon .glyphicon
{
    position:absolute;
    padding:10px;
    pointer-events: none;
}

.glyphicon.red{
    color:red;
}

.glyphicon.green{
    color:green;
}

.glyphicon.orange{
    color:#e08e00;
}

.glyphicon.blue{
    color:rgba(69,69,135,1);
}

.pretty.p-icon{
    font-size:22px;
}

.pretty.p-icon label{
    font-weight:bold;
}

.skin-blue .main-header .logo
{
    background-color:#333333 !important;
    border-bottom: 3px solid #222222 !important;
}

.img-logo {
    width: 150px;
}

.left-addon .glyphicon {left:0px;}
.right-addon .glyphicon {right:0px;}

.left-addon input {padding-left:30px;}
.right-addon input {padding-right:30px;}

.btn-success
{
    background-color: #f48120 !important;
    border-color:#f48120 !important;
}

.btn-success.link-appearance
{
    color:#555;
    background-color: transparent !important;
    border-color:transparent !important;
    font-weight:normal;
}

.fondogris
{
    background-color: #d3d3d3 !important;
}
.btLog
{
    float:right !important;
}
.centerfield
{
    text-align: center !important;
}

.skin-blue .main-header .navbar .sidebar-toggle, .skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #86BC25;
}

.main-header .sidebar-toggle:before {
    content: none !important;
}

.img-menu {
    width: 20px;
}

.main-header .sidebar-toggle {
    padding: 14px 15px;
}

body.skin-blue .main-header .navbar{
    background-color:#FFF;
}

.navbar-custom-menu *{
    color:#333;
}

/*ADMIN LTE*/
.wrapper .content-wrapper {
    background-color: #FDFDFD;
}
.wrapper .content-wrapper .kv-grid-table td, .wrapper .content-wrapper .kv-grid-table th{
    padding: 13px 8px;
    border-top:1px solid #DDD;
    line-height: 36px;
}
section.content{
    /*margin-top:30px;*/
    padding-top:30px;
    padding-left:50px;
    padding-right:50px;
}

.message-info i{
    vertical-align: middle;
}

/*END ADMIN LTE*/

/*CONSENTS*/
.column-status{
    text-align: center;
}

.consent-title {
    max-width: calc(100% - 40px);
    overflow:hidden;
    text-overflow: ellipsis;
}

/*END CONSENTS*/

/** login **/

.login-page, .register-page {
    background-color: #000 !important;
}

.login-box-body, .register-box-body {
    background-color: #f0f0f0 !important;
}

.header-login {
    background-color: #333333;
}

.img-logo-login {
    width: 180px;
    padding: 17px;
    margin-left: 12px;
}

.link-reset-password {
    color: #0097a9;
}

.form-control:focus {
    border-color: #86BC25 !important;
}
/** END login **/

/** MODAL*/
.modal-dialog .modal-content{
    border-radius:5px;
    height: 100%;
}
.modal-dialog .modal-content .close{
    color:white;
    opacity: .8;
}
.message-info i{
    cursor:pointer;
}

.tippy-tooltip .tippy-tooltip-content h1{
    font-size:24px;
    margin-bottom:4px;
    margin-top:4px;
}
.tippy-tooltip .tippy-tooltip-content h2{
    font-size:20px;
    margin-bottom:3px;
    margin-top:3px;
}
.tippy-tooltip .tippy-tooltip-content br{
    display: block;
    margin: 5px 0;
}

.tippy-tooltip .tippy-tooltip-content, .tippy-tooltip .tippy-tooltip-content p{
    font-size:14px;
    color:white !important;
    background-color: black;
}
.tippy-tooltip[data-size="large"] {
    font-size: 16px;
}
/** END MODAL*/

/*TOOPTIL THEME*/
.tippy-popper {
    max-width: 500px;
}

.tippy-tooltip.white-theme {
    background-color: #F5F5F5;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.tippy-tooltip.white-theme [x-circle]{
    background-color: white;
}
.tippy-tooltip.white-theme .arrow-regular{
    border-top: 7px solid white;
}
.tippy-tooltip.white-theme .tippy-tooltip-content {
    color: black;
    font-size:14px;
}

.tippy-tooltip.white-theme .popup{
    padding:15px;
}
.tippy-tooltip.white-theme .popup .title{
    color:rgba(150, 17, 13, 0.95);
    font-size:12px;
    margin-bottom:12px;
    font-weight:bold;
}
.tippy-tooltip.white-theme .popup .title.info{
    color:rgba(4, 42, 74, 0.7);
}
.tippy-tooltip.white-theme .popup .subtitle{
    font-size:13px;
    color:rgba(0, 0, 0, 0.95);
    margin-bottom:14px 14px 8px 14px;
    font-weight:bold;
}
.tippy-popper[x-placement^="right"] [x-arrow] {
    border-right: 7px solid #CCC;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0;
}
/*END TOOPTIL THEME*/

/*kartik custom*/
.kv-expand-header-cell span{
    display:none;
}

.kv-expand-detail-row h2{
    display: inline;
    background-color:#FFF;
    border-radius:7px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    padding:7px 10px;
    font-size:20px;
    border-bottom: 2px solid #EEE;
}

.fake-col{
    width:80px;
}

#hiddenLayout:before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 999;
    right: 0px;
    width: calc(100% - 40px);
}

/**Left Zone **/

.skin-blue .sidebar-menu>li.active>a {
    border-width: 0;
    color: #86BC25 !important;
}

.sidebar-menu>li {
    border-bottom: 3px solid #222222;
}

.sidebar-menu {
    margin-top: 14px !important;
    font-size: 18px;
}

.img-sidebar-menu {
    width: 10%;
    margin-right: 6%;
}

.sidebar-menu>li>a>.fa {
    display: none;
}

.skin-blue .sidebar a {
    color: #ffffff !important;
}

/**Login**/

/** login **/

.login-page, .register-page {
    background-color: #fff !important;
}

.login-box-body, .register-box-body {
    background-color: #f0f0f0 !important;
}

.header-login {
    background-color: #333333;
}

.img-logo-login {
    width: 12%;
    padding: 17px;
    margin-left: 12px;
}

.link-reset-password {
    color: #0097a9;
}

.form-control:focus {
    border-color: #86BC25 !important;
}

/** content **/

.btn-success {
    border-color: #0097A9 !important;
    background-color: #0097A9 !important;
}

.btn {
    border-radius: 0px;
}

.btn-new {
    margin-top: 24px;
}

.float-right {
    float:right;
}
.float-left{
    float:left;
}

.img-btn-grid-1 {
    width: 30px;
}

.img-btn-grid-3 {
    width: 24%;
    height:44%
}
.img-btn-grid-2 {
    width: 24%;
    height:44%
}

.panel-primary > .panel-heading{
    color: black;
    background-color: #ffffff;
    border-color: #d2d6de;
}

.skin-blue .sidebar-menu>li.active>a .img-dashboard, .skin-blue .sidebar-menu>li.menu-open>a .img-dashboard {
    content: url("/images/dashboard-green.svg");
}
.skin-blue .sidebar-menu>li.active>a .img-hammer, .skin-blue .sidebar-menu>li.menu-open>a .img-hammer {
    content: url("/images/green_hammer.svg");
}
.skin-blue .sidebar-menu>li.active>a .img-people, .skin-blue .sidebar-menu>li.menu-open>a .img-people {
    content: url("/images/green_people.svg");
}
.skin-blue .sidebar-menu>li.active>a .img-cog, .skin-blue .sidebar-menu>li.menu-open>a .img-cog {
    content: url("/images/green_cog.svg");
}

/*END kartik custom*/

/* Header custom */

nav .row{
    box-shadow: 1px 1px 0px rgba(0,0,0,.1);
    padding-right: 15px;
}

nav .dropdown-menu {
    width: 250px;
    top: 60px;
    padding: 20px !important;
    border-radius: 0;
    background-color:white;
    box-shadow: 0px 0px 0px 5000px rgba(0,0,0,.5) !important;
}


nav .dropdown-menu li a{
    padding: 10px;
}

.dropdown-menu.menu_new_items {
    left: 15px;
}

nav .sidebar-toggle {
    height: 50px;
}

nav .sidebar-toggle:hover {
    background-color: #86BC25 !important;
}

.dropdown-menu.menu_new_items li{
    padding-left: 0px;
    padding-right: 0px;
}

.img-search {
    width: 22px;
    margin: 0 10px;
}

.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    background-color: transparent !important;
    color: #333333;
    font-size: 15px;
    border: 0;
}

nav .sidebar-form {
    height: 30px;
    border: 0 !important;
    margin: 10px 0 !important;
} 

nav .form-control:focus {
    border-color: transparent !important;
}

nav input[type="text"].form-control {
    padding-left: 0px;
}

nav .nav-box {
    height: 50px;
    margin: 0px !important;
    /*box-shadow: 1px 0px 0px rgba(0,0,0,.1), -1px 0px 0px rgba(0,0,0,.1);*/
    border-left: 1px solid rgba(0,0,0,.2) !important;
    border-right: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 0px !important;
    padding: 0px;
}

nav .select2-container--bootstrap .select2-selection--single {
    height: 50px;
    line-height: 50px;
    border: 0px;
}

nav .select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

nav .select2-selection__arrow {
    display: none;
}

nav .select2-selection.select2-selection--single:after {
    content: '\e259';
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 0px;
}

nav .select2-selection.select2-selection--single:hover {
    background-color: rgba(0,0,0,.1);
}

nav .navbar-custom-menu .btn {
    width: 100%;
    border: 0px;
    background-color: transparent;
}

.select2-container--disabled, .select2-container--disabled ~ label{
    opacity:0.35;
}

/*Modal-forms */
.modal-body {
    overflow: auto;
}

.modal .loading{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
    z-index:1000;
    top:0;
    left:0;
    background-image:url("/images/loading.gif");
    background-position:center center;
    background-repeat:no-repeat;
}

.panel.panel-default.listcheckbox{
    padding:15px;
}
/*END Modal-forms */


/*Communication Channels*/
.channels_list{
    list-style-type: none;
    margin:0;
    padding:0;
    overflow: hidden;
    margin-top: 10px;
}
.img-btn-grid-communication {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background-size: 100% 100%; 
    background-position: center center;
    background-repeat: no-repeat;
}
.img-btn-grid-communication + .img-btn-grid-communication {
    margin-left: 5px;
}

.img-btn-grid-communication:not(.active) {
    cursor: pointer;
}

.mails{
    background-image:url("/images/black_mail.svg");
}
.mails.active{
    background-image:url("/images/green_mail.svg");
}

.phones{
    background-image:url("/images/black_phone.svg");
}
.phones.active{
    background-image:url("/images/green_phone.svg");
}

.postal{
    background-image:url("/images/black_house.svg");
}
.postal.active{
    background-image:url("/images/green_house.svg");
}

.blackmail{
    background-image:url("/images/black_mail.svg");
}
.blackpostal{
    background-image:url("/images/black_house.svg");
}
.blackphone{
    background-image:url("/images/black_phone.svg");
}
.blackpencil{
    background-image:url("/images/black_pencil.svg");
}
.blackmail:hover,
.blackmail.active{
    background-image:url("/images/green_mail.svg");
}
.blackphone:hover,
.blackphone.active{
    background-image:url("/images/green_phone.svg");
}
.blackpostal:hover,
.blackpostal.active{
    background-image:url("/images/green_house.svg");
}
.blackpencil:hover,
.blackpencil.active{
    background-image:url("/images/green_pencil.svg");
}

#checkbox_mail{
    opacity: 0;
}
#checkbox_phone{
    opacity: 0;
}
#checkbox_postal{
    opacity: 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    /*  position: absolute;
      left: -9999px;
      display:none;*/
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    display:none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .2em; left: .275em;
    font-size: 1.4em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
    display:none;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background-image:url("/images/green_mail.svg");
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9!important;
}

input[type="checkbox"]:checked + .blackmail {
    background-image:url("/images/green_mail.svg");
}
input[type="checkbox"]:checked + .blackphone {
    background-image:url("/images/green_phone.svg");
}
input[type="checkbox"]:checked + .blackpostal {
    background-image:url("/images/green_house.svg");
}
input[type="checkbox"]:checked + .blackpencil {
    background-image:url("/images/green_pencil.svg");
}

/*End block Communication Channels */
.class-datasubject{
    background:#f4f4f4;
}
.contenido{
    background:#f4f4f4;
}
.contenedor-caja{
    background:white;
    margin-top:10px;
}
.contenedor-interno
{
    margin-right: auto;
    margin-left:auto;
    max-width:960px;
    padding-right:10px;
    padding-left:10px;
}
.content-layout, .wrapper .content-wrapper
{
    background:#f7f7f7;
}
.content-layout .content-white
{
    background:#FFF;
    clear:both;
    padding:20px;
}

.content-layout .content-transparent
{
    background:transparent;
    clear:both;
    padding:20px;
}

.content-layout .subcontent-white, .content-layout .subcontent-transparent
{
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.content-layout .subcontent-white
{
    background:#FFF;
}

.content-layout .subcontent-transparent
{
    background:transparent;
}

.company-consent-view
{
    margin-top:20px;
}

/*Read more Link */
.more-data{ display:none}


.show-read-more .more-text{
    display: none;
}
/*End Block Read more link */

/* Historical Modal for Data Subjects */

/* TODO - FIX this style */
/*.modal-content span{
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 10px 0;
} */

.modal-content li{
    position: relative;
    min-height: 50px;
    padding-left: 237px;
}
.modal-content li .hour {
    top: 21px;
    position: absolute;
    display: block;
    width: 80px;
    padding: 0;
    font-size: 12px;
}
.modal-content .hourheader {
    top: 25px;
    position: absolute;
    right:0px;
    display: block;
    width: 80px;
    padding: 0;
    font-size: 12px;
}
.modal-content .dateheader {
    top: 5px;
    position: absolute;
    right:0px;
    display: block;
    width: 196px;
    padding: 0;
    font-size: 12px;
}
.modal-content .contenedor-fecha{
    position:absolute;
    left:0
}

.modal-content li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 35px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(0,0,0,.2);
    z-index: 1;
    left: 205px ;
}


#modalHistory .modal-content li.status-accepted:before {
    background-color: #00d407;
}
#modalHistory .modal-content li.status-rejected:before {
    background-color: #ffaaaa;
}
#modalHistory .modal-conent li.status-notchanged:before {
    background-color: #D3D3D3;  
}

#modalHistory .modal-content li:before {
    content: '';
    position: absolute;
    left: 200px;
    height: 13px;
    width: 13px;
    top: 13px;
    border-radius: 7px;
    z-index: 2;
    background-color: #D3D3D3;
}

#modalHistory .modal-content p.date,#modalHistory .modal-content p.hour{
    /*position: absolute;*/
    /*left:0;*/
    font-size:12px;
}
.btn-society, .btn-consents
{
    position: relative;
    bottom: 80px;  
}


/* End Block Historical Modal for Data Subjects */

/* COMMON SECTIONS */
body .content-header{
    width:45%;
    float:left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-top:0;
    padding-left:0;
}

body .main-action{
    width:34%;
    float:right;
}

body .content-header > h1{
    font-size:42px;
    font-weight:bold;
    padding-top:0;
    overflow:hidden;
    text-overflow:ellipsis;
}

.modal-form-show-button{
    padding:13px 45px;
    border-radius: 0 !important;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}

.modal-form-show-button:hover{
    opacity:0.8;
}

.btn{
    padding:13px 45px;
    border-radius: 0 !important;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    position:static;
}

.btn.fileinput-button{
    position:relative;
}


.file-input .input-group .input-group-btn > * {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}

.form-help-panel{
    background-color:#c5e5f9;
    width:100%;
    height:100%;
    min-height:200px;
    padding:20px;
    color:#777;
}

/* END COMMON SECTIONS */

/* SEARCH SECTIONS */
body .section-search{
    width:30%;
}
body .section-search .section-search-term{
    width:95%;
    border:none;
    border-bottom:1px solid #999;
    background-color: transparent;
}
/* END SEARCH SECTIONS */

/* BOX ITEMS */

body .box-items{
    background-color:white;
    border:1px solid #d5d5d7;
    padding:20px 25px;
}

body .box-items img[class^="img-btn-grid"], body .contenedor-caja img[class^="img-btn-grid"]{
    max-width:19px;
    margin-left:10px;
}

body .box-items .action-column, body .box-items .row-item td:last-child{
    text-align:right;
}

.table .row-item.selected{
    background-color:#eef4e3;
}

.table .row-item.rejected{
    background-color: rgba(242, 65, 65, .05);
}


.table .row-item .select-icon{
    max-width:50px;
}

.proposal-view .status-icons{
    margin-bottom:15px;
}

.table .row-item .status-icons{
    min-width:135px;
}

body .box-items .action-column{
    content:'';
}

body .content-wrapper .box-items table.kv-grid-table thead th{
    padding:2px;
    border-bottom:1px solid #DDD;
}
body .content-wrapper .box-items table.kv-grid-table thead th.consent-title{
    width: 50% !important;
}

body .box-items thead th, body .box-items thead th a, body .box-items thead th{
    font-size:15px;
}

body .box-items thead th, body .box-items thead th a, body .box-items thead th, body .box-items tbody td a{
    color:#333;
    font-weight:bold;
    text-decoration: underline;
}
body .box-items tbody td a.new_consent_version_link{
    color: rgb(0, 151, 169);
}
body .box-items thead th, body .box-items thead th a, body .box-items thead th, body .box-items tbody td a:hover{
    text-decoration:none;;
}
body .box-items tbody td a{
    color:#555;
}

body .content-wrapper .box-items table.kv-grid-table tbody td{
    border-top:none;
    border-bottom:1px solid #DDD;
    padding-bottom:0;
    padding-left:0;
}
/* END BOX ITEMS */

/* PAGINATION */

body .box-items .pagination > li > a {
    color: #999;
}
body .box-items .pagination > .active > a, body .box-items .pagination > .active > span, body .box-items .pagination > .active > a:hover, body .box-items .pagination > .active > span:hover, body .box-items .pagination > .active > a:focus, body .box-items .pagination > .active > span:focus {
    background-color: #CCC;
    border-color: #CCC;
    color:#555;
}
/* END PAGINATION */

/* WIDGETS */
/* AttributeTypeSelectorWIDGETS */

.attribute-selector{
    position:relative;
    float: right;
    border-left:1px solid #d5d5d7;
    border-right:1px solid #d5d5d7;
    padding:10px 13px 10px 13px;
    min-width:18%;
    max-width:35%;
}

.attribute-selector .label-attr{
    font-size:21px;
    color:#000;
    font-weight:bold;
    cursor:pointer;
    text-align:right;
}

.attribute-selector .label-attr .label-active{
    width:100%;
    overflow-x:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.attribute-selector .label-attr:hover{
    opacity:0.5;
}

.attribute-selector .label-attr span{
    color:#AAA;
    font-size:15px;
}

.attribute-selector .label-attr span{
    margin-left:10px;
}

.attribute-selector span.icon-add-attribute{
    margin-left:0;
    margin-right:10px;
}

.attribute-selector .panel-items{
    position:absolute;
    top:50px;
    left:0;
    z-index:1000;
    width:100%;
    border:1px solid #d5d5d7;
    padding:1px;
    display:none;
    background-color:#FFF;
    max-height:300px;
    overflow:auto;
}

.attribute-selector:hover .panel-items.withItems{
    display:block;
}

.attribute-selector .panel-items ul{
    padding-left:0;
}

.attribute-selector .panel-items li{
    list-style: none;
    padding:7px 2px 5px 5px;
    border-bottom:1px solid #DDD;
}

.attribute-selector .panel-items li.add{
    background-color:#DDD;
    cursor:pointer;
}

.attribute-selector .panel-items li:hover{
    background-color:#EFEFEF;
}

.attribute-selector .panel-items li a{
    color:#000;
    font-weight:bold;
    display:block;
    padding:7px 2px 5px 5px;
}


/* END AttributeTypeSelectorWIDGETS */
/* END WIDGETS */

/* FA-CUSTOM*/
.fa.fa-custom{

}

.fa.fa-custom.fa-id{
    border-radius:100%;
    color:#FFF;
    background-color:#7fad38;
    font-family:"lato";
    font-size:12px;
    font-weight:900;
    line-height:30px;
    width:30px;
    height:30px;
    text-align:center;
    vertical-align:middle;
}

.fa.fa-custom.fa-id:before{
    content:"ID";
}

/* END - FA-CUSTOM*/

/* BEGIN - DROPDOWNLIST ADVANCED FILTER */

ul.dropdown-menu.desplegable{
    width:450%;

}
#searchConsents{
    color:white;
}

/* END - DROPDOWNLIST ADVANCED FILTER */


/* BEGIN - TOP SEARCH */

.top-search{
    margin-top:8px;
    max-width:450px;
}

.search-field {
    position: relative;
    overflow: hidden;
    padding: 0 14px; 
    cursor: text;
}

.search-field-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.search-field-input {
    display: inline-block;	
    width: 300px;
    height: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: width .5s;
    transition-timing-function: ease-in-out;
}

.search-field-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Comfortaa';
    font-size: 19px;
    font-weight: 300;
    color: rgba(37, 45, 58, 1);
    letter-spacing: 0.01em;
}
.search-field-input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Comfortaa';
    font-size: 19px;
    font-weight: 300;
    color: rgba(37, 45, 58, 1);
    letter-spacing: 0.01em;
}
.search-field-input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Comfortaa';
    font-size: 19px;
    font-weight: 300;
    color: rgba(37, 45, 58, 1);
    letter-spacing: 0.01em;
}
.search-field-input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Comfortaa';
    font-size: 19px;
    font-weight: 300;
    color: rgba(37, 45, 58, 1);
    letter-spacing: 0.01em;
}

/* END - TOP SEARCH */

/* CRUD STYLES*/
.modal-content .tabs-above.tab-align-left li{
    padding-left: 0;
    /*width: 0;*/
}
.modal-content .tabs-above.tab-align-left li:not(:last-child)::after{
    width: 0;
}

.modal-content .tabs-above.tab-align-left .tab-content{
    padding-top:0;
    padding-left:0;
}

.modal-body > div[class$="create"] h1, .modal-body > div[class$="update"] h1{
    display:none;
}

.kv-grid-container table thead th a{
    font-weight:normal;
    color:#555;
    font-size:11px;
    text-transform:uppercase;
}

.kv-grid-container table thead th .header-name{
    font-weight:normal;
    color:#555;
    font-size:11px;
    text-transform:uppercase;
}
.kv-grid-container table thead th .header-name .link{
    width:16px;
}

.custom-icon{
    width:25px;
}

.glyphicon-warning-sign{
    color:#e08e00;
}

.items-tab{
    text-align:center;
}
.items-tab .item-tab{
    text-align:center;
    display:inline;
    margin-left:10px;
}
.items-tab .item-tab:first-child{
    margin-left:0px;
}
/* END CRUD STYLES*/

/* MULTISELECT PANEL*/
.multiselect-panel-container{
    max-height:40vh;
    overflow-y:auto;
}

.multiselect-panel-container .item{
    border-top:1px solid #E5E5E5;
    padding:10px;
    font-size:14px;
    cursor:pointer;
}
.multiselect-panel-container .item input[type='checkbox']{
    display:none;
}
.multiselect-panel-container .item.active, .multiselect-panel-container .item:hover{
    background-color:#F7F7F7;
}
.multiselect-panel-container .item.active.locked, .multiselect-panel-container .item.active.locked{
    opacity:0.6;
}
.multiselect-panel-container .item.active{
    background-image:url(/images/tick.svg);
    background-repeat:no-repeat;
    background-position:right 10px center;
    background-size:22px 22px;
}
.multiselect-panel-container .item.active.locked{
    background-image:url(/images/tick_lock.svg);
    background-size:46px 22px;
}

.multiselect-panel .actions .select-all, .multiselect-panel .actions .clear-select{
    float:right;
    cursor:pointer;
    margin-right:10px;
    font-size:12px;
}
.multiselect-panel .actions .select-all:hover, .multiselect-panel .actions .clear-select:hover{
    opacity:0.5;
}
.multiselect-panel .actions{
    clear:both;
    height:25px;
    text-align:right;
    margin-bottom:10px;
}
/* END MULTISELECT PANEL*/

/* BTN COLORS */
.btn.btn-success.green{
    background-color:#86BC25 !important;
    border-color:#86BC25 !important;
}
.btn.btn-success.back{
    background-color:#2C5234 !important;
    border-color:#2C5234 !important;
}

/* END BTN COLORS */
.kv-grid-table tbody a{
    text-decoration:underline;
}

/* UPLOAD FILE ASPECT */
.fileinput-button.file-aspect{
    margin-top:15px;
    background-color:#F2F2F2 !important;
    border:2px dashed #D3D3D3 !important;
    margin-bottom:15px;
    border-radius:4px;
}
.fileinput-button.file-aspect:hover{
    opacity:0.6;
}
.fileinput-button.file-aspect.dragover{
    background-color:#fff2bb !important;
}
.fileinput-button.file-aspect span{
    color:#8f8f8f;
}

.fileinput-button.file-aspect input[type='file']{
    max-width:100%;
    max-height:100%;
}

.custom-icon.add-document{
    background-image:url("/images/add-document-pdf.svg");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:35px 35px;
    height:35px;
    width:35px;
    display:block;
    margin:auto;
    margin-bottom:5px;
}

.fileinput-button.file-aspect .progress{
    margin-bottom:0;
    margin-top:3px;
    height:7px;
}

.fileinput-button.file-aspect .progress{
    margin-bottom:0;
    margin-top:3px;
    height:7px;
}

.fileinput-button-files{
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    background-color:#fffbea !important;
    border:1px solid #DEDEDE !important;
    border-radius:4px;
    display:block;
    width:150px;
    height:80px;
    padding:10px;
}

.fileinput-button-files .filedetails{
    min-width:80px;
    height:60px;
    text-align:center;
    background-image: url("/images/document.svg");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:38px 38px;
    vertical-align: baseline;
    position: relative;
    text-decoration:underline;
    display:block;
}

.fileinput-button-files .filedetails .remove{
    position:absolute;
    top:0;
    right:0;
    z-index:1000;
}


.fileinput-button-files .filedetails .filename{
    color:#999;
    width: 100%;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position:absolute;
    bottom:0;
    left:0;
    margin:auto;
    text-decoration:underline;
}

.fileinput-button-files .filedetails .filename:hover{
    opacity:0.7;
}

.fileinput-button-files.hide, .fileinput-button.file-aspect.hide{
    display:none;
}

.fileinput-button-files.contract{
    height:110px;
    width:200px;
}

.fileinput-button-files.contract .filedetails{
    background-image: url("/images/contract.svg");
    background-size:60px 60px;
    height:80px;
}

/* END UPLOAD FILE ASPECT */

/* DETAILS VIEW */
.block h4{
    font-size:20px;
    margin-bottom:25px;
}

.block .sub-details{
    font-size:11px;
    margin-top:-25px;
    font-style: italic;
    color:#888;
}

.block .pair-details{
    margin-top:16px;
    color:#888;
    font-size:12px;
    padding-left:10px;
}

.block .pair-details .value{
    font-size:11px;
}

.block .text-description{
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#F3F3F3;
    border-radius:5px;
    font-size:13px;
    max-height:150px;
    overflow:auto;
}

.section-link-select{
    padding-bottom:5px;
}
.section-link-select.active, .section-link-select:hover{
    border-bottom:5px solid #86BC25;
}
.content-documents {
    border: 1px solid #fff;
}
.content-documents:hover {
    border: 1px solid #EEE;
}
.trash-delete {
    display: none !important;
    margin-top: 2px;
}
.file-download {
    color: #fff;
}
.content-documents:hover .trash-delete {
    display: block !important;    
}
.content-documents:hover .file-download {
    color: #86BC25;
}

/* END DETAILS VIEW */
/* RANKING */
.status-icon{
    width:30px;
    margin-right:15px;
}

.status-icon.item-status{
    width: 25px;
    margin-bottom: 5px;
}

.cup-icon{
    width:30px;
    cursor: pointer;
}
.cup-icon.inactive, .cup-icon.inactive .cup-icon{
    cursor: default;
}
.comment-icon {
    color: rgba(0,0,0,.3);
    cursor: pointer;	
}
.comment-icon.active {
    color: rgb(128, 174, 57);
}

.glyphicon.active {
    color: rgb(128, 174, 57);
}
/* END RANKING */

/* OFFER VALUATION */
.proposal-view .block-valuation{
    overflow:auto;
}

.proposal-view .content-block-valuations{
    padding-top:0px;
}

.proposal-view .block-valuation{
    margin-bottom:25px;
}

.proposal-view .block-valuation .details{
    background-color:#FFF;
    border:1px solid #CCC;
    height:230px;
    width:calc(85% - 10px);
    margin-right:10px;
    float:left;
    overflow-y:auto;
    overflow-x:hidden;
}
.proposal-view .block-valuation .valuation{
    background-color:#FFF;
    border:1px solid #CCC;
    height:230px;
    width:15%;
    float:right;
}

.proposal-view .total{
    width:15%;
    height:54px;
    float:right;
    margin-top:20px;
    text-align:center;
    padding:0;
    font-weight:bold;
    font-size:38px;
}

@media (min-width : 320px) {
    .proposal-view .block-valuation .details{
        width:calc(50% - 10px);
    }
    .proposal-view .block-valuation .valuation{
        width:50%;
    }
    .proposal-view .total{
        width:50%;
    }
}

@media (min-width : 480px) {
    .proposal-view .block-valuation .details{
        width:calc(50% - 10px);
    }
    .proposal-view .block-valuation .valuation{
        width:50%;
    }
    .proposal-view .total{
        width:50%;
    }
}

@media (min-width : 768px) {
    .proposal-view .block-valuation .details{
        width:calc(55% - 10px);
    }
    .proposal-view .block-valuation .valuation{
        width:45%;
    }
    .proposal-view .total{
        width:45%;
    }
}

@media (min-width : 992px) {
    .proposal-view .block-valuation .details{
        width:calc(65% - 10px);
    }
    .proposal-view .block-valuation .valuation{
        width:35%;
    }
    .proposal-view .total{
        width:35%;
    }
}

@media (min-width : 1200px) {
    .proposal-view .block-valuation .details{
        width:calc(85% - 10px);
    }
    .proposal-view .block-valuation .valuation{
        width:15%;
    }
    .proposal-view .total{
        width:15%;
    }
}

.proposal-view .details .title{
    padding:10px;
}

.proposal-view .details .title .number{
    background-color:#86BC25;
    padding:8px;
    border-radius:100%;
    font-size:20px;
    color:#FFF;
    height:35px;
    width:35px;
    float:left;
    font-weight:bold;
    line-height:20px;
    text-align:center;
    font-family:'poppins';
    margin-right:15px;
}

.proposal-view .details .title{
    padding:15px;
    line-height:33px;
    text-transform:uppercase;
    color:#86BC25;
    font-size:15px;
    font-family:'Roboto';
}

.proposal-view.contract .details .title .number{
    background-color:#0097A9;
}

.proposal-view.contract .details .title{
    color:#0097A9;
}

.proposal-view .valuation{
    align-items: stretch;
    display: flex;
}


.proposal-view .valuation .value{
    flex-direction:column;
    align-items: center;

    display: flex;
    text-align:center;
    width:100%;
}

.proposal-view .valuation .value .box-value{
    clear:both;
    margin:auto;
    width:95px;
    height:95px;
    border-radius:5px;
    border:1px solid #CCC;
    overflow: hidden;
}

.proposal-view .valuation .value .box-value input{
    width:100%;
    height:100%;
    font-weight:bold;
    border:none;
    font-size:27px;
    text-align:center;
}

.proposal-view .valuation .value .box-value.checkbox{
    border:none;
    width:90%;
    height:50px;
}

.proposal-view .valuation .value .text-value{
    clear:both;
    margin:auto;
    text-transform:uppercase;
    color:#86BC25;
    font-size:13px;
    font-family:'Roboto';
}

.proposal-view .files{
    padding:20px;
}

.proposal-view .files .file{
    width:120px;
    height:105px;
    float:left;
    margin-right:15px;
}

.proposal-view .files .file a{
    width:100%;
    height:100%;
    display:block;
    background-image: url("/images/document.svg");
    background-repeat:no-repeat;
    background-position:top center;
    background-size: 80px 80px;
    vertical-align: baseline;
    position: relative;
}
.proposal-view .files .file a .filename{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    position:absolute;
    bottom:0;
    white-space:nowrap;
    text-align:center;
    text-decoration:underline;
}

.proposal-view .clauses{
    padding:15px;
}

.clause-description{
    font-weight:normal;
    color:#888;
}

.proposal-view .block-comments{
    border: 1px solid #CCC;
    background-color:#FFF;
    margin-bottom:20px;
    padding:30px 35px;
}

.proposal-view .block-comments .title{
    width:100%;
    border:none;
    padding:0px;
    line-height:33px;
    text-transform:uppercase;
    color:#86BC25;
    font-size:15px;
    font-family:'Roboto';
    margin-bottom:18px;
}
.proposal-view .block-comments textarea{
    padding:25px;
    width:100%;
    height:220px;
    border:none;
    background-color:#EEE;
}

.proposal-view .cost input{
    border:1px solid #DDD;
    width:80%;
    padding:8px;
    color:#222;
    font-size:16px;
}
.proposal-view .cost .title{
    text-transform:uppercase;
    color:#999;
    font-size:14px;
    font-family:'Roboto';
    margin-bottom:5px;
    padding:0;
}
/* END OFFER VALUATION */

/* COMMENTS */
.comments{
    max-height:450px;
    overflow:auto;
}

.comments .comment{
    background-color:#EFEFEF;
    color:#555;
    padding:8px;
    margin-bottom:8px;
}

.comments .comment .date{
    display:block;
    text-align:left;
    color:#444;
    font-size:11px;
    font-style:italic;
    padding:5px;
    margin-bottom:8px;
}

.modal-dialog button.close{
    color:#999;
}
/* END COMMENTS */

/* AnnouncementSolicitude list */

.comments {
	display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/comic-dialog.svg);
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
    filter: hue-rotate(-20deg);
}

.kv-page-summary {
	border-top: 0;
}

.kv-page-summary td {
	background-color: transparent !important;
}

.row-clickable:hover {
	background-color: rgba(0,0,0,.05);
	cursor: pointer;
}

.row-cancelled {
	opacity: .3;
}

/* REQUIREMENTS */
#numericals-values, #list-of-values {
    /*display: none;*/    
}

.input-has-error {
    border-color: #dd4b39;
    box-shadow: none;
}
/* END REQUIREMENTS */

/* GENERIC STYLES */

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

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

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-20 {
    margin-bottom: 30px;
}

/* END GENERIC STYLES */

/* BUTTONS */

.big-btn {
    width: 210px;
}

.btn-primary {
    background-color: #86BC25 !important;
    border-color: #86BC25 !important;
    border-bottom: 3px solid #86BC25 !important;
}

.btn-danger {
    background-color: #AB0800;
    border-color: #AB0800;
    border-bottom: 3px solid #d73925 !important;
}

.btn-reject-request {
    margin-right: -4px;
}

/* END BUTTONS */

/* EVALUATION */

.column-requirement-options .form-group {
    width: 500px;
}

.rating-weight-text {
    font-size: 18px !important;
}

.text-total-score {
    font-size: 90px !important;
}

.fields-label-green label {
        color: #959b3b;
}
/* END EVALUATION */


/* PANEL GRID */
.clickable tbody tr:hover {
    cursor: pointer;
}
.summary-row{
    margin: 20px 0px;
    background-color: #222d321a;
    padding: 10px;
}
/* END PANEL GRID */