/*----------------------------------------------------
    #General
----------------------------------------------------*/
.alert-error {
    background-color: #e74c3c;
    color: #fff;
}

.googie_lang_3d_on {
    display: none;
}

.highlightTextarea-highlighter mark {
    font-family: inherit !important;
}

/*----------------------------------------------------
    #Vue fade effect
----------------------------------------------------*/
.fade-enter {
    opacity: 0
}

.fade-enter-active {
    transition: opacity .2s
}

.fade-leave-active {
    display: none;
}

/*----------------------------------------------------
    #Form avatar
----------------------------------------------------*/
#form-avatar .file-input {
    margin-bottom: 20px;
}

#form-avatar .file-preview {
    padding: 20px;
    background-color: transparent;
    border-radius: 0;
}

#form-avatar .file-preview-frame {
    width: 100% !important;
    height: auto;
    margin: inherit;
    box-shadow: none;
}

#form-avatar .file-actions {
    display: none;
}

.info-block {
    padding-top: 20px;
}

/*----------------------------------------------------
    # Message
----------------------------------------------------*/
.message, .error {
    padding: 5px 10px;
    margin: 5px 0;
    color: #999;
    background-color: #ecf0f1;
    /*border: 1px solid #999;*/
}

.message a.message-link {
    text-decoration: underline !important;
}

.error {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.right_list {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
}

.right_list.text-left {
    text-align: left;
}

.modal-xl {
    width: 1200px;
}

.list-group-item > .right_list {
    float: right;
}

.clear-both {
    clear: both;
}

.relative {
    position: relative;
}

.table tbody > tr > td.media-top,
.media-top {
    vertical-align: top;
}

.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

.border-none {
    border: none !important;
}

.popover {
    max-width: 100%;
}

.overflow-hidden-y {
    overflow-y: hidden
}

.overflow-hidden-x {
    overflow-x: hidden
}

.overflow-hidden-both {
    overflow: hidden
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.elem-none {
    display: none;
}

.elem-block {
    display: block;
}

.elem-inline-block {
    display: inline-block;
}

.elem-table {
    display: table;
    width: 100%;
}

.elem-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.elem-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bold {
    font-weight: 900 !important;
}

.main-box {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.border-color-none {
    border-color: transparent !important;
}

.border-width-2{
    border-width: 2px !important;
}

.transparent-bg {
    background-color: transparent !important;
}

.hidden-row {
    padding: 0 !important;
    border-bottom: 1px solid transparent !important;
}

.collapse-row {
    padding: 12px 8px;
}

.collapse-row.in {
    border-bottom: 1px solid #ddd;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.no-radius {
    border-radius: 0 !important;
}

.collapse-row p:last-of-type {
    margin-bottom: 0;
}

.no-decoration,
.no-decoration:hover {
    text-decoration: none;
}

.normal {
    font-size: 1em;
}
.large {
    font-size: 1.25em;
}
.extra-large {
    font-size: 1.50em;
}

@media (min-width: 992px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1600px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

#user-profile .profile-details ul > li > span.label-custom,
.label-custom,
.label-required {
    padding: 1px 5px;
    color: #fff;
    border-radius: 0;
}

.label-required {
    margin-left: 5px;
}

#search-form.search-form-custom .input-group .form-control {
    font-size: 13px;
}

.error-message {
    color: #a94442;
}

.btn {
    border-radius: 0;
}

.btn-radio {
    display: none;
}

.pastille-wrapper {
    position: relative;
}

.pastille {
    position: absolute;
    top: 5px;
    right: 10px;
    /*transform: translateX(-50%) translateY(-50%);*/
}

.separator {
    padding: 10px 0 0;
    border-top: 1px solid #e7eeee;
}

.separator:first-of-type {
    border-top: none;
}

.well-custom p:last-of-type {
    margin-bottom: 0;
}

.btn-collapse.collapsed .fa-plus {
    display: inline-block;
}

.btn-collapse.collapsed .fa-minus {
    display: none;
}

.btn-collapse .fa-plus {
    display: none;
}

.btn-collapse .fa-minus {
    display: inline-block;
}


/*.submenu {*/
/*visibility: hidden !important;*/
/*}*/

/*.open .submenu {*/
/*visibility: visible !important;*/
/*}*/

.table a.table-link.primary {
    color: #03a9f4;
}

.table a.table-link.primary:hover {
    color: #2980b9;
}

.table a.table-link.danger:hover {
    color: #c9302c;
}

.table a.table-link-custom.btn:hover {
    color: #fff;
}

table.table-align-middle > thead > tr > th,
table.table-align-middle > thead > tr > td {
    vertical-align: middle;
}

table.table-text-center > thead > tr > th,
table.table-text-center > thead > tr > td {
    text-align: center;
}

.table-custom tbody > tr > td:first-child {
    font-size: 0.875em;
}

#user-profile .table.table-condensed tbody > tr > td {
    padding: 8px 5px;
}

#user-profile.user-profile-custom img {
    width: 150px;
}

#user-profile .user-message {
    height: 50px;
    overflow: hidden;
}

