.margin-paginate {
    margin-top: 0;
}

.list-search {
    margin-top: 0;
}

.custom-select .ui-select-toggle {
    outline: 0;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-appearance: menulist-button;
}

.custom-select .ui-select-search {
    outline: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span {
    font-weight: normal !important;
    display: block !important;
    white-space: pre !important;
    min-height: 1.2em !important;
    padding: 5px 0px 2px 9px !important;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span:visited {
    background-color: transparent;
}

.custom-select .ui-select-toggle i {
    display: none;
}

.custom-select .ui-select-toggle:hover {
    background-color: transparent;
    color: #000;
}

.custom-select .ui-select-toggle:focus {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0 2px 0 #646464;
    box-shadow: 0 2px 0 #646464;
}

.custom-select .ui-select-toggle:active {
    background-color: transparent;
}

.custom-select .ui-select-toggle:visited {
    background-color: transparent;
    color: transparent;
}

.custom-select .bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.custom-select .ui-select-match {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.no-sidebar {
    padding-left: 0 !important;
}

.sidebar-mini-hide {
    font-size: 16px;
}

#sidebar {
    position: fixed;
    /* overflow-y: scroll; */
    top: 0;
    bottom: 0;
    padding-bottom: 40px;
    width: 245px;
    background-image: url(/../../assets/img/photos/dash.jpg);
    background-size: cover;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.padding-fix {
    padding: 0px;
}

.question-text {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 3px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.question-text input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.question-text input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.question-text .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*radio button*/

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.question-text .radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

/* Show the indicator (dot/circle) when checked */
.question-text input:checked ~ .radio-checkmark:after {
    display: block;
}

/* On mouse-over, add a grey background color */
.question-text:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.question-text input:checked ~ .radio-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.question-image {
    width: 100%;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 10px;
}

.padding-fix-attempt {
    padding: 30px 40px 30px 40px;
}

.padding-fix-heading {
    padding-top: 30px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.purchase-package-container {
    padding: 20px;
    padding-bottom: 8px;
}

.purchase-package-action-buttons {
    padding: 10px;
    padding-left: 0;
}

.purchase-package-action-buttons button.start-test-btn {
    margin-left: 10px;
}

.margin-top-fix-22 {
    margin-top: 22px;
}

.top-fix {
    top: -5px !important;
}

.question-number {
    margin-bottom: 15px;
    font-size: 20px !important;
}

.add-office {
    float: none !important;
}

.office-title {
    width: 10%;
}

.alert-info.fix-answer {
    background-color: #f2f2f2;
    color: #000;
    box-shadow: 0 2px #e3e3e3;
    box-shadow: 0 2px #e3e3e3;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
}

.notfound .notfound-404 h1 > span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    font-family: 'Cabin', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0px;
    margin-bottom: 25px;
}

.error_page-fix {
    margin-left: 30px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

    .notfound .notfound-404 h1 {
        font-size: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

    .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px;
    }

    .notfound h2 {
        font-size: 16px;
    }
}

.logo {
    padding-left: 19px;
    color: bisque;
    font-size: 35px;
    font-weight: bold !important;
}

.logo2 {
    color: grey;
    font-size: 25px;
}

.profile-button-fix {
    color: white !important;
    background: linear-gradient(60deg, #16437F, #2D87FF) !important;
}

/*card dashboard*/

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    font-size: .875rem;
}

.card[class*=card-header-] {
    margin: 0 15px;
}

.card [class*=card-header-]:not(.card-header-text):not(card-header-image) {
    border-radius: 3px;
    position: absolute;
    width: 90%;
    margin: 30px;
    margin-top: -20px !important;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
    background: linear-gradient(60deg, #8f918f, #e8efe8) !important;
}

.card .card-header .card-title {
    margin-bottom: 3px;
    color: #fff;
}

.card [class*=card-header-] .card-title + .card-category {
    color: hsla(0, 0%, 100%, .80);
    font-size: 15px;
}

.card .card-body {
    width: 100%;
    padding: .9375rem 20px;
    position: relative;
    flex: 1 1 auto;
}

.font-fix {
    font-size: 15px !important;
    color: #16437F !important;
}

.font-fix-size {
    font-size: 15px !important;
}

section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}

.wrap {
    background: white;
    padding: 3rem 1rem 3rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}


.mbr-section-title3 {
    text-align: left;
}

.mbr-bold {
    font-weight: 700;
}

.fix-pull-down {
    top: 90px !important;
}

.page-item {
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    box-sizing: none;
    box-shadow: none;
}

.page-item:first-child .page-link {
    width: 90px;
    text-align: center;
    border-radius: 20px;
}

.page-item:last-child .page-link {
    border-radius: 20px;
    width: 90px;
    text-align: center;
}

.page-link {
    background-color: #CCC;
    border: 1px solid black;
    border-radius: 20px;
    width: 40px;
    padding-left: 0px;
    padding-right: 1px;
    text-align: center;

}

.padding-bottom-fix {
    padding-bottom: 0px !important;
}

.padding-bottom-fix-15 {
    padding-bottom: 5px !important;
}

.padding-left-0 {
    padding-left: 25px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}


/**********************/
/*** calendar cards ***/
/**********************/


.card-text.calendar-groot {
    margin-bottom: 15px;
    font-size: 14px;
}

.calendar-poster {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 15px;
    padding-bottom: 1px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-top-left-radius: 30px;

}


.calendar-groot.blue {
    background: rgb(183, 222, 237);
    background: -moz-linear-gradient(-60deg, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 50%, rgba(33, 180, 226, 1) 51%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-linear-gradient(-60deg, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 50%, rgba(33, 180, 226, 1) 51%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(150deg, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 50%, rgba(33, 180, 226, 1) 51%, rgba(183, 222, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deed', endColorstr='#b7deed', GradientType=1);
}

/*Login css*/

.register {

    margin-top: 10%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    /*padding-top: 3%;*/
    /*padding-bottom: 3%;*/
    width: 50%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 15%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-left input:hover {
    background: #00c6ff;
}

.register-right {
    background: #225282;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    box-shadow: 10px 17px 20px 0px;
}

.register-left img {
    margin-top: 25%;
    margin-bottom: 5%;
    width: 70%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    padding-bottom: 5%;
    margin-top: 5%;
}

.btnRegister {
    border: none;
    border-radius: 1.5rem;
    background: #fff;
    color: rgb(54, 53, 53);
    font-weight: 600;
    width: 50%;
    cursor: pointer;
    padding: 3%;
    box-shadow: 4px 8px 15px;
}

.btn-sidebar {
    margin: 20px;
    display: block;
    padding: 10px 20px 10px 20px;
    color: rgb(255, 255, 255);
    border: 1px solid #eae2e361;
    border-radius: 20px;
    background-color: #ffffff21;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 7px;
    align-content: center;
    font-size: 12px;
}

.btn-sidebar:hover, .btn-sidebar:focus {
    color: #fff;
    background-color: #f02d35;
    text-decoration: none;
}

.btn-sidebar i {
    font-size: 16px;
    padding-right: 3px;
}

.logo:hover {
    color: #223a5e;
}

.left-button {
    border: none;
    border-radius: 1.5rem;
    background: #f5f5f5 !important;
    color: #0062cc;
    font-weight: 600;
    width: 55%;
    cursor: pointer;
    margin-top: 30px;
}

.left-button:hover {
    background: #00c6ff !important;
    color: white;
}

.btnRegister:hover {
    background: #f02d35 !important;
    color: #fff;
    box-shadow: 4px 8px 10px #000;
}

.register-heading {
    text-align: center;
    margin-top: 4%;
    margin-bottom: -15%;
    color: #fff;
}

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

.logo-reg {
    color: #16437F !important;
    font-size: 50px;
    font-weight: bold !important;
}

.logo2-reg {
    color: grey;
    font-size: 35px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.btnRegister-forgot {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50% !important;
    cursor: pointer;
}

.btnRegister-forgot:hover {
    background: #00c6ff !important;
}

.top-fix-test {
    top: 0;
}

.margin-fix-0 {
    margin: 0 !important;
}

/*testing*/
a {
    text-decoration: none;
    color: #3498db;
}

a:hover {
    color: #2980b9;
}

h2 {
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.wrapper {
    max-width: 400px;
    margin: 50px auto;
    padding-left: 1em;
    padding-right: 1em;
}

/**
 * Helpers
 */
.border-tlr-radius {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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

.radius {
    border-radius: 2px;
}

.padding-tb {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.shadowDepth0 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.shadowDepth1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}


/**
 * Card Styles
 */

.card {
    background-color: #fff;
    margin-bottom: 1.6rem;
}

.card__padding {
    padding: 1.6rem;
}

.card__image {
    min-height: 100px;
    background-color: #eee;
}

.card__image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.card__content {
    position: relative;
}

/* card meta */
.card__meta time {
    font-size: 1.5rem;
    color: #bbb;
    margin-left: 0.8rem;
}

/* card article */
.card__article a {
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease;
}

.card__article a:hover {
    color: #2980b9;
}

/* card action */
.card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}

.card__author {
}

.card__author img,
.card__author-content {
    display: inline-block;
    vertical-align: middle;
}

.card__author img {
    border-radius: 50%;
    margin-right: 0.6em;
}

.card__share {
    float: right;
    position: relative;
    margin-top: -42px;
}

.card__social {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 160px;
    transform: translateZ(0);
    transform: translateX(0px);
    transition: transform 0.35s ease;
}

.card__social--active {
    visibility: visible;
    /*z-index: 3;*/
    transform: translateZ(0);
    transform: translateX(-48px);
    transition: transform 0.35s ease;
}

.share-toggle {
    z-index: 2;
}

.share-toggle:before {
    content: "\f1e0";
    font-family: 'FontAwesome';
    color: #3498db;
}

.share-toggle.share-expanded:before {
    content: "\f00d";
}

.share-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: 0;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}


/*car*/

a {
    text-decoration: none;
    color: #3498db;
}

a:hover {
    color: #2980b9;
}

h2 {
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.wrapper {
    max-width: 400px;
    margin: 50px auto;
    padding-left: 1em;
    padding-right: 1em;
}

/**
 * Helpers
 */
.border-tlr-radius {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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

.radius {
    border-radius: 2px;
}

.padding-tb {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.shadowDepth0 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.shadowDepth1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}


/**
 * Card Styles
 */

.card {
    background-color: #fff;
    margin-bottom: 1.6rem;
}

.card__padding {
    padding: 1.6rem;
}

.card__image {
    min-height: 100px;
    background-color: #eee;
}

.card__image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.card__content {
    position: relative;
}

/* card meta */
.card__meta time {
    font-size: 1.5rem;
    color: #bbb;
    margin-left: 0.8rem;
}

/* card article */
.card__article a {
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease;
}

.card__article a:hover {
    color: #2980b9;
}

/* card action */
.card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}

.card__author {
}

.card__author img,
.card__author-content {
    display: inline-block;
    vertical-align: middle;
}

.card__author img {
    border-radius: 50%;
    margin-right: 0.6em;
}

.card__share {
    float: right;
    position: relative;
    margin-top: -42px;
}


.share-toggle {
    z-index: 2;
}

.share-toggle:before {
    content: "\f1e0";
    font-family: 'FontAwesome';
    color: #3498db;
}

.share-toggle.share-expanded:before {
    content: "\f00d";
}

.share-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: 0;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}

.margin-left-0 {
    margin-left: 0 !important;
}

.alert-info-fix {
    background-color: #3b5998 !important;
    color: white !important;
}

.button {
    width: 100% !important;
    /*display: inline-block;*/
    margin: 0.3em;
    margin-bottom: 15px;
    padding: 0.7em 5em;
    overflow: hidden;
    margin-left: 0px !important;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 15px;
    text-align: center;
}


.button:hover {
    box-shadow: 1px 6px 15px rgba(0, 0, 0, 0.5);
}

.green {
    background-color: #4CAF50;
    color: white;
}

.next-previous {
    display: inline-block;
    margin: 0.3em;
    width: 30%;
    padding: 0.6em 3em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.margin-bottom-fix-10 {
    margin-bottom: 10px !important;
}

.blue {
    background-color: #03A9F4;
    color: white;
}

.next-previous:hover {
    box-shadow: 1px 6px 15px rgba(0, 0, 0, 0.5);
}

.back-fix {
    background: linear-gradient(60deg, #10396f, #33a4da);
}

.back-disable-fix {
    background: linear-gradient(60deg, #999, #020202);
}

.register .user {
    background-color: #fff;
    border: 2px solid #4685ab;
    border-radius: 50px 0px 0px 50px;
}

.custom-data-apartment-title {
    border-bottom: 1px solid #f02d35;
    background: #999;
}

.level-desing {
    border: 1px solid red;
    padding: 5px;
    border-radius: 6px;
    overflow: auto;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.card-box {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border: 0.5px solid lightgrey;
}

.preview-image {
    position: fixed;
    top: 150px;
    z-index: 1000;
    left: 20%;
}

.thumbnail-fix-2 {
    min-height: 180px;
    max-height: 180px;
    max-width: 300px;
    width: 100%;
}

.btn-checking {
    color: #f02d35;
    background-color: transparent;
    border-color: #f02d35;
}

.btn-checking-date {
    color: darkblue;
    background-color: transparent;
    border-color: darkblue;
}

.btn-checking-moderator {
    color: lightseagreen;
    background-color: transparent;
    border-color: lightseagreen;
}

.notification-checking {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: red;
    color: white;
    border-radius: 50%;
}

.dropdown-index {
    border: none !important;
    padding: 10px !important;
    margin-right: 40px !important;
}

.dropdown-index:hover {
    color: red;
}

.custom-modal-text {
    font-weight: lighter;
}

.h5-custom-modal-class {
    padding-bottom: 10px;
}

.add-opacity {
    opacity: 0.5;
}

.search-client {
    border: 1px solid #312f2f;
    font-size: 25px;
    text-align: justify;
}

.total-number {
    font-size: 15px;
    font-weight: lighter;
    color: white;
    background: grey;
    margin-left: 10px;
    padding: 3px;
    border-radius: 6px;
}

.padding-all-fix {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.hr-div {
    border-top: 3px solid dimgrey;
    padding-top: 15px;
}

.data-sale-text {
    color: #000;
    padding: 5px;
}

.success-sale {
    background: rgba(20, 76, 8, 0.7);
}

.failed-sale {
    background: rgba(229, 16, 30, 0.7);
}

.money-sale {
    background: rgba(214, 171, 29, 0.7);
}

.pending-sale {
    background: rgba(226, 109, 24, 0.7);
}

.success-sale-table {
    background: rgba(20, 76, 8, 0.7);
    color: black;
}

.failed-sale-table {
    background: rgba(229, 16, 30, 0.7);
    color: black;
}

.money-sale-table {
    background: rgba(214, 171, 29, 0.7);
    color: black;
}

.pending-sale-table {
    background: rgba(226, 109, 24, 0.7);
    color: black;
}

.buyer-label {
    padding: 3px;
    background: rgba(67, 140, 4, 0.3);
    margin-top: 10px;
    border-radius: 5px;
    color: black;
}

.buyer-label-warning {
    padding: 3px;
    background: rgba(229, 9, 38, 0.3);
    margin-top: 10px;
    border-radius: 5px;
    color: black;
}

.rz-bar-wrapper {
    width: 100% !important;
    left: 0 !important;
}

.buyer-wish-label {
    text-decoration: underline;
    color: darkblue;
    font-weight: bold;
}

.buyer-p {
    color: black;
    font-style: italic;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 4px;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 300px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
    border: 1px solid #007b5e;
    border-radius: 5px;
    padding: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.list-item-fix {
    font-size: 12px;
    padding: 4px !important;
}

.loadingDiv {
    top: -15px;
    background: rgba(232, 234, 237, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fade {
    from {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fade {
    from {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/* CONTAINER */
.spinner-buyer {
    width: 150px;
    height: 150px;
    /* PRESENTATIONAL PURPOSES */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /**/
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444;
    -moz-box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444;
    box-shadow: 0 0 0 6px #222,
    0 0 6px 10px #444
}

/* TEXT */
#content {
    background: #222;
    background: -webkit-linear-gradient(#222, #111);
    background: -moz-linear-gradient(#222, #111);
    background: -o-linear-gradient(#222, #111);
    background: linear-gradient(#222, #111);
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font: normal normal normal 12px/140px 'Electrolize', Helvetica, Arial, sans-serif;
    color: #fff
}

#content span {
    vertical-align: middle;
    -webkit-animation: fade 1s linear infinite;
    -moz-animation: fade 1s linear infinite;
    -o-animation: fade 1s linear infinite;
    animation: fade 1s linear infinite
}

/* SPINNING GRADIENT */
.ring {
    margin: 0 auto;
    border-radius: 110px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite
}


.red {
    background: -webkit-linear-gradient(#cd5c5c, transparent, #cd5c5c);
    background: -moz-linear-gradient(#cd5c5c, transparent, #cd5c5c);
    background: -o-linear-gradient(#cd5c5c, transparent, #cd5c5c);
    background: linear-gradient(#cd5c5c, transparent, #cd5c5c)
}

.found-buyer {
    border: 1px solid green;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.found-not-buyer {
    border: 1px solid red;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.modal-content {
    margin-top: 0 !important;
}

.checking-info-success {
    font-size: 25px;
    padding: 4px;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
}

.checking-info-falid {
    font-size: 25px;
    padding: 4px;
    border: 1px solid red;
    border-radius: 10px;
    color: red;
}

.today-checking-title {
    color: black;
    padding: 4px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(203, 204, 179, 0.5);
}

.potencial-buyers {
    font-style: italic;
    color: black;
}

.potencial-buyers-hr {
    border: 0;
    border-top: 3px solid black;
    width: 25%;
    margin-top: 5px;
    margin-bottom: 0;
}

.btn-buyers {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
}

.dashboard-li {
    padding: 5px;
    border: 1px solid grey;
    overflow: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    background: white;
}

.li-p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.checking-main-div {
    margin-bottom: 7px;
    padding: 8px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.08);
}

.single-apartment-checkings-p {
    font-style: italic;
    color: dimgrey;
    margin-bottom: 0 !important;
}

.single-apartment-checkings-span {
    font-style: normal;
    color: black;
}

.checkings-p-fix {
    padding-top: 11px !important;
}

.address-main-div {
    border: 1px solid black;
}

.address-title-text {
    background-color: rgba(226, 223, 217, 0.5);
    color: black;
    font-weight: bold;
    padding: 4px;
    margin: 0px !important;
}

.address-description-text {
    margin: 0px !important;
    padding: 4px;
}

.padding-all-0 {
    padding: 0px !important;
}

.border-bottom-custom {
    border-bottom: 2px solid black;
}

.border-right-custom {
    border-right: 1px solid dimgrey;
}

.gallery-thumb {
    width: 90%;
    height: 120px;
    border-radius: 9px;
    border: 1px solid grey;
    padding: 3px;
}

.first-image-border {
    border: 1px solid green;
}

.x-button-image {
    margin-bottom: 0px !important;
    color: #cc1a32;
    cursor: pointer;
}

.btn-first-image-set {
    padding: 0px;
    border-radius: 10px;
    background: none;
    color: #333;
    border: 1px solid #333;
    padding-left: 6px;
    padding-right: 6px;
}

.btn-first-image-set:hover {
    background-color: #333;
    color: white;
}


.rtable {
    /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;
    */
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}

.rtable th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    background: #f2f0e6;
}

.rtable th,
.rtable td {
    padding: 2px 2px;
    border: 1px solid #d9d7ce;
}

.rtable--flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none;
    margin-bottom: 10px !important;
}

.rtable--flip thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
    min-width: 50px;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}

/*!
// CodePen house keeping
*/
body {
    margin: 0;
    padding: 25px;
    color: #494b4d;
    font-size: 14px;
    line-height: 20px;
}

h1, h2, h3 {
    margin: 0 0 10px 0;
    color: #1d97bf;
}

h1 {
    font-size: 25px;
    line-height: 30px;
}

h2 {
    font-size: 20px;
    line-height: 25px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

table {
    margin-bottom: 30px;
}

a {
    color: #ff6680;
}

code {
    background: #fffbcc;
    font-size: 12px;
}

.property-table {
    font-style: italic;
}

.first-title-table {
    border-top: 1px solid #d9d7ce;
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    padding: 2px;
    background: #f2f0e6;
}

.second-title-table {
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    padding: 2px;
}

.third-title-table {
    border-top: 2px solid #d9d7ce;
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    background: #f2f0e6;
    padding: 2px;
}

.fourth-title-table {
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    padding: 2px;
}

.third-title-table-fix {
    border-top: 1px solid #d9d7ce;
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    background: #f2f0e6;
    padding: 2px;
}

.tr-table-apartments {
    border-left: 1px solid #d9d7ce;
    border-right: 1px solid #d9d7ce;
    border-bottom: 2px solid black;
    padding-bottom: 5px !important;
}

.id-apartment-span {
    color: black;
    position: absolute;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 3px;
    font-weight: bold;
    background: rgba(239, 241, 244, 0.5);
}

.info-span {
    padding: 10px;
}

.info {
    background-color: #fff;
    padding: 1%;
}

.inf-icon {
    width: 50px;
}

.ic-tx {
    text-align: center;
    margin-bottom: 20px;
}

.grey-line {
    background-color: grey;
    height: 2px;
}

.container-client {
    background-color: #fff;
    padding: 2%;
}

.span-pro {
    background: #e2e3e3;
    padding: 6px 6px 6px 6px;
    color: #46515c;
    margin-left: 5px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 6px;
    float: left;
}

.main-div-search {
    margin-top: 40px;
    height: auto;
    border-radius: 3%;
    background: white;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
}

.second-div-search {
    height: auto;
    margin-top: 40px;
    border-radius: 3%;
    background: white;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
}

.search-div {
    border-radius: 3px;
    position: relative;
    /*margin: 30px;*/
    margin-top: -20px !important;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
    background: linear-gradient(60deg, #8f918f, #e8efe8) !important;
    font-size: 25px;
    font-style: italic;
    width: 90% !important;
    margin-left: 5%;
    text-align: center;
}

.search-div-result {
    font-size: 18px;
    color: #000;
    border-radius: 3px;
    position: relative;
    /*margin: 30px;*/
    margin-top: -20px !important;
    padding: 12px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
    background: linear-gradient(60deg, #4280f4, #bdd3fc) !important;
    font-style: italic;
    width: 90% !important;
    margin-left: 5%;
    text-align: center;
}

.search-div-result-buyers {
    font-size: 18px;
    color: #000;
    border-radius: 3px;
    position: relative;
    /*margin: 30px;*/
    margin-top: -20px !important;
    padding: 12px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
    background: linear-gradient(60deg, #f47d42, #f7c2a8) !important;
    font-style: italic;
    width: 90% !important;
    margin-left: 5%;
    text-align: center;
}

.button-div-dasboard {
    margin-top: 10%;
}

.search-button-dashboard {
    margin-bottom: 10px;
    padding: 10px;
    width: 90%;
    margin-left: 5%;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
}

.search-button-dashboard:hover {
    color: #f44250;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(244, 66, 80, .6) !important;
}

.search-button-dashboard:focus {
    outline: 0;
}

.input-phone-field {
    height: 43px;
    border: 2px solid rgba(45, 135, 255, .7);
    font-size: 25px !important;
    color: #4280f4;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
}

.buyer-not-found {
    width: 80%;
    margin-left: 10%;
    /*color: #f44250;*/
    box-shadow: 0 4px 20px 0 rgba(244, 66, 80, .6), 0 7px 10px -5px rgba(244, 66, 80, .6) !important;
}

.buyer-found {
    width: 80%;
    margin-left: 10%;
    /*color: #f44250;*/
    box-shadow: 0 4px 20px 0 rgba(86, 165, 53, .8), 0 7px 10px -5px rgba(86, 165, 53, .8) !important;
}

.find-btn-client {
    background: #e05e1f;
    color: white;
    text-align: left;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.find-btn-client:hover {
    background: #f02d35;
    color: white;
}

.find-btn-client:focus {
    outline: 0;
}

.btn-owner-search:focus {
    outline: 0;
}

.btn-owner-confirm:focus {
    outline: 0;
}

.btn-owner-search {
    margin-top: 31px;
    border-radius: 20px;
    background: red;
    border: 2px solid red !important;
    color: white;
}

.btn-owner-confirm {
    margin-top: 31px;
    border-radius: 20px;
    background-color: #1ca010;
    border-color: #1ca010;
}

.add-error-border {
    border: 2px solid red !important;
}

.toggle-button {
    margin: 0 20px;
}

/*
 * Toggle button styles
 */
.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
}

.toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

.toggle-button input {
    display: none;
}

.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}

.toggle-button__icon:before, .toggle-button__icon:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 35%;
    transition: 0.2s ease-out;
}

/*
 * Toggle button variables
 */
/*
 * Toggle button styles
 */
.toggle-button--aava label {
    height: 50px;
    line-height: 50px;
    transition: all 0.2s;
    border-radius: 2rem;
}

.toggle-button--aava label:before, .toggle-button--aava label:after {
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s .1s ease-out;
}

.toggle-button--aava label:before {
    content: attr(data-on-text);
}

.toggle-button--aava label:after {
    content: attr(data-off-text);
}

.toggle-button--aava input[type=checkbox] + label {
    width: 120px;
    background: red;
}

.toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked ~ label {
    width: 120px;
    background: #61B136;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px);
}

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
    transform: translate(-10%, 100%) rotate(45deg);
    width: 16.66667px;
}

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
    transform: translate(30%) rotate(-45deg);
}

.toggle-button--aava .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

.toggle-button--aava .toggle-button__icon:before, .toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.toggle-button--aava .toggle-button__icon:before {
    width: 25px;
    transform: rotate(45deg);
}

.toggle-button--aava .toggle-button__icon:after {
    width: 25px;
    transform: rotate(-45deg);
}

.delete-city {
    color: red;
}

.delete-city:hover {
    cursor: pointer;
}

.btn-remove-search {
    margin-right: 5px;
    padding: 3px;
    margin-top: 2px;
    border-color: red;
    color: red;
}


.wish {
    -webkit-appearance: none; /* Hides the default checkbox style */
    height: 2em;
    width: 2em;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    border-radius: 2em;
    background-color: #900;
}

.wish:checked {
    background-color: green;
}

.wish:before, .wish:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2em;
    text-align: center;
    color: #fff;
    content: '✘';
}

.wish:checked:before {
    content: '✔';
}

.wish:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

.wish:focus {
    outline: none !important;
}

input:focus {
    outline: none !important;
}

.list-btn-delete {
    background: white;
    color: red;
    border-color: red;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-edit {
    background: white;
    color: blue;
    border-color: blue;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-view {
    background: white;
    color: #297a21;
    border-color: #297a21;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-share {
    background: white;
    color: #4079c9;
    border-color: #4079c9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-print {
    background: white;
    color: #d37126;
    border-color: #d37126;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}


.list-btn-delete:hover {
    background: red;
    color: white;
    border-color: red;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-edit:hover {
    background: blue;
    color: white;
    border-color: blue;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-view:hover {
    background: #297a21;
    color: white;
    border-color: #297a21;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-share:hover {
    background: #4079c9;
    color: white;
    border-color: #4079c9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.list-btn-print:hover {
    background: #d37126;
    color: white;
    border-color: #d37126;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.search-span {
    margin-left: 7px;
    margin-bottom: 20px;
    background: #f2f0e6;
    color: #494b4d;
    font-size: 11px;
    padding: 6px;
    border: 2px solid #d9d7ce;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
}

.search-main-div {
    height: 42px;
    display: inline-block;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}

.delete-button-wish-list {
    border: 1px solid red;
    border-radius: 5px;
    background: none;
    color: red;
    font-weight: lighter !important;
    font-size: 14px !important;
    margin-right: 3% !important;
}

.dropdown-menu > li > a:hover {
    cursor: pointer !important;
    background: rgba(247, 46, 67, 0.5);
}

.dropdown-menu > li > a:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.dropdown-toggle {
    border: none !important;
    width: 100%;
    padding-bottom: 8px !important;
    background: none !important;
}

.multiselect-parent {
    width: 100% !important;
    box-shadow: 0 1px 0 #e6e6e6 !important;
}

.dropdown-toggle:hover {
    background: lightgrey !important;
}

.font-size-12-px {
    font-size: 12px !important;
}

.fix-multiselect-buyer-wish {
    margin-top: 61px;
}
.button-upload-doc{
    color: #34a263;
    background-color: white;
    border-color: #34a263;
}
.add-document{
    color: #337ab7;
    font-size: 25px;
    border: 1px solid #337ab7;
    border-radius: 7px;
    box-shadow: 6px 7px 4px 0px rgba(0, 0, 0, 0.08);
}
.add-document:hover{
    cursor: pointer;
}
.add-document:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}


.single {
    padding: 30px 15px;
    margin-top: 40px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0; }
.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #333;
    text-transform: uppercase; }
.single h3.side-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ff173c;
    display: block;
    margin-top: 6px; }

.single ul {
    margin-bottom: 0; }
.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none; }
.single li a:hover {
    color: #ff173c; }
.single li:last-child a {
    border-bottom: 0; }

.btn-give-up-document{
    margin-left: 20px;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    color: red;
    border-color: red;
}
.btn-give-up-document:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}
.add-opacity{
    opacity: 0.5 !important;
}
.payed{
     background: rgba(62, 204, 239, 0.1);
 }
.not-payed{
    background: rgba(244, 69, 66, 0.1);
}
.notification-panel{
    font-size: 13px;
    font-weight: bolder;
    border-radius: 1%;
    background: rgba(244, 188, 58, 0.7);
    box-shadow: 0 4px 20px 0 rgba(22, 67, 127, .14), 0 7px 10px -5px rgba(45, 135, 255, .4) !important;
}
.padding-fix-input{
    padding: 4px!important;
}

.btn-input:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}
.title-form-fix{
    border: 1px solid #d9d7ce;
    padding: 5px;
    background: #f2f0e6;
    font-weight: bold;
}


/*buttons*/


.button::-moz-focus-inner{
    border: 0;
    padding: 0;
}

.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;

    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));

    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover{
    background-color: #eee;
    color: #555;
}

.button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active{
    border-color: #eaeaea;
    background: #fafafa;
    cursor: default;
    position: static;
    color: #999;
    /* Usually, !important should be avoided but here it's really needed :) */
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small{
    padding: 4px 12px;
}

/* Larger buttons styles */

.button.large{
    padding: 12px 30px;
    text-transform: uppercase;
}

.button.large:active{
    top: 2px;
}

/* Colored buttons styles */

.button.green, .button.red, .button.blue {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}

/* */
.button.orange{
    background-color: #f49842;
    border-color: #f49842;
}


.button.green{
    background-color: #57a957;
    border-color: #57a957;
}

.button.orange:hover{
    background-color: #f48218;
}

.button.green:hover{
    background-color: #62c462;
}

.button.green:active{
    background: #57a957;
}

.button.red{
    background-color: #ca3535;
    border-color: #c43c35;
}

.button.red:hover{
    background-color: #ee5f5b;
}

.button.red:active{
    background: #c43c35;
}

/* */

.button.blue{
    background-color: #269CE9;
    border-color: #269CE9;
}

.button.blue:hover{
    background-color: #70B9E8;
}

.button.blue:active{
    background: #269CE9;
}

/* */

.orange[disabled], .orange[disabled]:hover, .orange[disabled]:active{
    border-color: #cc894b;
    background: #cc894b;
    color: #f4c59a;
}

.green[disabled], .green[disabled]:hover, .green[disabled]:active{
    border-color: #57A957;
    background: #57A957;
    color: #D2FFD2;
}

.red[disabled], .red[disabled]:hover, .red[disabled]:active{
    border-color: #C43C35;
    background: #C43C35;
    color: #FFD3D3;
}

.blue[disabled], .blue[disabled]:hover, .blue[disabled]:active{
    border-color: #269CE9;
    background: #269CE9;
    color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.button-group{
    font-size: 0; /* Inline block elements gap - fix */
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.button-group li{
    margin-right: -1px; /* Overlap each right button border */
}

.button-group .button{
    font-size: 13px; /* Set the font size, different from inherited 0 */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.button-group .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:first-child .button{
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button{
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active{
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
.default-new:focus {
    outline: 0;
}

.animation-button{
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.uib-datepicker-popup{
    border: none !important;
}
.uib-daypicker:focus{
    outline: none !important;
}
.img-div{
    height: 180px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-main-div{
    background-color: #ffffff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 25px;
}
.content{
    padding: 0px !important;
    padding-top: 30px;
}


.loader{
    width: 70px;
    height: 70px;
    margin: 40px auto;
}
.loader p{
    font-size: 16px;
    color: #777;
}
.loader .loader-inner{
    display: inline-block;
    width: 15px;
    border-radius: 15px;
    background: #74d2ba;
}
.loader .loader-inner:nth-last-child(1){
    -webkit-animation: loading 1.5s 1s infinite;
    animation: loading 1.5s 1s infinite;
}
.loader .loader-inner:nth-last-child(2){
    -webkit-animation: loading 1.5s .5s infinite;
    animation: loading 1.5s .5s infinite;
}
.loader .loader-inner:nth-last-child(3){
    -webkit-animation: loading 1.5s 0s infinite;
    animation: loading 1.5s 0s infinite;
}
@-webkit-keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
@keyframes loading{
    0%{
        height: 15px;
    }
    50%{
        height: 35px;
    }
    100%{
        height: 15px;
    }
}
.add-color-error{
    color: red;
}

.page-item{
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    box-sizing: none;
    box-shadow: none;
}

.page-item:first-child .page-link {
    width: 90px;
    text-align: center;
    border-radius: 20px;
}

.page-item:last-child .page-link {
    border-radius: 20px;
    width: 90px;
    text-align: center;
}

.page-link{
    background-color: #CCC;
    border: 1px solid black;
    border-radius: 20px;
    width:40px;
    padding-left:0px;
    padding-right: 1px;
    text-align: center;

}

.page-link.pagina{
    height: 40px;
    width: 40px;
    border: 1px solid black;
    border-radius: 50%;
    color: #FFF;
    background: rgb(125,126,125);
    background: -moz-linear-gradient(-45deg, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(135deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.9);
}
.page-link:hover{
    background: rgb(125,126,125);
    background: -moz-linear-gradient(-45deg, rgba(195,196,195,1) 0%, rgba(84,84,85,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(195,196,195,1) 0%,rgba(84,84,85,1) 100%);
    background: linear-gradient(135deg, rgba(195,196,195,1) 0%,rgba(64,64,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );

}
.pagina.actief{
    background: rgb(125,126,125);
    background: -moz-linear-gradient(-45deg, rgba(125,255,125,1) 0%, rgba(14,144,14,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(125,255,125,1) 0%,rgba(14,144,14,1) 100%);
    background: linear-gradient(135deg, rgba(125,255,125,1) 0%,rgba(14,144,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
}


/**********************/
/*** calendar cards ***/
/**********************/
.row.calendar{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 2px dotted green;
}

.card.calendar-groot{
    min-width: 80%;
    max-width: 80%;
    margin: 30px 20px 10px 20px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
    /*border: 2px solid #777;*/
    border-radius: 10px;
}

.avatar-close{
    position: absolute;
    left: 44px;
    cursor: pointer;
    top: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #FFF;
    padding-top: 1px;
    font-weight: bold;
    line-height: 14px;
}

.avatar{
    position: absolute;
    right: 91px;
    cursor: pointer;
    top: -11px;
    border: 2px solid #555;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
    width: 60px;
    height: 60px;
    text-align: center;
    color: #FFF;
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
}
.avatar:hover{
    border: 2px solid #53913c;
    box-shadow: 0px 0px 5px 2px rgba(58, 140, 28,0.6);
}


.card-title.calendar-groot{
    position: absolute;
    width: 100%;
    top: 10px;
    right: 0px;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    text-align: center;
}

.card-text.calendar-groot{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.calendar-poster{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    padding-right: 8px;
    padding-left: 15px;
    padding-bottom: 1px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-top-left-radius: 30px;

}

.calendar-groot.green{
    background: rgb(191,210,85);
    background: -moz-linear-gradient(-60deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    background: linear-gradient(150deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 );
}

.calendar-groot.gray{
    background: rgb(226,226,226);
    background: -moz-linear-gradient(-60deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(150deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
}

.calendar-groot.blue{
    background: rgb(183,222,237);
    background: -moz-linear-gradient(-60deg,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
    background: linear-gradient(150deg,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=1 );
}

.calendar-groot.red{
    background: rgb(248,80,50);
    background: -moz-linear-gradient(-60deg,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    background: linear-gradient(150deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
}

.calendar-groot.orange{
    background: rgb(254,204,177);
    background: -moz-linear-gradient(-60deg,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
    background: linear-gradient(150deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 );
}

.calendar-groot.brown{
    background: rgb(243,226,199);
    background: -moz-linear-gradient(-60deg,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
    background: -webkit-linear-gradient(-60deg,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
    background: linear-gradient(150deg,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 );
}

.platform-images{
    box-shadow: 6px 7px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #c8cbce;
    border-radius: 8px;
    width: 90px;
    height: 90px;
    cursor: pointer;
}
.platform-images:hover{
    opacity: 0.5;
}

.remove-image {
    display: none;
    position: absolute;
    top: 14px;
    right: -1px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}
.img-div{
    width: 100%;
    padding: 3px;
    height: 180px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-main-div{
    background-color: #ffffff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 25px;
}
.add-green-background {
    background-color: rgba(66, 161, 71, 0.3);
}
.add-color-on-button{
    color: green;
    background-color: rgba(50, 168, 82, 0.4);
}
.switch-success input:checked + span {
    background-color: green;
}




.wrapXml {
    text-align: center;
    vertical-align: middle;
}


.spinnerXml {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 50px;
    display: inline-block;
}
.spinnerXml:after,
.spinnerXml:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.spinner-1:after {
    position: absolute;
    top: -4px;
    left: -4px;
    border: 4px solid transparent;
    border-top-color: #f07e6e;
    border-bottom-color: #f07e6e;
    -webkit-animation: spinny 1s linear infinite;
    animation: spinny 1s linear infinite;
}

@keyframes spinny {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(45deg) scale(1.2);
        transform: rotate(45deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes bouncy {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}



