.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.no-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-line-through {
    text-decoration: line-through;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
    color: #ffffff !important;
}

    .social-google:hover {
        background-color: #be5238;
        border-color: #9b4631;
        color: #ffffff !important;
    }

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
    color: #ffffff !important;
}

    .social-twitter:hover {
        background-color: #3997ba;
        border-color: #347b95;
        color: #ffffff !important;
    }

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
    color: #ffffff !important;
}

    .social-facebook:hover {
        background-color: #47618d;
        border-color: #3c5173;
        color: #ffffff !important;
    }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0 !important;
    margin-top: 3px;
}
/*Fixes the padding issue caused by modal dialogs removing scrollbars*/
body {
    padding-right: 0px !important;
    margin-right: 0px !important;
}
/**************************/
/****** Style Border *****/
/****** Style Border *****/
/**************************/
/* BEGIN FLIP SCROLL RESPONSIVE TABLE */
@media only screen and (max-width: 800px) {
    /* Flip Scroll */
    #flip-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    #flip-scroll * html .cf {
        zoom: 1;
    }

    #flip-scroll *:first-child + html .cf {
        zoom: 1;
    }

    #flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative;
    }

    #flip-scroll th,
    #flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    #flip-scroll th {
        text-align: left;
    }

    #flip-scroll thead {
        display: block;
        float: left;
    }

    #flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    #flip-scroll thead tr {
        display: block;
    }

    #flip-scroll th {
        display: block;
        text-align: right;
    }

    #flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    #flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    #flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    #flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    #flip-scroll tbody tr {
        border-left: 1px solid #babcbf;
    }

    #flip-scroll th:last-child,
    #flip-scroll td:last-child {
        border-bottom: 1px solid #babcbf;
    }
    /* Flip Scroll */
    /* No More Table */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #no-more-tables td:before {
            content: attr(data-title);
        }
    /* No More Table */
}
/* END FLIP SCROLL RESPONSIVE TABLE */
/****************************/
/********* TopBar **********/
@media only screen and (max-width: 767px) {
    #topbar {
        height: auto;
    }

        #topbar .navbar-header {
            width: 100% !important;
            text-align: left !important;
        }

            #topbar .navbar-header #setting-toggle {
                display: inline-block;
            }

            #topbar .navbar-header #logo {
                line-height: 20px;
                width: 100%;
                height: 100%;
                background-image: url(../../images/logo/Buzzeasy_Logo_whitestrap.svg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 150px 32px;
            }

            #topbar .navbar-header .navbar-toggle {
                margin: 5px;
                border: 0;
            }

                #topbar .navbar-header .navbar-toggle:hover,
                #topbar .navbar-header .navbar-toggle:focus {
                    background: transparent;
                    color: #b33f93;
                }

                #topbar .navbar-header .navbar-toggle .icon-bar {
                    background: #ffffff;
                    width: 30px;
                    height: 5px;
                    border-radius: 0;
                }

        #topbar .topbar-main {
            display: none;
        }

            #topbar .topbar-main ul.navbar-top-links li {
                display: block;
                width: 100%;
            }

                #topbar .topbar-main ul.navbar-top-links li a {
                    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
                    -moz-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
                }

                    #topbar .topbar-main ul.navbar-top-links li a span.badge {
                        top: 15px;
                        right: 15px;
                    }

                    #topbar .topbar-main ul.navbar-top-links li a span.visible-xs-inline {
                        vertical-align: 3px;
                        display: inline-block;
                    }

                #topbar .topbar-main ul.navbar-top-links li ul.dropdown-menu {
                    width: 100%;
                    position: relative;
                }

            #topbar .topbar-main ul.navbar-right li:last-child {
                margin-right: 0px;
            }

                #topbar .topbar-main ul.navbar-right li:last-child > a {
                    padding-left: 15px;
                }

    #sidebar-wrapper {
        z-index: 9999;
    }

    #page-wrapper {
        padding-top: 1px !important;
    }

    #wrapper.right-sidebar #page-wrapper {
        margin-right: 0px;
    }
    /* badges only on small screens */
    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 2px;
        padding: 5px;
        background-color: transparent;
        border-radius: 4px;
    }

    #rootwizard-custom-circle li {
        margin-left: 0px;
        margin-right: 7%;
    }

        #rootwizard-custom-circle li:first-child {
            margin-left: -10px;
        }

        #rootwizard-custom-circle li p.description {
            display: none;
        }

        #rootwizard-custom-circle li p.anchor {
            display: none;
        }

    #rootwizard-custom-oval:before {
        height: 0;
    }

    #rootwizard-tabdetail ul li {
        width: 100%;
    }

    #rootwizard-tabdetail2 ul li {
        margin: 0px;
        width: 100%;
        padding-right: 2px;
    }

        #rootwizard-tabdetail2 ul li a p {
            display: none;
        }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #sidebar-wrapper {
        z-index: 9999;
    }

    #page-wrapper {
        padding-top: 1px !important;
    }

    #rootwizard-custom-circle li {
        margin-left: 0px;
        margin-right: 13%;
    }

        #rootwizard-custom-circle li:first-child {
            margin-left: 7%;
        }

    #rootwizard-custom-oval:before {
        height: 0px;
    }

    .navbar {
        border-radius: 4px;
    }

    .pricing-table.pricing-static {
        width: auto;
    }

        .pricing-table.pricing-static .plan {
            width: 100%;
        }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .sidebar-collapse {
        display: block;
    }

    #rootwizard-custom-circle li {
        margin-left: 0;
        margin-right: 13%;
    }

    #rootwizard-custom-oval:before {
        height: 0px;
    }

    #rootwizard-custom-oval ul li {
        width: 150px;
    }

        #rootwizard-custom-oval ul li p.anchor {
            width: 95px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #rootwizard-custom-oval:before {
        height: 0px;
    }

    #rootwizard-custom-oval ul li {
        width: 150px;
    }

        #rootwizard-custom-oval ul li p.anchor {
            width: 95px;
        }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    #rootwizard-custom-oval ul li {
        width: 150px;
    }

        #rootwizard-custom-oval ul li p.anchor {
            width: 95px;
        }
}
/* This file created to custom some plugins */
/************************/
/***** Jquery Pace *****/
.pace .pace-progress {
    background: #b33f93;
    height: 5px;
}
/***** Jquery Pace *****/
/***********************/
/**************************************/
/********* Jquery Flot Chart *********/
.legendColorBox {
    padding: 3px 0;
}

    .legendColorBox div {
        border-radius: 50%;
        margin-right: 5px;
    }

        .legendColorBox div div {
            margin-right: 0;
        }
