﻿.member-avatar {
    height: 100px !important;
}

.online-circle {
    height: 8px;
    width: 8px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #a0d468;
}

.offline-circle {
    height: 8px;
    width: 8px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #d73d32;
}

.mailbox-image {
    height: 80px;
}

input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox !important;
}

@media (max-width: 1024px) {
    body {
        background-attachment: scroll;
    }


    .container.menu_bg:before, .container.menu_bg:after {
        display: none;
    }

    .container.menu_bg {
        margin-left: -20px;
        margin-right: -20px;
        width: 980px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #main_menu select {
        margin: 10px 0;
        width: 95%;
    }

    .container.menu_bg {
        margin-left: -20px;
        margin-right: -20px;
        width: 764px;
    }


    .camera_caption {
        bottom: 20%;
    }


    .recent_gal_block .row {
        width: 480px;
        margin: 0 auto;
    }

    .recent_gal_block .span3 {
        margin: 0 10px 20px;
        width: 220px;
    }


    h2.title {
        font-size: 16px;
    }


    .tags a {
        margin: 0 4px 8px 0;
        height: 24px;
        line-height: 25px;
        font-size: 12px;
    }


    #footer h2.title {
        font-size: 14px;
    }


    #footer input[type="text"] {
        width: 127px;
    }

    #footer textarea {
        width: 272px;
    }


    .tags a {
        font-size: 12px;
        height: 24px;
        line-height: 25px;
        margin: 0 0 3px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    #main_menu select {
        margin-top: 15px;
        width: 95% !important;
    }

    #main_menu {
        margin-top: 0;
    }


    .container.menu_bg {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }


    .follow_us, .follow_us ul {
        height: 100%;
    }


    .camera_caption {
        right: 20px;
    }

    .slide_descr {
        font-size: 24px;
        line-height: 26px;
    }


    .recent_gal_block .row {
        width: 440px;
        margin: 0 auto;
    }

    .recent_gal_block .span3 {
        float: left;
        margin: 0 5px 10px;
        width: 210px;
    }


    .header .wrap {
        padding: 0;
    }


    .logo, .follow_us ul {
        text-align: center;
    }

    .logo {
        margin-bottom: 0;
    }


    #footer .wrap {
        padding: 0;
    }


    .footer_bord {
        padding: 22px 20px 0;
    }



    .height_2column, .height_3column, .height_4column {
        min-height: 365px !important;
    }
}

@media (max-width: 979px) {
    .carousel_block .span3, .carousel_block .span9 {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .carousel_block .row {
        margin-left: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    .navbar-fixed-top {
        margin-bottom: 20px;
    }

    .navbar-fixed-bottom {
        margin-top: 20px;
    }

        .navbar-fixed-top .navbar-inner,
        .navbar-fixed-bottom .navbar-inner {
            padding: 5px;
        }


    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            .nav-collapse .nav > li {
                float: none;
            }

                .nav-collapse .nav > li > a {
                    margin-bottom: 2px;
                }

            .nav-collapse .nav > .divider-vertical {
                display: none;
            }



        .nav-collapse .dropdown-menu:before,
        .nav-collapse .dropdown-menu:after {
            display: none;
        }

        .nav-collapse .dropdown-menu .divider {
            display: none;
        }

        .nav-collapse .nav > li > .dropdown-menu:before,
        .nav-collapse .nav > li > .dropdown-menu:after {
            display: none;
        }

        .nav-collapse .navbar-form,
        .nav-collapse .navbar-search {
            float: none;
            padding: 10px 15px;
            margin: 10px 0;
            border-top: 1px solid #f2f2f2;
            border-bottom: 1px solid #f2f2f2;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        }

    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    #main_menu {
    }

    nav#main_menu ul {
        display: none;
    }

    nav#main_menu select {
        display: inline-block;
    }

    nav#main_menu {
        position: relative;
        right: 0;
        left: 0;
        top: auto;
    }

    .menu_wrap {
        float: none;
        padding-left: 0px;
    }

    .header .span4, .header .span8 {
        float: none;
        text-align: center;
    }

    .follow_us ul li {
        margin: 5px 0 0 5px;
    }

    .header {
        text-align: center;
    }

    .follow_us ul li:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px !important;
    }
}

.header {
    margin: 0 -20px;
    padding: 0 20px;
}

