@font-face { font-family: 'NanumGothic';
    src: url('/static/fonts/NanumGothic.eot');
    src: url('/static/fonts/NanumGothic.eot') format('embedded-opentype'),
    url('/static/fonts/NanumGothic.woff') format('woff');
}

    body:lang(ko) {font-family: 'NanumGothic', 'serif';}

    .d-flex {
        display: flex;
    }
    .float-right {
        margin-left: auto;
        margin-right: 0;
    }

    #overlay{	
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height:100%;
        display: none;
        background: rgba(0,0,0,0.6);
      }
    .cv-spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  
    }
    .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
        100% { 
            transform: rotate(360deg); 
        }
    }
    .is-hide{
        display:none;
    }

    .diff-added {
        color: blue;
        font-style: italic;
    }
    .diff-removed {
        color: red;
        text-decoration: line-through;
    }
    .diff-no-change {
        color: inherit;
    }
    .user-select-for-prompt {
        margin-left: 10px;
    }
    select.user-select-for-prompt {
        width: 25%;
    }
    #prompt_template {
        width: 150px;
    }
    #char_length {
        position: relative;
        top: -30px;
        left: 10px;
    }
    .limit-exceeded {
        color: chocolate;
    }
    .language-select {
        width: 20%;
        margin-right: 5px;
    }
    .placeholder-text {
        font-style: italic;
    }

    #user-login-status {
        display:flex;
    }
    #change-language-notification {
        padding: 15px;
    }
    #change_language {
        text-shadow: none;
        padding: 5px;
        border-radius: 2px;
        font-size: smaller;
        background: lightblue;
        cursor: pointer;
    }
    .nav.pull-right {
        display:flex;
    }
    .navbar-default {
        background: white;
        background-color: white;
        border-color: white;
        height: 70px;
    }
    .font-12-600 {
        font-size: 12pt;
        font-weight: 600;
    }
    .font-12-600.en {
        font-size: 14pt !important;
        font-weight: 600;
    }
    .font-10-600 {
        font-size: 10pt;
        font-weight: 600;
    }
    .font-10-600.en {
        font-size: 11pt !important;
        font-weight: 600;
    }

    ul.pronto-desc > li {
        list-style-type: '👉';
        padding-inline-start: 1ch;
    }

    ul.pronto-desc-2 > li {
        list-style-type: '■';
        padding-inline-start: 1ch;
    }

    ul.pronto-desc-3 > li {
        list-style-type: '◎';
        padding-inline-start: 1ch;
    }

    ul.pronto-desc-4 {
        padding-inline-start: 10px;
    }
    ul.pronto-desc-4 > li {
        list-style-type: '▪';
        padding-inline-start: 1ch;
    }
    ul.pronto-desc-large > li {
        font-size: 12pt;
    }
    ul.pronto-desc-5 > li {
        list-style-type: '●';
        padding-inline-start: 1ch;
    }


    .dialog-ui-link {
        color: #337ab7 !important;
    }
    .dialog-ui-link:focus {
        outline: none !important;
    }


    .pronto-table {
        width: 100% !important;
    }

    .pronto-table tr {
        /* border: 2px solid #ddd; */
        border: none;
    }
    .pronto-table th, .pronto-table td {
        padding: 10px;
        /* border: 1px solid lightgray; */
        border: none;
        width: 33%;
    } 
    .pronto-table th {
        color: darkseagreen;
    }
    .pronto-order-table th,
    .pronto-order-table td {
        padding: 6px;
    }

    .job-message-section {
        width: 100%; padding: 0 5px;
        color: darkseagreen;
    }

    .pronto-table-small-font tbody td {
        font-size: 9pt;
    }

    .fit-content td,
    .fit-content th {
        width: fit-content;
    }

    dialog {
        outline: none;
    }
    .pronto-icon-group {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 3px;
        font-size: large;
    }
    .pronto-icon-group-item {
        margin: 0 3px;
    }
    .icon-clickable {
        cursor: pointer;
    }
    .panel-body {
        padding: 25px;
    }
    .panel-heading {
        background:rgb(64,196,255) !important;
        color: white !important;    
    }
    .panel-heading.dashboard {
        color: black !important;    
    }

    .panel-collapse {
        margin: 3px;
    }
    .panel-filter-checkbox {
        margin: 0 0 0 auto !important;
    }

    select.content-type, 
    select.content-domain,
    select.tone-of-voice {
        font-size: 9pt;
        margin-bottom: 0;
        font-size: 9pt;
        padding: 0 5px;
        height: 26px;
    }

    .button-box-right-aligned {
        margin-left: auto;
        margin-right: 0;
        /* display: none; */
    }

    table#pronto-price-quote tr.quote-item th,    
    table#pronto-price-quote tr.quote-item td {
        border: none !important;
        vertical-align: middle;
    }

    table#pronto-price-quote tr.quote-total {
        font-size: 14pt !important;
    }

    .quote-ready-show-quality,
    .quote-ready-show,
    .comment-panel {
        display: none;
    }

    .quality-description {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        margin-top: 5px;
        font-size: 10pt;
    }
    .quality-description.ko {
        font-size: 10pt !important;
    }
    .quality-description p,
    .quality-description ul li {
        font-size: 10pt !important;
    }

    .quality-description p {
        padding: 10px 0 0 0;
    }
    .quality-description ul {
        margin: 0;
    }
    .quality-label {
        margin-left: 10px;
    }
    .disabled-item {
        color: #ddd !important;
    }
    .disabled-background {
        background-color: #eee !important;
    }
    .express-not-applicable {
        display: none;
    }
    #deleteFile {
        cursor: pointer;
    }

    .download-ready,
    .comment-ready {
        cursor: pointer;
    }
    .download-not-ready,
    .comment-not-ready {
        color: darkgray;
        cursor: not-allowed;
    }

    .user-evaluation {
        margin: 0 10px 0 0;
    }
    .user-eval-name {
        font-weight: 600;
    }
    .user-star {
        cursor: pointer;
        margin-right: 2px;
    }
    .order-number-box {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: center;
    }

    .job-count-assigned {
        border: 1px solid lightblue;
        padding: 2px;
        background: lightblue;
    }
    .job-count-accepted {
        border: 1px solid lightskyblue;
        padding: 2px;
        background: lightskyblue;
    }
    .job-count-completed {
        border: 1px solid lightgray;
        padding: 2px;
        background: lightgray;
    }
    .volume-unit {
        border: 1px solid lightgray;
        /* font-weight: 600; */
        padding: 0 2px;
        background: lightgray;
        border-radius: 40%;
    }
    .icon-shadow {
        border: 1px solid lightgray;
        padding: 2px;
        background: lightgray;
        border-radius: 50%;
    }

    .hide-at-start {
        display: none;
    }

    .fa-user {
        color: blue;
    }
    .fa-pause-circle-o,
    .fa-play-circle-o {
        color: red;
    }
    .fa-play-circle {
        color: green;
    }
    .fa-ban {
        color: red;
    }

    .human-operation {
        background: beige !important;
        background-color: beige !important;
    }

    .job_human_waiting {
        background: beige !important;
        background-color: beige !important;
    }

    .order_created,
    .job_human_assigned {
        background: lightgreen !important;
        background-color: lightgreen !important;
    }
    .order_rework,
    .job_human_rejected {
        background: wheat !important;
        background-color: wheat !important;
    }

    .order_quoted,
    .ai-operation {
        background: lightgray !important;
        background-color: lightgray !important;
    }


    .time-left {
        padding: 0 5px;
        border-radius: 10%;
        float: right;
    }
    .job-control-assigned-to {
        padding: 3px 5px;
        float: right;
        border-radius: 10px;
        border: 1px solid lightgray;
        background: lightgray;
        font-size: smaller;
        overflow: hidden;
    }


    #table_orders_wrapper {
        margin-bottom: 50px;
    }

    .job-message-to-read,
    .job-message-status-col
    {
        display: none;
    }

    .job-message-to-open,
    .single-command {
        cursor: pointer;
    }
    .job-message-message-text {
        margin-top: 5px;
    }
   
    .job-message-date-col,
    .job-message-set-mark {
        vertical-align: middle !important;
        margin: auto;
    }

    .job-message-set-mark {
        font-size: x-large;
        text-align: center;
    }
    .icon-red {
        color: red;
    }
    #job_message_new {
        padding: 5px; width: 100%;
    }
    .job-message-by-col {
        display: none !important;
    }
    .job-message-sent-by {
        /* display: block; */
        border-radius: 10px;
        border: 1px solid lightgray;
        background: lightgray;
        padding: 3px 6px 3px 6px;
        font-size: smaller;
        text-align: center;
        overflow: hidden;
    }
    .job-message-message-col {
        max-width: 300px;
    }
    .job-message-job-no {
        border-radius: 10px;
        border: 1px solid lightgreen;
        background: lightgreen;
        padding: 3px 6px 3px 6px;
        font-size: smaller;
        text-align: center;
        overflow: hidden;
    }

    .job-list .fa-commenting,
    .job-list .fa-commenting-o {
        font-size: medium;
        margin-right: 5px;
    }
    .unread-message {
        font-weight: 600;
    }

    .hide-col {
        display: none !important;
    }

    .mr-2 {
        margin-right: 10px;
    }
    .inner-label {
        font-weight: 500;
    }

    #pronto_user_settings {
        /* margin-top: 20px; */
        padding: 12px;
    }
    #submit_result {
        margin-top: 10px;
    }



    @keyframes blinking {
        0% {
          background-color: yellow;
        }
        100% {
          background-color: none;
        }
    }
    .blink-background {
        animation: blinking 2s infinite;
    }

    @keyframes blinkingText {
        0% {
          color: red;
        }
        100% {
          color: none;
        }
    }
    .blink-text {
        animation: blinkingText 2s infinite;
    }

    .warning-background {
        background-color: yellow;
        background: yellow;
    }

    #select-linguist {
        border-radius: 4px 0 0 4px;
    }

    .overflow-300 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px;    
        white-space: nowrap;
    }
      
    .overflow-250 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 250px;
        white-space: nowrap;
    }
    .overflow-150 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 150px;
        white-space: nowrap;
    }
    .overflow-100 {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100px;
        white-space: nowrap;
    }
    .date-col-two-lines {
        min-width: 55px;
        text-align: center;
    }

    .job-status {
        font-size: large !important;
    }


    *[class^='dataTables_']{
        color: inherit;
    }

    .dataTables_info,
    .dataTables_paginate,
    .dataTables_length,
    .dataTables_filter {
        color: darkseagreen !important;
        font-size: small;
    }


    .dropdown-submenu{
        position:relative;
    } 
    .dropdown-submenu > .dropdown-menu
    {
        top:0;
        left:100%;
        margin-top:-6px;
        margin-left:-1px;
        -webkit-border-radius:0 6px 6px 6px;
        -moz-border-radius:0 6px 6px 6px;
        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:#cccccc;
        margin-top:5px;
        margin-right:-10px;
    }
    
    .dropdown-submenu:hover > a:after{
        border-left-color:#ffffff;
    }
    
    .dropdown-submenu .pull-left{
        float:none;
    }
    
    .dropdown-submenu.pull-left > .dropdown-menu{
        left:-100%;
        margin-left:10px;
        -webkit-border-radius:6px 0 6px 6px;
        -moz-border-radius:6px 0 6px 6px;
        border-radius:6px 0 6px 6px;
    }

    .text-center {
        text-align: center !important;
    }
    .text-right {
        text-align: right !important;
    }

    .disable-text-highlight {
       -moz-user-select: -moz-none;
       -moz-user-select: none;
       -o-user-select: none;
       -khtml-user-select: none;
       -webkit-user-select: none;
       -ms-user-select: none;
       user-select: none;
    }

    .pronto-datepicker {
        font-size: 12px;
        width: 100px;
        border: 1px solid #ccc;
        border-radius: 3px;
        text-align: center;
        padding: 4px;
        line-height: 1.5;
    }

    .stat-select-items {
        font-size: 12px;
        width: 100px;
        border: 1px solid #ccc;
        /* border-radius: 3px; */
        padding: 6px;
    }

    td.estimated {
        font-style: italic;
        color: chocolate;
    }

    .sse-status {
        font-size: smaller;
        text-shadow: none;
        color: white;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid red;
        background: red;
        cursor: default;
    }
    .sse-status.connected {
        font-size: smaller;
        text-shadow: none;
        color: black;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid lightblue;
        background: lightblue;
        cursor: default;
    }

    #sse_connection_message {
        margin-right: 10px;
        font-size: small;
    }

    #btn-reject-job {
        margin-left: auto;
    }

    .show-on-small-screen,
    br#show-on-small-screen {
        display: none;
    }
    .pronto-user-guide {
        font-size: 10pt;
    }
    .pronto-user-guide.en {
        font-size: 11pt !important;
    }

    @media screen and (max-width: 1600px) {
        .pronto-user-guide.en {
            font-size: 10pt !important;
        }
        .font-10-600.en {
            font-size: 10pt !important;
            font-weight: 600;
        }
        .quality-description,
        .quality-description.ko {
            font-size: 9pt !important;
        }
        .quality-description ul {
            padding-inline-start: 20px !important;
        }
        .quality-description.en li {
            font-size: 8pt !important;
        }
        .quality-description.ko li {
            font-size: 9pt !important;
        }
        .pronto-order-table {
            font-size: 10pt !important;
        }
        .pronto-pay-section {
            font-size: 10pt !important;
        }
    }

    @media screen and (max-height: 750px) {
        .quality-description.en {
            font-size: 8pt !important;
        }
        .quality-description.en li {
            font-size: 8pt !important;
        }
        .quality-description.ko li {
            font-size: 9pt !important;
        }
    }

    .pronto-panel-padding {
        padding: 15px;
    }
    .admin-settings {
        color: deepskyblue;
    }

    body {
        padding: 0 50px;
    }

    .alert-message {
        font-size: 14px;
    }
    .dialog-alert-top-buffer {
        margin-top: 0;
    }

    .navbar-container {
        margin: auto 65px auto 60px;
        padding: 0 50px;
    }