/********* Jquery Flot Chart *********/
/************************************/
/***********************************/
/*********** Jquery UI ************/
.ui-state-default {
    border: 0;
    background: #FFFFFF;
    color: #ffffff;
}

.ui-widget-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

    .ui-widget-content .ui-state-default {
        border: 0;
        background: #b33f93;
        color: #ffffff;
    }

.ui-widget-header {
    background: #b33f93;
}

    .ui-widget-header .ui-state-default {
        border: 0;
        background: #b33f93;
        color: #ffffff;
    }

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
}

.ui-slider.ui-slider-vertical .ui-slider-handle {
    left: -0.7em;
}

#slider-multi span {
    height: 120px;
    float: left;
    margin: 20px;
}

.ui-slider-horizontal {
    height: .5em;
}

.ui-slider-vertical {
    width: .5em;
}
/*********************************/
/****** Jquery FullCalendar *****/
#external-events {
    text-align: left;
}

    #external-events h4 {
        font-family: 'Oswald';
        font-size: 18px;
    }

.external-event {
    /* try to mimick the look of a real event */
    margin: 5px 3px;
    padding: 4px;
    cursor: move;
    display: inline-block;
}

#external-events p {
    margin: 1.5em 0;
}

    #external-events p input {
        margin: 0;
        vertical-align: middle;
    }
/****** Jquery FullCalendar *****/
/*******************************/
.table tbody tr.calendar-month-header:first-child th {
    border-top: 0;
    background: #b33f93;
    color: #ffffff;
    padding: 12px 0;
}

    .table tbody tr.calendar-month-header:first-child th .calendar-month-navigation {
        padding-top: 0;
    }

    .table tbody tr.calendar-month-header:first-child th span {
        padding-bottom: 0;
    }

.table tbody tr td {
    border-top: 1px solid #efefef;
}
/**************************************/
/********** Jquery News Ticker *********/
.ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 42px;
    display: block;
    background: transparent;
}