.table tbody > tr.bold > td:first-child {
    font-weight: inherit;
}

.project-container {
    margin-bottom: 20px;
    padding: 10px 20px 0;
    border: 1px solid #e7ebee;
}

.project-container:last-of-type {
    margin-bottom: 0;
}

.project-container .title {
    margin-bottom: 20px;
}

.project-container .content {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7ebee;
}

.project-container .content:last-of-type {
    margin-bottom: 0;
    border: none;
}

.project-content {
    margin-top: 20px;
    padding: 20px 10px;
    border: 1px solid #e7ebee;
}

.project-content:first-child {
    margin-top: 0;
}

.project p:last-child {
    margin-bottom: 0;
}

.alert-default {
    /*   margin-bottom: 20px;*/
    background-color: #FFF;
    /*    border: 1px solid transparent;*/
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#user-profile .profile-img-container img {
    width: 180px;
}

div.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

div.loading div {
    position: relative;
    height: 100%;
}

div.loading span,
div.loading img,
div.loading .loader-content {
    height: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

div.loading .loader-content {
    width: 100%;
    top: 45%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

div.loading span i {
    position: static;
    color: #fff;
}

div.loading.active {
    display: block;
}

.animation-none {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.hourglass {
    display: none;
}

.hourglass.current {
    display: inline-block;
}

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

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

.animation-one-time {
    -webkit-animation: fa-half-spin 1s linear running !important;
    animation: fa-half-spin 1s linear running !important;
}

.media-custom .media-left,
.media-custom, .media-body {
    padding: 5px;
}

#header-navbar .nav > li > a > span.count.count-custom {
    right: 0;
    top: 12px;
    width: 25px;
    line-height: initial;
}

.feed-custom #notification li {
    padding: 15px 15px 15px 60px;
}

.feed-custom #notification li.unread {
    background-color: #f3f7fA;
}

.feed-custom #notification li .time-ago {
    right: 15px;
}

.feed-custom #notification li .chbox {
    height: 24px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 24px;
}

.feed-custom #notification div:hover {
    cursor: pointer
}

.feed-custom .caret-down {
    position: relative;
    left: 5px;
}

.icon-pink {
    color: #f06292;
}

.icon-yellow {
    color: #fdd835;
}

.icon-green {
    color: #66bb6a;
}

.icon-gray {
    color: #aaa;
}

.icon-black {
    color: #000;
}

#email-body {
    padding: 18px 0;
}

#email-list.email-list-custom .star {
    top: 5px;
    left: 20px;
}

#email-list.email-list-custom .date {
    width: 100% !important;
}

.bs-generic {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
}

.widget-users .img-thumbnail {
    padding: 0;
    border: none;
}

.thumbnail .thumbnail-title {
    margin-bottom: 10px;
    padding: 3px 10px;
    color: #fff;
    background-color: #03a9f4;
}

.thumbnail .thumbnail-content {
    padding: 10px;
    height: 120px;
    overflow: hidden;
}

.thumbnail .pricing-star {
    position: absolute;
    right: 0;
    top: -20px;
    width: 60px;
    height: 62px;
    padding-top: 16px;
    font-size: 0.65em;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    background: url(../img/pricing-star-big2.png) no-repeat;
}

#policy {
    height: 300px;
    overflow-y: scroll;
}

/*.package-price-custom {*/
/*min-height: 80px;*/
/*border: 1px solid red;*/
/*}*/

/*----------------------------------------------------
    #Autocomplete
----------------------------------------------------*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-state-focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*----------------------------------------------------
    #Text Diff
----------------------------------------------------*/
ins {
    color: #fff;
    background-color: #8bc34a !important;
}

