body {
    color: #000000;
}

input, select, textarea, .select2 {
    border: 1px solid #ccc !important;
}

.form-control {
    height: auto !important;
}

.ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:active:focus  {
    border: 1px solid #ccc !important;
    padding: 8px 6px !important;
    border-radius: 0px !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

#create-shape-form button, .green-button {
    text-align: center;
    width: 200px;
    border-radius: 27px !important;
    border: 2px solid #fff !important;
    font-size: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding:0.5em 1em;
    font-weight: bold;
    color: #ffffff;
    background-color: #9FAD35 !important;
    box-shadow: 0 0 0 1px #9FAD35;
}
#create-shape-form button:hover, #create-shape-form button:active, #create-shape-form button:active:focus, .green-button:hover, .green-button:active, .green-button:active:focus {
    background-color: #ffffff !important;
    border-color: #A3BD31;
    color: #9FAD35 !important;
}
.name-over-list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    display: none;
    text-align: center;
    width: 200px;
    border-radius: 27px !important;
    border: 2px solid #fff !important;
    font-size: 0.8em;
    padding:0.2em 0.7em;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000 !important;
    box-shadow: 0 0 0 1px #f26700;
    text-transform: uppercase;
}
.login {
    text-align: right;
    height: 100%;
}
.inner-login {
    line-height: 1.5em;
    font-size: 13px;
}
.text-uppercase {
    text-transform: uppercase;
}
.profile-image {
    display: inline-block;
    float: right;
}
.profile-image img {
    margin-top: 15px;
    height: 60px;
    width: 60px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid black;
}
.profile-favourites {
    display: inline-block;
    float: right;
    text-align: center;
    padding-top: 17px;
    padding-right: 25px;
}
.profile-favourites span {
    display: block;
}
.profile-content, .login-content {
    display: inline;    
    vertical-align: middle;
    float: right;
    padding-top: 24px;
}
.login-content a {
    text-decoration: none;
}

.container {
    padding-top: 30px;
}
.titulo {
    padding-left: 25px;
    padding-top: 8px;
    font-family: 'Pacifico';
    font-size: 22px;
    color: #9C9BA0;
}
.titulo-create-shape {
    margin-bottom: 0;
}
.titulo-shape {
    margin-bottom: 30px;
}

/**  FORMS  **/
input {
    margin-bottom: 0px !important;
}

/**  MODAL  **/
.modal-content {
    border-radius: 0px;
}
.modal-body {
    padding: 20px 50px 50px 50px;
}
.modal-header {
    border-bottom: none;
    padding: 40px 50px 0px 50px;
    font-weight: bold;
    text-transform: uppercase;
}
#top .modal-content label {
    font-weight: normal;
}
#top .modal-content .input-text, #top .modal-content input[type="text"], #top .modal-content input[type="input"], #top .modal-content input[type="password"], #top .modal-content input[type="email"], #top .modal-content input[type="number"], #top .modal-content input[type="url"], #top .modal-content input[type="tel"], #top .modal-content input[type="search"], #top .modal-content textarea, #top .modal-content select {
    -webkit-appearance: none;
    border: 1px solid #211915;
    padding: 20px 10px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #211915;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
}
.modal-body button {
    text-align: center;
    width: 60%;
    border-radius: 27px !important;
    border-color: #211915;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #211915;
    background-color: #ffffff;
}
.modal-body button:hover, .modal-body button:active, .modal-body button:focus, .modal-body button:active:focus {
    border-color: #9FAD35;
    background-color: #9FAD35;
}
.modal-body span {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;    
}
.modal-body .campo-obligatorio {
    position: absolute;
    left: 45%;
    top: 10px;
    height: 30px;
    width: auto;
    z-index: 2;
}
.modal-body .form-group {
    position: relative;    
}
.modal-body .form-group.radio-enlinea {
    padding-left: 30px;    
}
#createAccountModal {
    overflow-y: scroll;
}
#accountConfirmModal .modal-content, #accountCreatedModal .modal-content {
    background-color: #6dab24;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
}
#accountConfirmModal .modal-content button, #accountCreatedModal .modal-content button {
    color: #000000;
    border-radius: 0 !important;
    background-color: #6dab24; 
}
#accountConfirmModal .modal-content button:hover, #accountConfirmModal .modal-content button:active, #accountConfirmModal .modal-content button:active:focus, #accountCreatedModal .modal-content button:hover, #accountCreatedModal .modal-content button:active, #accountCreatedModal .modal-content button:active:focus {
    border-color: #ffffff;
    color: #ffffff !important;
}
#accountConfirmModal .modal-body, #accountCreatedModal .modal-body {
    padding: 20px 30px 20px 30px;
}