#online-member-container {
    padding-top: 10px;
    padding-bottom: 10px;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    background-color: #e51947;
    border-color: #e51947;
    color: white;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #e51947;
    border-color: #e51947;
    color: white;
}


.mailbox-entry {
    border: 1px solid #f2f2f2;
    background-color: ghostwhite;
    padding: 15px;
    min-height: 130px !important;
}

    .mailbox-entry.unread {
        background-color: rgba(229, 25, 71, 0.3);
    }

        .mailbox-entry.unread a {
            color: #e51947;
        }


.min-height-550 {
    min-height: 500px;
}

.hint-text {
    font-size: 10px;
    font-weight: lighter;
}

.well.profile-info {
    background-color: white;
}



.messages-list {
    list-style: none;
    padding: 10px 0;
    overflow: auto;
}

.message {
    padding: 10px 15px;
}

.messages-list .message .message-info {
    height: 18px;
}

.messages-list .message .message-body {
    margin-top: 10px;
    border-radius: 3px;
    background-color: #a0d468;
    color: #ffffff;
    padding: 10px;
    position: relative;
    margin-right: 10%;
}

.messages-list .message .message-info .bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a0d468;
    margin-right: 5px;
}

.messages-list .message .message-info .bullet, .messages-list .message .message-info .contact-name, .messages-list .message .message-info .message-time {
    display: inline-block;
}

.messages-list .message .message-info .contact-name {
    display: inline-block;
}

.messages-list .message .message-info .contact-name {
    font-weight: bold;
    margin-right: 5px;
}

.messages-list .message .message-info .message-time {
    display: inline-block;
}

.message .message-info .message-time {
    font-size: .8em;
    color: #666;
}

.messages-list .message.reply .message-info .bullet {
    background-color: #5db2ff;
    margin-top: 8px;
}