del {
    color: #fff;
    background-color: #e84e40 !important;
}

/*----------------------------------------------------
    #Mobile table footable
----------------------------------------------------*/
.footable-row-detail-row {
    height: 35px;
    /*border: 1px solid red;]*/
    overflow: hidden;
}

.footable-row-detail-name,
.footable-row-detail-value {
    vertical-align: middle;
}

/*----------------------------------------------------
    #Breadcrumb
----------------------------------------------------*/
.breadcrumb-custom {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-custom > li:first-child span {
    padding-left: 0;
}

/*----------------------------------------------------
    #Tab
----------------------------------------------------*/
/*.nav-tabs-custom {*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
/*}*/

.nav-tabs.nav-tabs-custom > li > a,
.nav-tabs.nav-tabs-custom > li > a:hover,
.nav-tabs.nav-tabs-custom > li > a:focus {
    color: #000;
    background-color: #fff;
}

.theme-white .nav-tabs.nav-tabs-custom > li > a,
.theme-white .nav-tabs.nav-tabs-custom > li > a:hover,
.theme-white .nav-tabs.nav-tabs-custom > li > a:focus {
    color: #fff;
    background-color: #8bc34a;
    border-top: 2px solid #8bc34a;
}

.theme-blue .nav-tabs.nav-tabs-custom > li > a,
.theme-blue .nav-tabs.nav-tabs-custom > li > a:hover,
.theme-blue .nav-tabs.nav-tabs-custom > li > a:focus {
    background-color: #03a9f4;
    border-top: 2px solid #03a9f4;
    color: #fff;
}

.theme-turquoise .nav-tabs.nav-tabs-custom > li > a,
.theme-turquoise .nav-tabs.nav-tabs-custom > li > a:hover,
.theme-turquoise .nav-tabs.nav-tabs-custom > li > a:focus {
    background-color: #1abc9c;
    border-top: 2px solid #1abc9c;
    color: #fff;
}

.nav-tabs.nav-tabs-custom > li.active > a,
.nav-tabs.nav-tabs-custom > li.active > a:hover,
.nav-tabs.nav-tabs-custom > li.active > a:focus {
    color: #fff;
}

.theme-white .nav-tabs.nav-tabs-custom > li.active > a,
.theme-white .nav-tabs.nav-tabs-custom > li.active > a:hover,
.theme-white .nav-tabs.nav-tabs-custom > li.active > a:focus {
    color: #000;
    background-color: #fff;
    border-top: 2px solid #8bc34a;
}

.theme-blue .nav-tabs.nav-tabs-custom > li.active > a,
.theme-blue .nav-tabs.nav-tabs-custom > li.active > a:hover,
.theme-blue .nav-tabs.nav-tabs-custom > li.active > a:focus {
    background-color: #fff;
    border-top: 2px solid #03a9f4;
    color: #000;
}

.theme-turquoise .nav-tabs.nav-tabs-custom > li.active > a,
.theme-turquoise .nav-tabs.nav-tabs-custom > li.active > a:hover,
.theme-turquoise .nav-tabs.nav-tabs-custom > li.active > a:focus {
    background-color: #fff;
    border-top: 2px solid #1abc9c;
    color: #000;
}

.nav-pills-custom li {
    float: left;
}

/*----------------------------------------------------
    #Registration
----------------------------------------------------*/
#login-box.registration {
    max-width: 800px;
}

#login-box .input-group > .input-group-btn > .btn {
    height: 46px;
}

.registration #login-box-inner {
    padding: 20px 25px;
}

#agreement {
    height: 400px;
    overflow: auto;
}

.registration #policy {
    border: 1px solid #e7ebee;
}

.registration .btn-check {
    margin-top: 0 !important;
    padding: 5px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    text-transform: none !important;
}

/*----------------------------------------------------
    #Sidebar navigation
----------------------------------------------------*/
#user-left-box img {
    width: 140px;
}

#user-left-box .user-box {
    padding-left: 0;
}

/*----------------------------------------------------
    #Main box
----------------------------------------------------*/
.main-box .main-box-title {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #e7ebee;
}

.profile-box-contact .profile-box-footer div {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    color: #212121;
}

.profile-box-contact .profile-box-footer-custom {
    padding: 15px 5px;
}

/*----------------------------------------------------
    #Form
----------------------------------------------------*/
.total {
    margin: 0 5px;
}