/** BUTTONS **/

.app-button {
    text-transform: uppercase;
    margin-right: 40px;
}

/** HOME **/
#cabezales {
    text-align: center;
}
#cabezales img {
    height: 110px;
    width: auto;
    padding: 10px 60px 10px 60px;
}
#categorias div, #favoritos {
    text-align: center;
}
.slick-list {
    /*
    border-left: 1px solid #9C9BA0;
    border-bottom: 1px solid #9C9BA0;
    */
}
.slick-dots {
    width: 50%;
    bottom: 10px;
    right: 0px;
}
.slick-dots li button {
    background: url(../images/repository/icons/radio-small.png);
    background-size: 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow:hidden;
}
.slick-dots li.slick-active button {
    background: url(../images/repository/icons/radio-small-green.png);
    background-size: 20px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow:hidden;
}
.carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;    
}
.carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.carousel-text {
    display: none;
    height: 100%;
}
.carousel-text h3 {
    padding-top: 1.7em;
    border-bottom: 3px solid #000;
    padding-bottom: 2px;
    margin-right: 40px;
    margin-bottom: 0;
    font-size: 24px;
}
.carousel-text .h3-container {
    height: 15%;
}
.carousel-text .shape-description-container {
    height: 35%;
}
.carousel-text .shape-description, #shape .shape-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    /* fallback */
    height: 72px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    padding: 20px 40px 30px 0;
}
.carousel-text .tiempo-corte {
    text-align: right;
    height: 20%;
    padding: 40px 40px 50px 0;
}
.carousel-text .autor {
    font-style: italic;
    height: 10%;
}
.carousel-text .obtener {
    text-align: right;
    width: 100%;
    height: 20%;
}
.carousel img {
    width: 100%;
    height: auto;
}
#texto-busqueda {
    margin-bottom: 5px;
    font-weight: bold;
}
#category-button {
    width: 100%;
    background-color: #ffffff;
}
#campos-busqueda {
    margin-bottom: 0;
}
#campos-busqueda .col-md-4, #texto-busqueda .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}
#campos-busqueda .input-group-addon {
    padding: 2px 25px;
    font-size: 20px;
    background-color: #000000;
}
#campos-busqueda .input-group-addon i {
    color: #ffffff;
}
#campos-busqueda #subtexto-busqueda {
    font-size: 11px;
    line-height: 15px;
}
#contenedor-lista-formas .col-md-4 {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}
#contenedor-lista-formas img {
    border: 1px solid #ccc;
    width: auto;
    height: 25vh;
}
.pagination {
    margin-top: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    /*
    background-color: #337ab7;
    border-color: #337ab7;
    */
    background-color: #000;
    border-color: #000;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
}
.pagination span, .pagination a {
    display: block;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    text-decoration: none !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
    height: initial !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/** VIEW SHAPE **/
.shape-image {
    display: none;
    background-color: #000;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}
.shape-image .shape-image-item {
    max-width: 80%;
    margin-top: 5%;
    background-color: rgba(0, 0, 0, 1);
    max-height: 80%;
}
.shape-image.neat-image .shape-image-item {
    height: 80%;
}
.shape-image .shape-render {
    background-color: transparent;
}
.shape-image iframe {
    width: 80%;
    margin-top: 3%;
    background-color: rgba(0, 0, 0, 1);
}
.shape-image .button-left, .shape-image .button-right {
    position: absolute;
    height: 23%;
    top: 38.5%;
    cursor: pointer;
}
.shape-image .button-left {
    left: 8%;
}
.shape-image .button-right {
    right: 8%;
}
#table-images-shape #preview .columna {
    padding: 0;
}
#table-images-shape #preview .columna img {
    vertical-align: bottom;
}
#shape h3 {
    font-size: 24px;
}
#fecha-publicacion {
    color: #9C9BA0;
    font-size: 15px;
}
#following .green-button {
    width: auto;
    font-size: 15px;
    margin-right: 2px;
    line-height: 1;
}
#inside-profile .profile-image {
    float: left;
}
#inside-profile .profile-image img {
    margin: 0;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
