/* Minification failed. Returning unminified contents.
(5142,1): run-time error CSS1019: Unexpected token, found '@import'
(5142,9): run-time error CSS1019: Unexpected token, found '"https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic"'
(5702,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5703,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(5709,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5710,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(5717,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5718,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(5725,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(5726,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(6048,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6049,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6053,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6054,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6058,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6059,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6068,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(6069,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6094,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6095,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6099,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6100,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6104,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6105,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6114,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(6115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6171,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6172,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6176,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6177,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6181,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6182,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6186,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6187,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@font-face {
    font-family: RobotoRegular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: RobotoMedium;
    src: url('../fonts/Roboto-Medium.ttf');
}

/*remove chrome autofill style*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    box-shadow: 0 0 0 50px white inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #888;
}
/*End remove chrome autofill style*/

/* Kendo-Scheduler and Event */
.k-scheduler-header-wrap div.k-event, .k-scheduler-content div.k-event {
    min-height: 0.1em !important;
}

.normal-event-template {
    height: 20px !important;
}

.tiny-event-template {
    height: 10px !important;
}

/*placeholder css*/
::-webkit-input-placeholder { /* Chrome */
    color: #999;
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}
/*End placeholder css*/


/*
    Override Kendo Css
*/

.k-pager-wrap > a.k-state-disabled:hover {
    background: #396bbc !important;
}

.k-clear-selected, .k-upload-selected {
    display: none !important;
}

.k-maskedtextbox.k-state-invalid .k-i-warning {
    display: none;
}
/*
    Override Kendo Css
*/

body {
    margin: 0;
    padding: 0;
    color: #555;
    background: #fff;
    /*font: 12px/140% Verdana, Arial, Helvetica, sans-serif !important;*/
    font-family: "Verdana", 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

pre {
    background-color: #fffcf5;
}

h1, h2, h3, h4, h5, h6, .h1 {
    font-family: RobotoRegular, sans-serif !important;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 51px;
}

.form-control-static {
    word-wrap: break-word;
    /*padding-top : 12px;*/
}

.navbar-collapse {
    /*background-color: #F8F8F8;*/
}

.navbar-brand > img {
    display: inline-block;
    max-width: 110px;
    padding: 0;
    margin-top: -20px;
}

.header-text {
    margin: 0 auto 10px;
    display: block;
    min-width: 80px;
    /*text-align: center;*/
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 175px;
}

.login-or-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    height: 20px;
    text-align: center;
    color: red;
}

.span-or-rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
}

.red {
    color: #d43f3a;
}

.blue {
    color: #0026ff;
}

.text-center {
    text-align: center;
}

@media (max-width: 768px) {
    .login-or {
        margin-top: 30px;
    }

    .login-or-rotate {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .span-or-rotate {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
}


@media (min-width:1200px) {
}

.star {
    color: red;
}

.app-container {
    /*font: Helvetica, Arial,sans-serif !important;*/
    font-size: 12px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.dock-content .h1,
.dialog-content .h1 {
    margin: 0;
    padding: 0 10px 15px 10px;
    float: left;
    line-height: 10px;
    font-weight: 300;
    font-size: 42px;
    color: #5D5F63;
}

.app-container .note label {
    height: 75px;
}

.app-container .breadcrumb {
    margin-bottom: 15px !important;
    background-color: rgba(0, 0, 0, 0);
}

.app-container hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top: 1px solid #E0E0E0;
}

.modal-dialog hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top: 1px solid #E0E0E0;
}


/*.panel:not(.no) {
    border: none;
    box-shadow: none;
    0 2px 2px rgba(204, 197, 185, 0.5);
    margin-bottom: 0;
    border-radius: 6px;
}*/

.panel-default .no > .panel-heading {
    color: white;
    background-color: #396bbc;
}


.no-border {
    border: none !important;
}

.k-grid-header .center-header {
    text-align: center !important;
}

.kendo-list-grid .k-grid-content {
    min-height: 250px;
    max-height: 600px;
}

/*.app-container:not(.dialog-content) .k-grid-content,
.dock-content .k-grid-content {
    height: 90%;
    min-height: 250px;
    max-height: 600px;
}*/

.k-grid tr td:not(first-child) {
    border-width: 0 0 0px 1px;
    border-style: solid;
}

/*.composite-grid.editable tr:hover td.remove-row,
.composite-grid.editable td.k-state-selected:hover td.remove-row {
    background-color: #FFFFFF;
}

.composite-grid.editable tr.k-state-selected td.remove-row,
.composite-grid.editable tr.k-state-selected td.remove-row {
    background-color: #FFFFFF;
}*/


/*.app-container .btn {
    min-width: 88px !important;
}*/


.main-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    /*background: #f4f3ef;*/
    background: #f5f5f5 !important;
    min-height: 1000px;
    margin-bottom: 50px;
}

    .main-content-wrapper #main-content {
        border-top: solid thin #e7e8ec;
        display: inline-block;
        padding: 10px 0 10px 0;
        width: 100%;
        height: 100%;
    }

        .main-content-wrapper #main-content .h1 {
            margin: 0;
            padding: 0 10px 10px 0;
            float: left;
            font-weight: bold;
            font-size: 26px;
            margin-top: -10px !important;
        }


.dock-content .form-group,
.dialog-content .form-group {
    margin-bottom: 0 !important;
}

.dock-content .control-label,
.dialog-content .control-label {
    /*border-right: solid 1px #E0E0E0;*/
    color: #5D5F63;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
    text-align: right;
    min-height: 40px;
}

    .dock-content .control-label + div,
    .dialog-content .control-label + div {
        border-left: solid 1px #E0E0E0;
        min-height: 40px;
    }

.dock-content .form-group .inline,
.dialog-content .form-group .inline {
    display: inline;
}



.dock-content .control-container,
.dialog-content .control-container {
    padding-top: 7px !important;
}


/*.app-container .form-group .k-widget:not(span) {
        width: 100% !important;
    }*/

.dialog-content .form-group .k-textbox {
    width: 100% !important;
}

.dock-content .form-group .searchresult-text input {
    width: 100% !important;
}


