﻿.new-header {
    text-align: center;
    font-size: 25px;
}

.mc-pd {
    padding-left: 2px;
    padding-right: 2px;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        color: #12b37d;
        display: block;
        position: absolute;
        margin: 12px 2px 4px 10px;
        z-index: 3;
        width: 16px;
        font-size: 19px;
        text-align: center;
    }

    .input-icon > .form-control {
        padding-left: 33px;
    }

.ui-autocomplete {
    overflow-y: auto;
}

.ui-menu {
    border-left: 1px solid #02a6d8;
    border-right: 1px solid #02a6d8;
    border-bottom: 1px solid #02a6d8;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 2px 4px silver;
    padding: 0;
    background-color: #f3f3f3;
    margin-top: -1px;
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #fff;
    color: #4d4d4d;
}

.ui-widget {
    font-size: 14px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    padding-bottom: 5px;
    margin: 0 4px;
    display: block;
    outline: 0;
    box-shadow: 0 2px 4px #AAA;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border-top-color: #02a6d8 !important;
}

.ui-front {
    z-index: 100;
}

ol, ul {
    list-style: none;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0px;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu-item {
    background-color: white;
}

.ui-menu .ui-menu-item a {
    border-bottom: 1px solid #f3f3f3;
    padding: 6px .8em;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}

.ui-widget-content a {
    color: #4d4d4d;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-menu .ui-menu-item a .ui-menu-item-normal {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.keyword-type {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    color: #bebbbb;
    padding-top: 2px;
}

.keyword-type {
    margin-left: 5px;
}

.ui-menu-item:hover {
    font-weight: normal;
    margin: 0;
    background-color: #02a6d8;
    color: #fff;
}

    .ui-menu-item:hover > a {
        color: #fff;
    }


.rcorners2 {
    border-radius: 15px;
    border: 0px solid black;
    padding: 20px;
    width: 200px;
    height: 150px;
}

.page {
    background-color: #ffffff;
}

#packagetitle, p {
    transform: inherit !important;
    color: #000;
}

.div-siderbar {
    bottom: auto;
    left: 70px;
    position: fixed;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: transparent;
}

.siderbar-icon {
    width: 50px;
    background-color: rgba(95, 95, 95, 0.56);
    border-radius: 43px !important;
    overflow: hidden;
    height: 50px;
    color: #f0f0f0;
    padding-top: 6px;
    margin-bottom: 10px;
    font-size: 22px;
    cursor: pointer;
}

    .siderbar-icon:hover {
        width: inherit !important;
        padding-left: 16px;
        padding-right: 16px;
        background-color: rgba(255, 83, 70, 0.72);
    }

    .siderbar-icon > label {
        font-size: 15px;
        font-weight: 100;
    }

.section-white {
    background-color: #fff;
    /*height: 32pc;*/
    padding: 2pc 5pc 2pc 13pc;
}

.section-grey {
    background-color: #f3f3f3;
    /*height: 32pc;*/
    padding: 2pc 13pc 1pc 5pc;
}

.section-head {
    font-size: 35px;
    color: #000;
    display: block;
    letter-spacing: 4px;
}

.section-head-bold {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-top: -15px;
}

.font-check {
    color: #14bef0;
    font-size: 16px;
}

.text-check {
    letter-spacing: 1px;
    margin-left: 5px;
}

.font-star {
    color: gold;
    font-size: 16px;
}

.user-comment {
    margin-top: 15px;
}

.comment-quote {
    text-align: justify;
    margin-top: 10px;
    color: black;
    font-weight: 100;
    font-size: 15px;
}

.comment-name {
    margin-top: 15px;
    color: black;
    font-weight: 400;
    font-size: 14px;
}

.comment-icon {
    padding: 7px;
    background-color: #32e1ff;
    border-radius: 20px;
    color: #fff;
    margin-right: 5px;
}

.div-profile-section {
    border-bottom: 1px solid #eee;
    padding: 15px 0px 10px 20px;
}

.label-profile-text {
    color: #218afc;
    font-size: 16px;
    font-weight: 400;
}

.label-profile-status {
    color: #03cc00;
    font-size: 15px;
    font-weight: 100;
}

.label-profile-disabled {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 100;
}

.sub-header {
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 100;
    line-height: 35px;
    display: block;
}

.btn-slider {
    padding: 15px 20px;
    border: 0;
    background-color: #1a7ac5;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.4px;
}

    .btn-slider:hover {
        color: #fff;
        background-color: #0f63a5;
    }