@media screen and (max-width: 1700px) {
    .max-width-hide-xx {
        display: none !important;
    }  
    body {
        padding: 0;
    }
    .navbar-container {
        padding: 0;
    }

}    

@media screen and (max-width: 1500px) {
    .max-width-hide-00 {
        display: none !important;
    }  
}


@media screen and (max-width: 1375px) {
    .max-width-hide-01 {
        display: none !important;
    }  
}

@media screen and (max-width: 900px) {
    .max-width-hide-04 {
        display: none !important;
    }  
    .navbar-container {
        margin: 0 15px;
    }
}

@media screen and (max-width: 550px) {
    .max-width-hide-05 {
        display: none !important;
    }  

    .alert-message {
        font-size: 16px;
    }
    .dialog-alert-top-buffer {
        margin-top: 30px;
    }
    .mobile-btn-bottom {
        height: 50px;
        font-size: 18px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* blockUI */
    .blockPage {
        width: 70% !important;
        left: 15% !important;
    }

    .show-on-small-screen,
    br#show-on-small-screen {
        display: block !important;
    }

    .language-select {
        width: 30%;
    }
    .pronto-user-guide {
        font-size: 10pt;
    }
    .pronto-panel-padding {
        padding: 0;
    }

    .pronto-order-table th {
        width: 130px;
    }

    .panel-filter-checkbox {
        display: none !important;
    }

    .dataTables_info,
    .dataTables_length,
    .dataTables_filter {
        display: none !important;
    }

    #main-container {
        margin: 70px 0 !important;
    }

    .job-message-status-col,
    .job-message-by-col {
        display: none !important;
    }

    .job-message-sent-by {
        display: block;
    }
    .sm-font-small {
        font-size: 9pt !important;
    }
}