@media (max-width: 768px) {
    .dock-content .form-group .image-input,
    .dock-content .form-group .k-textbox,
    .dock-content .form-group .k-dropdown,
    .dock-content .form-group .k-upload,
    .dock-content .form-group .searchresult-text,
    .dock-content .form-group .k-multiselect,
    .dock-content .form-group .k-maskedtextbox,
    .dock-content .form-group .w-l-txt > .k-widget {
        width: 100% !important;
    }

    .dock-content .control-label,
    .dialog-content .control-label {
        border-right: none;
        text-align: left;
        min-height: 22px;
    }

        .dock-content .control-label + div,
        .dialog-content .control-label + div {
            border-left: none;
        }

    .app-container .form-group {
        margin-bottom: 5px !important;
    }

    .main-content-wrapper #main-content .h1 {
        font-size: 30px;
    }

    #staff-availability-calendar {
        padding-left: 15px;
    }

    .app-container .note label {
        height: 27px;
    }

    .dock-content .form-group img {
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .dock-content .form-group .image-input,
    .dock-content .form-group .k-textbox,
    .dock-content .form-group .k-dropdown,
    .dock-content .form-group .k-upload,
    .dock-content .form-group .c-control,
    .dock-content .form-group .searchresult-text,
    .dock-content .form-group .k-multiselect,
    .dock-content .form-group .k-maskedtextbox,
    .dock-content .form-group .w-l-txt > .k-widget {
        width: 100% !important;
        margin-bottom: 10px;
    }
    /*reset search-input margin because it is a input-group*/
    .dock-content .form-group .input-group .k-textbox {
        margin-bottom: 0px !important;
    }

    .dock-content .form-group img {
        max-width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .dock-content .form-group .image-input,
    .dock-content .form-group .k-textbox,
    .dock-content .form-group .k-dropdown,
    .dock-content .form-group .k-upload,
    .dock-content .form-group .c-control,
    .dock-content .form-group .searchresult-text,
    .dock-content .form-group .k-multiselect,
    .dock-content .form-group .k-maskedtextbox,
    .dock-content .form-group .w-l-txt > .k-widget {
        width: 100% !important;
        margin-bottom: 10px;
    }
    /*reset search-input margin because it is a input-group*/
    .dock-content .form-group .input-group .k-textbox {
        margin-bottom: 0px !important;
    }

    .dock-content .form-group .sm .k-widget,
    .dialog-content .form-group .sm .k-widget {
        width: 6.1em !important;
    }

    .dock-content .form-group img {
        max-width: 200px;
    }
}


@media (min-width:1200px) {
    .dock-content .form-group .image-input,
    .dock-content .form-group .k-textbox,
    .dock-content .form-group .k-dropdown,
    .dock-content .form-group .k-upload,
    .dock-content .form-group .c-control,
    .dock-content .form-group .searchresult-text,
    .dock-content .form-group .k-multiselect,
    .dock-content .form-group .k-maskedtextbox,
    .dock-content .form-group .w-l-txt > .k-widget {
        width: 100% !important;
        margin-bottom: 10px;
    }

    /*reset search-input margin because it is a input-group*/
    .dock-content .form-group .input-group .k-textbox {
        margin-bottom: 0px !important;
    }

    .dock-content .form-group .sm .k-widget,
    .dialog-content .form-group .sm .k-widget {
        width: 6.1em !important;
    }

    .dock-content .form-group img.profile {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
}

.dock-content .form-group .image-input img {
    width: 150px;
    height: 150px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.image-circle {
    border-radius: 50%;
}

.img-icon {
    height: 20px !important;
    width: 20px !important;
}

.dock-content .form-group .image-input .k-button {
    width: 150px;
}

.dock-content textarea.k-textbox,
.dock-content input.k-textbox {
    height: 2.42em;
    line-height: 1.6em;
}

.dock-content input.k-textbox {
    text-indent: 0.8em;
    height: 2.42em;
}

.dock-content textarea.k-textbox {
    height: 8.42em;
}

.dialog-content input.k-textbox {
    height: 2.7em;
    text-indent: 0.8em;
    line-height: 1.9em;
}

.dock-content .k-textbox > input,
.dock-content .k-picker-wrap .k-input,
.dock-content .k-numeric-wrap .k-input,
.dock-content .k-dropdown-wrap .k-input,
.dock-content .k-selectbox .k-input {
    height: 1.90em;
    line-height: 1.90em;
    text-indent: 0.8em;
    border: 0;
    margin: 0;
}

.dialog-content .k-textbox > input,
.dialog-content .k-picker-wrap .k-input,
.dialog-content .k-numeric-wrap .k-input,
.dialog-content .k-dropdown-wrap .k-input,
.dialog-content .k-selectbox .k-input {
    height: 2.2em;
    line-height: 2.2em;
    padding: 0.177em 0;
    text-indent: 0.8em;
    border: 0;
    margin: 0;
}

.dock-content .k-autocomplete .k-input {
    height: 1.80em;
    line-height: 1.90em;
    text-indent: 0.8em;
    border: 0;
    margin: 0;
}

.dialog-content .form-group .w-l-txt > .k-widget {
    width: 100% !important;
}



.k-input[data-role="datepicker"],
.k-input[data-role="timepicker"] {
    margin-right: 23px !important;
}

.k-input[data-role="datetimepicker"] {
    margin-right: 42px !important;
}

.searchresult-text .k-invalid-msg {
    margin-left: 44px;
}

.hasFormTemplate .k-invalid-msg {
    margin-left: 84px;
}

.app-container ol.breadcrumb {
    font-size: 12px !important;
    padding-left: 0 !important;
    color: #396bbc;
}

.form-pager {
    text-align: right;
    font-size: 10px;
}

    .form-pager h5 {
        display: inline-block;
        padding-right: 5px;
    }

.viewbar {
    box-shadow: 1px 2px 2px rgba(204, 197, 185, 1);
    border-radius: 6px;
}


.padding-rl-z {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*override Angular Loading bar */
#loading-bar .bar {
    background: #d43f3a !important;
}

#loading-bar .peg {
    -moz-box-shadow: #d43f3a 1px 0 6px 1px !important;
    -ms-box-shadow: #d43f3a 1px 0 6px 1px !important;
    -webkit-box-shadow: #d43f3a 1px 0 6px 1px !important;
    box-shadow: #d43f3a 1px 0 6px 1px !important;
}
/*End Override Angular Loading bar */

@keyframes rotateFall {
    0% {
        transform: rotateZ(0deg);
    }

    20% {
        transform: rotateZ(10deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: rotateZ(17deg);
    }

    60% {
        transform: rotateZ(16deg);
    }

    100% {
        transform: translateY(100%) rotateZ(17deg);
    }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
    }
}

/* rotate out newspaper */
@keyframes rotateOutNewspaper {
    to {
        transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

/* entering animations --------------------------------------- */
/* scale up */
@keyframes scaleUp {
    from {
        opacity: 0.3;
        -webkit-transform: scale(0.8);
    }
}

/* slide in from the right */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* slide in from the bottom */
@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/*.ng-enter           { animation: slideInRight 0.9s both ease-in; z-index: 8888; }
.ng-leave           { animation: slideOutLeft 0.3s both ease-in; z-index: 9999; }*/

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.3s;
    -o-transition: ease-out all 0.3s 0.3s;
    -webkit-transition: ease-out all 0.3s 0.3s;
    transition: ease-out all 0.3s 0.3s;
    left: 1.2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    /*-moz-transition: 0.1s ease-out all;
    -o-transition: 0.1s ease-out all;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;*/
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 1.2em;
        opacity: 0;
    }

/*#endregion*/

/*Kendo Theme override*/

.k-state-focused .k-input {
    /*color: #fff !important;*/
}

span.k-invalid-msg {
    position: absolute;
    margin-right: -23px;
    top: 0;
    right: 0;
    height: 21px;
    z-index: 1000 !important;
}

span.search-input span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

span.k-numerictextbox span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

span.k-maskedtextbox span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

span.k-combobox span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

span.k-datepicker span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

span.k-datetimepicker span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

div.k-upload span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

div.password span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}

div.input-group span.k-invalid-msg {
    position: absolute;
    margin-right: -38px;
    top: 0;
    right: 0;
    height: 21px;
}




span.k-invalid-msg .k-i-warning {
    display: inline-block !important;
}

.k-numeric-wrap span.k-invalid-msg {
    margin-left: 32px;
}

.k-datepicker .k-picker-wrap .k-i-warning {
    right: 4px !important;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    padding: .167em 0;
}

/*End Kendo Theme override*/

/*Bootstrap override*/

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

/* ==========================================================================
  Buttons
   ========================================================================== */
.btn {
    border: none;
    font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 14px;
    margin-bottom: 3px;
    min-width: 88px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

    .btn:hover,
    .btn:focus {
        outline: none;
    }

    .btn:active,
    .btn.active {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

    .btn.disabled,
    .btn[disabled],
    .btn fieldset[disabled] .btn {
        background-color: #bdc3c7;
        color: rgba(255, 255, 255, 0.75);
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
/* Default Buttons*/
.btn-default,
a.btn-default:link,
a.btn-default:visited {
    color: #ffffff;
    background-color: #bdc3c7;
    outline: none !important;
}

a.btn-default:hover,
a.btn-default:active {
    color: #ffffff;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #bdc3c7;
    border-color: #bdc3c7;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
    color: #fff;
    background-color: #396bbc;
}

a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary.active {
    color: #ffffff;
    background-color: #5393FA;
    border-color: #5393FA;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #5393fa;
    border-color: #5393FA;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #396bbc;
    border-color: #396bbc;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #396bbc;
    border-color: #396bbc;
}

.btn-info {
    color: #ffffff;
    background-color: #3598db;
}

.btn-info,
a.btn-info:link,
a.btn-info:visited {
    color: #ffffff;
    background-color: #3598db;
}

a.btn-info:hover,
a.btn-info:active {
    color: #ffffff;
    background-color: #4ba3df;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #4ba3df;
    border-color: #4ba3df;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background: #3598db;
    border-color: #3598db;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #3598db;
    border-color: #3598db;
}

.btn-danger {
    color: #ffffff;
    background-color: #e84c3d;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #eb6154;
        border-color: #eb6154;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background: #eb6154;
        border-color: #eb6154;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e84c3d;
        border-color: #e84c3d;
    }

.btn-success {
    color: #ffffff;
    background-color: #2dcc70;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #3ed47d;
        border-color: #3ed47d;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background: #2dcc70;
        border-color: #2dcc70;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #2dcc70;
        border-color: #2dcc70;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f1c40f;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #f1c40f;
        border-color: #f1c40f;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background: #f2ca27;
        border-color: #f2ca27;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f1c40f;
        border-color: #f1c40f;
    }

/* Transparent buttons */
.btn-default.btn-trans {
    color: #bdc3c7;
    background-color: transparent;
    border: solid thin #bdc3c7;
}

    .btn-default.btn-trans:hover,
    .btn-default.btn-trans:active,
    .btn-default.btn-trans:focus {
        color: #fff;
        background-color: #bdc3c7;
        border: solid thin #bdc3c7;
    }

.btn-primary.btn-trans {
    color: #1abc9c;
    background-color: transparent;
    border: solid thin #1abc9c;
}

    .btn-primary.btn-trans:hover,
    .btn-primary.btn-trans:active,
    .btn-primary.btn-trans:focus {
        color: #fff;
        background-color: #1abc9c;
        border: solid thin #1abc9c;
    }

.btn-success.btn-trans {
    color: #2dcc70;
    background-color: transparent;
    border: solid thin #2dcc70;
}

    .btn-success.btn-trans:hover,
    .btn-success.btn-trans:active,
    .btn-success.btn-trans:focus {
        color: #fff;
        background-color: #2dcc70;
        border: solid thin #2dcc70;
    }

.btn-info.btn-trans {
    color: #3598db;
    background-color: transparent;
    border: solid thin #3598db;
}

    .btn-info.btn-trans:hover,
    .btn-info.btn-trans:active,
    .btn-info.btn-trans:focus {
        color: #fff;
        background-color: #3598db;
        border: solid thin #3598db;
    }

.btn-warning.btn-trans {
    color: #f1c40f;
    background-color: transparent;
    border: solid thin #f1c40f;
}

    .btn-warning.btn-trans:hover,
    .btn-warning.btn-trans:active,
    .btn-warning.btn-trans:focus {
        color: #fff;
        background-color: #f1c40f;
        border: solid thin #f1c40f;
    }

.btn-danger.btn-trans {
    color: #e84c3d;
    background-color: transparent;
    border: solid thin #e84c3d;
}

    .btn-danger.btn-trans:hover,
    .btn-danger.btn-trans:active,
    .btn-danger.btn-trans:focus {
        color: #fff;
        background-color: #e84c3d;
        border: solid thin #e84c3d;
    }
/* Button Sizes */
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*End bootstrap override*/

/* Toaster override*/
.toast-success {
    background-color: #396bbc !important;
}

.toast-top-center {
    top: 34px !important;
}

.toast-top-usasf {
    top: 0;
    right: 0;
    width: 100%;
}

#toast-container.toast-top-usasf > div {
    width: 35%;
    margin: auto;
}
/*toaster mobile and tablet*/
@media only screen and (max-width: 480px) {
    #toast-container.toast-top-usasf > div {
        width: auto;
        margin: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #toast-container.toast-top-usasf > div {
        width: auto;
        margin: 10px;
    }
}

#toast-container.toast-top-usasf ul.toast-message-ul {
    padding-left: 18px;
    list-style-type: decimal;
}
/*End Toaster override*/

/*.modal {
    background-color: rgba(255, 255, 255, 0) !important;
}

.modal-backdrop.in {
    opacity: .7 !important;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 0) !important;
}*/


.dock-content .dropdown-menu > li > a,
.dialog-content .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #787878;
    white-space: nowrap;
}

    .dock-content .dropdown-menu > li > a:hover,
    .dock-content .dropdown-menu > li > form > a:focus,
    .dialog-content .dropdown-menu > li > a:hover,
    .dialog-content .dropdown-menu > li > form > a:focus {
        color: #FFF;
        text-decoration: none;
        background-color: #396bbc;
    }


@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > form > a {
        color: #999;
    }
}

.dock-content .k-checkbox-label,
.dialog-content .k-checkbox-label {
    font-size: 15px !important;
}

.k-radio:checked + .k-radio-label:after {
    top: 3px !important;
    left: 3px !important;
    width: 8px !important;
    height: 8px !important;
}

.radio-button-group {
    height: 2.42em;
    line-height: 2.42em;
}

.k-state-focused > span {
    color: #fff !important;
}

#tabstrip-left-weekday .k-timepicker {
    width: 105px !important;
}

/*.modal-body .k-grid-content {
    max-height: 300px;
}*/

.k-overlay {
    background-color: #777 !important;
}

.time-frame-row {
    width: 100% !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

    .time-frame-row div,
    .time-frame-row label {
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .time-frame-row .k-dropdown {
        width: 100%;
    }

.time-frame-box {
    min-height: 180px;
    padding: 10px;
    margin-bottom: 10px;
}

.circle-close {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    border-radius: 50%;
    margin: 2px;
    background-color: rgb(230,230,230);
    position: absolute;
    top: -10px;
    right: -10px;
}

.circle-close1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin: 2px;
    background-color: rgb(230,230,230);
}


.seperator-section .section-number {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    border-radius: 50%;
    margin: 2px;
    background-color: #396bbc;
    color: white;
    position: absolute;
    left: -15px;
}

.seperator-section .section-title {
    padding-top: 7px;
}


.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 5px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.text-r {
    text-align: right;
}

.text-l {
    text-align: left;
}

.text-c {
    text-align: center;
}

.add-timeframe {
    font-size: smaller;
    padding: 5px;
    margin-left: 10px;
}


.k-scheduler-dayview .k-event-template,
.k-scheduler-workWeekview .k-event-template,
.k-scheduler-weekview .k-event-template {
    writing-mode: tb-rl;
    padding-top: 20px;
}

/* Hide toolbar, navigation and footer during export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

.k-pdf-export .k-event-template {
    writing-mode: horizontal-tb;
}

.dialog-content .k-datetimepicker {
    min-width: 174px;
}

.dock-content .k-datetimepicker {
    min-width: 204px;
}

.file-upload {
    color: #555;
    text-indent: 0.8em;
    line-height: 1.6em;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    /*overflow-y: hidden;*/
    position: relative;
    box-sizing: content-box;
    margin-top: 2px;
}

.role-actions {
    margin-bottom: 0;
}

    .role-actions td {
        border-top: none !important;
    }