.ticker {
    width: 100%;
    height: 42px;
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.ticker-title {
    background-color: transparent;
}

.ticker-content {
    color: #58666e;
    font-size: 18px;
    background: transparent;
}

    .ticker-content a {
        color: #b33f93;
    }

        .ticker-content a:hover,
        .ticker-content a:focus {
            color: #58666e;
            text-decoration: none;
        }

.ticker-swipe {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
}

    .ticker-swipe span {
        margin-left: 1px;
        background-color: #ffffff;
        border-bottom: 3px solid #58666e;
        height: 21px;
        width: 7px;
        display: block;
    }
/********** Jquery News Ticker *********/
/**************************************/
/**************************************/
/********** Jquery Jvectormap *********/
.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #ffffff;
    color: #b33f93;
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 4px 0;
}

.jvectormap-zoomout {
    top: 40px;
}
/********** Jquery Jvectormap *********/
/**************************************/
/***********************************************/
/************ Jquery Bootstrap Switch *********/
.has-switch {
    border-color: #e5e5e5;
}

    .has-switch span.switch-left {
        text-shadow: none;
        background-color: #b33f93;
        background-image: none;
        border: 1px solid #e5e5e5;
    }

    .has-switch label {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-shadow: none;
        background-image: none;
        border-color: #e5e5e5;
    }

    .has-switch span.switch-right {
        text-shadow: none;
        background-color: #f0f0f0;
        background-image: none;
        border-color: #e5e5e5;
        color: #58666e;
    }

    .has-switch span.switch-primary:hover,
    .has-switch span.switch-left:hover,
    .has-switch span.switch-primary:focus,
    .has-switch span.switch-left:focus,
    .has-switch span.switch-primary:active,
    .has-switch span.switch-left:active,
    .has-switch span.switch-primary.active,
    .has-switch span.switch-left.active,
    .has-switch span.switch-primary.disabled,
    .has-switch span.switch-left.disabled,
    .has-switch span.switch-primary[disabled],
    .has-switch span.switch-left[disabled] {
        background-color: #b33f93;
    }

    .has-switch span.switch-info:hover,
    .has-switch span.switch-info:focus,
    .has-switch span.switch-info:active,
    .has-switch span.switch-info.active,
    .has-switch span.switch-info.disabled,
    .has-switch span.switch-info[disabled] {
        background: #5bc0de;
    }
/************ Jquery Bootstrap Switch *********/
/*********************************************/
/******************************************/
/*********** Jquery DatePicker *************/
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background: #b33f93;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background: #b33f93;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background: #777777;
}

    .datepicker table tr td.selected,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled:hover {
        background-image: none;
    }
/*********** Jquery DatePicker *************/
/******************************************/
/**********************************************/
/*********** Jquery DateRangePicker **********/
.daterangepicker .ranges li {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #58666e;
}

    .daterangepicker .ranges li.active,
    .daterangepicker .ranges li:hover {
        background: #038dcc;
        border: 1px solid #038dcc;
    }
/********** Jquery DateRangePicker *********/
/******************************************/
/*************************************************/
/********** Jquery Clockface TimePicker *********/
.clockface .outer.active,
.clockface .outer.active:hover {
    background-image: none;
}

.clockface .inner.active,
.clockface .inner.active:hover {
    background-image: none;
}

    .clockface .inner.active:hover,
    .clockface .inner.active:hover:hover,
    .clockface .inner.active:active,
    .clockface .inner.active:hover:active,
    .clockface .inner.active.active,
    .clockface .inner.active:hover.active,
    .clockface .inner.active.disabled,
    .clockface .inner.active:hover.disabled,
    .clockface .inner.active[disabled],
    .clockface .inner.active:hover[disabled] {
        background: #b33f93;
    }
/********** Jquery Clockface TimePicker *********/
/***********************************************/
/*******************************************/
/********** Bootstrap form wizard *********/
.bwizard-steps li a {
    font-family: 'oswald';
    line-height: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #58666e;
}

.bwizard-steps .active {
    color: #fff !important;
    background: #007ACC !important;
}

    .bwizard-steps .active:after {
        border-left-color: #007acc !important;
    }

    .bwizard-steps .active a {
        color: #fff !important;
        cursor: default !important;
    }

.bwizard-steps li.visited {
    color: #fff;
    background-color: #ccebff;
}

    .bwizard-steps li.visited:after {
        border-left-color: #ccebff;
    }

#rootwizard ul li a,
#rootwizard-tab-left ul li a,
#rootwizard-tab-right ul li a {
    font-family: 'oswald';
}

#rootwizard-tab-left ul li.active a,
#rootwizard-tab-right ul li.active a {
    font-weight: bold;
}