/* File drag & drop */
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box__container {
  /*font-size: 1.25rem;*/
  background-color: #EAF2F8;
  position: relative;
  padding: 20px 20px;
}

.box__input {
  text-align: center;
  cursor: pointer;
}

.box__file{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box__icon {
  width: 100%;
  /*height: 80px;*/
  fill: #92b0b3;
  display: block;
  margin-bottom: 10px;
}

.box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: block;
  padding: 8px 16px;
  margin: 40px auto 0;
  border: none;
  cursor: pointer;
  text-transform: none;
  -webkit-appearance: button;
}

.box__container.has-advanced-upload{
  /*background-color: white;*/
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box__container.has-advanced-upload .box__dragndrop {
  display: inline;
}
.box__container.is-dragover {
  outline-offset: -5px;
  outline-color: #c8dadf;
  background-color: #FEF9E7;
}

/* Tabs */
#pronto-tab-panel {
    display: none;
    overflow-y: auto !important;
    border-bottom: 1px solid #ddd;
}

#pronto-tab-panel.tab-open {
    display: block !important;
}
#pronto-tab-content {
    border: 1px solid #ddd;
    border-bottom: none;
}
#pronto-tab-content > .tab-pane {
    padding: 10px;
    border: none !important;
}

#table_push_message_logs {
    table-layout: fixed;
}
#table_push_message_logs td {
    word-wrap:break-word;
}