#inside-profile .name {
    font-weight: bold;
    font-size: 18px;
}
#inside-profile .nick {
    text-decoration: underline;
}
#shape-precio form {
    margin-bottom: 0px;
}
#shape-precio button {
    font-size: 25px;
    line-height: 1;
    width: auto;
    padding: 12px 60px;
}
.favourite-star {
    cursor: pointer;
}
#shape-content {
    padding-right: 40px;
}
#shape-content .row {
    margin: 0;
}
#shape-content #shape-title {
    height: 8%;
}
#shape-content #shape-date-rate {
    height: 8%;
}
#shape-content #shape-user-profile {
    height: 27%;
}
#shape-content #shape-precio {
    height: 12%;
}
#shape-content #shape-description {
    height: 30%;
}
#shape-content #shape-tiempo-corte {
    height: 10%;
}
#shape-content #shape-tags {
    height: 5%;
}
.thumbs {
    margin-bottom: 0;
}

/** CREATE SHAPE **/
.dz-image img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.dz-remove {
    width: 16px; 
    height: 16px; 
    display: block;
    background-image: url(images/ui-icons_cc0000_256x240.png);
    background-position:-96px -128px;
}
#sortable .dz-remove {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
#files-list {
    margin: 0 20%;
}
#sortable li {
    margin-bottom: 5px;
    padding: 5px 30px 5px 30px;
    text-align: left;
    cursor: move;
}
.shape-file-element {
    margin-top: 5px;
    margin-left: 5px;
    cursor: default;
}
#sortable .left {
    float: right;
    display: inline-block;
}
#sortable .left select {
    margin-bottom: 0px;
    padding: 3px;
}
#sortable .ui-icon {
    display: inline-block;
}
.table-images #preview.ui-sortable .columna {
    cursor: move;
}
.table-images #preview.ui-sortable .ui-state-disabled {
    cursor: default;
}
#create-shape-form .select2-container--default .select2-selection--single .select2-selection__arrow b, #rate-shape-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}
#create-shape-form .select2-container--default .select2-selection--single .select2-selection__arrow, #rate-shape-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../images/repository/icons/three-lines.png) top center / 100% 100% no-repeat #fff !important;
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 34px;
}
.select2-container--default .select2-selection--single {
    border-radius: none;
    border: 1px solid #e1e1e1;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

#create-shape-form .row {
    margin-bottom: 0px;
}
#create-shape-form .form-group {
    position: relative;
    font-size: 14px;
}
.help {
    position: absolute;
    right: -13px;
    top: 10px;
    z-index: 2;
}
.help.grab {
    top: -13px;
}
#grab-images {
    border: 2px dashed black;
    padding: 10px;
    margin: 25px 0px 35px 10px;
    height: 210px;
    text-align: center;
}
#inside-grab-images {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#grab-files {
    border: 2px dashed black;
    padding: 10px;
    margin-top: 10px;
    padding-top: 30px;
    text-align: center;
}
#inside-grab-files {
    text-align: center;
}
#shape-viewer {
    position: relative;
    vertical-align: top;
    width: 100%;
    padding-bottom: 50.63%;
}
#shape-viewer div {
    position: absolute;
    top:0; bottom:0; left:0; right: 0;
}
.table-images{
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    table-layout: fixed;
    width: 100%;
    width: calc(100% + 10px);
}
.table-images #img-shape-sub {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
#table-images-shape {
    margin-left: -10px;
    width: calc(100% + 20px);
}
#table-images-shape .columna {
    border: none;
}
#table-images-shape .columna.selected {
    border: 2px solid #9FAD35;
}
.fila{
  display: table-row;
  /*height: 78px;*/
}
.columna{
  display: table-cell;
  vertical-align: top;
  border:1px solid black;
}
.columna .inside-columna {
    position: relative;
    width: 100%;
    padding-bottom: 60.63%;
}
.columna .inside-columna-content {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-size: cover !important; 
}
.columna .inside-columna a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/** SHOWCASE **/
#higher-contenedor-perfil {
    border-bottom: 25px solid #000000;
}
#higher-contenedor-perfil #contenedor-perfil {
    margin-bottom: 0;
    padding-top: 35px;
}
#higher-contenedor-perfil #rate form {
    margin-bottom: 14px;
}
#contenedor-perfil #perfil-imagen img#main-img-profile {
    position: absolute;
    box-shadow: 0 0 0 2px #000;
    border-radius: 50%;
    border: 5px solid #fff !important;
    height: 280px;
    width: 280px;
    padding: 1px;
    background-color: #000;
}
#higher-contenedor-perfil-edit #contenedor-perfil #perfil-imagen img#main-img-profile {
    left: 50%;
    margin-left: -140px;
}
#progressing {
    display: none;
    position: absolute;
    top: 120px;
    left: 150px;
    z-index: 1;
}
#contenedor-perfil #perfil-nombre {
    padding-top: 35px;
}
#contenedor-perfil #perfil-nombre span {
    display: block;
}
#contenedor-perfil #perfil-nombre-nombre {
    font-weight: 900;
    font-size: 26px;
}
#contenedor-perfil #perfil-nombre-nick, #showcase-author #showcase-sub-author {
    font-size: 18px;
    color: #9C9BA0;
    font-weight: 900;
    padding-top: 10px;
    text-transform: none;
}
#contenedor-perfil #perfil-nombre-company {
    font-size: 22px;
    font-weight: 900;
    padding-top: 25px;
}
#contenedor-perfil #perfil-estadisticas {
}
#contenedor-perfil #img-profile-edit {
    left: -50px;
    position: absolute;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