.role-action-number {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: white;
    border-radius: 50%;
    margin: 2px;
    background-color: #396bbc;
    position: absolute;
    right: -15px;
    top: -3px;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.long-text {
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.panel-group {
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.bold {
    font-weight: bold;
}

/*Login Screen*/

.form-top {
    overflow: hidden;
    padding: 15px 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    min-height: 150px;
}


    .form-top p {
        color: #a1a1a1;
    }

.form-top-left {
    float: left;
}

.form-top-right {
    float: right;
    font-size: 66px;
    color: #ddd;
    text-align: right;
}

.form-body {
    padding: 15px 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    height: 100%;
}

    .form-body .form-group {
        margin-bottom: 15px !important;
    }

.login-form {
    width: 100%;
    padding: 1em;
    position: relative;
}

.login-form-class .panel {
    border: none !important;
    background:none!important;
    margin-top:-100px;
}
.login-form-class img.banner {
    max-height: 380px;
    width: 100%;
    display: block;
}
.login-form-class .logo {
    width:130px;
    display:block;
    position:absolute;
    top:10px;
    left:10px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}

    .flex-row p {
        color: #a1a1a1;
    }

.lf--label {
    width: 45px;
    min-width: 45px !important;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eeeeee;
    cursor: pointer;
}

.lf--input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em;
    border: 1px solid #eeeeee;
    color: #000000;
    font-size: 14px;
}

.lf--forgot {
    margin-top: 1em;
    color: #00d6b7;
    font-size: .65em;
    text-align: center;
}

.login-form ::-webkit-input-placeholder {
    color: #8f8f8f;
}

.login-form ::-moz-placeholder {
    color: #8f8f8f;
}

.login-form :-ms-input-placeholder {
    color: #8f8f8f;
}

.login-form ::placeholder {
    color: #8f8f8f;
}

.form-top-right i {
    color: #8f8f8f;
}

.reset-password {
}

    .reset-password ul {
        display: inline;
        list-style: none;
        margin: 5px;
        padding: 0 !important;
        vertical-align: 2px;
        left: 1px;
    }

    .reset-password .point {
        background: #DDD;
        border-radius: 2px;
        display: inline-block;
        height: 5px;
        margin-right: 1px;
        width: 20px;
    }

.reset-password-match-error {
    color: rgb(255, 0, 0);
}

/*Spinner*/
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Firefox 16+*/
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Firefox 16+*/
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: #000000;
}

    #preloader > div {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e84c3d;
        transform: translate3d(0, 0, 0);
        animation: spin 2s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }

        #preloader > div:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #396bbc;
            -webkit-animation: spin 3s linear infinite;
            /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 3s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */
        }

        #preloader > div:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #ffc000;
            animation: spin 1.5s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */
        }

.blueColor {
    color: #396bbc;
}