#left-panel {
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px solid red;
    height: calc(100% - 60px);
    display: inline-block;
    /* float: left; */
    position: relative;
}
#right-panel {
    /* background-color: #f7f7f7; */
    border: 0px solid blue;
    /* display: inline-block; */
    height: 800px;
    /* float: right; */
    /* width: 30%; */
    position: relative;
    display: flex;
    flex: 1;
    margin-left: 10px;
}

.panel-container {
    display:flex;
}

@media screen and (max-width: 1375px) {
    .panel-container {
        display: block;
    }
   
    #pronto-tab-panel {
        display: block !important;
    }

    #tab-open-close-toggle {
        display: none;
    }
}

#right-panel #tabs {
    padding-left: 0px;
    margin-right: 2px;
    width: calc(100% - 7px);
    float: right;
}
#right-panel .tab-pane {
    border: 1px solid #ccc;
    border-bottom: none;
}
#right-panel .tab-content {
    overflow-y: scroll;
}
#main-splitter {
    width: 5px;
    float: left;
    height: 100%;
    cursor: col-resize;
    z-index: 10;
}
.main-panel-outer {
    height: 100%;
    box-shadow: inset 0 0 0 1px #ccc;
}

.origianl-price-strikeout {
    text-decoration: line-through;
    color: red;
}