#showcase-author {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#higher-contenedor-perfil-edit {
    padding: 90px 25px 30px 15px;
    border-bottom: 25px solid #000000;
    display: none;
}
#edit-title {
    display: none;
}
#higher-contenedor-perfil-edit #perfil-imagen {
    text-align: center;
}
#img-wrapper {
    width: 290px;
    border: 3px dashed #000;
    border-radius: 50%;
    height: 290px;
    padding: 2px;
    margin: 0 auto;
}
#higher-contenedor-perfil-edit #contenedor-perfil #perfil-imagen img#img-profile {
    position: relative;
    z-index: 1;
    box-shadow: none;
    width: auto;
    height: auto;
}
#higher-contenedor-perfil-edit #perfil-imagen #subir-foto-perfil {
    margin-top: -55px;
    background-color: #9C9BA0 !important;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 1px #9C9BA0;
    font-weight: 900;
    font-size: 1em;
}
#higher-contenedor-perfil-edit #perfil-imagen .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#higher-contenedor-perfil-edit #perfil-imagen #subir-foto-perfil:hover, #higher-contenedor-perfil-edit #perfil-imagen #subir-foto-perfil:active, #higher-contenedor-perfil-edit #perfil-imagen #subir-foto-perfil:active:focus {
    background-color: #ffffff !important;
    border-color: #fff;
    color: #9C9BA0 !important;
}
#higher-contenedor-perfil-edit #contenedor-perfil {
    margin-bottom: 0;
    margin-top: -30px;
}
#higher-contenedor-perfil-edit .form-group {
    position: relative;
    font-size: 14px;
}
#higher-contenedor-perfil-edit label {
    font-weight: normal;
}
#higher-contenedor-perfil-edit input {
    font-weight: bold !important;
    color: #000;
}
#higher-contenedor-perfil-edit .text-right button {
    margin-right: -13px;
    text-transform: uppercase;
}
.number-large {
    font-weight: 900;
    font-size: 26px;
}
.edit-icon {
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    cursor: pointer;
}
.delete-icon {
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    cursor: pointer;
}
#contenedor-lista-formas a {
    z-index: 1;
}
#contenedor-lista-formas a.under {
    z-index: 0;
}
#contenedor-lista-formas .edit-icon {
    top: -15px;
    left: 30%;
    border: none;
    z-index: 2;
}
#contenedor-lista-formas .delete-icon {
    top: -15px;
    right: 30%;
    border: none;
    z-index: 3;
}