.super-container {
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 98%;
    margin-top: 60px;
}

.inside-container {
    overflow-x: hidden;
    height: 100%;
    padding: 0 12px;
}

.animator {
    top: 30%;
    position: relative;
    width: 100%;
}

.infoheader {
    margin: 0;
    margin-bottom: 10px;
}

#publishContainer {
    height: 100%;
    overflow-y:  visible;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.overloader-container{
    background-color: #ccc;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.animator-finish {
    top: 10px;
}

#subject-container {
    width: 100%;
    overflow: hidden;
}

.subject-container {
    padding-top: 0;
    padding-bottom: 0;
}

.subject-container-finish-other {
    padding-top: 190px !important;
    padding-bottom: 20px !important;
}

.subject-container-finish {
    position: relative;
    /*padding-top: 180px !important;*/
    padding-bottom: 20px !important;
}

.step2 {
    padding-top: 0 !important;
}

.publishContainer .unidegContainer input:nth-child(2n) {
    margin-left: 2%;
}
.publishContainer .unidegContainer input {
    width: 49%;
}

#subject-list {
    padding: 0;
}

#subject-list li {
    background-color: #FFF;
    border-bottom: 1px solid rgba(165, 165, 165, 0.4);
    position: relative;
    cursor: pointer;
    clear: left;
    float: left;
    width: 49%;
    min-height: 65px;
}

#subject-list li:hover {
    background-color: rgba(0, 0, 0, 0.10);
}

#subject-list li:nth-child(2n) {
    clear: right;
    float: right;
}
#subject-list li .subjectName {
    padding: 10px 35px 10px 10px;
}

#subject-list .circle {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(165, 165, 165, 0.8);
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

#subject-list .active-li .circle {
    background-color: #fff;
}

#subject-list .active-li .circle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    top: 5px;
    left: 4px;
    border: 2px solid #1E7229;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#subject-list .active-li, #subject-list .active-li:hover {
    background-color: #1E7229;
    color: #fff;
}

/* SPECIAL CSS*/
#calc-univ {
    position: relative;

}

#calc-deg {
    position: relative;

}

#publishContainer .deleteresult {
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    display: none;
}
#publishContainer .deleteresult:hover {
    color: #BF142C;
}
#publishContainer .modal-ls1 {
    width: 100%;
    max-height: 200px;
}

/* CSS LIVE SEARCH */
.live-search-modal > ul.unilist > li > img {
    width:14px;
    height:14px;
    margin:-4px 5px 0 10px;
}
.live-search-modal > ul.unilist > li > span {
    width: 70px;
    display: inline-block;
    margin-right:4px;
    font-weight: bold;
}
.live-search-modal > ul {
    margin-bottom: 5px;
    padding: 0;
}
.live-search-modal > ul > li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 10px;
    width: 100%;
}
.live-search-modal > ul > li:last-child {
    border-bottom: none;
}
.live-search-modal > ul > li.disabled-item {
    pointer-events: none;
    padding-left: 10px;
    border: none;
    font-size: 18px;
    margin-top: 15px;
}
.live-search-modal > ul > li.disabled-item:first-child {
    margin-top: 10px;
}
.province{
    font-size: 18px;
}
.live-search-modal > ul > li > mark {
    color: #004766;
    background-color: transparent;
}

.modal-ls1{
    border: 1px solid #ccc;
    width: 526px;
}
.live-search-modal {
    background-color: #ffffff;
    position: absolute;
    margin-top: -13px;
    border-radius: 0 0 4px 4px;
    display: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999999;
}
.modal-ls1 li {
    list-style: none;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
    padding: 5px 0 5px 10px;
    width: 100%;
}
.modal-ls1 li:last-child {
    border-bottom: none;
}

/* FOOTER */

.footer{
    width: 100%;
    position: fixed;
    bottom:  0;
    left: 0;
    height: 65px;
    background-color: rgb(225, 225, 225);
}