.question {
    margin-bottom: 20px;
}

.question-list .question-edit {
    display: none;
}

.question-list .question-edit.active {
    display: table-cell;
}

.question-edit,
.question-save {
    margin-right: 10px;
}

.question-edit-area {
    margin-bottom: 10px;
}

.checkbox-inline-custom {
    margin-left: inherit !important;
    margin-right: 10px;
}

#search-results.search-results-custom li {
    margin-bottom: 10px;
}

#search-results.search-results-custom li .desc {
    font-size: 1em;
}

/*----------------------------------------------------
    #Pagination
----------------------------------------------------*/
.pagination .disabled a {
    cursor: not-allowed;
}

.pagination-counter {
    display: inline-block;
    position: relative;
    top: -15px;
}

.exercise-list #config-tool-options button {
    margin-top: -5px;
}

#config-tool {
    width: 250px;
}

#config-tool.closed {
    right: -250px;
}

#config-tool #config-tool-cog i.fa-list {
    display: none;
}

#config-tool #config-tool-cog {
    background-color: #8bc34a;
    color: #fff;
}

#config-tool.closed #config-tool-cog {
    background-color: #fff;
    color: #8bc34a;
}

#config-tool.closed #config-tool-cog i.fa-list {
    display: inherit;
}

#config-tool.closed #config-tool-cog i.fa-remove {
    display: none;
}

#config-tool.closed.exercise-list #config-tool-cog i {
    animation: none;
}

.btn-preview {
    margin-right: 5px;
}

@media (max-width: 419px) {
    .pull-xs-right {
        float: right !important;
    }

    .checkbox-inline-custom {
        display: block;
        margin-right: inherit;
    }
}

label {
    font-size: 0.95em;
}

/*----------------------------------------------------
    #Teacher profile
----------------------------------------------------*/
.profile-details-custom ul {
    /*margin-left: 2.14286em !important;*/
}

/*.profile-details-custom:first-of-type {*/
/*border-top: none !important;*/
/*}*/

.profile-box-contact-custom .profile-box-header {
    padding: 15px;
}

.profile-box-contact-custom .profile-img {
    width: 80px;
    height: 80px;
}

.tags span {
    padding: 5px;
    white-space: nowrap;
    /*border: 1px solid red;*/
}

.media.profile {
    padding: 10px;

}

.media-wrapper {
    border: 1px solid #e7ebee;
}

.media.profile .media-body {
    height: 100px;
    border: 1px solid red;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    /*border: 1px solid red;*/
}

.media.profile img {
    max-width: 80px;
}

.media .media-footer {
    background-color: #f5f5f5;
}

/*----------------------------------------------------
    #correction
----------------------------------------------------*/
#workspace.collapse-block {
    max-height: 700px;
    margin-bottom: 16px;
    overflow-y: scroll;
}

/*----------------------------------------------------
    #Project result
----------------------------------------------------*/

.project-filter li {
    border-left: 1px solid #000;
}

.project-filter li:first-child {
    border-left: none;
}

.conversation-item .conversation-user-custom {
    background-color: #2980b9;
}

.item-right .conversation-user-custom {
    background-color: #689f38;
}

.conversation-item .conversation-user-custom i {
    position: relative;
    top: 14px;
    left: 16px;
    font-size: 28px;
    color: #fff;
}

.item-right .conversation-user-custom i {
    top: 15px;
    left: 20px;
}

.conversation-item-custom {
    padding-top: 10px !important;
}

.conversation-item-custom button {
    margin: 10px 0 5px 60px;
}

/*----------------------------------------------------
    #Profile
----------------------------------------------------*/
#crop-avatar {
    margin-right: 10px;
}

.project-box-content-custom .title {
    margin-bottom: 10px;
}

.project-box-content .date {
    color: #999;
    font-size: 0.75em;
    text-align: right;
}

.profile-status.offline {
    color: #e84e40
}

/*----------------------------------------------------
    #Result
----------------------------------------------------*/
.correction-content,
.correction-item {
    padding: 20px 10px;
    border-bottom: 1px solid #e7ebee !important;
}

.correction-content:last-child,
.correction-item:last-child {
    border: none;
}

.correction-content > div p:last-of-type,
.correction-item > div p:last-of-type {
    margin-bottom: 0;
}

.correction-content:first-of-type,
.correction-item:first-of-type {
    padding-top: 0 !important;
    border-top: none !important;
}