#rootwizard-custom-circle {
    margin-top: 20px;
    position: relative;
}

    #rootwizard-custom-circle:before {
        content: "";
        height: 3px;
        width: 100%;
        background-color: #5CB85C;
        position: absolute;
        top: 30px;
        left: 0;
    }

    #rootwizard-custom-circle li {
        background-color: #6ec06e;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        display: inline-block;
        float: left;
        list-style: none;
        margin-left: 20%;
        text-align: center;
        position: relative;
    }

        #rootwizard-custom-circle li:first-child {
            margin-left: 13%;
        }

        #rootwizard-custom-circle li a {
            font-size: 17px;
            line-height: 200%;
        }

            #rootwizard-custom-circle li a i {
                color: #FFFFFF;
                top: 5px;
            }

                #rootwizard-custom-circle li a i.glyphicon-send {
                    left: -3px;
                }

            #rootwizard-custom-circle li a p.anchor {
                position: absolute;
                top: -30px;
                left: -130px;
                width: 300px;
                font-family: 'oswald';
            }

            #rootwizard-custom-circle li a p.description {
                font-size: 13px;
                position: absolute;
                left: -130px;
                width: 300px;
            }

        #rootwizard-custom-circle li.active {
            background-color: orange;
        }

            #rootwizard-custom-circle li.active a p {
                color: orange;
            }

#rootwizard-custom-oval {
    margin-top: 20px;
    position: relative;
}

    #rootwizard-custom-oval:before {
        content: "";
        height: 3px;
        width: 100%;
        background-color: #5CB85C;
        position: absolute;
        top: 40px;
        left: 0;
    }

    #rootwizard-custom-oval li {
        background-color: #6ec06e;
        height: 60px;
        width: 200px;
        border-radius: 30px;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        display: inline-block;
        float: left;
        list-style: none;
        margin-left: 7%;
        text-align: left;
        position: relative;
    }

        #rootwizard-custom-oval li:first-child {
            margin-left: 5%;
        }

        #rootwizard-custom-oval li a {
            font-size: 17px;
            line-height: 200%;
        }

            #rootwizard-custom-oval li a i {
                color: #FFFFFF;
                top: 13px;
                left: 10px;
            }

            #rootwizard-custom-oval li a p.anchor {
                position: absolute;
                border-bottom: 1px solid #FFFFFF;
                color: #FFFFFF;
                top: -3px;
                left: 35px;
                width: 150px;
                font-family: 'oswald';
            }

            #rootwizard-custom-oval li a p.description {
                font-size: 13px;
                position: absolute;
                left: 35px;
                bottom: -15px;
                width: 300px;
                color: #FFFFFF;
            }

        #rootwizard-custom-oval li.active {
            background-color: violet;
        }

            #rootwizard-custom-oval li.active a p {
                color: #FFFFFF;
            }

#rootwizard-tabdetail li {
    background-color: #EFEFEF;
    border-radius: 4px;
    margin-bottom: 3px;
}

    #rootwizard-tabdetail li.visited {
        background-color: #e1aad2;
    }

        #rootwizard-tabdetail li.visited a {
            opacity: 1;
        }

    #rootwizard-tabdetail li a {
        padding-left: 15px;
        padding-right: 35px;
    }

        #rootwizard-tabdetail li a span {
            font-family: 'oswald';
            font-size: 17px;
            font-weight: bold;
        }

#rootwizard-tabdetail2 ul li {
    margin: 0px;
    width: 20%;
    padding-right: 5px;
}

#rootwizard-tabdetail2 li {
    border-radius: 4px;
}

    #rootwizard-tabdetail2 li.visited a {
        background-color: #92dcfe;
        opacity: 1;
    }

    #rootwizard-tabdetail2 li a {
        background-color: #EFEFEF;
        padding-left: 15px;
        padding-right: 35px;
    }

        #rootwizard-tabdetail2 li a span {
            font-family: 'oswald';
            font-size: 17px;
            font-weight: bold;
        }

    #rootwizard-tabdetail2 li.active a {
        background-color: #52C2B6;
    }