.footer.enabled {
    background-color: #004766;
}

.footer.enabled .price .ui-spinner-button{
    cursor: pointer;
}
.footer .price .ui-spinner-preu{
    font-size: 24px;
    /* width: 50%; */
}

.footer .etiqueta{
    font-size: 24px;
    width: 150px;
    color: #999;
}

.footer.enabled .etiqueta {
    color: #fff;
}

.footer .price {
    width: 80px;
    margin-left: 11px;
    margin-right: 10px;
}


.live-search-modal > ul > li:hover {
    background: #d9edf7;
}

/* NEW BUTTON */
.btn-new-green {
    background-color: #1E7229;
    cursor: pointer;
}

.btn-new-green:hover {
    background-color: #195E22;
}

.btn-new-green, .btn-new-green:hover, .btn-new-green:visited, .btn-new-green:active, .btn-new-green:focus {
    color: #fff !important;
    box-shadow: none;
}

.btn-new-green.disabled {
    background-color: #ccc;

}

.btn-new-yellow.disabled, .btn-new-yellow.disabled:hover {
    background-color: #ccc;
    color: #c0c0c0 !important;
    opacity: 1;
}

.btn-new-yellow {
    background-color: #FFCC00;
}

.btn-new-yellow:hover {
    background-color: #e8ae00;
}

.btn-new-yellow, .btn-new-yellow:hover, .btn-new-yellow:visited, .btn-new-yellow:active, .btn-new-yellow:focus {
    color: #333 !important;
    box-shadow: none;
}

.btn-new-green.disabled {
    background-color: #ccc;
}

.btn-specific {
    height: 40px;
    font-size: 20px;
    line-height: 1;
    width: 150px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 11px;
    position: relative;
}

#text-btn .glyphicon {
    margin-left: 2px;
}

/* LOADER */

.booking-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
}
.booking-loader .icon-arocompleto {
    position: absolute;
    z-index: 1;
    color: #fff;
}
.booking-loader .icon-frag {
    position: absolute;
    z-index: 2;
    -webkit-animation: spin 1.5s infinite linear;
    color: #777;
}

.overloader-container .booking-loader {
    font-size: 50px !important;
}
.overloader-container .booking-loader .icon-frag {
    font-size: 49px !important;
}

#publish-btn .booking-loader .icon-frag{
    color: #004766;
}
#publish-btn .booking-loader {
    display: none;
    top: 30%;
    left: 38%;
}

.unselectable {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

/* Una altra */
.claims .addbtn {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
}

.claims .addbtn .icon-mas:before {
    line-height: 34px;
}

/* claims tags */
.tags ul {
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    align-content: space-between;
}

.tags ul li .icon-x-small:hover{
    color: #BF142C;
}
.tags ul li .icon-x-small{
    font-size: 24px;
    top: 3px;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.tags ul li {
    background-color: #ccc;
    padding: 5px 25px 5px 5px;
    border-radius: 5px;
    position: relative;
    margin: 5px;
    word-break: break-all;
}
.link {
    text-align: center;
    color: #004766;
    text-decoration: underline;
    margin-bottom: 5px;
    cursor: pointer;
    display: none;
}

#manageClaims {
    display: none;
}

.claimsZone {
    clear: both;
    padding-top: 30px;
    display: block;
}

.navbar-toggle { display: none; }
.msg { display: none; }

@media (max-width: 768px) {
    .animator {
        padding: 0 10px;
    }
    .footer .etiqueta {
        font-size: 16px;
        width: 80px;
    }
    
/*    .footer{
        position: inherit;
        bottom: inherit;
        left: inherit;
    }*/

    .subject-container-finish-other {
        padding-top: 0px !important;
    }

    .subject-container-finish {
        padding-top: 0px !important;
    }

    .claims {
        padding: 10px;
    }
}
@media (max-width: 320px) {

}
@media (max-height: 320px) {


}