.correction-content.border-none,
.correction-item.border-none {
    border-top: none !important;
}

.correction-content .correction,
.correction-item .correction {
    color: #f00;
}

.correction-content .evaluation,
.correction-item .evaluation {
    font-weight: bold;
}

/*----------------------------------------------------
    #Teacher profile
----------------------------------------------------*/
.teacher-username {
    position: relative;
    font-size: 1.2em !important;
}

.teacher-username span {
    position: absolute;
    top: 0;
    right: 0;
}

.profile-box-custom {
    background-color: #8bc34a !important;
}

.profile-box-custom.unavailable {
    background-color: #90a4ae !important;
}

.profile-box-custom.selected {
    background-color: #9c27b0 !important;
}

/*----------------------------------------------------
    #Exercises
----------------------------------------------------*/
#exercise-list-wrapper {
    position: relative;
}

.exercise-wrapper {
    margin-bottom: 10px;
    padding: 0 10px;
}

.exercise-wrapper:nth-of-type(odd) {
    padding-left: 0;
    border-right: 1px solid #e7ebee;
}

.exercise-content {
    padding-bottom: 20px;
}

.exercise-btn {
    text-align: right
}

/*----------------------------------------------------
    #Shop
----------------------------------------------------*/
#cash-register {
    border: 1px solid #e7ebee;
}

/*----------------------------------------------------
    #Mypage
----------------------------------------------------*/

/*img.img-responsive{*/
/*top: -25px;*/
/*position: relative;*/
/*}*/

/*----------------------------------------------------
    #Price
----------------------------------------------------*/
.pricing-package .package-header-custom h3 {
    font-size: 1.1em;
}

.pricing-package .package-content .package-price .price-custom {
    font-size: 3em;
}

/*----------------------------------------------------
    #Admin timer
----------------------------------------------------*/
.timer-validity {
    font-size: 1.2em !important;
}

/*----------------------------------------------------
    #Admin email
----------------------------------------------------*/
#email-new-body.new-body-custom label {
    text-align: right;
}

/*----------------------------------------------------
    #Teacher report
----------------------------------------------------*/
.report-subject p:last-of-type {
    margin-bottom: 0;
}

/*----------------------------------------------------
    #Publish status
----------------------------------------------------*/
.publish-status {
    position: relative;
}

.publish-status span.label {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(100%) translateY(-75%);
}

/*----------------------------------------------------
    #Notice Board
----------------------------------------------------*/
.notice-board {
    height: 200px;
    overflow-y: scroll;
}

.banner img {
    width: 610px;
}

/*----------------------------------------------------
    #News Feed
----------------------------------------------------*/
#newsfeed .story-custom {
    min-height: 200px;
}

#newsfeed.newsfeed-custom .title {
    font-size: 1.1em;
}

#newsfeed.newsfeed-custom .story-content .story-inner-content {
    font-size: 1em;
}

.story-inner-content-custom {
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#newsfeed .news-ticker {
    height: 100px;
    padding: 10px;
    overflow: hidden;
    border: none
}

/*----------------------------------------------------
    #Footer
----------------------------------------------------*/
#footer-wrapper {
    background-color: #fff;
    padding-left: 220px;
}

#footer-nav {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background-color: #f9f9f9;
    border-left: 2px solid #e7ebee;
    color: #fff;
}

#footer-nav a {
    color: #fff
}

.col-orange {
    color: #ff6600 !important;
}

.col-green {
    color: #3ea33b !important;
}

.col-darkgreen {
    color: #005100 !important;
}

.col-yellow {
    color: #ff0 !important;
}

.col-red {
    color: #f00 !important;
}

.col-white {
    color: #fff !important;
}

.col-centered {
    clear: both;
    float: none;
    margin: 0 auto;
}

.fs-13 {
    font-size: 13px !important;
}

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

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-100 {
    font-size: 100% !important;
}
.line-height-1 {
    line-height: 1.42857 !important;
}
.line-height-2 {
    line-height: 3.4em !important;
}

/*----------------------------------------------------
    #Faq
----------------------------------------------------*/
.faq .panel-default .badge {
    color: #000;
    background-color: #e7ebee;
}

.faq .panel-default .badge.theme-idiy {
    color: #3ea33b;
}

.faq .panel-default .badge.theme-biz {
    color: #044b80;
}

.faq .panel-default .badge.theme-both {
    color: #9c27b0;
}