.navbar-inverse {
    border: none;
    background: #52C2B6;
    /* Old browsers */
    min-height: 0;
}

    .navbar-inverse .navbar-inner li {
        margin-right: 15px;
    }

        .navbar-inverse .navbar-inner li a {
            font-size: 16px;
            color: #a7b2b8;
        }

            .navbar-inverse .navbar-inner li a:hover {
                color: #FFFFFF;
            }

            .navbar-inverse .navbar-inner li a:hover {
                background-color: inherit;
                color: #FFFFFF;
            }

        .navbar-inverse .navbar-inner li.active {
            background-color: inherit;
            color: #FFFFFF;
        }

            .navbar-inverse .navbar-inner li.active a {
                background-color: #0398db;
            }
/********** Bootstrap form wizard *********/
/*******************************************/
/*******************************************/
/********** Form Editor *********/
.jHtmlArea .h1,
.jHtmlArea .h2,
.jHtmlArea .h3,
.jHtmlArea .h4,
.jHtmlArea .h5,
.jHtmlArea .h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.cke_editable_inline:hover {
    cursor: pointer;
}

.cke_focus {
    border-radius: 4px;
    padding: 10px;
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 0 0 20px 3px #DDDDDD inset, 0 0 1px #000000 inset;
    outline: medium none;
    cursor: text !important;
}

    .cke_focus:hover {
        cursor: text;
    }
/********** Form Editor *********/
/*******************************************/
.view {
    margin: 0px !important;
    border: 5px solid #FFFFFF;
    border-radius: 4px;
    /*border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}

    .view a.info {
        background: transparent;
    }

        .view a.info i {
            font-size: 20px;
        }

.jquery-notific8-message {
    font-size: 14px;
}

[class*="jquery-notific8"],
[class*="jquery-notific8"]:after,
[class*="jquery-notific8"]:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.right .jquery-notific8-close-sticky span,
.left .jquery-notific8-close-sticky span {
    font-size: 10px;
}

.jquery-notific8-heading {
    font-weight: 300;
    font-size: 16px;
}

.jquery-notific8-notification.teal {
    border-radius: 4px;
    background-color: #52C2B6;
    border-color: #52C2B6;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-state-default {
    background: #52C2B6;
    background-image: none;
    color: #fff;
}

.page-header-breadcrumb {
    position: fixed;
    z-index: 2;
    opacity: 0.95;
    /*-moz-box-shadow: 0px 10px 10px -10px #888;
    -webkit-box-shadow: 0px 10px 10px -10px #888;
    box-shadow: 0px 10px 10px -10px #888;*/
}

    .page-header-breadcrumb > .page-heading:first-of-type {
        padding: 0 0 0 20px;
    }

    .page-header-breadcrumb > .page-heading > .page-icon {
        font-size: 2.5em;
    }

    .page-header-breadcrumb > .page-actions > div {
        float: right;
    }

    .page-header-breadcrumb > .page-actions > .tools i {
        cursor: pointer;
    }

    .page-header-breadcrumb > .page-actions > .tools > .tool-group {
        margin-left: 10px;
        /*padding-left: 10px;
    border-left: 1px solid #bbb;*/
    }

.scroll-bar-extension-2 {
    margin-top: 60px;
    margin-left: 10px;
}

.horizontal-layout-page-2 {
    width: 100%;
    margin-bottom: 140px;
    float: left;
}

/* #region Helpers */

