.logo {
    height: 30px;
    width: 85px;
    margin-left: 40px;
}

.navbar-brand {
    background: #b3b4bf;
}

.navbar {
    background: #d4d7e8;
}

.navbar-brand:hover {
    background: #b3b4bf;
}

.header-nav a.btn:hover {
    background: #626bae;
}

.navbar-brand.noBg {
    background: #d4d7e8;
}

.navbar #search {
    background: #626bae;
}

.search .text {
    color: #FFFFFF;
}

.navbar #search select {
    background: #d4d7e8;
}

.navbar #search input {
    margin-top: 6px;
}

a#main-menu-toggle {
    background: #7B809D;
}

.nav.main-menu > li.active > a, .nav.main-menu > li > ul > li.active > a, .nav.main-menu > li > ul > li > ul > li.active > a, .nav.main-menu > li > ul > li > ul > li > ul > li.active > a {
    background: #d4d7e8;

}

label {
    margin-top: 10px;
}

.input-group .form-control {
    width: 100%;
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

.nav.main-menu > li > a:hover, .nav.main-menu > li > ul > li > a:hover, .nav.main-menu > li > ul > li > ul > li > a:hover {
    background: #626bae;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #626bae;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #626bae;
}

.pagination > li > a, .pagination > li > span {
    color: #626bae;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #d4d7e8;
}

a:hover, a:focus {
    color: #626bae;
}

.btn-info,
.btn-primary {
    background: #626bae;
}

.btn-success {
    color: #fff;
    background: #9fb28e;
}

.btn-success:hover, .btn-success.disabled, .btn-success[disabled] {
    background-color: #b3caa0;
}

.btn-info:hover, .btn-info.disabled, .btn-info[disabled],
.btn-primary:hover, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #434fa2;
}

.btn-success:active, .btn-success.active {
    background-color: #b3caa0;
}

.box .box-header h2.nuevo {
    float: right;
    margin: 0 10px 0 0;
    padding: 10px 0;
}

.login-box .header, .register-box .header {
    background: #626bae;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid #e9ebec;

}

.btn-warning {
    color: #fff;
    background: #001789;
}

.btn-warning:hover, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #626bae;
}

.btn-danger {
    color: #fff;
    background: #b3b4bf;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #8b8c96 !important;
}

.videollamada {
    border: 1px solid;
    margin-top: 20px;
    padding-top: 10px;
}

.videollamada.videollamada-actual {
    background-color: #d4d7e8;
}

.videollamada.grabacion-no-vista {
    background-color: #FFEEA3;
}

.videollamada:first-child {
    margin-top: 0;
}

.sliderBlue .ui-slider-range, .progressBlue .ui-progressbar-value {
    background: #626bae;
}

.switch-primary>.switch-input:checked ~ .switch-label {
    background: #626bae;
}

.acciones{
    padding-top: 20px;
    padding-bottom: 9px;
    text-align: center;
}

.texto_grabaciones{
    color: #001789;
    font-weight: bold;
    font-size: medium;
}

h2.texto_grabaciones{
    font-size: x-large;
}

.texto_grabaciones label {
    margin: 0
}

.grabaciones{
    padding: 10px 20px 10px 20px;
    font-size: medium;

}

.btn-inverse {
    background:#7B809D;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #626bae;
    color: #fff;
}

div.dataTables_info {
    float: left;
}

.header-nav a.btn.account {
    background: #626bae;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #233CBB;
    border-color: #233CBB;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #51567D;
    border-color: #51567D;
}

.fotos, .superficies, .videos {
    margin-bottom: 10px;
}

.fotos div, .superficies div, .videos div {
    margin-bottom: 10px;
}

.fotos div img, .superficies div img, .videos div img {
    cursor: pointer;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    background: transparent;
}

video {
    cursor: pointer;
}

.header-nav a.btn.account {
    padding: 8px 10px 5px 10px !important;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.table tbody > tr > td > ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #626bae;
}

.dropdown-menu {
    top: 100%;
}

div.img-div:hover .delete-img {
    display: block;
}
div.img-div:hover .download-img {
    display: block;
}

.delete-img {
    display: none;
    position: absolute;
    right: 20px;
    top: 5px;
    background-color: white;
    padding: 1px;
}
.download-img {
    display: none;
    position: absolute;
    right: 20px;
    top: 25px;
    background-color: white;
    padding: 1px;
}
textarea {
    resize: none;
}

video {
    max-width: 100%;
}

.pendiente {
    display: none;
    position: absolute;
    margin: 3px;
    background-color: white;
    padding: 2px;
    pointer-events: none;
}

div.img-div:hover .pendiente {
    display: block;
}

.well.well-2 {
    padding: 5px;
    margin-bottom: 5px;
}

h3.texto_grabaciones {
    line-height: 5px;
}

.breadcrumb.no-margin {
    margin-bottom: 5px;
}

div.icheckDiv {
    position: relative;
    margin: 20px 0 10px 0;
}

div.icheckDiv label {
    top: -9px;
    position: absolute;
    left: 30px;
}

a.editable-empty, a.editable-empty:hover, a.editable-empty:focus a.custom-editable{
    color: #CCCCCC;
}

.div-ayuda {
    margin-bottom: 40px;
}

.div-ayuda img{
    max-width: 60%;
    display: block;
    margin: 20px auto;
    border: 21px solid white;
}

.div-ayuda h1 {
    font: 35px bold;
}
.div-ayuda h2 {
    font: 28px bold;
}
.div-ayuda h3 {
    font: 24px bold;
}
.div-ayuda h4 {
    font: 22px italic;
    font-style: italic;
}

.videocall-control-panel {
    pointer-events: none;
}

.grabacion-sesion {
    display: none;
}

.select2-container {
    width: 100%!important;
}