.discounted-price {
    color: black;
    font-weight: 600;
}

#btn-order-coupon-zero {
    display: none;
}

/* Comment Style */
.comment-panel-container {
    display: flex;
    flex-direction: column;
    height: 75%;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pronto-service-status {
    position: absolute;
    top: 20px;
    color: black;
    /* border: 1px solid #ccc; */
    /* background-color: #ccc; */
    padding: 6px 12px;
    border-radius: 10px;
    left: 200px;
    font-size: 14pt;
    font-weight: 600;
    margin-left: 20px;
  }
  
  .panel-section.comment-data {
    height: 75%;
    overflow-y: scroll;
  }
  
  .panel-section.comment-entry-form {
    height: 15%;
    /* border-top: 1px solid lightgray; */
    padding-top: 20px;
    margin-bottom: 0;
  }
  
  .comment-section {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    width: 95%;
  }
  .pronto-message {
    /* border: 1px solid #e2e8f0;
    background: #e2e8f0;
    background-color: #e2e8f0; */
    border: 1px solid;
    background: white;
    background-color: white;

  }
  .client-message {
    border: 1px solid #d4e9eb;
    background: #d4e9eb;
    background-color: #d4e9eb;
  }

  .comment-tool {
    cursor: pointer;
  }


  .reply-section {
    padding-left: 15px;
    border-top: 1px solid #93969b;
    padding-top: 5px;
    margin-top: 5px;
  }
  
  .comment-by {
    font-size: 12px;
    border-radius: 5px;
    background: #ffffff5c;
    padding: 5px;
  }
  
  .comment-time {
    font-size: 12px;
    padding: 5px;
    color: #999
  }
  .comment-target {
    background: lightgray;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
  }
  .comment-comment {
    padding: 5px;
    margin: 5px;
  }
  .reply-button-group {
    margin-top: 10px;
    margin-left: 15px;
  }
  .comment-target-diff {
    border-top: 1px dotted black
  }
  .comment-misc {
    float: right;
  }
  .comment-textarea {
    border: 1px solid #ccc;
    width: 100%;
  }

.tabs-left > .nav-tabs > li > a#tab-open-close-toggle {
    min-width: 20px;
    padding: 10px;
    background-color: #ddd;
    font-size: 14pt;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
		 -moz-border-radius: 0 0 4px 4px;
					border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	/* *border-right-color: #ffffff; */
}

.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
		 -moz-border-radius: 0 4px 4px 0;
					border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	/* *border-left-color: #ffffff; */
}

/* override jquery style */

.ui-widget-content {
    border: none !important;
}

.navbar-nav>li.service-menu:hover {
    background-color: whitesmoke;
}

.blockPage {
    padding: 20px !important;
}

.use-chrome-browser,
.mobile-browser {
    color: chocolate;
}
.user-selected {
    background-color: aliceblue;
}

.free-site {
    padding: 10px 0;
    margin: 0 15px;
}
.free-site img {
    width: 90px;
}


/* #file-upload-panel .blockUI {
    background-color: unset !important;
} */


/* Footer */
footer {
    border-top: 1px solid #E8EAED;;
    background-color: white;
    color: #5f6368;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-size: 10pt;
}

@media screen and (max-height: 900px) {
  .footer-fixed {
    display: none;
  }
}