.clearbox {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.no-line-break {
    white-space: nowrap;
}

.clearer {
    clear: both;
}

/* #endregion */

/* #region Skype presence state indicators */

/* default view */
.skype-presence-available,
.skype-presence-away,
.skype-presence-busy,
.skype-presence-dnd,
.skype-presence-offline,
.skype-presence-unknown {
    margin: 0.5em 0 -0.75em -1.5em;
}

    .skype-presence-available > i:first-of-type,
    .skype-presence-away > i:first-of-type,
    .skype-presence-busy > i:first-of-type,
    .skype-presence-dnd > i:first-of-type,
    .skype-presence-offline > i:first-of-type,
    .skype-presence-unknown > i:first-of-type {
        font-size: 1.2em !important;
        color: #FFFFFF !important;
    }

    .skype-presence-available > i:last-of-type,
    .skype-presence-away > i:last-of-type,
    .skype-presence-busy > i:last-of-type,
    .skype-presence-dnd > i:last-of-type,
    .skype-presence-offline > i:last-of-type,
    .skype-presence-unknown > i:last-of-type {
        font-size: 1em !important;
    }

    .skype-presence-available > i:last-of-type {
        color: #7FBA00 !important;
    }

    .skype-presence-away > i:last-of-type {
        color: #FCD116 !important;
    }

    .skype-presence-busy > i:last-of-type,
    .skype-presence-dnd > i:last-of-type {
        color: #E81123 !important;
    }

    .skype-presence-offline > i:last-of-type,
    .skype-presence-unknown > i:last-of-type {
        color: #A2C5D3 !important;
    }

    /* compact view */
    .skype-presence-available.compact-view,
    .skype-presence-away.compact-view,
    .skype-presence-busy.compact-view,
    .skype-presence-dnd.compact-view,
    .skype-presence-offline.compact-view,
    .skype-presence-unknown.compact-view {
        display: inline;
        margin: 0 1.5em 0 0;
        bottom: 0.1em;
    }

        .skype-presence-available.compact-view > i:last-of-type,
        .skype-presence-away.compact-view > i:last-of-type,
        .skype-presence-busy.compact-view > i:last-of-type,
        .skype-presence-dnd.compact-view > i:last-of-type,
        .skype-presence-offline.compact-view > i:last-of-type,
        .skype-presence-unknown.compact-view > i:last-of-type {
            margin-left: 0.1em;
        }

    /* list view */
    .skype-presence-available.list-view,
    .skype-presence-away.list-view,
    .skype-presence-busy.list-view,
    .skype-presence-dnd.list-view,
    .skype-presence-offline.list-view,
    .skype-presence-unknown.list-view {
        display: inline;
        margin: 1.5em 0 0 -1.3em;
        position: absolute;
    }

/* list view container */
.skype-presence-container {
    display: block;
    min-width: 50px;
    text-align: center;
}

    .skype-presence-container > img {
        display: inline;
    }

/* tab view */
.skype-presence-available.tab-view,
.skype-presence-away.tab-view,
.skype-presence-busy.tab-view,
.skype-presence-dnd.tab-view,
.skype-presence-offline.tab-view,
.skype-presence-unknown.tab-view {
    display: inline;
    margin: 0.7em 0 0 -1.4em;
    position: absolute;
}

/* #endregion */

/* #region Skype conversation control icons */

/* default view */
.skype-start-conversation {
    margin: -3.2em 0 -0.75em -2.2em;
    cursor: pointer;
}

    .skype-start-conversation > i:first-of-type {
        font-size: 1.2em !important;
        color: #FFFFFF !important;
    }

    .skype-start-conversation > i:last-of-type {
        font-size: 1em !important;
        color: #00AFF0 !important;
    }

    /* compact view */
    .skype-start-conversation.compact-view {
        display: inline;
        margin: 0 1.5em 0 0;
        bottom: 0.1em;
    }

    /* list view */
    .skype-start-conversation.list-view {
        display: inline;
        margin: -0.8em 0 0 -1.2em;
        position: absolute;
    }

/* #endregion */

/* #region Skype import dialog */

.skype-search-result:hover {
    background-color: #C0DCE6;
    cursor: pointer;
}

.skype-search-result .fa {
    color: #FFFFFF;
}

.skype-search-form .fa {
    vertical-align: middle;
}

/* #endregion */

/* #region Skype conversation area */

@keyframes flashing-danger {
    0% {
        background-color: #d9534f;
    }

    50% {
        background-color: #d9534f;
    }

    51% {
        background: none;
    }

    100% {
        background: none;
    }
}

.skype-conversation-alerting {
    animation: flashing-danger 1s infinite !important;
}

/*
skype-conversation-tabs
    skype-conversation-tab
        skype-conversation-badge
        skype-conversation-title
        skype-conversation-close
        skype-conversation-accept
*/

.skype-conversation-tabs {
}

    .skype-conversation-tabs > ul > li.active > .skype-conversation-tab {
        background-color: #E8E8E8 !important;
    }

        .skype-conversation-tabs > ul > li.active > .skype-conversation-tab:hover {
            background-color: #C0DCE6 !important;
        }

.skype-conversation-tab.clearbox {
    font-size: 0.9em;
    font-weight: normal !important;
    width: 17em !important;
    margin: 4px 2px 0 2px !important;
    padding: 1em 1.5em 0.5em 0.5em !important;
    border-radius: 1em 0 1em 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .skype-conversation-tab.clearbox:hover {
        background-color: #C0DCE6 !important;
    }

.skype-conversation-badge {
    margin-left: -1.2em;
    right: initial !important;
    top: 0 !important;
}

.skype-conversation-title {
    margin-left: 1em;
}

.skype-conversation-close {
    position: relative;
}

    .skype-conversation-close > i {
        font-size: 1em !important;
        cursor: pointer;
        margin: 0.2em -1em 0 0;
    }

        .skype-conversation-close > i:hover {
            color: #00AFF0 !important;
        }

.skype-conversation-accept {
    display: block;
    margin-right: -1.2em;
    color: #FFF;
}

/*
skype-conversation-window
    skype-conversation-header
    skype-conversation-messages
        skype-conversation-messageblock
            messageblock-header
            messageblock-body
    skype-conversation-footer
    skype-conversation-input
*/

.skype-conversation-window.clearbox {
    border-left: 1px solid #CCC !important;
    border-top: 0;
}

.skype-conversation-header {
    padding: 1em;
    border-bottom: 1px solid #00AFF0;
}

.skype-conversation-messages {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    margin: 1em;
    padding-bottom: 1em;
}

.skype-conversation-messageblock {
}

    .skype-conversation-messageblock.messageblock-header {
        margin: 0;
        padding: 1em 0 1em 0;
    }

        .skype-conversation-messageblock.messageblock-header.incoming {
            text-align: left;
        }

        .skype-conversation-messageblock.messageblock-header.outgoing {
            text-align: right;
        }

    .skype-conversation-messageblock.messageblock-body {
        padding: 0.5em;
    }

        .skype-conversation-messageblock.messageblock-body p {
            margin: 0.5em;
            word-wrap: break-word;
        }

        .skype-conversation-messageblock.messageblock-body.incoming {
            background-color: #B3E7FB;
            border-radius: 0 1em 1em 1em;
            margin-right: 1em;
        }

        .skype-conversation-messageblock.messageblock-body.outgoing {
            background-color: #D9F3FD;
            border-radius: 1em 0 1em 1em;
            margin-left: 1em;
        }

.skype-conversation-footer {
    color: #00AFF0;
    font-size: 0.8em;
    padding: 1em;
}

.skype-conversation-input {
    padding: 1em;
    border-top: 1px solid #00AFF0;
}

/* #endregion */

/* #region Skype control buttons */

.btn.btn-circle {
    border-radius: 1.5em;
    height: 3em;
    width: 3em;
    margin: 0.2em;
    padding: 0.45em;
}

    .btn.btn-circle > i.fa {
        color: inherit !important;
    }

    .btn.btn-circle:hover > i.fa {
        color: inherit !important;
    }
/* #endregion */

/* #region Start page layout */

.text-multiline {
    white-space: pre-line;
}

.pull-up {
    vertical-align: top;
}

.pull-middle {
    vertical-align: middle;
    text-align: center;
}

/* #endregion */

.customcb div {
    clear: both;
    overflow: hidden;
}

.customcb label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: white;
}

.customcb.form label

.customcb input[type="radio"]:empty,
.customcb input[type="checkbox"]:empty {
    display: none;
}

    .customcb input[type="radio"]:empty ~ label,
    .customcb input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 0em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .customcb input[type="radio"]:empty ~ label:before,
        .customcb input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.customcb input[type="radio"]:hover:not(:checked) ~ label,
.customcb input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .customcb input[type="radio"]:hover:not(:checked) ~ label:before,
    .customcb input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.customcb input[type="radio"]:checked ~ label,
.customcb input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .customcb input[type="radio"]:checked ~ label:before,
    .customcb input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.customcb input[type="radio"]:focus ~ label:before,
.customcb input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.customcb-default input[type="radio"]:checked ~ label:before,
.customcb-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.customcb-primary input[type="radio"]:checked ~ label:before,
.customcb-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #2F7DE1;
}