.cropArea {
    background: #f1f1f1;
    border: 1px solid #bdc3c7;
    overflow: hidden;
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.img-crop {
    height: 350px !important;
    width: 580px !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

.bg-normal {
    background-color: #bdc3c7 !important;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

.bg-error {
    background-color: #e84c3d !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

.modal-fs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .modal-fs .modal-content {
        height: 100%;
        min-height: 700px;
        border-radius: 0;
    }

        .modal-fs .modal-content .modal-body {
            height: 90%;
        }

/* Universal-terms*/
.backbtn {
    float: left;
}

.term-page.ng-hide-remove {
    -webkit-animation: 0.3s show;
    animation: 0.3s show;
}

.term-title-block h2 {
    text-align: center;
}

/*Disable new membership*/
div.membership-new-disabled {
    background-color: #17469E;
    color: white;
}

    div.membership-new-disabled div.header {
        margin-bottom: 10px;
    }

    div.membership-new-disabled a {
        color: #cbe4ff;
    }

    div.membership-new-disabled span.glyphicon {
        font-size: 70px;
        color: #FA314A;
    }




.login-form-class .form-top h3 {
    color: #004D80;
}
.login-form-class .btn.btn-create-account {
    border-radius: 10px;
    background-color: transparent !important;
    border: 1px solid white;
}

.login-form-class .form-login .btn {
    background-color: #b51700 !important;
    color: white !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.login-form-class ul.bullets {
    list-style: none;
    padding: 0;
    list-style-type: none;
}

    .login-form-class ul.bullets li {
    }
.login-form-class .colored {
    color: #004D80 !important
}
.login-form-class .message-head {
    color: #FEAE00 !important;
}
.login-form-class .warning {
    padding-bottom:40px;
    padding-left:20px;
}

.login-form-class .alert-message-warning {
    background-color: #F9F0D3 !important;
    border-left: 5px solid #FEAE00 !important;
}
.login-form-class .head {
    margin-bottom: 20px;
}
.login-form-class .div-divider {
    position: absolute;
    left: 48%;
    top: 15%;
    height: 70%;
    background: gray;
    width: .5px;
}
.login-form-class .main-row {
    margin: 20px;
}

    .login-form-class .main-row .form-top {
        min-height: 90px;
        padding: 0px !important
    }

    .login-form-class .form-login div {
        margin-top:10px;
    }
.login-form-class .create-account-form {
    background-image: url('Images/Create Account Box Image.jpg');
    background-size:cover;
    color:white!important;
}
    .login-form-class .create-account-form input {
        background-color: transparent;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-top:40px;
        color:white;

    }
    .login-form-class .create-account-form input::-webkit-input-placeholder {
        color:white;
    }
    .login-form-class .create-account-form .btn {
        margin-top: 20px;
        margin-bottom:120px;
    }

.k-invalid-msg[data-for="Month"] {
    left: 227px;
}

.k-invalid-msg[data-for="Day"] {
    left: 150px;
}

.k-invalid-msg[data-for="Year"] {
    right: -20px;
}

.payment-loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

.payment-loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    z-index: 100;
}

.sso.panel li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.sso.panel ul {
    list-style:none;
    margin-top:20px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

.custom-navbar .active {
    background-color: #0094ffae !important
}

.custom-navbar a {
    cursor: pointer;
}
/*Scroll bar*/
::-webkit-scrollbar {
    width: 0.8em;
    height: 0.8em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.15));
    border: 1px solid rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }
/*Scroll Bar End*/
/* Table */
.table.table-fee {
    border: 1px solid #dbdbdb;
}

    .table.table-fee > thead > tr {
        background: #396bbc;
        color: white;
    }

    .table.table-fee > tbody > tr > td {
        vertical-align: bottom;
    }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/* Table CSS end*/
/*Helper CSS*/
.margin-top-sm {
    margin-top: 15px;
}

.margin-top-md {
    margin-top: 30px;
}

.margin-top-lg {
    margin-top: 45px;
}

.padding-left-sm {
    padding-left: 15px;
}

.padding-left-md {
    padding-left: 30px;
}

.padding-left-lg {
    padding-left: 45px;
}

.padding-top-sm {
    padding-top: 15px;
}

.padding-top-md {
    padding-top: 30px;
}

.padding-top-lg {
    padding-top: 45px;
}

/*Helper CSS end*/

/*Kendo Tooltip Overrides*/
.k-tooltip[role="tooltip"] {
    border-radius: 7px;
    -webkit-box-shadow: 5px 8px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 8px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 8px 30px 0px rgba(0,0,0,0.75);
}

.k-tooltip .k-tooltip-content p {
    padding: 7px 7px 0px 7px;
    text-align: center;
    vertical-align: middle;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 350px;
}
/*Kendo Tooltip Overrides*/

/*Bootstrap Overrides*/
.navbar-default .navbar-nav > li > a {
    color: #555;
}

@media (min-width: 768px) {
    .modal-lg {
        width: 95%;
    }
    .modal-medium {
        width: 65%;
    }
    .modal-lgm {
        width: 700px;
    }
}
/*Default bootstrap modal size (md) override*/
@media (min-width: 768px) {
    .program-lookup .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 992px) {
    .program-lookup .modal-dialog {
        width: 800px;
    }
    .modal-lgm {
        width: 800px;
    }
}

@media (min-width: 1024px) {
    .program-lookup .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .program-lookup .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 1440px) {
    .program-lookup .modal-dialog {
        width: 800px;
    }
}

@media only screen and (max-width: 480px) {
    .dashboard-table td input {
    }
}

.dashboard-table td input {
    width: 100%;
}

.dashboard-table td #ParentState .k-widget {
    width: 100%;
}

/* Legality Official list result */
.legality-official-list-view-result {
    height: 100px;
    overflow: auto;
}

/* Admin Video Reviewer list result */
.video-reviewer-list-view-result {
    height: 460px;
    overflow: auto;
}
.video-reviewer-list-view-result table {
    width:100%;
    border-spacing:5px
}
.video-reviewer-list-view-result table thead tr th {
    border-bottom:2px solid #ff5722;
    padding-top:8px
}
.video-reviewer-list-view-result table tbody tr td:first-child {
    padding-left:5px
}

.video-reviewer-list-view-result table tbody tr td:first-child::after {
    content:':'
}

.video-reviewer-list-view-search-result{
     height: 400px;
}
.video-reviewer-list-view-search-result table thead tr th {
    border-bottom:2px solid #396bbc;
    padding-top:8px
}

/*Team page modal*/
/* New */
.team-reviewer-list-view-result {
    height: 400px;
    overflow: auto;
}
.team-reviewer-list-view-result .k-list-optionlabel {
    padding: 1px 10px;
    cursor: default;
}

.team-reviewer-list-view-result table {
    width:100%; 
}

/* Old */
.team-manage-search-result {
    height: 400px;
    overflow: auto;
}


    .team-manage-search-result .k-list-optionlabel {
        padding: 2px 15px;
        cursor: default;
    }

        .team-manage-search-result .k-list-optionlabel > span.glyphicon {
            float: right;
            cursor: pointer;
            line-height: 1.8em;
        }

        .team-manage-search-result .k-list-optionlabel > span:hover,
        .team-members > span:hover {
            color: #286090;
            cursor: pointer;
        }

.team-members > span {
    font-size: 1.5EM;
    vertical-align: text-bottom;
}

    .team-members > span:hover {
        font-size: 1.9EM;
    }

.team-members {
    margin-bottom: 4px;
}

table.team-divisions label {
    cursor: pointer;
}

.coach-card {
    margin: 20px;
    display: inline-table;
    width: 30%;
}

/*Alert Message*/
.alert-message {
    margin: 2px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }

/*End Alert Message*/

/*Animation*/
/* Have to set height explicity on ui-view 
to prevent collapsing during animation*/
.well[ui-view] {
    height: 65px;
}

.ui-view-container {
    position: relative;
}

[ui-view].ng-enter, [ui-view].ng-leave {
}

[ui-view].ng-enter {
    /* transition on enter for .5s */
    transition: 1s;
    /* start with opacity 0 (invisible) */
    opacity: 0;
}

[ui-view].ng-enter-active {
    /* end with opacity 1 (fade in) */
    opacity: 1;
}

[ui-view].ng-leave {
    /*transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);*/
}

[ui-view].ng-leave-active {
    /*transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);*/
}
/*Animation End*/


/*ngAnimate*/ 
.nga-default {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.nga-default.ng-hide-add, .nga-default.ng-hide-remove {
    display: block !important;
}

.nga-slow {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.nga-slow.ng-hide-add, .nga-slow.ng-hide-remove {
    display: block !important;
}

.nga-fast {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nga-fast.ng-hide-add, .nga-fast.ng-hide-remove {
    display: block !important;
}

.nga-collapse-add {
    overflow: hidden;
}

.nga-collapse-add.ng-enter:not(.ng-enter-active), .nga-collapse-add.ng-hide-remove:not(.ng-hide-remove-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-collapse-remove {
    overflow: hidden;
}

.nga-collapse-remove.ng-hide-add.ng-hide-add-active, .nga-collapse-remove.ng-leave.ng-leave-active {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-collapse-move {
    overflow: hidden;
}

.nga-collapse-move.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-collapse-all {
    overflow: hidden;
}

.nga-collapse-all.ng-enter:not(.ng-enter-active), .nga-collapse-all.ng-hide-add.ng-hide-add-active, .nga-collapse-all.ng-hide-remove:not(.ng-hide-remove-active), .nga-collapse-all.ng-leave.ng-leave-active, .nga-collapse-all.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-collapse {
    overflow: hidden;
}

.nga-collapse.ng-enter:not(.ng-enter-active), .nga-collapse.ng-hide-add.ng-hide-add-active, .nga-collapse.ng-hide-remove:not(.ng-hide-remove-active), .nga-collapse.ng-leave.ng-leave-active, .nga-collapse.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-fade-add.ng-enter, .nga-fade-add.ng-hide-remove {
    opacity: 0;
}

.nga-fade-add.ng-enter.ng-enter-active, .nga-fade-add.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-fade-remove.ng-hide-add.ng-hide-add-active, .nga-fade-remove.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-fade-remove.ng-hide-add, .nga-fade-remove.ng-leave {
    opacity: 1;
}

.nga-fade-move.ng-move {
    opacity: 0;
}

.nga-fade-move.ng-move.ng-move-active {
    opacity: 1;
}

.nga-fade-all.ng-enter, .nga-fade-all.ng-hide-remove {
    opacity: 0;
}

.nga-fade-all.ng-enter.ng-enter-active, .nga-fade-all.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-fade-all.ng-hide-add.ng-hide-add-active, .nga-fade-all.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-fade-all.ng-hide-add, .nga-fade-all.ng-leave {
    opacity: 1;
}

.nga-fade-all.ng-move {
    opacity: 0;
}

.nga-fade-all.ng-move.ng-move-active {
    opacity: 1;
}

.nga-fade.ng-enter, .nga-fade.ng-hide-remove {
    opacity: 0;
}

.nga-fade.ng-enter.ng-enter-active, .nga-fade.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-fade.ng-hide-add.ng-hide-add-active, .nga-fade.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-fade.ng-hide-add, .nga-fade.ng-leave {
    opacity: 1;
}

.nga-fade.ng-move {
    opacity: 0;
}

.nga-fade.ng-move.ng-move-active {
    opacity: 1;
}

.nga-rotate-down-add {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-add.ng-enter, .nga-rotate-down-add.ng-hide-remove {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down-add.ng-enter.ng-enter-active, .nga-rotate-down-add.ng-hide-remove.ng-hide-remove-active, .nga-rotate-down-remove {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-remove.ng-hide-add.ng-hide-add-active, .nga-rotate-down-remove.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down-move, .nga-rotate-down-remove.ng-hide-add, .nga-rotate-down-remove.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-move.ng-move {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down-all, .nga-rotate-down-move.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-all.ng-enter, .nga-rotate-down-all.ng-hide-remove {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down-all.ng-enter.ng-enter-active, .nga-rotate-down-all.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-all.ng-hide-add.ng-hide-add-active, .nga-rotate-down-all.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down-all.ng-hide-add, .nga-rotate-down-all.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down-all.ng-move {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down, .nga-rotate-down-all.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down.ng-enter, .nga-rotate-down.ng-hide-remove {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down.ng-enter.ng-enter-active, .nga-rotate-down.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down.ng-hide-add.ng-hide-add-active, .nga-rotate-down.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down.ng-hide-add, .nga-rotate-down.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down.ng-move {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.nga-rotate-down.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-down.ng-enter, .nga-rotate-down.ng-hide-remove {
    opacity: 0;
}

.nga-rotate-down.ng-enter.ng-enter-active, .nga-rotate-down.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-rotate-down.ng-hide-add.ng-hide-add-active, .nga-rotate-down.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-rotate-down.ng-hide-add, .nga-rotate-down.ng-leave {
    opacity: 1;
}

.nga-rotate-down.ng-move {
    opacity: 0;
}

.nga-rotate-down.ng-move.ng-move-active {
    opacity: 1;
}

.nga-rotate-left-add {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-add.ng-enter, .nga-rotate-left-add.ng-hide-remove {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left-add.ng-enter.ng-enter-active, .nga-rotate-left-add.ng-hide-remove.ng-hide-remove-active, .nga-rotate-left-remove {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-remove.ng-hide-add.ng-hide-add-active, .nga-rotate-left-remove.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left-move, .nga-rotate-left-remove.ng-hide-add, .nga-rotate-left-remove.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-move.ng-move {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left-all, .nga-rotate-left-move.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-all.ng-enter, .nga-rotate-left-all.ng-hide-remove {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left-all.ng-enter.ng-enter-active, .nga-rotate-left-all.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-all.ng-hide-add.ng-hide-add-active, .nga-rotate-left-all.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left-all.ng-hide-add, .nga-rotate-left-all.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left-all.ng-move {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left, .nga-rotate-left-all.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left.ng-enter, .nga-rotate-left.ng-hide-remove {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left.ng-enter.ng-enter-active, .nga-rotate-left.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left.ng-hide-add.ng-hide-add-active, .nga-rotate-left.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left.ng-hide-add, .nga-rotate-left.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left.ng-move {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.nga-rotate-left.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-left.ng-enter, .nga-rotate-left.ng-hide-remove {
    opacity: 0;
}

.nga-rotate-left.ng-enter.ng-enter-active, .nga-rotate-left.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-rotate-left.ng-hide-add.ng-hide-add-active, .nga-rotate-left.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-rotate-left.ng-hide-add, .nga-rotate-left.ng-leave {
    opacity: 1;
}

.nga-rotate-left.ng-move {
    opacity: 0;
}

.nga-rotate-left.ng-move.ng-move-active {
    opacity: 1;
}

.nga-rotate-right-add {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-add.ng-enter, .nga-rotate-right-add.ng-hide-remove {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right-add.ng-enter.ng-enter-active, .nga-rotate-right-add.ng-hide-remove.ng-hide-remove-active, .nga-rotate-right-remove {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-remove.ng-hide-add.ng-hide-add-active, .nga-rotate-right-remove.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right-move, .nga-rotate-right-remove.ng-hide-add, .nga-rotate-right-remove.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-move.ng-move {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right-all, .nga-rotate-right-move.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-all.ng-enter, .nga-rotate-right-all.ng-hide-remove {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right-all.ng-enter.ng-enter-active, .nga-rotate-right-all.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-all.ng-hide-add.ng-hide-add-active, .nga-rotate-right-all.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right-all.ng-hide-add, .nga-rotate-right-all.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right-all.ng-move {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right, .nga-rotate-right-all.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right.ng-enter, .nga-rotate-right.ng-hide-remove {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right.ng-enter.ng-enter-active, .nga-rotate-right.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right.ng-hide-add.ng-hide-add-active, .nga-rotate-right.ng-leave.ng-leave-active {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right.ng-hide-add, .nga-rotate-right.ng-leave {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right.ng-move {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.nga-rotate-right.ng-move.ng-move-active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.nga-rotate-right.ng-enter, .nga-rotate-right.ng-hide-remove {
    opacity: 0;
}

.nga-rotate-right.ng-enter.ng-enter-active, .nga-rotate-right.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-rotate-right.ng-hide-add.ng-hide-add-active, .nga-rotate-right.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-rotate-right.ng-hide-add, .nga-rotate-right.ng-leave {
    opacity: 1;
}

.nga-rotate-right.ng-move {
    opacity: 0;
}

.nga-rotate-right.ng-move.ng-move-active {
    opacity: 1;
}

.nga-rotate-up-add {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-add.ng-enter, .nga-rotate-up-add.ng-hide-remove {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up-add.ng-enter.ng-enter-active, .nga-rotate-up-add.ng-hide-remove.ng-hide-remove-active, .nga-rotate-up-remove {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-remove.ng-hide-add.ng-hide-add-active, .nga-rotate-up-remove.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up-move, .nga-rotate-up-remove.ng-hide-add, .nga-rotate-up-remove.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-move.ng-move {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up-all, .nga-rotate-up-move.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-all.ng-enter, .nga-rotate-up-all.ng-hide-remove {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up-all.ng-enter.ng-enter-active, .nga-rotate-up-all.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-all.ng-hide-add.ng-hide-add-active, .nga-rotate-up-all.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up-all.ng-hide-add, .nga-rotate-up-all.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up-all.ng-move {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up, .nga-rotate-up-all.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up.ng-enter, .nga-rotate-up.ng-hide-remove {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up.ng-enter.ng-enter-active, .nga-rotate-up.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up.ng-hide-add.ng-hide-add-active, .nga-rotate-up.ng-leave.ng-leave-active {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up.ng-hide-add, .nga-rotate-up.ng-leave {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up.ng-move {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.nga-rotate-up.ng-move.ng-move-active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nga-rotate-up.ng-enter, .nga-rotate-up.ng-hide-remove {
    opacity: 0;
}

.nga-rotate-up.ng-enter.ng-enter-active, .nga-rotate-up.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-rotate-up.ng-hide-add.ng-hide-add-active, .nga-rotate-up.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-rotate-up.ng-hide-add, .nga-rotate-up.ng-leave {
    opacity: 1;
}

.nga-rotate-up.ng-move {
    opacity: 0;
}

.nga-rotate-up.ng-move.ng-move-active {
    opacity: 1;
}

.nga-slide-down-add {
    position: relative;
    overflow: hidden;
}

.nga-slide-down-add.ng-enter, .nga-slide-down-add.ng-hide-remove {
    top: 50px;
}

.nga-slide-down-add.ng-enter.ng-enter-active, .nga-slide-down-add.ng-hide-remove.ng-hide-remove-active {
    top: 0;
}

.nga-slide-down-remove {
    position: relative;
    overflow: hidden;
}

.nga-slide-down-remove.ng-hide-add.ng-hide-add-active, .nga-slide-down-remove.ng-leave.ng-leave-active {
    top: 50px;
}

.nga-slide-down-remove.ng-hide-add, .nga-slide-down-remove.ng-leave {
    top: 0;
}

.nga-slide-down-move {
    position: relative;
    overflow: hidden;
}

.nga-slide-down-move.ng-move {
    top: 50px;
}

.nga-slide-down-move.ng-move.ng-move-active {
    top: 0;
}

.nga-slide-down-all {
    position: relative;
    overflow: hidden;
}

.nga-slide-down-all.ng-enter, .nga-slide-down-all.ng-hide-remove {
    top: 50px;
}

.nga-slide-down-all.ng-enter.ng-enter-active, .nga-slide-down-all.ng-hide-remove.ng-hide-remove-active {
    top: 0;
}

.nga-slide-down-all.ng-hide-add.ng-hide-add-active, .nga-slide-down-all.ng-leave.ng-leave-active {
    top: 50px;
}

.nga-slide-down-all.ng-hide-add, .nga-slide-down-all.ng-leave {
    top: 0;
}

.nga-slide-down-all.ng-move {
    top: 50px;
}

.nga-slide-down-all.ng-move.ng-move-active {
    top: 0;
}

.nga-slide-down {
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.nga-slide-down.ng-enter, .nga-slide-down.ng-hide-remove {
    top: 50px;
}

.nga-slide-down.ng-enter.ng-enter-active, .nga-slide-down.ng-hide-remove.ng-hide-remove-active {
    top: 0;
}

.nga-slide-down.ng-hide-add.ng-hide-add-active, .nga-slide-down.ng-leave.ng-leave-active {
    top: 50px;
}

.nga-slide-down.ng-hide-add, .nga-slide-down.ng-leave {
    top: 0;
}

.nga-slide-down.ng-move {
    top: 50px;
}

.nga-slide-down.ng-move.ng-move-active {
    top: 0;
}

.nga-slide-down.ng-enter, .nga-slide-down.ng-hide-remove {
    opacity: 0;
}

.nga-slide-down.ng-enter.ng-enter-active, .nga-slide-down.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-slide-down.ng-hide-add.ng-hide-add-active, .nga-slide-down.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-slide-down.ng-hide-add, .nga-slide-down.ng-leave {
    opacity: 1;
}

.nga-slide-down.ng-move {
    opacity: 0;
}

.nga-slide-down.ng-move.ng-move-active {
    opacity: 1;
}

.nga-slide-down.ng-enter:not(.ng-enter-active), .nga-slide-down.ng-hide-add.ng-hide-add-active, .nga-slide-down.ng-hide-remove:not(.ng-hide-remove-active), .nga-slide-down.ng-leave.ng-leave-active, .nga-slide-down.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-slide-left-add {
    position: relative;
    overflow: hidden;
}

.nga-slide-left-add.ng-enter, .nga-slide-left-add.ng-hide-remove {
    right: 100%;
}

.nga-slide-left-add.ng-enter.ng-enter-active, .nga-slide-left-add.ng-hide-remove.ng-hide-remove-active {
    right: 0;
}

.nga-slide-left-remove {
    position: relative;
    overflow: hidden;
}

.nga-slide-left-remove.ng-hide-add.ng-hide-add-active, .nga-slide-left-remove.ng-leave.ng-leave-active {
    right: 100%;
}

.nga-slide-left-remove.ng-hide-add, .nga-slide-left-remove.ng-leave {
    right: 0;
}

.nga-slide-left-move {
    position: relative;
    overflow: hidden;
}

.nga-slide-left-move.ng-move {
    right: 100%;
}

.nga-slide-left-move.ng-move.ng-move-active {
    right: 0;
}

.nga-slide-left-all {
    position: relative;
    overflow: hidden;
}

.nga-slide-left-all.ng-enter, .nga-slide-left-all.ng-hide-remove {
    right: 100%;
}

.nga-slide-left-all.ng-enter.ng-enter-active, .nga-slide-left-all.ng-hide-remove.ng-hide-remove-active {
    right: 0;
}

.nga-slide-left-all.ng-hide-add.ng-hide-add-active, .nga-slide-left-all.ng-leave.ng-leave-active {
    right: 100%;
}

.nga-slide-left-all.ng-hide-add, .nga-slide-left-all.ng-leave {
    right: 0;
}

.nga-slide-left-all.ng-move {
    right: 100%;
}

.nga-slide-left-all.ng-move.ng-move-active {
    right: 0;
}

.nga-slide-left {
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.nga-slide-left.ng-enter, .nga-slide-left.ng-hide-remove {
    right: 100%;
}

.nga-slide-left.ng-enter.ng-enter-active, .nga-slide-left.ng-hide-remove.ng-hide-remove-active {
    right: 0;
}

.nga-slide-left.ng-hide-add.ng-hide-add-active, .nga-slide-left.ng-leave.ng-leave-active {
    right: 100%;
}

.nga-slide-left.ng-hide-add, .nga-slide-left.ng-leave {
    right: 0;
}

.nga-slide-left.ng-move {
    right: 100%;
}

.nga-slide-left.ng-move.ng-move-active {
    right: 0;
}

.nga-slide-left.ng-enter, .nga-slide-left.ng-hide-remove {
    opacity: 0;
}

.nga-slide-left.ng-enter.ng-enter-active, .nga-slide-left.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-slide-left.ng-hide-add.ng-hide-add-active, .nga-slide-left.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-slide-left.ng-hide-add, .nga-slide-left.ng-leave {
    opacity: 1;
}

.nga-slide-left.ng-move {
    opacity: 0;
}

.nga-slide-left.ng-move.ng-move-active {
    opacity: 1;
}

.nga-slide-left.ng-enter:not(.ng-enter-active), .nga-slide-left.ng-hide-add.ng-hide-add-active, .nga-slide-left.ng-hide-remove:not(.ng-hide-remove-active), .nga-slide-left.ng-leave.ng-leave-active, .nga-slide-left.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-slide-right-add {
    position: relative;
    overflow: hidden;
}

.nga-slide-right-add.ng-enter, .nga-slide-right-add.ng-hide-remove {
    left: 100%;
}

.nga-slide-right-add.ng-enter.ng-enter-active, .nga-slide-right-add.ng-hide-remove.ng-hide-remove-active {
    left: 0;
}

.nga-slide-right-remove {
    position: relative;
    overflow: hidden;
}

.nga-slide-right-remove.ng-hide-add.ng-hide-add-active, .nga-slide-right-remove.ng-leave.ng-leave-active {
    left: 100%;
}

.nga-slide-right-remove.ng-hide-add, .nga-slide-right-remove.ng-leave {
    left: 0;
}

.nga-slide-right-move {
    position: relative;
    overflow: hidden;
}

.nga-slide-right-move.ng-move {
    left: 100%;
}

.nga-slide-right-move.ng-move.ng-move-active {
    left: 0;
}

.nga-slide-right-all {
    position: relative;
    overflow: hidden;
}

.nga-slide-right-all.ng-enter, .nga-slide-right-all.ng-hide-remove {
    left: 100%;
}

.nga-slide-right-all.ng-enter.ng-enter-active, .nga-slide-right-all.ng-hide-remove.ng-hide-remove-active {
    left: 0;
}

.nga-slide-right-all.ng-hide-add.ng-hide-add-active, .nga-slide-right-all.ng-leave.ng-leave-active {
    left: 100%;
}

.nga-slide-right-all.ng-hide-add, .nga-slide-right-all.ng-leave {
    left: 0;
}

.nga-slide-right-all.ng-move {
    left: 100%;
}

.nga-slide-right-all.ng-move.ng-move-active {
    left: 0;
}

.nga-slide-right {
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.nga-slide-right.ng-enter, .nga-slide-right.ng-hide-remove {
    left: 100%;
}

.nga-slide-right.ng-enter.ng-enter-active, .nga-slide-right.ng-hide-remove.ng-hide-remove-active {
    left: 0;
}

.nga-slide-right.ng-hide-add.ng-hide-add-active, .nga-slide-right.ng-leave.ng-leave-active {
    left: 100%;
}

.nga-slide-right.ng-hide-add, .nga-slide-right.ng-leave {
    left: 0;
}

.nga-slide-right.ng-move {
    left: 100%;
}

.nga-slide-right.ng-move.ng-move-active {
    left: 0;
}

.nga-slide-right.ng-enter, .nga-slide-right.ng-hide-remove {
    opacity: 0;
}

.nga-slide-right.ng-enter.ng-enter-active, .nga-slide-right.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-slide-right.ng-hide-add.ng-hide-add-active, .nga-slide-right.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-slide-right.ng-hide-add, .nga-slide-right.ng-leave {
    opacity: 1;
}

.nga-slide-right.ng-move {
    opacity: 0;
}

.nga-slide-right.ng-move.ng-move-active {
    opacity: 1;
}

.nga-slide-right.ng-enter:not(.ng-enter-active), .nga-slide-right.ng-hide-add.ng-hide-add-active, .nga-slide-right.ng-hide-remove:not(.ng-hide-remove-active), .nga-slide-right.ng-leave.ng-leave-active, .nga-slide-right.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-slide-up-add {
    position: relative;
    overflow: hidden;
}

.nga-slide-up-add.ng-enter, .nga-slide-up-add.ng-hide-remove {
    bottom: 50px;
}

.nga-slide-up-add.ng-enter.ng-enter-active, .nga-slide-up-add.ng-hide-remove.ng-hide-remove-active {
    bottom: 0;
}

.nga-slide-up-remove {
    position: relative;
    overflow: hidden;
}

.nga-slide-up-remove.ng-hide-add.ng-hide-add-active, .nga-slide-up-remove.ng-leave.ng-leave-active {
    bottom: 50px;
}

.nga-slide-up-remove.ng-hide-add, .nga-slide-up-remove.ng-leave {
    bottom: 0;
}

.nga-slide-up-move {
    position: relative;
    overflow: hidden;
}

.nga-slide-up-move.ng-move {
    bottom: 50px;
}

.nga-slide-up-move.ng-move.ng-move-active {
    bottom: 0;
}

.nga-slide-up-all {
    position: relative;
    overflow: hidden;
}

.nga-slide-up-all.ng-enter, .nga-slide-up-all.ng-hide-remove {
    bottom: 50px;
}

.nga-slide-up-all.ng-enter.ng-enter-active, .nga-slide-up-all.ng-hide-remove.ng-hide-remove-active {
    bottom: 0;
}

.nga-slide-up-all.ng-hide-add.ng-hide-add-active, .nga-slide-up-all.ng-leave.ng-leave-active {
    bottom: 50px;
}

.nga-slide-up-all.ng-hide-add, .nga-slide-up-all.ng-leave {
    bottom: 0;
}

.nga-slide-up-all.ng-move {
    bottom: 50px;
}

.nga-slide-up-all.ng-move.ng-move-active {
    bottom: 0;
}

.nga-slide-up {
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.nga-slide-up.ng-enter, .nga-slide-up.ng-hide-remove {
    bottom: 50px;
}

.nga-slide-up.ng-enter.ng-enter-active, .nga-slide-up.ng-hide-remove.ng-hide-remove-active {
    bottom: 0;
}

.nga-slide-up.ng-hide-add.ng-hide-add-active, .nga-slide-up.ng-leave.ng-leave-active {
    bottom: 50px;
}

.nga-slide-up.ng-hide-add, .nga-slide-up.ng-leave {
    bottom: 0;
}

.nga-slide-up.ng-move {
    bottom: 50px;
}

.nga-slide-up.ng-move.ng-move-active {
    bottom: 0;
}

.nga-slide-up.ng-enter, .nga-slide-up.ng-hide-remove {
    opacity: 0;
}

.nga-slide-up.ng-enter.ng-enter-active, .nga-slide-up.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-slide-up.ng-hide-add.ng-hide-add-active, .nga-slide-up.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-slide-up.ng-hide-add, .nga-slide-up.ng-leave {
    opacity: 1;
}

.nga-slide-up.ng-move {
    opacity: 0;
}

.nga-slide-up.ng-move.ng-move-active {
    opacity: 1;
}

.nga-slide-up.ng-enter:not(.ng-enter-active), .nga-slide-up.ng-hide-add.ng-hide-add-active, .nga-slide-up.ng-hide-remove:not(.ng-hide-remove-active), .nga-slide-up.ng-leave.ng-leave-active, .nga-slide-up.ng-move {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-left-add {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.nga-squash-left-add.ng-enter, .nga-squash-left-add.ng-hide-remove {
    width: 0;
    right: 100%;
}

.nga-squash-left-add.ng-enter:not(.ng-enter-active), .nga-squash-left-add.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left-add.ng-enter.ng-enter-active, .nga-squash-left-add.ng-hide-remove.ng-hide-remove-active {
    width: 100%;
    right: 0;
}

.nga-squash-left-remove {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.nga-squash-left-remove.ng-hide-add, .nga-squash-left-remove.ng-leave {
    width: 100%;
    right: 0;
}

.nga-squash-left-remove.ng-hide-add.ng-hide-add-active, .nga-squash-left-remove.ng-leave.ng-leave-active {
    width: 0;
    right: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left-move {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.nga-squash-left-move.ng-move {
    width: 0;
    right: 100%;
}

.nga-squash-left-move.ng-move.ng-move-active {
    width: 100%;
    right: 0;
}

.nga-squash-left-all {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.nga-squash-left-all.ng-enter, .nga-squash-left-all.ng-hide-remove {
    width: 0;
    right: 100%;
}

.nga-squash-left-all.ng-enter:not(.ng-enter-active), .nga-squash-left-all.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left-all.ng-enter.ng-enter-active, .nga-squash-left-all.ng-hide-add, .nga-squash-left-all.ng-hide-remove.ng-hide-remove-active, .nga-squash-left-all.ng-leave {
    width: 100%;
    right: 0;
}

.nga-squash-left-all.ng-hide-add.ng-hide-add-active, .nga-squash-left-all.ng-leave.ng-leave-active {
    width: 0;
    right: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left-all.ng-move {
    width: 0;
    right: 100%;
}

.nga-squash-left-all.ng-move.ng-move-active {
    width: 100%;
    right: 0;
}

.nga-squash-left {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.nga-squash-left.ng-enter, .nga-squash-left.ng-hide-remove {
    width: 0;
    right: 100%;
}

.nga-squash-left.ng-enter:not(.ng-enter-active), .nga-squash-left.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left.ng-enter.ng-enter-active, .nga-squash-left.ng-hide-add, .nga-squash-left.ng-hide-remove.ng-hide-remove-active, .nga-squash-left.ng-leave {
    width: 100%;
    right: 0;
}

.nga-squash-left.ng-hide-add.ng-hide-add-active, .nga-squash-left.ng-leave.ng-leave-active {
    width: 0;
    right: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-left.ng-move {
    width: 0;
    right: 100%;
}

.nga-squash-left.ng-move.ng-move-active {
    width: 100%;
    right: 0;
}

.nga-squash-right-add {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    right: 0;
}

.nga-squash-right-add.ng-enter, .nga-squash-right-add.ng-hide-remove {
    width: 0;
    left: 100%;
}

.nga-squash-right-add.ng-enter:not(.ng-enter-active), .nga-squash-right-add.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right-add.ng-enter.ng-enter-active, .nga-squash-right-add.ng-hide-remove.ng-hide-remove-active {
    width: 100%;
    left: 0;
}

.nga-squash-right-remove {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    right: 0;
}

.nga-squash-right-remove.ng-hide-add, .nga-squash-right-remove.ng-leave {
    width: 100%;
    left: 0;
}

.nga-squash-right-remove.ng-hide-add.ng-hide-add-active, .nga-squash-right-remove.ng-leave.ng-leave-active {
    width: 0;
    left: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right-move {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    right: 0;
}

.nga-squash-right-move.ng-move {
    width: 0;
    left: 100%;
}

.nga-squash-right-move.ng-move.ng-move-active {
    width: 100%;
    left: 0;
}

.nga-squash-right-all {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    right: 0;
}

.nga-squash-right-all.ng-enter, .nga-squash-right-all.ng-hide-remove {
    width: 0;
    left: 100%;
}

.nga-squash-right-all.ng-enter:not(.ng-enter-active), .nga-squash-right-all.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right-all.ng-enter.ng-enter-active, .nga-squash-right-all.ng-hide-add, .nga-squash-right-all.ng-hide-remove.ng-hide-remove-active, .nga-squash-right-all.ng-leave {
    width: 100%;
    left: 0;
}

.nga-squash-right-all.ng-hide-add.ng-hide-add-active, .nga-squash-right-all.ng-leave.ng-leave-active {
    width: 0;
    left: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right-all.ng-move {
    width: 0;
    left: 100%;
}

.nga-squash-right-all.ng-move.ng-move-active {
    width: 100%;
    left: 0;
}

.nga-squash-right {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    right: 0;
}

.nga-squash-right.ng-enter, .nga-squash-right.ng-hide-remove {
    width: 0;
    left: 100%;
}

.nga-squash-right.ng-enter:not(.ng-enter-active), .nga-squash-right.ng-hide-remove:not(.ng-hide-remove-active) {
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right.ng-enter.ng-enter-active, .nga-squash-right.ng-hide-add, .nga-squash-right.ng-hide-remove.ng-hide-remove-active, .nga-squash-right.ng-leave {
    width: 100%;
    left: 0;
}

.nga-squash-right.ng-hide-add.ng-hide-add-active, .nga-squash-right.ng-leave.ng-leave-active {
    width: 0;
    left: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nga-squash-right.ng-move {
    width: 0;
    left: 100%;
}

.nga-squash-right.ng-move.ng-move-active {
    width: 100%;
    left: 0;
}

.nga-squash-vertical-add {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.nga-squash-vertical-add.ng-enter, .nga-squash-vertical-add.ng-hide-remove {
    top: 100%;
}

.nga-squash-vertical-add.ng-enter:not(.ng-enter-active), .nga-squash-vertical-add.ng-hide-remove:not(.ng-hide-remove-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical-add.ng-enter.ng-enter-active, .nga-squash-vertical-add.ng-hide-remove.ng-hide-remove-active {
    top: 0;
}

.nga-squash-vertical-remove {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.nga-squash-vertical-remove.ng-hide-add, .nga-squash-vertical-remove.ng-leave {
    top: 0;
}

.nga-squash-vertical-remove.ng-hide-add.ng-hide-add-active, .nga-squash-vertical-remove.ng-leave.ng-leave-active {
    top: 100%;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical-move {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.nga-squash-vertical-move.ng-move {
    top: 100%;
}

.nga-squash-vertical-move.ng-move.ng-move-active {
    top: 0;
}

.nga-squash-vertical-all {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.nga-squash-vertical-all.ng-enter, .nga-squash-vertical-all.ng-hide-remove {
    top: 100%;
}

.nga-squash-vertical-all.ng-enter:not(.ng-enter-active), .nga-squash-vertical-all.ng-hide-remove:not(.ng-hide-remove-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical-all.ng-enter.ng-enter-active, .nga-squash-vertical-all.ng-hide-add, .nga-squash-vertical-all.ng-hide-remove.ng-hide-remove-active, .nga-squash-vertical-all.ng-leave {
    top: 0;
}

.nga-squash-vertical-all.ng-hide-add.ng-hide-add-active, .nga-squash-vertical-all.ng-leave.ng-leave-active {
    top: 100%;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical-all.ng-move {
    top: 100%;
}

.nga-squash-vertical-all.ng-move.ng-move-active {
    top: 0;
}

.nga-squash-vertical {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.nga-squash-vertical.ng-enter, .nga-squash-vertical.ng-hide-remove {
    top: 100%;
}

.nga-squash-vertical.ng-enter:not(.ng-enter-active), .nga-squash-vertical.ng-hide-remove:not(.ng-hide-remove-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical.ng-enter.ng-enter-active, .nga-squash-vertical.ng-hide-add, .nga-squash-vertical.ng-hide-remove.ng-hide-remove-active, .nga-squash-vertical.ng-leave {
    top: 0;
}

.nga-squash-vertical.ng-hide-add.ng-hide-add-active, .nga-squash-vertical.ng-leave.ng-leave-active {
    top: 100%;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.nga-squash-vertical.ng-move {
    top: 100%;
}

.nga-squash-vertical.ng-move.ng-move-active {
    top: 0;
}

.nga-squash-vertical.ng-enter, .nga-squash-vertical.ng-hide-remove {
    opacity: 0;
}

.nga-squash-vertical.ng-enter.ng-enter-active, .nga-squash-vertical.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.nga-squash-vertical.ng-hide-add.ng-hide-add-active, .nga-squash-vertical.ng-leave.ng-leave-active {
    opacity: 0;
}

.nga-squash-vertical.ng-hide-add, .nga-squash-vertical.ng-leave {
    opacity: 1;
}

.nga-squash-vertical.ng-move {
    opacity: 0;
}

.nga-squash-vertical.ng-move.ng-move-active {
    opacity: 1;
}

.nga-stagger-add.ng-enter-stagger, .nga-stagger-leave.ng-leave-stagger, .nga-stagger-move.ng-move-stagger, .nga-stagger.ng-enter-stagger, .nga-stagger.ng-leave-stagger, .nga-stagger.ng-move-stagger {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.nga-stagger-fast.ng-enter-stagger, .nga-stagger-fast.ng-leave-stagger, .nga-stagger-fast.ng-move-stagger {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.nga-stagger-slow.ng-enter-stagger, .nga-stagger-slow.ng-leave-stagger, .nga-stagger-slow.ng-move-stagger {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 0px;
}

.panel-white {
    border: 1px solid rgba(222,222,222,0.5);
}

    .panel-white .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #ddd;
    }

    .panel-white .panel-footer {
        background-color: #fff;
        border-color: #ddd;
    }

.post .post-heading {
    height: 95px;
    padding: 15px 15px;
}

    .post .post-heading .avatar {
        width: 50px;
        height: 50px;
        display: block;
        margin-right: 15px;
    }

    .post .post-heading .meta .title {
        margin-bottom: 0;
    }

        .post .post-heading .meta .title a {
            color: black;
        }

            .post .post-heading .meta .title a:hover {
                color: #aaaaaa;
            }

    .post .post-heading .meta .time {
        margin-top: 8px;
        color: #999;
    }

.post .post-image .image {
    width: 100%;
    height: auto;
}

.post .post-description {
    padding: 10px;
}

    .post .post-description p {
        font-size: 12px;
    }

    .post .post-description .stats {
        margin-top: 20px;
    }

        .post .post-description .stats .stat-item {
            display: inline-block;
            margin-right: 15px;
        }

            .post .post-description .stats .stat-item .icon {
                margin-right: 8px;
            }

.post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}

    .post .post-footer .input-group-addon a {
        color: #454545;
    }

    .post .post-footer .comments-list {
        padding: 0;
        margin-top: 20px;
        list-style-type: none;
    }

        .post .post-footer .comments-list .comment {
            display: block;
            width: 100%;
            margin: 20px 0;
        }

            .post .post-footer .comments-list .comment .avatar {
                width: 35px;
                height: 35px;
            }

            .post .post-footer .comments-list .comment .comment-heading {
                display: block;
                width: 100%;
            }

                .post .post-footer .comments-list .comment .comment-heading .user {
                    font-size: 14px;
                    font-weight: bold;
                    display: inline;
                    margin-top: 0;
                    margin-right: 10px;
                }

                .post .post-footer .comments-list .comment .comment-heading .time {
                    font-size: 12px;
                    color: #aaa;
                    margin-top: 0;
                    display: inline;
                }

            .post .post-footer .comments-list .comment .comment-body {
                margin-left: 50px;
            }

            .post .post-footer .comments-list .comment > .comments-list {
                margin-left: 50px;
            }

/*pass-word*/
.password {
    position: relative;
}

    .password ul {
        display: inline;
        list-style: none;
        margin: 5px;
        padding: 0 !important;
        vertical-align: 2px;
        position: absolute;
        left: 1px;
        bottom: -13px;
    }

    .password .point:last {
        margin: 0 !important;
    }

    .password .point {
        background: #DDD;
        border-radius: 2px;
        display: inline-block;
        height: 5px;
        margin-right: 1px;
        width: 20px;
    }

.password-mattch-error {
    color: rgb(255, 0, 0);
}


.k-datepicker .k-picker-wrap .k-i-warning {
    color: #000000 !important;
    margin-right: 5px !important;
}

.k-numeric-wrap .k-i-warning {
    color: #000000 !important;
    right: -3px !important;
}

.k-datetimepicker .k-picker-wrap .k-i-warning {
    color: #000000 !important;
    margin-right: 8px !important;
}

.s-i-action {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    font-size: 12px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    /*font-family: "FontAwesome";
    content: "\f00c";*/
    content:"\2714"
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    /*opacity: 0.65;*/
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #396bbc;
    border-color: #396bbc;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}


.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

img-crop{width:100%;height:100%;display:block;position:relative;overflow:hidden}img-crop canvas{display:block;position:absolute;top:50%;left:50%;outline:0;-webkit-tap-highlight-color:transparent}
@-webkit-keyframes btn-ng-bs-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes btn-ng-bs-rotation {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes btn-ng-bs-rotation {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes btn-ng-bs-rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn-ng-bs-animated .icons {
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.15s, width 0.15s;
  -moz-transition: opacity 0.15s, width 0.15s;
  -o-transition: opacity 0.15s, width 0.15s;
  transition: opacity 0.15s, width 0.15s;
}
.btn-ng-bs-animated.icons-only .icons,
.btn-ng-bs-animated.is-active .icons {
  opacity: 1;
  width: 1em;
}
.btn-ng-bs-animated.is-active .icons.pull-left {
  margin-right: 0.4em;
}
.btn-ng-bs-animated.icons-only.is-active .icons.pull-left {
  margin-right: 0;
}
.btn-ng-bs-animated .icon-initial {
  display: none;
}
.btn-ng-bs-animated.icons-only .icon-initial {
  display: inline-block;
}
.btn-ng-bs-animated.is-active .icon-initial {
  display: none;
}
.btn-ng-bs-animated.is-active .icons.pull-right {
  margin-left: 0.4em;
}
.btn-ng-bs-animated.is-active .icons .icon-spinner {
  -webkit-animation: btn-ng-bs-rotation 2s infinite linear;
  -moz-animation: btn-ng-bs-rotation 2s infinite linear;
  -o-animation: btn-ng-bs-rotation 2s infinite linear;
  animation: btn-ng-bs-rotation 2s infinite linear;
}
.btn-ng-bs-animated.icons-only .text {
  display: none;
}
.switcher { display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.switcher-label { font-size: .9em; }
.switcher-label.false { color: #e35144; }
.switcher-label,
.switcher-line { display: inline-block; vertical-align: middle; cursor: pointer; }
.switcher-line { position: relative; width: 40px; height: 2em; margin: 0 8px; }
.switcher-line:before { content: ''; display: block; vertical-align: middle; width: 100%; height: 20px; background: #8ca0ad;
	background-image: -webkit-linear-gradient(#8ca0ad, #cad6de); background-image: linear-gradient(#8ca0ad, #cad6de); }
.switcher-line:before,
.switcher-line:after { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; border-radius: 10em;
	-webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
.switcher-line:after { content: ''; display: block; width: 20px; height: 20px; background: #fff; border: 1px solid #c9d1d6; box-shadow: 0 1px 2px rgba(97, 126, 147, .5);
	left: 0; }
.switcher input { display: none !important; }

.switcher.active .switcher-line:after { left: 100%; -webkit-transform: translate(-100%, -50%); -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); }
.switcher.active .switcher-label.true { color: #4ecb32; }
.switcher.active .switcher-label.false { color: inherit; }

.switcher.disabled { opacity: .7; }

@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";

.btn {
    font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255,255,255,0.87);
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

.btn-default,
.btn-link {
    color: rgba(0,0,0,0.87);
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
}

    .btn-raised:active,
    .btn-raised.active,
    .btn-raised:active:focus,
    .btn-raised.active:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .btn-raised:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

.btn.btn-circle {
    padding: 0;
    border-radius: 50%;
}

.btn-default,
.dropdown-toggle.btn-default {
    background-color: #f1f1f1;
}

    .btn-default:hover,
    .dropdown-toggle.btn-default:hover {
        background-color: #e6e6e6;
    }

    .btn-default:active,
    .btn-default.active,
    .dropdown-toggle.btn-default:active,
    .dropdown-toggle.btn-default.active {
        background-color: #e6e6e6;
    }

    .btn-default:focus,
    .dropdown-toggle.btn-default:focus {
        background-color: #cccccc;
    }

    .btn-default:disabled,
    .btn-default.disabled,
    .btn-default[disabled],
    .dropdown-toggle.btn-default:disabled,
    .dropdown-toggle.btn-default.disabled,
    .dropdown-toggle.btn-default[disabled] {
        background-color: #b3b3b3;
    }

    .btn-default .ink,
    .dropdown-toggle.btn-default .ink {
        background-color: #b8b8b8;
    }

.btn-flat.btn-default {
    color: #212121;
    background-color: transparent;
}

    .btn-flat.btn-default:hover {
        color: #141414;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-default:active,
    .btn-flat.btn-default.active {
        color: #020202;
        background-color: #cccccc;
    }

    .btn-flat.btn-default:focus {
        color: #000;
        background-color: #cccccc;
    }

    .btn-flat.btn-default .ink {
        background-color: #808080;
    }

.btn-primary,
.dropdown-toggle.btn-primary {
    background-color: #396bbc;
}

    .btn-primary:hover,
    .dropdown-toggle.btn-primary:hover {
        background-color: #4e6cef;
    }

    .btn-primary:active,
    .btn-primary.active,
    .dropdown-toggle.btn-primary:active,
    .dropdown-toggle.btn-primary.active {
        background-color: #4e6cef;
    }

    .btn-primary:focus,
    .dropdown-toggle.btn-primary:focus {
        background-color: #455ede;
    }

    .btn-primary:disabled,
    .btn-primary.disabled,
    .btn-primary[disabled],
    .dropdown-toggle.btn-primary:disabled,
    .dropdown-toggle.btn-primary.disabled,
    .dropdown-toggle.btn-primary[disabled] {
        /*background-color: #b3b3b3;*/
        /*opacity:0.7*/
    }

    .btn-primary .ink,
    .dropdown-toggle.btn-primary .ink {
        background-color: #3b50ce;
    }

.btn-flat.btn-primary {
    color: #5677fc;
    background-color: transparent;
}

    .btn-flat.btn-primary:hover {
        color: #4e6cef;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-primary:active,
    .btn-flat.btn-primary.active {
        color: #455ede;
        background-color: #cccccc;
    }

    .btn-flat.btn-primary:focus {
        color: #3b50ce;
        background-color: #cccccc;
    }

    .btn-flat.btn-primary .ink {
        background-color: #808080;
    }

.btn-success,
.dropdown-toggle.btn-success {
    background-color: #259b24;
}

    .btn-success:hover,
    .dropdown-toggle.btn-success:hover {
        background-color: #0a8f08;
    }

    .btn-success:active,
    .btn-success.active,
    .dropdown-toggle.btn-success:active,
    .dropdown-toggle.btn-success.active {
        background-color: #0a8f08;
    }

    .btn-success:focus,
    .dropdown-toggle.btn-success:focus {
        background-color: #0a7e07;
    }

    .btn-success:disabled,
    .btn-success.disabled,
    .btn-success[disabled],
    .dropdown-toggle.btn-success:disabled,
    .dropdown-toggle.btn-success.disabled,
    .dropdown-toggle.btn-success[disabled] {
        background-color: #b3b3b3;
    }

    .btn-success .ink,
    .dropdown-toggle.btn-success .ink {
        background-color: #056f00;
    }

.btn-flat.btn-success {
    color: #259b24;
    background-color: transparent;
}

    .btn-flat.btn-success:hover {
        color: #0a8f08;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-success:active,
    .btn-flat.btn-success.active {
        color: #0a7e07;
        background-color: #cccccc;
    }

    .btn-flat.btn-success:focus {
        color: #056f00;
        background-color: #cccccc;
    }

    .btn-flat.btn-success .ink {
        background-color: #808080;
    }

.btn-info,
.dropdown-toggle.btn-info {
    background-color: #03a9f4;
}

    .btn-info:hover,
    .dropdown-toggle.btn-info:hover {
        background-color: #039be5;
    }

    .btn-info:active,
    .btn-info.active,
    .dropdown-toggle.btn-info:active,
    .dropdown-toggle.btn-info.active {
        background-color: #039be5;
    }

    .btn-info:focus,
    .dropdown-toggle.btn-info:focus {
        background-color: #0288d1;
    }

    .btn-info:disabled,
    .btn-info.disabled,
    .btn-info[disabled],
    .dropdown-toggle.btn-info:disabled,
    .dropdown-toggle.btn-info.disabled,
    .dropdown-toggle.btn-info[disabled] {
        background-color: #b3b3b3;
    }

    .btn-info .ink,
    .dropdown-toggle.btn-info .ink {
        background-color: #0277bd;
    }

.btn-flat.btn-info {
    color: #03a9f4;
    background-color: transparent;
}

    .btn-flat.btn-info:hover {
        color: #039be5;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-info:active,
    .btn-flat.btn-info.active {
        color: #0288d1;
        background-color: #cccccc;
    }

    .btn-flat.btn-info:focus {
        color: #0277bd;
        background-color: #cccccc;
    }

    .btn-flat.btn-info .ink {
        background-color: #808080;
    }

.btn-warning,
.dropdown-toggle.btn-warning {
    background-color: #ffc107;
}

    .btn-warning:hover,
    .dropdown-toggle.btn-warning:hover {
        background-color: #ffb300;
    }

    .btn-warning:active,
    .btn-warning.active,
    .dropdown-toggle.btn-warning:active,
    .dropdown-toggle.btn-warning.active {
        background-color: #ffb300;
    }

    .btn-warning:focus,
    .dropdown-toggle.btn-warning:focus {
        background-color: #ffa000;
    }

    .btn-warning:disabled,
    .btn-warning.disabled,
    .btn-warning[disabled],
    .dropdown-toggle.btn-warning:disabled,
    .dropdown-toggle.btn-warning.disabled,
    .dropdown-toggle.btn-warning[disabled] {
        background-color: #b3b3b3;
    }

    .btn-warning .ink,
    .dropdown-toggle.btn-warning .ink {
        background-color: #ff8f00;
    }

.btn-flat.btn-warning {
    color: #ffc107;
    background-color: transparent;
}

    .btn-flat.btn-warning:hover {
        color: #ffb300;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-warning:active,
    .btn-flat.btn-warning.active {
        color: #ffa000;
        background-color: #cccccc;
    }

    .btn-flat.btn-warning:focus {
        color: #ff8f00;
        background-color: #cccccc;
    }

    .btn-flat.btn-warning .ink {
        background-color: #808080;
    }

.btn-danger,
.dropdown-toggle.btn-danger {
    background-color: #ff5722;
}

    .btn-danger:hover,
    .dropdown-toggle.btn-danger:hover {
        background-color: #f4511e;
    }

    .btn-danger:active,
    .btn-danger.active,
    .dropdown-toggle.btn-danger:active,
    .dropdown-toggle.btn-danger.active {
        background-color: #f4511e;
    }

    .btn-danger:focus,
    .dropdown-toggle.btn-danger:focus {
        background-color: #e64a19;
    }

    .btn-danger:disabled,
    .btn-danger.disabled,
    .btn-danger[disabled],
    .dropdown-toggle.btn-danger:disabled,
    .dropdown-toggle.btn-danger.disabled,
    .dropdown-toggle.btn-danger[disabled] {
        background-color: #b3b3b3;
    }

    .btn-danger .ink,
    .dropdown-toggle.btn-danger .ink {
        background-color: #d84315;
    }

.btn-flat.btn-danger {
    color: #ff5722;
    background-color: transparent;
}

    .btn-flat.btn-danger:hover {
        color: #f4511e;
        background-color: #e6e6e6;
    }

    .btn-flat.btn-danger:active,
    .btn-flat.btn-danger.active {
        color: #e64a19;
        background-color: #cccccc;
    }

    .btn-flat.btn-danger:focus {
        color: #d84315;
        background-color: #cccccc;
    }

    .btn-flat.btn-danger .ink {
        background-color: #808080;
    }

.btn {
    min-width: 88px;
    padding: 10px 14px;
}

.btn-lg,
.btn-group-lg > .btn {
    min-width: 122px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3;
}

.btn-sm,
.btn-group-sm > .btn {
    min-width: 64px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs,
.btn-group-xs > .btn {
    min-width: 46px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
}

.btn-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
}

    .btn-circle span {
        line-height: 56px;
    }

    .btn-circle.btn-lg {
        width: 78px;
        height: 78px;
        min-width: 78px;
    }

        .btn-circle.btn-lg span {
            line-height: 78px;
        }

    .btn-circle.btn-sm {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

        .btn-circle.btn-sm span {
            line-height: 40px;
        }

    .btn-circle.btn-xs {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

        .btn-circle.btn-xs span {
            line-height: 30px;
        }

.btn-group .btn {
    border-radius: 2px;
}

.btn-group.open .dropdown-toggle {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 0;
}

.btn-group > .btn:focus:hover,
.btn-group-vertical > .btn:focus:hover,
.btn-group > .btn:active:hover,
.btn-group-vertical > .btn:active:hover,
.btn-group > .btn.active:hover,
.btn-group-vertical > .btn.active:hover {
    z-index: 2;
}

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1;
}

    .ink.animate {
        -webkit-animation: ripple .5s linear;
        -moz-animation: ripple .5s linear;
        -ms-animation: ripple .5s linear;
        -o-animation: ripple .5s linear;
        animation: ripple .5s linear;
    }

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

/**
 * @license videogular v1.4.3 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'videogular';
  src: url("fonts/videogular.eot");
  src: url("fonts/videogular.eot?#iefix") format("embedded-opentype"), url("fonts/videogular.woff") format("woff"), url("fonts/videogular.ttf") format("truetype"), url("fonts/videogular.svg#videogular") format("svg");
  font-weight: normal;
  font-style: normal; }
videogular, [videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  /*****************/
  /* Poster plugin */
  /*****************/
  /**********************/
  /* OverlayPlay plugin */
  /**********************/
  /*********************/
  /* Controlbar plugin */
  /*********************/
  /* IE10 hack */
  /* Controlbar icons */
  /********************/
  /* Buffering plugin */
  /********************/
  /* Loading Spinner
   * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
   */
  /**********************/
  /* IMA ads plugin */
  /**********************/ }
  videogular button, [videogular] button {
    cursor: pointer; }
  videogular.fullscreen, [videogular].fullscreen {
    position: fixed;
    left: 0;
    top: 0; }
  videogular vg-media, [videogular] vg-media {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block; }
    videogular vg-media video, [videogular] vg-media video {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
  videogular .iconButton, [videogular] .iconButton {
    color: #FFFFFF;
    font-family: 'videogular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: none;
    padding: 6px;
    border: none; }
  videogular .iconButton:focus, [videogular] .iconButton:focus {
    border: 1px solid white; }
  videogular vg-poster, [videogular] vg-poster {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    pointer-events: none; }
  videogular vg-poster img, [videogular] vg-poster img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute; }
  videogular vg-poster img.pause,
  videogular vg-poster img.play, [videogular] vg-poster img.pause,
  [videogular] vg-poster img.play {
    display: none; }
  videogular vg-poster img.stop, [videogular] vg-poster img.stop {
    display: block; }
  videogular vg-overlay-play, [videogular] vg-overlay-play {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 2;
    top: 0; }
  videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
    content: "\e000"; }
  videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
    font-size: 100px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: table;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
    vertical-align: middle;
    text-align: center;
    display: table-cell; }
  videogular vg-controls, [videogular] vg-controls {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0; }
  videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: table;
    zoom: 1; }
  videogular vg-play-pause-button, [videogular] vg-play-pause-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-time-display, [videogular] vg-time-display {
    color: #FFFFFF;
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: 75px;
    vertical-align: middle;
    text-align: center;
    cursor: default; }
  videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: auto; }
  videogular vg-scrub-bar, [videogular] vg-scrub-bar {
    width: auto;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
    videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
      margin-top: 24px;
      margin-bottom: 24px;
      height: 2px;
      background-color: black;
      position: relative; }
    videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 24px;
      padding-left: 0; }
    videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
      border-right: 6px black groove; }
  videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }
  videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
    videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
      color: #FFFFFF;
      padding-top: 3px; }
      videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
        position: absolute;
        height: 3px;
        background-color: #FFFFFF; }
  videogular vg-scrub-bar-thumbnails, [videogular] vg-scrub-bar-thumbnails {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    bottom: 24px;
    z-index: 1; }
    videogular vg-scrub-bar-thumbnails .vg-thumbnails, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
      position: absolute;
      top: -20px;
      margin-top: -40px;
      width: 80px;
      height: 60px;
      overflow: hidden; }
      videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
        height: 60px;
        background-repeat: no-repeat; }
    videogular vg-scrub-bar-thumbnails .background, [videogular] vg-scrub-bar-thumbnails .background {
      width: 100%;
      height: 50px; }
  videogular vg-playback-button, [videogular] vg-playback-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume, [videogular] vg-volume {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar, [videogular] vg-volume-bar {
    width: 50px;
    height: 100px;
    top: -100px;
    margin-left: -25px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    videogular vg-volume-bar, [videogular] vg-volume-bar {
      zoom: 1;
      filter: alpha(opacity=50);
      opacity: 0.5; } }
  videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
    width: 50px;
    height: 100px;
    background-color: #000000;
    position: absolute; }
  videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
    width: 20px;
    height: 70px;
    left: 15px;
    top: 15px;
    background-color: #222222;
    position: absolute; }
  videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
    width: 20px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute; }
  videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
    width: 20px;
    height: 100%;
    position: absolute; }
  videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
    animation: hideControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: hideControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
  videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
    animation: showControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: showControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: showControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: showControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }
@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-ms-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
  videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
    content: "\e000"; }
  videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
    content: "\e001"; }
  videogular vg-mute-button, [videogular] vg-mute-button {
    width: 50px;
    display: block; }
  videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
    content: "\e002"; }
  videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
    content: "\e003"; }
  videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
    content: "\e004"; }
  videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
    content: "\e005"; }
  videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
    content: "\e006"; }
  videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
    content: "\e007"; }
  videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
    content: "\e008"; }
  videogular vg-buffering, [videogular] vg-buffering {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0; }
  videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
    background-color: transparent;
    border: 5px solid white;
    opacity: .9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 35px #FFFFFF;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear; }
  videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused; }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
  videogular vg-ima-ads, [videogular] vg-ima-ads {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: none; }

/*# sourceMappingURL=videogular.css.map */


.wizard {
    margin: 5px auto;
    padding: 10px 25px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        border-bottom: none;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #5393FA;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    /*background: #fff;*/
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}*/


.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #396bbc;
}

    .wizard li.active span.round-tab i {
        color: #396bbc;
    }


.wizard .nav-tabs > li {
    width: 11.1111%;
}

    .wizard .nav-tabs > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    min-height: 450px;
}

    .wizard .tab-pane .action-bar {
        position: absolute;
        bottom: 5px;
        width: 100%;
    }

        .wizard .tab-pane .action-bar .btn {
            margin-right: 20px;
        }

.wizard h3 {
    margin-top: 0;
}

.wizard .nav-tabs > li p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.wizard .nav-tabs > li > p.active {
    font-weight: bolder;
    text-decoration: underline;
    color: #396bbc;
}

tags-input{display:block}tags-input *,tags-input :after,tags-input :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}tags-input .host{position:relative;margin-top:5px;margin-bottom:5px;height:100%}tags-input .host:active{outline:0}tags-input .tags{-moz-appearance:textfield;-webkit-appearance:textfield;padding:1px;overflow:hidden;word-wrap:break-word;cursor:text;background-color:#fff;border:1px solid #a9a9a9;box-shadow:1px 1px 1px 0 #d3d3d3 inset;height:100%}tags-input .tags.focused{outline:0;-webkit-box-shadow:0 0 3px 1px rgba(5,139,242,.6);-moz-box-shadow:0 0 3px 1px rgba(5,139,242,.6);box-shadow:0 0 3px 1px rgba(5,139,242,.6)}tags-input .tags .tag-list{margin:0;padding:0;list-style-type:none}tags-input .tags .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;height:26px;line-height:25px;border:1px solid #acacac;border-radius:3px;background:-webkit-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);background:linear-gradient(to bottom,#f0f9ff 0,#cbebff 47%,#a1dbff 100%)}tags-input .tags .tag-item.selected{background:-webkit-linear-gradient(top,#febbbb 0,#fe9090 45%,#ff5c5c 100%);background:linear-gradient(to bottom,#febbbb 0,#fe9090 45%,#ff5c5c 100%)}tags-input .tags .tag-item .remove-button{margin:0 0 0 5px;padding:0;border:none;background:0 0;cursor:pointer;vertical-align:middle;font:700 16px Arial,sans-serif;color:#585858}tags-input .tags .input.invalid-tag,tags-input .tags .tag-item .remove-button:active{color:red}tags-input .tags .input{border:0;outline:0;margin:2px;padding:0 0 0 5px;float:left;height:26px;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif}tags-input .tags .input::-ms-clear{display:none}tags-input.ng-invalid .tags{-webkit-box-shadow:0 0 3px 1px rgba(255,0,0,.6);-moz-box-shadow:0 0 3px 1px rgba(255,0,0,.6);box-shadow:0 0 3px 1px rgba(255,0,0,.6)}tags-input[disabled] .host:focus{outline:0}tags-input[disabled] .tags{background-color:#eee;cursor:default}tags-input[disabled] .tags .tag-item{opacity:.65;background:-webkit-linear-gradient(top,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);background:linear-gradient(to bottom,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%)}tags-input[disabled] .tags .tag-item .remove-button{cursor:default}tags-input[disabled] .tags .tag-item .remove-button:active{color:#585858}tags-input[disabled] .tags .input{background-color:#eee;cursor:default}tags-input .autocomplete{margin-top:5px;position:absolute;padding:5px 0;z-index:999;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}tags-input .autocomplete .suggestion-list{margin:0;padding:0;list-style-type:none;max-height:280px;overflow-y:auto;position:relative}tags-input .autocomplete .suggestion-item{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#fff;background-color:#0097cf}tags-input .autocomplete .suggestion-item em{font:normal 700 16px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;background-color:#fff}
tags-input{box-shadow:none;border:none;padding:0;min-height:34px}tags-input .host{margin:0}tags-input .tags{-moz-appearance:none;-webkit-appearance:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}tags-input .tags .tag-item{color:#fff;background:#428bca;border:1px solid #357ebd;border-radius:4px}tags-input .tags .tag-item.selected{color:#fff;background:#d9534f;border:1px solid #d43f3a}tags-input .tags .tag-item .remove-button:hover{text-decoration:none}tags-input .tags.focused{border:1px solid #66afe9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}tags-input .autocomplete{border-radius:4px}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#262626;background-color:#f5f5f5}tags-input .autocomplete .suggestion-item em{color:#000;background-color:#fff}tags-input.ng-invalid .tags{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}tags-input[disabled] .tags{background-color:#eee}tags-input[disabled] .tags .tag-item{background:#337ab7;opacity:.65}tags-input[disabled] .tags .input{background-color:#eee}.input-group tags-input{padding:0;display:table-cell}.input-group tags-input:not(:first-child) .tags{border-top-left-radius:0;border-bottom-left-radius:0}.input-group tags-input:not(:last-child) .tags{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-lg tags-input:first-child .tags{border-top-left-radius:6px;border-bottom-left-radius:6px}.input-group-lg tags-input:last-child .tags{border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group-sm tags-input:first-child .tags{border-top-left-radius:3px;border-bottom-left-radius:3px}.input-group-sm tags-input:last-child .tags{border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group-lg tags-input,tags-input.ti-input-lg{min-height:46px}.input-group-lg tags-input .tags,tags-input.ti-input-lg .tags{border-radius:6px}.input-group-lg tags-input .tags .tag-item,tags-input.ti-input-lg .tags .tag-item{height:38px;line-height:37px;font-size:18px;border-radius:6px}.input-group-lg tags-input .tags .tag-item .remove-button,tags-input.ti-input-lg .tags .tag-item .remove-button{font-size:20px}.input-group-lg tags-input .tags .input,tags-input.ti-input-lg .tags .input{height:38px;font-size:18px}.input-group-sm tags-input,tags-input.ti-input-sm{min-height:30px}.input-group-sm tags-input .tags,tags-input.ti-input-sm .tags{border-radius:3px}.input-group-sm tags-input .tags .tag-item,tags-input.ti-input-sm .tags .tag-item{height:22px;line-height:21px;font-size:12px;border-radius:3px}.input-group-sm tags-input .tags .tag-item .remove-button,tags-input.ti-input-sm .tags .tag-item .remove-button{font-size:16px}.input-group-sm tags-input .tags .input,tags-input.ti-input-sm .tags .input{height:22px;font-size:12px}.has-feedback tags-input .tags{padding-right:30px}.has-success tags-input .tags{border-color:#3c763d}.has-success tags-input .tags.focused{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-error tags-input .tags{border-color:#a94442}.has-error tags-input .tags.focused{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-warning tags-input .tags{border-color:#8a6d3b}.has-warning tags-input .tags.focused{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}