/*----------------------------------------------------
    #Login box
----------------------------------------------------*/
.login-box {
    max-width: 350px;
    min-width: 280px;
    margin: 60px auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

/*----------------------------------------------------
    #Footer
----------------------------------------------------*/
#footer-bar.footer-bar-custom {
    position: static;
    height: auto;
}

/*----------------------------------------------------
    #Invoice
----------------------------------------------------*/
.seal {
    position: absolute;
    top: 55px;
    left: 40%;
    width: 80px;
}

.process {
    min-height: 600px;
}

.process-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.white-overlay {
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    margin: 0;
}
.loader-wrapper {
    position: absolute;
    display: inline-block;
    /*right: 10vw;*/
    /*bottom: 10vh;*/
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.pulled-left {
    float: left;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.wrapper {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
}
.spinner-container {
    width: 100%;
    height: 100%;
    -webkit-animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.spinner-layer--blue {
    border-color: #4285f4;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.spinner-layer--red {
    border-color: #db4437;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.spinner-layer--yellow {
    border-color: #f4b400;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.spinner-layer--green {
    border-color: #0f9d58;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}
@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}
@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}
@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.spinner-clipper {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.spinner-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: none;
}
.spinner-clipper--left .spinner-circle {
    border-right-color: transparent !important;
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
.spinner-clipper--right .spinner-circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}
@-webkit-keyframes left-spin {
    from {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(130deg);
    }
}
@-webkit-keyframes right-spin {
    from {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-130deg);
    }
}
.spinner--patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.spinner--patch .spinner-circle {
    left: -450%;
    width: 1000%;
}

#upload-demo a.btn {
    background-color: #189094;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}

.ui.button {
    font-weight: normal !important;
}

.avatar-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.avatar-view {
    margin: 0 auto;
    max-width: 250px;
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avatar-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
    width: 100%;
}

.preview-lg {
    height: 184px;
    width: 184px;
    margin-top: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .avatar-preview {
        float: none;
    }
}

.avatar-btns {
    margin-top: 30px;
    margin-bottom: 15px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

.avatar-menu {
    position: relative;
}

.avatar-menu-button {
    position: absolute;
    right: 20px;
    bottom: 0;
    border: 5px solid #fff;
}

.avatar-menu-button button {
    margin: 0 !important;
}

.avatar-menu-remove {
    right: inherit;
    left: 20px;
}

/*----------------------------------------------------
    #Ranking box
----------------------------------------------------*/
.project-box.ranking .project-box-footer {
    display: flex;
    align-items: stretch;
}

.project-box.ranking .project-box-footer div {
    flex-grow: 1;
    width: 6.25%;
    margin: 20px 0;
    padding: 5px 10px;
    text-align: center;
    color: #212121;
    border-right: 1px solid #e7ebee;
}

.project-box.ranking .project-box-footer div:last-of-type {
    border: none;
}

/*----------------------------------------------------
    #Email
----------------------------------------------------*/
.email-body {
    padding: 18px 30px 18px 0;
    border-top: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
}

.email-detail-attachments {
    padding: 18px 0;
    border-top: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
}

.email-detail-attachments .email-attachments-header .headline {
    float: left;
    font-size: 0.875em;
}

.email-detail-attachments .email-attachments-header .headline > span {
    font-weight: 600;
}

.email-detail-attachments .email-attachments-header .headline > b {
    font-weight: 600;
}
.email-detail-attachments .email-attachments-header .tools {
    float: left;
    font-size: 0.875em;
    margin-left: 3px;
}

.email-detail-attachments .email-attachments-content ul li {
    background: none repeat scroll 0 0 #e7ebee;
    border: 1px solid #e7ebee;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: left;
    font-size: 0.875em;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    padding: 0;
}
.email-detail-attachments .email-attachments-content ul li .img {
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 87px;
    overflow: hidden;
    width: 130px;
    text-align: center;
}

.email-detail-attachments .email-attachments-content ul li .img img {
    width: 100%;
}
.email-detail-attachments .email-attachments-content ul li .img > i {
    font-size: 5.7em;
    padding: 10px 0;
}
.email-detail-attachments .email-attachments-content ul li .name {
    display: block;
    padding: 4px 6px;
}
.email-detail-attachments .email-attachments-content ul li > a {
    display: block;
    padding: 0 6px 5px;
}