.customcb-success input[type="radio"]:checked ~ label:before,
.customcb-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.customcb-danger input[type="radio"]:checked ~ label:before,
.customcb-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.customcb-warning input[type="radio"]:checked ~ label:before,
.customcb-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.customcb-info input[type="radio"]:checked ~ label:before,
.customcb-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.entitybox {
    background-color: #faffff;
    margin-bottom: 5px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 4px;
    width: inherit;
    transition: 0.5s linear width;
    padding-right: 25px;
    padding-left: 10px;
}

@keyframes expandFrames {
    0% {
        /*max-height: 0;*/
        width: 50%;
    }

    100% {
        /*max-height: 2000px;*/
        width: 100%;
    }
}

@keyframes collapseFrames {
    0% {
        /*max-height: 0;*/
        width: 100%;
    }

    100% {
        /*max-height: 2000px;*/
        width: 50%;
    }
}

collapsed {
    width: 50%;
}

uncollapsed {
    width: 100%;
    animation: expandFrames 0.75s;
}

.eventBox {
    background-color: azure;
    margin-left: 25px;
    margin-bottom: 5px;
}

.collapseTitle {
    font-family: 'Arial';
    font-size: 18px;
    font-weight: bold;
}

.eventTitle {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
}

.entityTitle {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.entitybox.collapsedBox {
    width: 50%;
    animation: collapseFrames 0.75s;
}

.entitybox.uncollapsedBox {
    width: 100%;
    animation: expandFrames 0.75s;
}

.entitybox.collapsedInnerBox {
    width: 50%;
    animation: collapseInnerFrames 0.5s;
}

.entitybox.uncollapsedInnerBox {
    width: 95%;
    animation: expandInnerFrames 0.75s
}

@keyframes expandInnerFrames {
    0% {
        /*max-height: 0;*/
        width: 50%;
    }

    100% {
        /*max-height: 2000px;*/
        width: 95%;
    }
}

@keyframes collapseInnerFrames {
    0% {
        /*max-height: 0;*/
        width: 95%;
    }

    100% {
        /*max-height: 2000px;*/
        width: 50%;
    }
}

.collapser {
    margin-left: -20px;
}
.collapser-title {
    margin-left: -17px;
    margin-top: 10px;
}

.col-xs-0, col-sm-0, .col-md-0, .col-lg-0 {
    position: relative;
    width: 0px;
    padding-left: 0px;
    min-height: 1px;
    float: left;
    padding-right: 0px;
}

.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(82,194,182,.15);
    border-right: 6px solid rgba(82,194,182,.15);
    border-bottom: 6px solid rgba(82,194,182,.15);
    border-top: 6px solid #2F7DE1;
    border-radius: 100%;
    z-index: 999;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.no-border {
    border: 0px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2F7DE1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #52C2B6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.deletebutton {
    padding-right: 0px;
    width: initial;
    float: right;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.check-element {
    border: 1px solid black;
    opacity: 1;
    padding: 10px;
}

.dashbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
    text-align: center;
}

    .dashbox button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #dadee7;
        border-radius: 100px;
        font-size: 15px;
        letter-spacing: 0.5px;
        padding-right: 32px;
        color: #0e1a35;
    }

        .dashbox button::before {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            right: 12px;
            top: 11px;
        }