.messages-list .message.reply .message-info .bullet {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.messages-list .message.reply .message-info .message-time {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.messages-list .message.reply .message-info .bullet, .messages-list .message.reply .message-info .contact-name, .messages-list .message.reply .message-info .message-time {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.messages-list .message.reply .message-body {
    background-color: #5db2ff;
    margin-left: 10%;
    margin-right: 0;
}

.img-preview {
    width: auto;
    height: auto;
    max-width: 150px;
}

.emojionearea-editor:not(.inline) {
  min-height: 8em!important;
}

.emojione {
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
    background-image: none;
}

.message-content > .emojione {
    min-height: 0 !important;
    min-width: 0 !important;
}

.message-body > .emojione {
    height: 0 !important;
    width: 0 !important;

    background-image: none !important;
}

 .margin-top-10 {
     margin-top: 10px;
 }

 .margin-top-20 {
     margin-top: 20px;
 }

 .margin-5 {
     margin: 5px;
 }

 .badge-red {
     background-color: red;
 }

 .badge-green {
     background-color: green;
 }
 

 .member-avatar-x-small {
     border-radius: 50% !important;
     width: 150px !important;
     height: 150px !important;
 }

 .info-top {
     background-color: ghostwhite;
     border-bottom: 1px solid #ff7128;
     height: 35px !important;
     top: 0;

     
     padding: 5px;
 }

 .info-top p {
     text-align: center;
 }

 .notifications-list li .notification-icon {
    float: left;

}

.notifications-list li .notification-icon img {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;

    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}

.notifications-list li .notification-icon p {
    text-align: center;
    max-width: 50px;
}



.notifications-list li .notification-icon i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 50%;
}

.notifications-list li .notification-body {
    float: left;
}

.notifications-list li .notification-body .title {
    display: block;
    font-size: 13px;
}

.notifications-list li .notification-body .description {
    display: block;
    font-size: 10px;
    color: #999999;
}

.notifications-list li .notification-extra {
    float: right;
    text-align: right;
}

.notifications-list li .notification-extra i {
    font-size: 14px;
}

.notifications-list li .notification-extra .description {
    display: block;
    font-size: 10px;
    color: #999999;
}

.white {
  color: #ffffff !important;
}
.snow {
  color: #fbfbfb !important;
}
.whitesmoke {
  color: #f5f5f5 !important;
}
.seashell {
  color: #f3f3f3 !important;
}
.ivory {
  color: #eeeeee !important;
}
.platinum {
  color: #e5e5e5 !important;
}
.lightgray {
  color: #d0d0d0 !important;
}
.gray {
  color: #cccccc !important;
}
.darkgray {
  color: #999999 !important;
}
.silver {
  color: #777777 !important;
}
.sonic-silver {
  color: #737373 !important;
}
.storm-cloud {
  color: #666666 !important;
}
.lightcarbon {
  color: #555555 !important;
}
.carbon {
  color: #444444 !important;
}
.slate-gray {
  color: #333333 !important;
}
.darkcarbon {
  color: #262626 !important;
}
.blue {
  color: #5db2ff !important;
}
.info {
  color: #57b5e3 !important;
}
.sky {
  color: #11a9cc !important;
}
.primary {
  color: #4374e0 !important;
}
.azure {
  color: #2dc3e8 !important;
}
.blueberry {
  color: #6f85bf !important;
}
.palegreen {
  color: #a0d468 !important;
}
.success {
  color: #53a93f !important;
}
.green {
  color: #8cc474 !important;
}
.lightyellow {
  color: #f6d52e !important;
}
.yellow {
  color: #ffce55 !important;
}
.warning {
  color: #f4b400 !important;
}
.gold {
  color: #f9b256 !important;
}
.orange {
  color: #fb6e52 !important;
}
.lightred {
  color: #e46f61 !important;
}
.darkorange {
  color: #ed4e2a !important;
}
.red {
  color: #df5138 !important;
}
.pink {
  color: #e75b8d !important;
}
.darkpink {
  color: #cc324b !important;
}
.danger {
  color: #d73d32 !important;
}
.magenta {
  color: #bc5679 !important;
}
.purple {
  color: #7e3794 !important;
}
.maroon {
  color: #981b48 !important;
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-snow {
  background-color: #fbfbfb !important;
}
.bg-whitesmoke {
  background-color: #f5f5f5 !important;
}
.bg-seashell {
  background-color: #f3f3f3 !important;
}
.bg-ivory {
  background-color: #eeeeee !important;
}
.bg-platinum {
  background-color: #e5e5e5 !important;
}
.bg-lightgray {
  background-color: #d0d0d0 !important;
}
.bg-gray {
  background-color: #cccccc !important;
}
.bg-darkgray {
  background-color: #999999 !important;
}
.bg-silver {
  background-color: #777777 !important;
}
.bg-sonic-silver {
  background-color: #737373 !important;
}
.bg-storm-cloud {
  background-color: #666666 !important;
}
.bg-lightcarbon {
  background-color: #555555 !important;
}
.bg-carbon {
  background-color: #444444 !important;
}
.bg-slate-gray {
  background-color: #333333 !important;
}
.bg-darkcarbon {
  background-color: #262626 !important;
}
.bg-blue {
  background-color: #5db2ff !important;
}
.bg-info {
  background-color: #57b5e3 !important;
}
.bg-sky {
  background-color: #11a9cc !important;
}
.bg-primary {
  background-color: #4374e0 !important;
}
.bg-azure {
  background-color: #2dc3e8 !important;
}
.bg-blueberry {
  background-color: #6f85bf !important;
}
.bg-palegreen {
  background-color: #a0d468 !important;
}
.bg-success {
  background-color: #53a93f !important;
}
.bg-green {
  background-color: #8cc474 !important;
}
.bg-lightyellow {
  background-color: #f6d52e !important;
}
.bg-yellow {
  background-color: #ffce55 !important;
}
.bg-warning {
  background-color: #f4b400 !important;
}
.bg-gold {
  background-color: #f9b256 !important;
}
.bg-orange {
  background-color: #fb6e52 !important;
}
.bg-lightred {
  background-color: #e46f61 !important;
}
.bg-darkorange {
  background-color: #ed4e2a !important;
}
.bg-red {
  background-color: #df5138 !important;
}
.bg-danger {
  background-color: #d73d32 !important;
}
.bg-pink {
  background-color: #e75b8d !important;
}
.bg-darkpink {
  background-color: #cc324b !important;
}
.bg-magenta {
  background-color: #bc5679 !important;
}
.bg-purple {
  background-color: #7e3794 !important;
}
.bg-maroon {
  background-color: #981b48 !important;
}


.e-tab .e-header.e-addborderbottom .e-active {
    border-top: 3px solid #e51947;
}

span.input-icon {
  display: inline-block;
}
.input-icon {
  position: relative;
  width: 100%;
}
.input-icon.inverted > [class*="fa-"],
.input-icon.inverted > [class*="glyphicon-"] {
  color: #ffffff;
  background-color: #262626;
}
.input-icon > input {
  padding-left: 36px;
  padding-right: 6px;
}
.input-icon > input:focus + [class*="fa-"],
.input-icon > input:focus + [class*="glyphicon-"] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.input-icon > input:focus + .circular {
  -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
}
.input-icon > input.input-xs {
  padding-left: 26px;
}
.input-icon > input.input-xs + [class*="fa-"],
.input-icon > input.input-xs + [class*="glyphicon-"] {
  width: 24px;
  font-size: 10px;
  padding-top: 0;
  line-height: 24px;
}
.input-icon > input.input-xs + .circular {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}
.input-icon > input.input-sm {
  padding-left: 32px;
}
.input-icon > input.input-sm + [class*="fa-"],
.input-icon > input.input-sm + [class*="glyphicon-"] {
  width: 30px;
  font-size: 12px;
  padding-top: 0;
  line-height: 30px;
}
.input-icon > input.input-sm + .circular {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.input-icon > input.input-lg {
  padding-left: 48px;
}
.input-icon > input.input-lg + [class*="fa-"],
.input-icon > input.input-lg + [class*="glyphicon-"] {
  width: 46px;
  font-size: 18px;
  padding-top: 5px;
  line-height: 34px;
}
.input-icon > input.input-lg + .circular {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 26px;
}
.input-icon > input.input-xl {
  padding-left: 54px;
}
.input-icon > input.input-xl + [class*="fa-"],
.input-icon > input.input-xl + [class*="glyphicon-"] {
  width: 52px;
  font-size: 20px;
  padding-top: 8px;
  line-height: 34px;
}
.input-icon > input.input-xl + .circular {
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 26px;
}
.input-icon > [class*="fa-"],
.input-icon > [class*="glyphicon-"] {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 100%;
  line-height: 28px;
  display: inline-block;
  color: #555555;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.input-icon > [class*="fa-"].circular,
.input-icon > [class*="glyphicon-"].circular {
  border-radius: 500em !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  padding: 0;
  top: 5px;
  bottom: 5px;
  left: 7px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.input-icon.icon-right > input {
  padding-left: 6px;
  padding-right: 36px;
}
.input-icon.icon-right > input.input-xs {
  padding-right: 26px;
}
.input-icon.icon-right > input.input-sm {
  padding-right: 32px;
}
.input-icon.icon-right > input.input-lg {
  padding-right: 48px;
}
.input-icon.icon-right > input.input-xl {
  padding-right: 54px;
}
.input-icon.icon-right > [class*="fa-"],
.input-icon.icon-right > [class*="glyphicon-"] {
  left: auto;
  right: 0;
}
.input-icon.icon-right .circular {
  left: auto;
  right: 5px;
}
.input-icon ~ .help-inline {
  padding-left: 8px;
}
.input-group .input-group-addon {
  border-radius: 0 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0, #fbfbfb 100%);
}
.input-group .input-group-addon[class*="bg-"] {
  background-image: none;
  color: #ffffff;
}
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 18px;
  font-size: 20px;
  line-height: 1.4;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 6px 2px 7px;
  font-size: 11px;
  line-height: 1.4;
}
.has-success .input-group-addon {
  border-color: #b0dd9c !important;
  color: #8cc474;
  background-image: none;
}
.has-error .input-group-addon {
  border-color: #E7BEBE;
  color: #e46f61;
  background-image: none;
}
.has-warning .input-group-addon {
  border-color: #fecf49;
  color: #f4b400;
  background-image: none;
}
.has-info .input-group-addon {
  border-color: #a4d3fe;
  color: #57b5e3;
  background-color: #e4f0fc;
  background-image: none;
}
.input-group-btn .btn-label {
  padding: 6px 10px !important;
}
.input-group-btn > .btn {
  line-height: 20px;
  border-radius: 0 !important;
}
.input-group-btn > .btn.dropdown-toggle > [class*="fa-"] {
  margin-right: 0;
  font-size: 14px;
}
.input-group > .btn.btn-sm {
  line-height: 22px;
}
.input-group > .btn + .btn {
  margin-left: 1px;
}
.input-group > .btn-group > .btn {
  line-height: 23px;
}
.input-group > .btn-group > .btn.btn-sm {
  line-height: 26px;
}
.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
}

hr {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.form-title {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}

/*#region Notifications*/
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.5em;
  float: right;
  font-size: 18px;
  font-family: 'FontAwesome';
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  -moz-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#toast-container > :hover {
  -webkit-box-shadow: 0 0 12px #000000;
  -moz-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-white {
  background-color: #ffffff !important;
}
.toast-snow {
  background-color: #fbfbfb !important;
}
.toast-whitesmoke {
  background-color: #f5f5f5 !important;
}
.toast-seashell {
  background-color: #f3f3f3 !important;
}
.toast-ivory {
  background-color: #eeeeee !important;
}
.toast-platinum {
  background-color: #e5e5e5 !important;
}
.toast-lightgray {
  background-color: #d0d0d0 !important;
}
.toast-gray {
  background-color: #cccccc !important;
}
.toast-darkgray {
  background-color: #999999 !important;
}
.toast-silver {
  background-color: #777777 !important;
}
.toast-sonic-silver {
  background-color: #737373 !important;
}
.toast-storm-cloud {
  background-color: #666666 !important;
}
.toast-lightcarbon {
  background-color: #555555 !important;
}
.toast-carbon {
  background-color: #444444 !important;
}
.toast-slate-gray {
  background-color: #333333 !important;
}
.toast-darkcarbon {
  background-color: #262626 !important;
}
.toast-blue {
  background-color: #5db2ff !important;
}
.toast-info {
  background-color: #57b5e3 !important;
}
.toast-sky {
  background-color: #11a9cc !important;
}
.toast-primary {
  background-color: #4374e0 !important;
}
.toast-blueberry {
  background-color: #6f85bf !important;
}
.toast-palegreen {
  background-color: #a0d468 !important;
}
.toast-success {
  background-color: #53a93f !important;
}
.toast-green {
  background-color: #8cc474 !important;
}
.toast-lightyellow {
  background-color: #f6d52e !important;
}
.toast-yellow {
  background-color: #ffce55 !important;
}
.toast-warning {
  background-color: #f4b400 !important;
}
.toast-gold {
  background-color: #f9b256 !important;
}
.toast-orange {
  background-color: #fb6e52 !important;
}
.toast-lightred {
  background-color: #e46f61 !important;
}
.toast-darkorange {
  background-color: #ed4e2a !important;
}
.toast-red {
  background-color: #df5138 !important;
}
.toast-danger {
  background-color: #d73d32 !important;
}
.toast-pink {
  background-color: #e75b8d !important;
}
.toast-darkpink {
  background-color: #cc324b !important;
}
.toast-magenta {
  background-color: #bc5679 !important;
}
.toast-purple {
  background-color: #7e3794 !important;
}
.toast-maroon {
  background-color: #981b48 !important;
}
/*Responsive Design*/
@media all and (max-width: 239px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #e51947;
}

/*#region CheckBox and RadioBox*/
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -9999px;
  z-index: 12;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
input[type=checkbox].inverted:checked ~ .text:before,
input[type=radio].inverted:checked ~ .text:before {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
input[type=checkbox].colored-white ~ .text,
input[type=radio].colored-white ~ .text {
  color: #ffffff;
}
input[type=checkbox].colored-white ~ .text:before,
input[type=radio].colored-white ~ .text:before {
  border-color: #fafafa;
}
input[type=checkbox].colored-white:checked ~ .text,
input[type=radio].colored-white:checked ~ .text {
  color: #ffffff;
}
input[type=checkbox].colored-white:checked ~ .text:before,
input[type=radio].colored-white:checked ~ .text:before {
  border-color: #333333;
  color: #333333;
}
input[type=checkbox].colored-blue:checked ~ .text,
input[type=radio].colored-blue:checked ~ .text {
  color: #5db2ff;
}
input[type=checkbox].colored-blue:checked ~ .text:before,
input[type=radio].colored-blue:checked ~ .text:before {
  border-color: #5db2ff;
  color: #5db2ff;
}
input[type=checkbox].colored-primary:checked ~ .text,
input[type=radio].colored-primary:checked ~ .text {
  color: #4374e0;
}
input[type=checkbox].colored-primary:checked ~ .text:before,
input[type=radio].colored-primary:checked ~ .text:before {
  border-color: #4374e0;
  color: #4374e0;
}
input[type=checkbox].colored-danger:checked ~ .text,
input[type=radio].colored-danger:checked ~ .text {
  color: #d73d32;
}
input[type=checkbox].colored-danger:checked ~ .text:before,
input[type=radio].colored-danger:checked ~ .text:before {
  border-color: #d73d32;
  color: #d73d32;
}
input[type=checkbox].colored-success:checked ~ .text,
input[type=radio].colored-success:checked ~ .text {
  color: #53a93f;
}
input[type=checkbox].colored-success:checked ~ .text:before,
input[type=radio].colored-success:checked ~ .text:before {
  border-color: #53a93f;
  color: #53a93f;
}
input[type=checkbox].colored-warning:checked ~ .text,
input[type=radio].colored-warning:checked ~ .text {
  color: #f4b400;
}
input[type=checkbox].colored-warning:checked ~ .text:before,
input[type=radio].colored-warning:checked ~ .text:before {
  border-color: #f4b400;
  color: #f4b400;
}
input[type=checkbox].colored-silver:checked ~ .text,
input[type=radio].colored-silver:checked ~ .text {
  color: #777777;
}
input[type=checkbox].colored-silver:checked ~ .text:before,
input[type=radio].colored-silver:checked ~ .text:before {
  border-color: #777777;
  color: #777777;
}
input[type=checkbox].colored-blueberry:checked ~ .text,
input[type=radio].colored-blueberry:checked ~ .text {
  color: #6f85bf;
}
input[type=checkbox].colored-blueberry:checked ~ .text:before,
input[type=radio].colored-blueberry:checked ~ .text:before {
  border-color: #6f85bf;
  color: #6f85bf;
}
input[type=checkbox].colored-palegreen:checked ~ .text,
input[type=radio].colored-palegreen:checked ~ .text {
  color: #a0d468;
}
input[type=checkbox].colored-palegreen:checked ~ .text:before,
input[type=radio].colored-palegreen:checked ~ .text:before {
  border-color: #a0d468;
  color: #a0d468;
}
input[type=checkbox].colored-orange:checked ~ .text,
input[type=radio].colored-orange:checked ~ .text {
  color: #fb6e52;
}
input[type=checkbox].colored-orange:checked ~ .text:before,
input[type=radio].colored-orange:checked ~ .text:before {
  border-color: #fb6e52;
  color: #fb6e52;
}
input[type=checkbox].colored-darkorange:checked ~ .text,
input[type=radio].colored-darkorange:checked ~ .text {
  color: #ed4e2a;
}
input[type=checkbox].colored-darkorange:checked ~ .text:before,
input[type=radio].colored-darkorange:checked ~ .text:before {
  border-color: #ed4e2a;
  color: #ed4e2a;
}
input[type=checkbox].colored-magenta:checked ~ .text,
input[type=radio].colored-magenta:checked ~ .text {
  color: #bc5679;
}
input[type=checkbox].colored-magenta:checked ~ .text:before,
input[type=radio].colored-magenta:checked ~ .text:before {
  border-color: #bc5679;
  color: #bc5679;
}
input[type=checkbox].colored-purple:checked ~ .text,
input[type=radio].colored-purple:checked ~ .text {
  color: #7e3794;
}
input[type=checkbox].colored-purple:checked ~ .text:before,
input[type=radio].colored-purple:checked ~ .text:before {
  border-color: #7e3794;
  color: #7e3794;
}
input[type=checkbox].colored-maroon:checked ~ .text,
input[type=radio].colored-maroon:checked ~ .text {
  color: #981b48;
}
input[type=checkbox].colored-maroon:checked ~ .text:before,
input[type=radio].colored-maroon:checked ~ .text:before {
  border-color: #981b48;
  color: #981b48;
}
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none !important;
}
input[type=checkbox]:checked ~ .text:before,
input[type=radio]:checked ~ .text:before {
  display: inline-block;
  content: '\f00c';
  background-color: #f5f8fc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  border-color: #333333;
}
input[type=checkbox]:hover ~ .text :before,
input[type=radio]:hover ~ .text :before {
  border-color: #737373;
}
input[type=checkbox]:active ~ .text :before,
input[type=radio]:active ~ .text :before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:disabled ~ .text,
input[type=radio]:disabled ~ .text,
input[type=checkbox][disabled] ~ .text,
input[type=radio][disabled] ~ .text,
input[type=checkbox].disabled ~ .text,
input[type=radio].disabled ~ .text {
  color: rgba(0, 0, 0, 0.4);
}
input[type=checkbox]:disabled ~ .text:before,
input[type=radio]:disabled ~ .text:before,
input[type=checkbox][disabled] ~ .text:before,
input[type=radio][disabled] ~ .text:before,
input[type=checkbox].disabled ~ .text:before,
input[type=radio].disabled ~ .text:before {
  background-color: #f5f5f5 !important;
  border-color: #e5e5e5 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #e5e5e5;
}
input[type=checkbox] ~ .text,
input[type=radio] ~ .text {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
}
input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before {
  font-family: fontAwesome;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
  content: "\a0";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 18px;
  line-height: 16px;
  min-width: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox] ~ .text:hover:before,
input[type=radio] ~ .text:hover:before {
  border-color: #737373;
}
input[type=checkbox] ~ .text:active:before,
input[type=radio] ~ .text:active:before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=radio] ~ .text:before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  line-height: 17px;
  height: 19px;
  min-width: 19px;
}
input[type=radio]:checked ~ .text:before {
  content: "\f111";
}
.radio label,
.checkbox label {
  padding-left: 0;
}
/*#region Switches*/
input[type=checkbox].checkbox-slider {
  width: 55px;
  height: 25px;
  left: 0;
}
input[type=checkbox].checkbox-slider.slider-icon:checked ~ .text:after {
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 21px;
  content: "\f00c";
  border-width: 1px;
  padding-left: 3px;
  background-color: #ffffff;
  color: #444444;
}
input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  content: "\f00d";
  border-width: 1px;
  padding-left: 4px;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.toggle:checked ~ .text:after {
  background-color: #ffffff;
  color: #444444;
}
input[type=checkbox].checkbox-slider.toggle ~ .text:after {
  border: 0;
  background-color: #444444;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox].checkbox-slider.yesno ~ .text:before {
  font-family: 'Open Sans', 'Segoe UI' /*rtl:"Droid Arabic Kufi", "WYekan"*/;
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO" /*rtl:"NO\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0YES"*/;
}
input[type=checkbox].checkbox-slider ~ .text {
  margin: 0 4px;
  min-height: 24px;
}
input[type=checkbox].checkbox-slider ~ .text:before {
  font-family: 'Open Sans', 'Segoe UI' /*rtl:"Droid Arabic Kufi", "WYekan"*/;
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF" /*rtl:"OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON"*/;
  background-color: #ffffff;
  color: #999999;
  font-weight: 300;
  font-size: 10px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  border-radius: 50rem;
  border: 1px solid #cccccc;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=checkbox].checkbox-slider ~ .text:after {
  font-family: 'Open Sans', 'Segoe UI' /*rtl:"Droid Arabic Kufi", "WYekan"*/;
  content: '';
  font-size: 10px;
  font-weight: 300;
  background-color: #ffffff;
  border: 5px solid #444444;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -3px;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox].checkbox-slider:checked ~ .text:before {
  text-indent: 5px;
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
input[type=checkbox].checkbox-slider:checked ~ .text:after {
  left: 34px;
  background-color: #444444;
  border: 5px solid #ffffff;
}
input[type=checkbox].checkbox-slider.colored-blue ~ .text:after {
  border-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:before {
  background-color: #5db2ff;
  border-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue:checked ~ .text:after {
  background-color: #5db2ff;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-blue.toggle:checked ~ .text:after {
  color: #5db2ff;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-blue.toggle ~ .text:after {
  background-color: #5db2ff;
}
input[type=checkbox].checkbox-slider.colored-primary ~ .text:after {
  border-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:before {
  background-color: #4374e0;
  border-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary:checked ~ .text:after {
  background-color: #4374e0;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-primary.toggle:checked ~ .text:after {
  color: #4374e0;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-primary.toggle ~ .text:after {
  background-color: #4374e0;
}
input[type=checkbox].checkbox-slider.colored-danger ~ .text:after {
  border-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:before {
  background-color: #d73d32;
  border-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger:checked ~ .text:after {
  background-color: #d73d32;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-danger.toggle:checked ~ .text:after {
  color: #d73d32;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-danger.toggle ~ .text:after {
  background-color: #d73d32;
}
input[type=checkbox].checkbox-slider.colored-success ~ .text:after {
  border-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:before {
  background-color: #53a93f;
  border-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success:checked ~ .text:after {
  background-color: #53a93f;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-success.toggle:checked ~ .text:after {
  color: #53a93f;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-success.toggle ~ .text:after {
  background-color: #53a93f;
}
input[type=checkbox].checkbox-slider.colored-warning ~ .text:after {
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:before {
  background-color: #f4b400;
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning:checked ~ .text:after {
  background-color: #f4b400;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-warning.toggle:checked ~ .text:after {
  color: #f4b400;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-warning.toggle ~ .text:after {
  background-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver ~ .text:after {
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:before {
  background-color: #f4b400;
  border-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver:checked ~ .text:after {
  background-color: #f4b400;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-silver.toggle:checked ~ .text:after {
  color: #f4b400;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-silver.toggle ~ .text:after {
  background-color: #f4b400;
}
input[type=checkbox].checkbox-slider.colored-blueberry ~ .text:after {
  border-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:before {
  background-color: #6f85bf;
  border-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry:checked ~ .text:after {
  background-color: #6f85bf;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked ~ .text:after {
  color: #6f85bf;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-blueberry.toggle ~ .text:after {
  background-color: #6f85bf;
}
input[type=checkbox].checkbox-slider.colored-palegreen ~ .text:after {
  border-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:before {
  background-color: #a0d468;
  border-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen:checked ~ .text:after {
  background-color: #a0d468;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked ~ .text:after {
  color: #a0d468;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-palegreen.toggle ~ .text:after {
  background-color: #a0d468;
}
input[type=checkbox].checkbox-slider.colored-orange ~ .text:after {
  border-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:before {
  background-color: #fb6e52;
  border-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange:checked ~ .text:after {
  background-color: #fb6e52;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-orange.toggle:checked ~ .text:after {
  color: #fb6e52;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-orange.toggle ~ .text:after {
  background-color: #fb6e52;
}
input[type=checkbox].checkbox-slider.colored-darkorange ~ .text:after {
  border-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:before {
  background-color: #ed4e2a;
  border-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange:checked ~ .text:after {
  background-color: #ed4e2a;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked ~ .text:after {
  color: #ed4e2a;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-darkorange.toggle ~ .text:after {
  background-color: #ed4e2a;
}
input[type=checkbox].checkbox-slider.colored-magenta ~ .text:after {
  border-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:before {
  background-color: #bc5679;
  border-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta:checked ~ .text:after {
  background-color: #bc5679;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked ~ .text:after {
  color: #bc5679;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-magenta.toggle ~ .text:after {
  background-color: #bc5679;
}
input[type=checkbox].checkbox-slider.colored-purple ~ .text:after {
  border-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:before {
  background-color: #7e3794;
  border-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple:checked ~ .text:after {
  background-color: #7e3794;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-purple.toggle:checked ~ .text:after {
  color: #7e3794;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-purple.toggle ~ .text:after {
  background-color: #7e3794;
}
input[type=checkbox].checkbox-slider.colored-maroon ~ .text:after {
  border-color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:before {
  background-color: #981b48;
  border-color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon:checked ~ .text:after {
  background-color: #981b48;
  border-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked ~ .text:after {
  background-color: #ffffff;
  color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon.slider-icon ~ .text:after {
  border-color: #ffffff;
  color: #981b48;
}
input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked ~ .text:after {
  color: #981b48;
  background-color: #ffffff;
}
input[type=checkbox].checkbox-slider.colored-maroon.toggle ~ .text:after {
  background-color: #981b48;
}

.e-tab .e-header>.e-active a, .e-tab .e-left>.e-active a, .e-tab .e-right>.e-active a {
    color: #e51947;
}

.payment-image {

    height: 80px !important;
    width: 100px !important;

}

.thumbnail.payment {
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.thumbnail.payment:hover,.thumbnail.payment:focus, .thumbnail.payment:active, .thumbnail.payment:visited, .thumbnail.payment:checked {
    outline: none;
    border: 1px solid #e51947 !important;
}


.thumbnail.coin-package {
    cursor: pointer;
    padding: 10px;
    text-align: center;

    color: white;

    min-height: 300px;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
}

.thumbnail.coin-package:hover,.thumbnail.coin-package:focus, .thumbnail.coin-package:active, .thumbnail.coin-package:visited, .thumbnail.coin-package:checked {
    outline: none;
    border: 1px solid #e51947 !important;
}

.paymentmethod-chosen {
    color: #525252;
    margin-bottom: 20px;
}