.filter-group {
    float: right;
    padding-top: 20px;
}

.dashbox h2 {
    float: none;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.dashbox .dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}

.dashbox .btn-group.open .dropdown-toggle, .btn.active, .btn:active {
    box-shadow: none;
}

.dashbox .dropdown-menu > a {
    color: #0e1a35;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}

    .dashbox .dropdown-menu > a:hover {
        color: #5584FF;
    }

.dashbox .panel-default {
    border-color: white
}

.dashboardbox {
    padding: 10px 30px 30px 30px;
}

.dashboardbox-medium {
    padding: 30px;
    padding-top: 10px;
}

.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.dashboard-icon {
    height: 50px;
}

.dashboard-icon {
    height: 50px;
}

.copyright {
    color: white
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.callout {
    width: 6px; position: absolute; height: 22px; top: 12px;
}
.callout-right {
    right: -6px;
    fill:#52C2B6
}
.callout-left {
    left: -6px;
    fill: #EA6109;
}
.message-wrapper {
    width: 200px;
    position: relative;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    line-height: 20.4px;
}
.message-from-me {
    background-color: #52C2B6;
    color: #fff;
}
.message-from-them {
    background-color: #EA6109;
    color: #fff;
}
.row-title {
    font-size: 14px;
    font-weight: bold;
}

.audio-width {
    width: 317px;
}

.opening-hour {
    border-radius: 5px;
    border: #e5e5e5 solid 1px;
    margin: 5px;
    padding: 10px 0px 0px 10px;
}

.break-name {
    margin: 15px 0;
}

.break-name-title {
    font-weight: bold;
    font-size: medium;
}

.rch-workitem-container {
    margin-top: 15px;
    margin-bottom: 20px;
}

.email-permission-box {
    font-size: 12px;
    margin: 0 0 6px 0;
}

.email-permission-link {
    font-size: 12px;
    font-weight: bold;
    color: #007acc;
}

.email-connection-status-text {
    font-weight: bold;
    float: left;
    margin: 0 10px 0 0;
}

.email-registration-link {
    cursor: text !important;
}