

body{
    font:16px/24px Arial,Helvetica,Arial,sans-serif;
    width:100%;

}
body.no-responsive {
    min-width: 1345px;
}
body.no-responsive .container {
    min-width: 1200px !important;
    max-width: initial !important;
}


body.no-responsive .site-logged-menu .navbar-collapse.collapse {
    display: block;
}

@media (max-width: 1200px) {
    body.no-responsive .container {
        width: 1200px !important;
    }
    body.no-responsive .main-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        border-left: 1px solid #ced4da;
    }
    body.no-responsive .right-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    body.no-responsive .left-sidebar {
        display: none;
        position: absolute;
        z-index: 999;
        background: #FFFFFF;
        width: 100%;
        max-width: initial;
        top: 0;
        bottom: 0;
    }
    body.no-responsive.show-notification .left-sidebar {
        display: block;
    }

    body.no-responsive .left-sidebar #listNotifications {
        width: 50%;
    }
    #listNotifications li>.pull-left a,
    #listNotifications li>.pull-right i, #listNotifications li>.pull-right svg {
        font-size: 20px;
    }
    #listNotifications li>.pull-right .difftime {
        font-size: 15px;
    }
}

a {
    color: #f05f42;
}
a:hover {
    color: #ef4422;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1560px;
        max-width: 100%;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .dashboard-categories .row-reason > div {
        margin-bottom: 40px;
    }
}
.hidden {
    display: none;
}
.container:before, .container:after, .container-fluid:before, .container-fluid:after {
    content: ' ';
    display: table;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
section {
    position: relative;
}
input:focus, select:focus, textarea:focus {
    outline: 1px solid #272a35;
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    100%,
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-control:focus {
    border-color: #272a35;
    outline: 0;
    box-shadow: none;
}
.error {
    color: #f80808;
    font-size: 12px;
}
.btn-danger {
    background-color: #f05f42;
    border-color: #f05f42;
}
.module {
    padding: 40px 0 40px;
}
.module-header {
    margin-bottom: 40px;
}
.module-title {
    font-size: 35px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 0;
    color: #444;
    line-height: 1.5;
}
.module-title:after {
    content: ' ';
    background: #FF6700;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 8rem;
    height: 3px;
    margin-left: -4rem;
}
.module-desc {
    text-align: center;
    color: #666;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-size: 18px;
}
.background-white {
    background: #ffffff;
}
.background-grey {
    background: #f3f3f5;
}
.background-black {
    background: #000;
}
.button--black {
    color: #ffffff;
    border: 2px solid #212529;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    background: #212529;
}
.button--bold {
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
}

.button--transparent, .button--transparent:hover {
    background: transparent;
}
.button--black.button--transparent {
    color: #212529;
}
.button--transparent.btn-danger {
    color: #f05f42;
    border-width: 2px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    margin-right: 15px;
}
.button--orange.btn-danger {
    color: #ffffff;
    border-width: 2px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
}
.display-none {
    display: none !important;
}

.textarea--grey {
    background: #e9e9ea;
}
.page-content {
    padding: 30px 0;
}
.page-content h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 30px 0;
    text-transform: uppercase;
}
.page-content h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-content h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 5px 0;
    text-transform: uppercase;
}
.page-content ul {
    list-style-type: disc;
    padding-left: 18px;
}
.table-vinaphoto thead tr,
.table-vinaphoto tfoot tr {
    background: #212121;
    color: #FFFFFF;
}
.table-vinaphoto thead th {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #bbbbbb;
}
.table-vinaphoto tbody th,
.table-vinaphoto tbody td {
    border: 1px solid #bbbbbb;
}
.table-vinaphoto tbody .td-action a {
    color: #212121;
}

.table-vinaphoto tbody .td-action form {
    display: inline-block;
    margin: 0;
    padding: 0;
    /*vertical-align: text-bottom;*/
    height: 24px;
}
.table-vinaphoto tbody .td-action button {
    background: transparent;
    border: transparent;
    color: #212121;
    font-size: 16px;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    outline: none;
}
.table-vinaphoto tbody .td-action a:hover, .table-vinaphoto tbody .td-action button:hover {
    font-weight: 700;
}
.page-content .table-vinaphoto ul {
    list-style-type: none;

}
.table-vinaphoto .pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: transparent;
    border: 0 none;
}
.fr-2-col > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.fr-2-col > div:nth-child(2) {
    margin-right: 0;
}
.list-message-content {
    display: none;
}
.statusMessageHide .introduce {
    display: block;
}
.statusMessageHide .list-messages {
    display: none;
}
.statusMessageShow .introduce {
    display: none;
}
.header-toggle.statusMessageShow .introduce {
    display: block;
}
.statusMessageShow .list-messages {
    display: block;
}
.statusMessageShow .list-messages .message-header {
    background: #f3f3f5;
    color: #bbbbbb;
    font-weight: 700;
    padding: 10px 20px;
}
.statusMessageShow .list-messages .message-content {
    background: #f3f3f5;
    padding: 0 20px;
}
.statusMessageShow .list-messages .message-content ul {
    padding-left: 0;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #ced4da;
    background: #fff;
}
.statusMessageShow .list-messages .message-content ul li {
    padding: 10px;
    background: #FFF;
    border-top: 0 none;
    padding-right: 0;
    border-right: 0 none;
    border-bottom: 1px solid #ced4da;
}
.message-content ul .message-avatar {
    padding-bottom: 10px;
}
.message-content ul .message-avatar img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.message-content ul .message-right {
    text-align: right;
}
.message-content ul .message-right .message-avatar {
    float: right;
}
.message-content ul .message-left .message-avatar {
    float: left;
}
.message-content ul .message-left .message-avatar strong {
    padding-left: 15px;
}
.message-content ul .message-right .message-avatar strong {
    padding-right: 15px;
}
.message-content ul .message-body .message-author span {
    color: #bbb;
    font-size: 13px;
}
.message-content ul .message-body {
    float: left;
    width: calc(100% - 60px);
    margin-left: 15px;
}
.message-content ul .message-body .message-author strong {
    text-transform: uppercase;
}
.message-content ul .message-right .message-body {
    float: right;
}
.message-content ul .message-body .message-text {
    word-break: break-word;
    position: relative;
    padding-right: 25px;
}
.message-content ul .message-body .message-text .btn-forward {
    position: absolute;
    right: 0;
    border: 0 none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
}

.list-messages .message-editor {
    background: #f3f3f5;
    padding: 20px;
    position: relative;
}
.list-messages .message-editor .opacity50 {
    padding-bottom: 20px;
}
.list-messages .message-editor textarea {
    min-height: 50px;
}
.list-messages .message-editor .editor-footer {
    margin-top: 20px;
}

.referenceImagesUpload .main-images, .message-body .message-images {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.referenceImagesUpload .main-images div, .message-body .message-images > div {
    /*width: 135px;*/
    /*margin-right: 10px;*/
    /*text-align: center;*/
}
/*.referenceImagesUpload .main-images > div:nth-child(5n + 5), .message-body .message-images > div:nth-child(5n + 5) {*/
    /*margin-right: 0;*/
/*}*/

.referenceImagesUpload .main-images > div > div > div, .message-body .message-images > div > div > div {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 27px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d0d0d2;
}
.editor-footer .referenceImagesUpload .main-images > div > div > div, .message-body .message-images > div > div > div {
    background: #fff;
}
.referenceImagesUpload .main-images > div > div > div img, .message-body .message-images > div > div > div img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
    border: 0 none;
}
.referenceImagesUpload .main-images > div > div > div a, .message-body .message-images > div > div > div a {
    position: absolute;
    bottom: -28px;
}
.message-body .message-images > div > div > div div {
    position: absolute;
    bottom: -28px;
    text-align: center;
}
.message-body .message-images > div > div > div div a {
    position: initial;
    bottom: auto;
    display: inline-block;
    margin: 0 5px;
}
.referenceImagesUpload .main-images > div > div > a.downloadLink,
.message-body .message-images > div > div > a.downloadLink,
.referenceImagesUpload .main-images > div > div > a.removeImage,
.referenceImagesUpload .main-images > div > div > a.hideReworkImage,
.referenceImagesUpload .main-images > div > div > a.removeMessageImage {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
}
section .dragDropTarget.uploadImageMain {
    position: relative;
    width: 100%;
    padding-top: calc(66.67% + 55px); /* 3:2 Aspect Ratio */
    margin: 10px 0 0;
}
section .dragDropTarget.uploadImageMain h3:first-child {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 0;
}
section .dragDropTarget.uploadImageMain .main-images > div {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1;
    display: flex; /*make us of Flexbox*/
    align-items: center; /* does vertically center the desired content*/
    justify-content: center; /* horizontally centers single line items*/
    text-align: center; /* optional, but helps horizontally center text that breaks into multiple lines*/
}
section .dragDropTarget.uploadImageMain .main-images > div img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
}
section .dragDropTarget.uploadImageMain .main-images > div a {
    position: absolute;
    bottom: -28px;
}


section .dragDropTarget.uploadImageMain .main-images > div > div,
section .dragDropTarget.uploadImageMain .main-images > div > div > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section .dragDropTarget.uploadImageMain .main-images > div img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
}
section .dragDropTarget.uploadImageMain .main-images > div a {
    position: absolute;
    bottom: -28px;
}

.referenceImagesUpload .main-images, .message-body .message-images {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.referenceImagesUpload .main-images > div, .message-body .message-images > div {
    width: 152px;
    margin-right: 10px;
    margin-bottom: 27px;
    text-align: center;
}
.referenceImagesUpload .main-images > div > div, .message-body .message-images > div > div {
    padding-top: 102px;
    width: 100%;
    position: relative;
}

.referenceImagesUpload.hiddenButton .main-images > div > div {
    padding-top: 66.67%;
}
.referenceImagesUpload .main-images > div > div > div, .message-body .message-images > div > div > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d0d0d2;
}
.referenceImagesUpload.originalFiles .main-images > div > div {
    padding-top: 102px;
}
.referenceImagesUpload.originalFiles .main-images > div > div > div {
    bottom: 0;
}
.referenceImagesUpload.hiddenButton .main-images > div > div > div {
    top: 0;
    bottom: 0;
}
.referenceImagesUpload.hiddenButton .main-images > div {
    /*margin-bottom: 10px;*/
}
.editor-footer .referenceImagesUpload .main-images > div > div > div, .message-body .message-images > div > div > div {
    background: #fff;
}
.referenceImagesUpload .main-images > div > div > div img, .message-body .message-images > div > div > div img {
    max-width: 100%;
    max-height: calc(100% + 1px);
    display: inline-block;
    width: auto;
    border: 0 none;
}
.referenceImagesUpload .main-images > div > div > div img.dng-icon, .message-body .message-images > div > div > div img.dng-icon {
    width: 88px;
}
/*section .dragDropTarget.uploadImageMain .main-images > div > div a.removeImage, .referenceImagesUpload .main-images > div > div a.removeImage, .message-body .message-images > div > div a.removeImage {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: -43px;*/
/*}*/
section .dragDropTarget.uploadImageMain .main-images > div > div a.removeImage {
    bottom: -28px;
}
.downloadLink i.fa-download {
    font-size: 12px;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div a,
.referenceImagesUpload .main-images > div > div > div a,
.message-body .message-images > div > div > div a,
.imageFrameBasic > div a.downloadLink {
    position: absolute;
    bottom: -28px;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div a.downloadLink,
/*.referenceImagesUpload .main-images > div > div > div a.downloadLink,*/
.message-body .message-images > div > div > div a.forwardImageToCustomer,
.message-body .message-images > div > div > div a.forwardImageToTeam,
.referenceImagesUpload .main-images > div > div > div a.removeImage,
.referenceImagesUpload .main-images > div > div > div a.hideReworkImage,
.referenceImagesUpload .main-images > div > div > div a.removeMessageImage,
.message-body .message-images > div > div > div a.downloadLink,
.imageFrameBasic > div a.downloadLink {
    margin-bottom: 0;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, .5);
    align-items: center;
    justify-content: center;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div a.downloadLink span,
/*.referenceImagesUpload .main-images > div > div > div a.downloadLink span,*/
.referenceImagesUpload .main-images > div > div > div a.removeImage span,
.referenceImagesUpload .main-images > div > div > div a.removeMessageImage span,
.referenceImagesUpload .main-images > div > div > div a.hideReworkImage span,
.message-body .message-images > div > div > div a.forwardImageToCustomer span,
.message-body .message-images > div > div > div a.forwardImageToTeam span,
.message-body .message-images > div > div > div a.downloadLink span,
.imageFrameBasic > div a.downloadLink span {
    position: absolute;
    bottom: 50%;
    margin-bottom: -12px;
    color: #fff;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div a.downloadLink span svg,
.referenceImagesUpload .main-images > div > div > div a.downloadLink span svg,
.message-body .message-images > div > div > div a.downloadLink span svg,
.imageFrameBasic > div a.downloadLink span svg {
    font-size: 20px;
    color: #FFF;
}
.imageFrameBasic > div a.downloadLink span {
    left: 50%;
    /*margin-left: -50px;*/
    margin-left: -10px;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div i,
section .dragDropTarget.uploadImageMain .main-images > div > div > div svg,
.referenceImagesUpload .main-images > div > div > div i,
.referenceImagesUpload .main-images > div > div > div svg,
.message-body .message-images > div > div > div i,
.message-body .message-images > div > div > div svg {
    font-size: 50px;
    color: #f05f42;
}
.message-body .message-images > div > div > div div.group-btn svg {
    font-size: 16px;
}
section .dragDropTarget.uploadImageMain .main-images > div > div > div:hover a.downloadLink,
.referenceImagesUpload .main-images > div > div > div:hover a.downloadLink,
.referenceImagesUpload .main-images > div > div > div:hover a.removeImage,
.referenceImagesUpload .main-images > div > div > div:hover a.hideReworkImage,
.referenceImagesUpload .main-images > div > div > div:hover a.removeMessageImage,
.message-body .message-images > div > div > div:hover a.forwardImageToTeam,
.message-body .message-images > div > div > div:hover a.forwardImageToCustomer,
.message-body .message-images > div > div > div:hover a.downloadLink,
.imageFrameBasic > div:hover a.downloadLink {
    display: flex;;
}
.job-detail .job-detail-content {
    margin-top: 10px;
}

.job-details-list .detail-extra-request > li {
    margin: 10px 0;
}

.table-vinaphoto .pagination .page-item.active .page-link {
    font-weight: 700;
}
.table.table-no-bordered tr th,
.table.table-no-bordered tr td {
    border: 0 none;
    padding: 5px 15px 5px 0;
}
.table.table-no-bordered tr td:last-child {
    padding-right: 0;
}
.btn.btn-vnpt-danger {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f05f42;
    text-transform: uppercase;
    padding: .375rem 1.25rem;
}
.table-full-width input {
    width: 100%;
}

.edit-item {
    margin: 0 0 20px;
    border-top: 1px solid #bbbbbb;
    padding: 20px 0;
}
.edit-item.even {
    background: #E9E8E9;
}
.edit-item:nth-child(1) {
    border-top: 0 none;
    padding-top: 0;
}
.edit-item h5 {
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 10px 0;
}
.edit-item-title {
    color: #f05f42;
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}
.btn-squared,a.btn-squared,input[type=submit].btn-squared{padding-left:25px;padding-right:25px;border-radius:0}
@-webkit-keyframes videomodule-anim{
    0%{transform:scale(.68)}to{transform:scale(1.2);opacity:0}}
@keyframes videomodule-anim{0%{transform:scale(.68)}to{transform:scale(1.2);opacity:0}}
.call-to-action-btn{position:relative;font-size:15px;letter-spacing:.03em;
    border-color: #f05f42;
    color: #f05f42;
    font-weight: 500;
    text-transform: uppercase;}
.call-to-action-btn{border:none}
.call-to-action-btn:before{
    -webkit-animation:videomodule-anim 1s linear infinite;
    animation:videomodule-anim 1s linear infinite;-webkit-animation-delay:.5s;
    animation-delay:.5s}
.call-to-action-btn:after,.call-to-action-btn:before{
    background-color:transparent;border:1px solid #f05f42;content:"";
    position:absolute;left:0;top:0;width:101%;height:100%;opacity:1
}
.call-to-action-btn:after{
    -webkit-animation:videomodule-anim 1s linear infinite;
    animation:videomodule-anim 1s linear infinite}

.site-header {
    /*position: fixed;*/
    /*z-index: 999;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.site-branding {
    background-color: #fff;
    position: relative;
}
.site-branding .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 36px;
}
.site-contact, .site-logged-menu {
    background: #444;
    /*position: relative;*/
    /*z-index: 11;*/
}
.site-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-contact ul li {
    font-size: 0.875rem;
    color: #fff;
    float: left;
    height: 1.875rem;
    line-height: 1.875rem;
}
.site-contact ul li + li {
    margin-left: 1.5625rem;
}
.site-contact ul li.time {
    float: right;
}

.site-contact ul li a {
    color: #333;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    font-family: Arial, sans-serif;
}
.site-logo {
    float: left;
    height: 100%;
    /*line-height: 5rem;*/
    margin: 0;
    /*font-size: 0;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 18px 0;
}
.site-nav {
    float: right;
}
.site-nav .menu, .site-logged-menu .menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.site-nav .menu li, .site-logged-menu .menu li {
    float: left;
    padding: 16px 0;
}
.site-logged-menu .menu li {
    padding: 20px 0;
}
.site-nav .menu li + li, .site-logged-menu .menu li + li {
    margin-left: 2rem;
}
.site-logged-menu .menu li + li {
    margin-left: 55px;
}
.site-nav .menu li a, .site-logged-menu .menu li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    display: block;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    /*line-height: 7.5rem;*/
    min-height: 35px;
    line-height: 40px;
    position: relative;
}
.site-logged-menu .menu li a {
    color: #FFF;
}
.site-nav .menu li a::before {
    color: #444;
}
.site-logged-menu .menu li a::before {
    color: #FFF;
}
.site-nav .menu li a:hover, .site-logged-menu .menu li.active a, .site-logged-menu .menu li a:hover {
    color: #f05f42;
}
.site-nav .menu li a.btn {
    color: #FFF;
    line-height: 1.5;
}
.site-nav .menu li a::before, .site-logged-menu .menu li a::before {
    content: "|";
    position: absolute;
    left: -20px;
    top: -1px;
}
.site-nav .menu li.login-menu-item a::before {
    top: 6px;
}
.site-logged-menu .menu li a::before {
    left: -32px;
}

.site-nav .menu li:first-child a::before, .site-logged-menu .menu li:first-child a::before  {
    content: '';
}
.site-nav .menu li.current-menu-item ~ li a {
    /*color: #FFF;*/
}
.main {
    /*padding-top: 100px;*/
}
.user-top {
    float: right;
    margin-top: 16px;
}
.user-top .user-name {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: "Arial", sans-serif;
}
.user-top img.avatar {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    max-width: 40px;
}
.user-top .user-name.dropdown-toggle:hover:after {
    color: #f05f42;
}
/******************** FOOTER START *****************/
footer {
    background: #212121;
    padding: 61px 0 40px;
}
footer .img-container {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 262px;
}
footer .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .text-content .title {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}
footer .text-content .house-list > a {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px;
}
footer .text-content .house-list > a .icon {
    width: 20px;
    /*height: 20px;*/
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
footer .text-content .house-list > a .icon-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: auto 0 auto 10px;
}
footer .text-content .house-list > a .icon-content .sub-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.4;
}
footer .footer-content {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: Arial, sans-serif;
    margin-left: -5px;
    padding-top: 18px;
}
footer .footer-content .title {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 27px;
}
footer .footer-content .title > span {
    position: relative;
}
footer .footer-content .title > span::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 33px;
    height: 2px;
    background-color: #f05f42;
}
footer .footer-content .link-list > li {
    margin: 0 0 2px;
}
footer .footer-content .link-list > li > i {
    color: #666;
    margin-right: 20px;
    font-size: 16px;
}
footer .footer-content .link-list > li > a {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    position: relative;
}
footer .footer-content .link-list > li > a:hover {
    color: #f05f42;
}
footer .footer-content p.text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
    padding-right: 10px;
}

footer .footer-content .subscribe-input input {
    width: 100%;
    background: transparent;
    border: 0 none;
    border-bottom: 2px solid #FFF;
    height: 30px;
    color: #FFFFFF;
}
footer .footer-content .subscribe-input input:focus,
footer .footer-content .subscribe-input input:active {
    outline: 0;
}
footer .footer-content .subscribe-button button {
    color: #FFF;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 0;
    padding: 10px 22px;
    margin-top: 16px;
    margin-bottom: 41px;
}
footer .footer-content .subscribe-button button:hover {
    background: #f05f42;
}
footer .footer-content .footer-social {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footer-content .footer-social > li {
    margin: 0 5px 10px;
}
footer .footer-content .footer-social > li a {
    font-size: 18px;
    /*color: #666666;*/
    transition: all 0.3s ease;
    color: #e5e5e5;
    background: #484848;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    display: inline-block;
    text-align: center;
}
footer .footer-content .footer-social > li a.facebook:hover {
    background: #4267b2;
}
footer .footer-content .footer-social > li a.twitter:hover {
    background: #1da1f2;
}
footer .footer-content .footer-social > li a.instagram:hover {
    background: #8134af;
}
footer .footer-content .footer-social > li a.pinterest:hover {
    background: #e60023;
}
.sec-copyright {
    background: #151515;
}
.sec-copyright .copyright {
    padding: 10px 0;
    text-align: center;
}
.sec-copyright .text {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

/******************** FOOTER END *****************/
/******************** CONTACT US START *****************/
.sec-contact{padding: 0 0 40px;}
.sec-contact .content{background: #fff;}
.sec-contact{}
.sec-contact .map-content{width: 100%;margin: 0;padding: 0;position: relative;filter: grayscale(100%); -webkit-filter: grayscale(100%);}
.sec-contact .map-content iframe{width: 100%; min-height: 500px; margin: 0; padding: 0;}
.sec-contact .contact-details{background: #fff;box-shadow: rgba(0,0,0,0.5) 0 4px 10px;padding: 70px 30px 30px; position: relative;border-radius: 4px;margin-top: -200px;}
.sec-contact .contact-details .left-contact-form{padding: 35px 20px;background: rgba(0, 0, 0, 0.81);position: absolute;left: -50px;border-radius: 2px;top: -35px;box-shadow: rgba(0,0,0,0.5) 0 4px 10px;}
.sec-contact .contact-details .left-contact-form .title{font-size: 20px; font-weight: 700;font-family: "Arial", sans-serif; letter-spacing: 0.5px; color: #fff; border-bottom: 2px solid #3775c3; padding-bottom: 10px; text-transform: uppercase; margin: 0 0 15px;}
.sec-contact .contact-details .left-contact-form .icon-list{margin: 0 0 30px;}
.sec-contact .contact-details .left-contact-form .icon-list > li{display: flex; justify-content: flex-start; transition: all 0.3s ease; margin: 0 0 10px;}
.sec-contact .contact-details .left-contact-form .icon-list > li .icon{color: #ffffff;background: #191919;width: 30px;height: 30px;font-size: 12px;text-align: center;padding: 6px;}
.sec-contact .contact-details .left-contact-form .icon-list > li:hover i{color: #f20808;}
.sec-contact .contact-details .left-contact-form .icon-list > li .icon-content{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: calc(100% - 40px);margin: auto 0 auto 10px;}
.sec-contact .contact-details .left-contact-form .icon-list > li .icon-content a{color: #ccc;font-size: 13px;margin: auto 0;}
.sec-contact .contact-details .left-contact-form .icon-list > li:hover a{color: #fff;}
.sec-contact .contact-details .left-contact-form .contact-social-list{display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 30px;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon{color: #fff;font-size: 16px;transition: all 0.3s ease;margin-right: 5px;box-shadow: rgba(0,0,0,0.4) 0 4px 10px;background: #ce1970;width: 35px;height: 35px;display: block;text-align: center;padding: 10px;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon:hover{ background: #212121!important;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.facebook{background: #3b5999;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.google{background: #dd4b39;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.twitter{background: #55acee;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.instagram{background: #517fa4;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.pinterest{background: #bd081c;}
.sec-contact .contact-details .left-contact-form .contact-social-list > li > a .icon.envelope{background: #ff6600;}
.sec-contact .contact-details .right-contact-form{ padding: 0 30px 0;}
.sec-contact .contact-details .right-contact-form .title{font-size: 20px;text-transform: uppercase; color: #212121; letter-spacing: 0.5px; font-weight: 700;font-family: "Arial", sans-serif; border-bottom: 2px solid #ddd; padding-bottom: 10px;}
.sec-contact .contact-details .right-contact-form .sub-title{font-size: 16px; color: #333; margin: 0 0 10px;}
.sec-contact .contact-details .right-contact-form .form-group .control-label{ color: #8e8e8e; font-size: 14px;}
.sec-contact .contact-details .right-contact-form .form-group .input-style .form-control{border: none; border-bottom: 2px solid #eee;padding: 0;}
.sec-contact .contact-details .contact-btn{text-align: right;}
.sec-contact .contact-details .contact-btn .submit{padding: 8px 20px;text-transform: uppercase;font-weight: 700;font-family: "Arial", sans-serif;letter-spacing: 0.5px;font-size: 14px;border-radius: 4px;}
.input-style:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f80808;
    bottom: 0;
    left: 0;
    transform: scale(0,1);
    transform-origin: center;
    transition: all 0.3s ease;
}
.input-style.focused:after {
    transform: scale(1,1);
}
/******************** CONTACT US END *****************/
/******************** LOGIN START *****************/
[class^=colCount] {
    width: 80%;
    margin: 0 auto;
}
section.loginForm .container, section[class^="photographerForm"] .container {
    width: 31.66666666666667%;
    margin: 0 auto;
}
[class^="colCount"] .title {
    width: 100%;
}
[class^=colCount] [class^=colCount] {
    width: 100%;
}
section.loginForm h1, section.signUpForm h1 {
    font-weight: 700;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0 auto 1em;
    width: 65%;
    margin: 0;
    width: 100%;
}
section.loginForm .container input[type="text"], section.loginForm .container input[type="password"], section.loginForm .container input[type="email"], section.loginForm .container select {
    font-weight: 300;
    font-family: Arial, sans-serif;
    color: #0a0000;
    width: 100%;
    padding: 0 0.75em;
    margin: 0;
    height: 2.5em;
    background: #e9e9ea;
    border: solid 1px #d0d0d2;
    font-size: 0.8em;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    height: 3em;
    font-size: 0.9em;
    margin: 1.5em 0 0;
}
section.loginForm .submit, section.signUpForm .submit {
    position: relative;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    background: #f05f42;
    border: solid 0.2em #f05f42;
    color: #fff;
    margin: 2em 0 0;
    padding: 0 2em;
    height: 2.8em;
    line-height: 2.5em;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    cursor: pointer;
    width: 100%;
}
.colCount3 .colCount2 .colSpan1 {
    width: 48%;
    margin-left: 4%;
}
[class^=colCount] [class^=colCount] [class^=colSpan]:first-child, [class^=colCount] [class^=colSpan]:first-child {
    margin-left: 0;
}
section.loginForm a, section.signUpForm a {
    font-size: 0.9em;
    color: #888;
    text-decoration: underline;
}
[class^=colCount] .right {
    float: right;
    text-align: right;
}
.colCount3 .colCount2 .colSpan1 {
    width: 48%;
    margin-left: 4%;
}
[class^="colCount"] [class^="colCount"] [class^="colSpan"]:first-child, [class^="colCount"] [class^="colSpan"]:first-child {
    margin-left: 0;
}
[class^="colCount"] [class^="colSpan"] {
    float: left;
}
.fullRow::after, [class^="colCount"]::after {
    content: "";
    display: table;
    clear: both;
}
.fullRow:after, [class^=colCount]:after {
    content: "";
    display: table;
    clear: both;
}
/******************** LOGIN END *****************/
/******************** DASHBOARD START *****************/
section [class^="tileSelect"] .tile {
    display: block;
    float: left;
}
section .tileSelect3Col .tile {
    width: 31.666666666666667%;
    margin: 0 0 0 2.5%;
}
section .tileSelect3Col .tile:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0;
}
section [class^="tileSelect"] .imgWrapper {
    display: block;
    width: 100%;
    position: relative;
    background: #000;
    margin-bottom: 1em;
}
section [class^="tileSelect"] .tile img {
    border: solid 1px #d0d0d2;
}
section [class^="tileSelect"] .imgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
section [class^="tileSelect"] .tile .overlay {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #ec1c38;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
section.members > .colCount4 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
section.members .colCount4 aside {
    background: #e9e9ea;
    padding: 2.5em 2% 3.5em 10%;
    width: 34%;
}
[class^=colCount] [class^=colCount] [class^=colSpan]:first-child, [class^=colCount] [class^=colSpan]:first-child {
    margin-left: 0;
}
section.members .categories {
    padding: 3.5em 10% 3.5em 0;
    width: 64%;
    float: right;
}
section.members aside table + .getStarted {
    margin-top: 2em;
}
/* Dashboard */
section.members h1, section.editors h1 { width: 100%; margin-bottom: 0.5em; }
section.members > .colCount4 { width: 100%; display: -ms-flexbox; display: flex; }
section.members .title .colCount4 { width: 100%; }
section.members .categories p, section.members .categories ul:not(.checkboxLoop3Col), section.members .categories ol { font-size: 0.85em; line-height: 1.5em; }
section.members .colCount4 aside { background: #e9e9ea; padding: 2.5em 2% 3.5em 10%; width: 34%; }
section.members aside h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 40px 0 20px;
}
section.members aside h2 ~ h2 { margin-top: 1.5em; }
section.members aside p, section.members aside ol li span.copy, section.members .categories .itemHeight p { font-size: 0.85em; line-height: 1.6em; display: block; }
section.members aside h3, section.members aside ol li span.head, section.members .categories .itemHeight h3, section.members .tileSelect3Col .tile h3 { font-weight: 700; font-family: "Arial", sans-serif;text-transform: uppercase; display: block; font-size: 1em; letter-spacing: 0.04em; margin: 1em 0 -0.25em; }
section.members aside ol li span.head, section.members .categories .itemHeight h3 { color: #f05f42; }
section.members aside h3 { text-transform: none; }
section.members aside h3 {
    font-size: 18px;
    margin: 20px 0 0;
}

section.members h2 + ul, section.members h3 + ul, section.members h4 + ul, section.members h5 + ul, section.members ul:first-child { padding: 0 0 0 1.25em; }
section.members ul { list-style-type: disc; padding: 0 0 0 2.25em; }
section.members ol li, section.members ul li { margin-top: 0.25em; }
section.members ol { list-style-type: none; padding: 0; counter-reset: item; }
section.members ol > li:before { counter-increment: item; content: counters(item, ".")". "; position: absolute; left: 0; }
section.members ol li { padding: 0 0 0 1.75em; position: relative; }
section.members aside ul li { font-size: 0.85em; line-height: 1.6em; }
section.members aside ol { counter-reset: li; list-style-type: none; }
section.members aside ol li {
    line-height: 1.5em;
    margin: 0 0 40px 60px;
    padding: 0 20px 0 12px;
    position: relative;
}
section.members aside ol li:first-child { margin-top: 47px; }
section.members aside ol li:last-child { margin-bottom: 1em; }
section.members aside ol li:before {
    font-size: 46px;
    color: #c6c6c7;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    left: -55px;
    top: -10px;
}
section.members aside ol li span.head {
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 0 0 10px;
    font-size: 20px;
}
section.members aside ol li span.copy {
    font-size: 16px;
}
section.members aside table .actions a:after { content: none; }

section.members aside table + .getStarted { margin-top: 2em; }
section.members aside table { font-size: 0.7em; line-height: 1.1em; }

section.members aside .pushControl, section.members .colCount4 .colSpan3 .slideOutBtn { display: none; }
section.members aside .pushControl + h2 { margin-top: 0; }
section.members aside .desc { line-height: 1.2; }

section.members .dashboard-categories h1 {
    margin-bottom: 0.75em;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
}
/* End Dashboard */

/* Dashboard Tiles */
section.members .dashboardTiles:after { content: ""; display: table; clear: both; }
section.members .dashboardTiles { margin: 0.5em 0 1.8em; }
section.members .dashboardTiles .tile { border: solid 1px #d0d0d2; position: relative; float: left; width: 15%; margin: 0 0 0 2%; }
section.members .dashboardTiles .tile:nth-of-type(6n+1) { clear: left; margin-left: 0; }
section.members .dashboardTiles .tile:nth-of-type(n+7) { margin-top: 2%; }
section.members .dashboardTiles h2 { font-size: 1.3em; margin: 0; color: #0a0000; letter-spacing: 0.01em; }
section.members .dashboardTiles .tile span { display: block; }
section.members .dashboardTiles .tile .mainText { font-size: 0.6em; line-height: 1.1em; padding: 0.6em 0.6em 0.5em; border-bottom: solid 1px #d0d0d2; }
section.members .dashboardTiles .tile .subText { font-size: 1.1em; color: #f05f42; padding: 1.5em 0.5em; text-align: center; }
/* End Dashboard Tiles */

/* New Job Steps */
section.members table .actions a { font-weight: 700; font-family: "Arial", sans-serif;text-decoration: none; cursor: pointer; white-space: nowrap; }

section.members h2, section.editors h2, section.buyCredit h2 { font-size: 1.5em; color: #f05f42; margin: 1em 0 0.5em; }
section.members .nextStep > h2:first-child, section.members .chooseEdits h2 { margin-top: 0; }
section.members .colCount3 .colSpan1 > form { margin-top: 1.5em; }

section.members .uploadFiles { margin: 1.5em 0; }
section.members .uploadFiles .uploadifive-button[style] { margin: 0; }

section .groupImages img, section.members .jobOptionSelect img, section [class^="dragDropTarget"] img, section [class^="currentImages"] img, section .reviewImages img, section.members [class*="editPreview"] img, [class^="thumbnailCount"] img { border: solid 1px #d0d0d2; }
section .groupImages .textSubmit, section.members .jobOptionSelect .textSubmit, section [class^="dragDropTarget"] .textSubmit, section [class^="currentImages"] .textSubmit, section .reviewImages .textSubmit, section.members .editPreview .textSubmit, section.members .userSampleImagesWrapper .textSubmit { font-size: 0.7em; }

section.members #images:after, section.members .imageLoop:after, section.members #images_reference:after { content: ""; display: table; clear: both; }
section .dragDropTarget { padding: 1.5em; }
section.members .currentImages .groupImages:nth-child(8n) { margin-right: 0; }
section.members .currentImages .groupImages:nth-child(1), section.members .currentImages .groupImages:nth-child(2), section.members .currentImages .groupImages:nth-child(3), section.members .currentImages .groupImages:nth-child(4), section.members .currentImages .groupImages:nth-child(5), section.members .currentImages .groupImages:nth-child(6), section.members .currentImages .groupImages:nth-child(7), section.members .currentImages .groupImages:nth-child(8) { margin-top: 0; }
section.members .currentImages .groupImages p, section.members .currentImages .groupImages ul, section.members .reviewImages .groupImages p, section.members .reviewImages .groupImages ul { margin: 0; text-align: center; background: #fff; font-size: 0.9em; line-height: 1.5em; padding: 0.25em 0 0; }
section.members .currentImages .groupImages ul, section.members .reviewImages .groupImages ul { list-style-type: disc; text-align: left; padding: 0 0 0 1.25em; margin-top: 0.75em; }
section.members .currentImages .groupImages ul + h4 , section.members .reviewImages .groupImages ul + h4 { margin-top: 1.25em; }
section.members .currentImages #groupImages { margin-bottom: 0; }
section.members .reviewImages .groupImages .jobTypes ul { background: none; }

section.members .currentImages .groupHover, section.members .currentImages .imageSelected, section.members .jobOptionSelect .colSpan1 { background: #f05f42; overflow: hidden; }
section.members .currentImages .groupHover img, section.members .currentImages .imageSelected img, section.members .jobOptionSelect img { cursor: pointer; -webkit-transition: transform 0.2s ease-in-out; -moz-transition: transform 0.2s ease-in-out; -ms-transition: transform 0.2s ease-in-out; -o-transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; }
section.members .currentImages .groupHover:hover img, section.members .currentImages .imageSelected img, section.members .jobOptionSelect img:hover, section.members .jobOptionSelect .imageSelected img { -webkit-transform: scale(0.94); -moz-transform: scale(0.94); -ms-transform: scale(0.94); -o-transform: scale(0.94); transform: scale(0.94); }

.chooseEdits .editPreviewMobile { display: none; }
.chooseEdits label, section.members .chooseEdits h2 ~ h2 { margin-top: 1em; }
section.members .editPreview img { width: 50%; display: inline-block; vertical-align: top; margin-top: 1.2em; }
section.members .editPreview .grouped { width: 22.75%; margin: 3% 0 0 3%; }
section.members .editPreview .grouped:nth-of-type(4n+1) { margin-left: 0; }

section.members .filter { margin: 0.5em 0 0; }
section.members .filter h2 { font-size: 1.2em; color: inherit; }
section.members .filter h4 { margin: 1em 0 0; }
.chooseEdits .filter > h3 { font-weight: 400; font-size: 0.75em; letter-spacing: 0.04em; color: #f05f42; padding: 0.75em 0; text-align: right; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.chooseEdits .filter > h3:hover { color: #0a0000; }
.chooseEdits .filter > h3 i { font-size: 0.9em; }

.chooseEdits .filterContent { margin: 1.5em 0; width: 30.4em; }
.chooseEdits .filterContent .example { margin: 0 0 1.5em; }
.chooseEdits .filterContent p, .chooseEdits .filterContent ul, .chooseEdits .filterContent ol { font-size: 0.85em; line-height: 1.5em; }
.chooseEdits + .colCount2 { margin-top: 1.8em; }

/*section.reviewOrder .reviewImages .groupImages, section.viewJob .reviewImages .groupImages { width: 15%; margin: 2em 2% 0 0; float: left; }
section.reviewOrder .reviewImages .groupImages:nth-child(1), section.reviewOrder .reviewImages .groupImages:nth-child(2), section.reviewOrder .reviewImages .groupImages:nth-child(3), section.reviewOrder .reviewImages .groupImages:nth-child(4), section.reviewOrder .reviewImages .groupImages:nth-child(5), section.reviewOrder .reviewImages .groupImages:nth-child(6), section.viewJob .reviewImages .groupImages:nth-child(1), section.viewJob .reviewImages .groupImages:nth-child(2), section.viewJob .reviewImages .groupImages:nth-child(3), section.viewJob .reviewImages .groupImages:nth-child(4), section.viewJob .reviewImages .groupImages:nth-child(5), section.viewJob .reviewImages .groupImages:nth-child(6) { margin-top: 0; }
section.reviewOrder .reviewImages .groupImages:nth-child(6n), section.viewJob .reviewImages .groupImages:nth-child(6n) { margin-right: 0; }
section.reviewOrder .reviewImages .groupImages:nth-child(6n+1), section.viewJob .reviewImages .groupImages:nth-child(6n+1) { clear: left; } – removed 14/03/19*/

section.members .optionsToAll { margin-top: 0.5em; }
section.members .categories .comments { margin: 1.5em 0 0; }

section.members .emailWrapper .remove { float: left; background: none; border: 0; margin: 3.3em 0 0 1em; padding: 0; color: #000; font-size: 0.9em; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; cursor: pointer; }
section.members .emailWrapper .remove:hover, section.members .emailTemplate .remove:focus { color: #f05f42; }
section.members .addEmail { display: block; }
/* End New Job Steps */

/* Custom Quotes */
section.customQuotes ul.customQuoteFiles { font-size: 0.9em; line-height: 1.6em; margin-bottom: 1.5em; }
section.customQuotes ul.customQuoteFiles:last-child { margin-bottom: 0; }

section.customQuotes .submit { margin: 0.5em 0 0; }
section.customQuotes .uploadifive-button[style] { margin-bottom: 0; margin-right: 1em; }

section.customQuotes .quoteComments .inlineLink { line-height: 1em; display: inline-block; vertical-align: super; position: relative; float: right; font-size: 0.8em; top: 0.75em; color: #999; }
section.customQuotes .quoteComments .Admin, section.customQuotes .quoteComments .Customer, section.customQuotes .quoteComments .adminToCustomer { width: 100%; padding: 1.25em; margin-bottom: 1em; }
section.customQuotes .quoteComments .Customer { background: #e5f7fc; }
section.customQuotes .quoteComments .Admin { background: #f8f8f8; }
section.customQuotes .quoteComments .adminToCustomer { background: #eee; }
section.customQuotes .quoteComments p.comment { margin-bottom: 0; }
section.customQuotes .dragDropTarget { margin-top: 1.75em; min-height: 2em; }
section.customQuotes .btnRow .uploadifive-button[style] { margin-top: 0; height: 3em!important; line-height: 3em!important; font-size: 0.9em; }
section.customQuotes .addComments { margin-bottom: 2.5em; }
section.customQuotes .quoteComments { margin-top: 4em; margin-bottom: 3.5em; }
section.customQuotes .colCount4 + .colCount3 { margin-top: 1.25em; }

section.customQuotes .jobViewWrapper p { font-size: 0.9em; line-height: 1.6em; }
section.customQuotes .jobViewWrapper:after { content: ""; display: table; clear: both; }
section.customQuotes .jobViewWrapper .loopItem { width: 48.5%; margin-left: 3%; float: left; }
section.customQuotes .jobViewWrapper .loopItem:nth-of-type(2n+1) { margin-left: 0; clear: left; }
section.customQuotes .jobViewWrapper .loopItem:nth-of-type(n+3) { margin-top: 3%; }
section.customQuotes .jobOptions h2 { margin-top: 0; }
/* End Custom Quotes */
.dashboard-categories  {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}
.dashboard-categories .row-reason > div {
    margin-bottom: 30px;
}
.dashboard-categories .thumb {
    background: #FFF;
}
.dashboard-categories .thumb > a {
    display: block;
}
.dashboard-categories .thumb img {
    max-width: 100%;
}
.dashboard-categories .thumb .title {
    color: #f05f42;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
}
.dashboard-categories .thumb .title a {
    color: #f05f42;
}
.color-main {
    color: #f05f42;
}
.color-link {
    color: #0070ba;
}
.text-underline {
    text-decoration: underline;
}
.font-bold-20 {
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 20px;
}
.dashboard-categories .thumb .desc {
    padding: 0 10px 10px;
    margin: 0;
}
.dashboard-categories .price {
    margin: 5px 0 0;
    padding: 10px;
    background: #fff;

}
.dashboard-categories .price .pull-left {
    font-weight: bold;
    font-family: "Arial", sans-serif;
}
.dashboard-categories .price .pull-right a {
    text-transform: uppercase;
    color: #000;
}
.membersJobSteps, .membersJobSteps .left-sidebar {
    background: #eaebed;
}
.membersJobSteps .left-sidebar {
    flex: 0 0 32%;
    max-width: 32%;
}
.membersJobSteps .left-sidebar aside {
    padding: 28px 5px 28px 0;
    margin-left: 5px;
}
.membersJobSteps .right-main {
    background: #f3f3f5;
    z-index: 1;
    flex: 0 0 68%;
}
.membersJobSteps .background-overlay {
    background: #f3f3f5;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    left: auto;
    bottom: 0;
    z-index: 0;
}
.membersJobSteps.job-info .right-main, .membersJobSteps.job-info .background-overlay {
    background: #FFF;
}
/******************** DASHBOARD END *****************/
/******************** BUY CREDIT START *****************/
.form-buy-credit .form-inline button {
    margin-right: 5px;
    padding: 6px 10px;
    background: #FFF;
    border: 1px solid #bbb;
    outline: none;
}
.form-buy-credit .form-inline button.active {
    background: #f05f42;
    border-color: #f05f42;
    color: #FFF;
    font-weight: bold;

}
.form-buy-credit .form-inline input {
    margin-right: 5px;
}
.form-buy-credit #show-total {
    color: #f05f42;
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
}
.form-buy-credit #submit_button {
    background: #012169;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    border: 0 none;
    padding: 10px 100px;
}
/******************** BUY CREDIT END *****************/


/* Updated Members Dashboard */
.uploadifive-button[style] {
    position: relative;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    background: #ec1c38;
    border: solid 0.2em #ec1c38;
    color: #fff;
    margin: 2em 0 0;
    padding: 0 2em;
    height: 2.8em;
    line-height: 2.5em;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    cursor: pointer;
}
.uploadifive-button[style] {
    height: 2.8em!important;
    line-height: 2.8em!important;
    font-size: 0.8em;
    width: 12em!important;
    margin: 1em 0;
    color: #272a35;
    background: #e9e9ea;
    border: 1px solid #ced4da;
}
section.membersJobSteps { padding: 0; }
section.members h1 .jobTitle { display: block; font-size: 0.4em; margin: 0.5em 0 0; letter-spacing: 0.04em; line-height: 1.2em; color: #272a35; }

section .dragDropTarget, section .dragDropTarget_reference, section .dragDropTargetSingle { padding: 1.5em 1.5em 1em; border: solid 1px #9ca5ab; min-height: 8em; margin: 0.75em 0 0; }
section.members .dragDropTargetSingle .currentImages .errorMessages { margin-top: 1em; }
section .dragDropTarget h3, section .dragDropTarget_reference h3, section .dragDropTargetSingle h3 { background: #fff; color: #9ca5ab; font-size: 0.9em; width: 9.5em; text-align: center; }
section .dragDropTarget h3:first-child, section .dragDropTarget_reference h3:first-child, section .dragDropTargetSingle h3:first-child { margin: -2.25em 0 0; }
section .uploadifiveNoDrag { margin: 0 0 1.75em; }

section.members .currentImages .image { position: relative; width: 18.4%; margin: 2% 0 0 2%; float: left; }
section.members .currentImages .image:nth-of-type(5n+1) { margin-left: 0; clear: left; }

section.members .currentImages .image img {
    width: 100%;
}
section.members .imageGroupControls { padding: 0.5em 0; background: #fff; }
section.members .imageGroupControls a { display: block; background: #fff; margin: 0; text-align: center; line-height: 1.4em; }
section.members .dragDropTargetSingle .imageGroupControls + .errorMessages { margin-top: 0; }
section.members .currentImages .filter { margin: 1em 0 0; }

section.members .currentImages .errorOverlay { background: #fff; width: 100%; text-align: center; margin: 0; padding: 0.6em; }
section.members .currentImages .errorOverlay a { font-size: 0.7em; line-height: 1.4em; text-decoration: none; }
section.members .currentImages .errorOverlay .head { margin: 0 0 0.25em; color: #ba193b; font-weight: 700;font-family: "Arial", sans-serif; }
section.members .currentImages .errorOverlay .text { display: block; color: #ba193b; text-decoration: underline; margin: 0.5em 0 0; }

.reviewImagesSingle { margin: 2.5em auto 3em; }
section.members .reviewImagesSingle .groupImages { position: relative; width: 15%; margin-left: 2%; float: left; }
section.members .reviewImagesSingle .groupImages:nth-of-type(6n+1) { margin-left: 0; clear: left; }
section.members .reviewImagesSingle .groupImages:nth-of-type(n+7) { margin-top: 2%; }
section.members .reviewImagesSingle .groupImages p { background: #fff; margin: 0; text-align: center; font-size: 0.8em; line-height: 1.4em; }

section.reviewOrder .reviewImages .image { position: relative; width: 18.4%; margin: 2% 0 0 2%; float: left; }
section.reviewOrder .reviewImages .image:nth-of-type(5n+1) { margin-left: 0; clear: left; }
section.reviewOrder .reviewImages .image:nth-child(-n+5) { margin-top: 0; }
section.reviewOrder .reviewImages .colCount2, section.reviewOrder .reviewImages .colCount3 { margin: 2.5em 0; padding: 0 10%; width: 100%; }
section.reviewOrder .reviewImages .colCount2:nth-of-type(even), section.reviewOrder .reviewImages .colCount3:nth-of-type(even) { padding: 2.5em 10% 3em; background: #e9e9ea; margin: 0; }
section.reviewOrder .reviewImages .colCount2:nth-of-type(even) + .btnRow, section.reviewOrder .reviewImages .colCount3:nth-of-type(even) + .btnRow { width: 100%; padding: 0 10% 3em; background: #e9e9ea; margin-top: 0; }
section.reviewOrder .reviewImages > .btnRow:last-of-type { padding-bottom: 3em; }
section.reviewOrder .reviewImages .colCount3 h2 { margin-top: 0; }
section.reviewOrder .reviewImages .colCount3 .editedReviewImage { width: 80%; float: none; }
section.reviewOrder .reviewImages .colCount3 .editedReviewImage h3 { margin-top: 1.5em; }
section.reviewOrder .reviewImages .colCount3 .editedReviewThumbWrapper { margin-top: 1em; }
section .jobOptions p, section .jobOptions ul, section.reviewOrder .reviewImages p, section.reviewOrder .reviewImages ul { /*background: none;*/ font-size: 0.9em; line-height: 1.6em; }
section.reviewOrder .jobOptions h2:first-child, section.myDetails .colCount4:first-of-type h2:first-child { margin-top: 0; }
section.reviewOrder .jobOptions .colSpan1 form { margin-top: 0; }
section.reviewOrder .jobOptions .errorMessages { margin-top: 0; padding: 0.75em; }
section.reviewOrder .jobOptions .errorMessages { font-size: 0.8em; line-height: 1.4em; }

section.reviewOrder .editedReviewWrapper:after { content: ""; display: table; clear: both; }
section.reviewOrder .editedReviewImage { width: 48.5%; float: left; }
section.reviewOrder .editedReviewImage:nth-of-type(2) { margin-left: 3%; }
section.reviewOrder .editedReviewImage h2 { margin-top: 0; }
section.reviewOrder .copywritePDF { margin-top: 0.5em; }
section.reviewOrder .editedReviewImage .editedReviewThumbWrapper { margin: 1.5em 0 0; }
section.reviewOrder .editedReviewThumbWrapperOuter { width: 48.5%; margin-left: 3%; float: left; }
section.reviewOrder .editedReviewThumbWrapper { content: ""; display: table; clear: both; }
section.reviewOrder .editedReviewThumbWrapper .thumb { width: 47.5%; margin: 5% 0 0 5%; float: left; }
section.reviewOrder .editedReviewThumbWrapper .thumb:nth-of-type(2n+1) { margin-left: 0; }
section.reviewOrder .editedReviewThumbWrapper .thumb:nth-of-type(1), section.reviewOrder .editedReviewThumbWrapper .thumb:nth-of-type(2) { margin-top :0; }
section.reviewOrder .editedReviewWrapper .textSubmit { text-align: center; display: block; margin-top: 0.8em; }
section.reviewOrder .emailMessage { margin-bottom: 1.5em; }

section [class^="thumbnailCount"] .textSubmit { text-align: center; display: block; margin-top: 0.8em; font-size: 0.7em; }
section [class^="thumbnailCount"]:after { content: ""; display: table; clear: both; }
section [class^="thumbnailCount"] .thumb { float: left; }
section .thumbnailCount6 .thumb { width: 15%; margin: 2% 0 0 2%; }
section .thumbnailCount6 .thumb:nth-of-type(6n+1) { clear: left; margin-left: 0; }

section.members.reviewOrder { padding-bottom: 0; }
/*section.buyCredit .totalJobCost { margin: 0 0.8em 0 0; }*/

section.members .groupContainer { width: 100%; clear: both; display: inline-block; }
section.members .groupContainer h4.dividerHead { color: #9ca5ab; margin: 1em 0 0; text-align: center; overflow: hidden; letter-spacing: 0.04em; }
section.members .groupContainer h4.dividerHead:before, section.members .groupContainer h4.dividerHead:after { background-color: #fff; content: ''; display: inline-block; height: 2px; position: relative; vertical-align: middle; width: 50%; margin-top: -0.25em; border-top: solid 1px #9ca5ab; }
section.members .groupContainer h4.dividerHead:before { right: 0.5em; margin-left: -50%; }
section.members .groupContainer h4.dividerHead:after { left: 0.5em; margin-right: -50%; }
section.members .groupContainer .image .errorOverlay .divider { margin: 1.25em auto 1em; }

section.members .dragDropTarget .divider, section.members .dragDropTarget_reference .divider { margin-bottom: 0.25em; }
section.members .dragDropTarget .divider + .image, section.members .dragDropTarget_reference .divider + .image { margin-left: 0; }

section.membersNewSteps input[type="checkbox"] + label:before { margin-bottom: 0.75em; }

section.members .content + .jobHeading { margin-top: 1.5em; }
section.members .inlineInput { display: inline-block; vertical-align: top; width: 19em; margin-right: 1em; margin-bottom: 0; }
section.members .inlineInput + .submit { vertical-align: top; height: 2.5em; line-height: 2.25em; font-size: 0.8em; margin: 0; }
section.members .jobSelect + .nextStep { margin-top: 1.5em; }
section.members .jobHeading input, section.members .jobHeading select { margin-bottom: 0; }
section.members .jobHeading .colCount { width: 100%; margin-bottom: 1.5em; }
section.members .jobHeading input[type="number"] { width: 5em; }
section.members .jobHeading .colCount2 + .colCount { margin-top: 1em; }
section.members .nextStep .noMoreEdits { margin-top: 0; font-size: 0.8em; margin: -1em 0 1.5em; }

section.reviewOrder h2 span.inlineLink { font-size: 0.5em; line-height: 1em; display: inline-block; vertical-align: super; position: relative; top: 0.35em; margin-left: 0.75em; }
section.reviewOrder h2 span.inlineLink a { color: #ba193b; text-decoration: none; letter-spacing: 0.04em; }
section.reviewOrder h2 span.inlineLink a:hover { color: #000; }

section.members .stepCounter { border: solid 1px #9ca5ab; display: inline-block; font-size: 0.9em; letter-spacing: 0.03em; padding: 0.25em 0.75em; margin-top: 0.5em; font-weight: 700; font-family: "Arial", sans-serif;text-transform: uppercase; }
section.members .stepCounter span.count { margin-left: 0.5em; }
section.members .stepCounter span.verticalDivider { margin: 0 0.5em; }

section.members .hdrBracketing .right { margin-top: 1.1em; position: relative; }
section.members .hdrBracketing input[type="checkbox"] + label { font-size: 0.9em; letter-spacing: 0.03em; margin: 0; font-weight: 700; font-family: "Arial", sans-serif;text-transform: uppercase; pointer-events: none; position: relative; }
section.members .hdrBracketing input[type="checkbox"] + label:before { content: ''; margin: 0; width: 0; }
section.members .hdrBracketing input[type="checkbox"] + label:after { font-family: 'FontAwesome'; content: "\f096"; display: inline-block; font-size: 1.5em; color: #ec1c38; width: 2em; vertical-align: top; margin-top: 0.05em; pointer-events: all; }
@media all and (-ms-high-contrast:none) { *::-ms-backdrop, section.members .hdrBracketing input[type="checkbox"] + label:after { position: relative; } } /* IE11 Fix */
section.members .hdrBracketing input[type="checkbox"]:checked + label:after { content: "\f046"; }
section.members .hdrBracketing span.checkboxBlock { width: 72%; }
section.members .hdrBracketing i.popupTrigger { position: absolute; top: 0.15em; right: 1.9em; margin-left: 0; font-size: 0.9em; cursor: pointer; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
section.members .hdrBracketing i.popupTrigger:hover { color: #ec1c38; }

section.members .chooseEdits textarea { width: 100%; margin: 0.5em 0 1em 0; }

section.members .jobOptionSelect .colCount6 .colSpan1 { width: 15%; margin: 2% 2% 0 0; }
section.members .jobOptionSelect .colCount6 .colSpan1:nth-child(6n) { margin-right: 0; }
section.members .jobOptionSelect .colCount6 .colSpan1:nth-child(6n+1) { clear: left; }
section.members .jobOptionSelect .colCount6 .colSpan1 p { background: #fff; margin: 0; text-align: center; padding: 0.25em 0 0; }

section.members .upsellWrapper { width: 40%; }
section.members .upsellWrapper .checkboxLabelWrapper, section.members .upsellWrapper .selectLabelWrapper { margin: 1em 0 0; }
section.members .upsellWrapper input[type="checkbox"] + label:before { margin: 0; }
section.members .upsellWrapper label:last-child { margin-bottom: 0; }

section.members .imageSelection { font-weight: 700; font-family: "Arial", sans-serif;text-transform: uppercase; font-size: 1.3em; line-height: 1.3em; margin: 1em 0 0; }
section.members .imageSelection i { font-size: 0.6em; margin-left: 0.2em; }
section.members .imageSelection .highlight { font-size: 0.8em; position: relative; top: -0.2em; }
section.members .imageSelection .highlight + i { margin-left: -0.2em; }

.step-info {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    font-size: 23px;
    text-decoration: underline;
    color: #f05f42;
    margin: 20px 0;
}
.membersJobSteps h3.job-title, .page-content h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 15px 0 5px;
}
.page-content h3.no-margin-bot {
    margin-bottom: 0;
}
.page-content div.paragraph {
    margin-top: 8px;
}
.page-content h3.showMessage {
    cursor: pointer;
    margin: 15px 0 5px;
}
span.btn:not([disabled]):not(.disabled) {
    cursor: initial;
}
span.btn-danger:not([disabled]):not(.disabled).active,
span.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background: transparent;
    cursor: initial;
    color: #f05f42;
    border-color: #f05f42;
}
span.btn-danger:hover {
    border-color: #f05f42;
}
.membersJobSteps h3.job-title label {
    margin: 0;
}
.highlight {
    color: red;
}
.list-job-style {
    display: flex;
}
.list-job-style .style-item {
    /*float: left;*/
    /*width: 160px;*/
    text-align: center;
    margin-right: 13px;
}
.list-job-style .style-item:last-child {
    margin-right: 0;
}

.list-job-style .style-item span {
    border: 1px solid #d0d0d2;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
}
.list-job-style .style-item img {

    max-width: 100%;
}
.list-job-style .style-item.active span {
    border: 4px solid #f05f42;
    padding: 0;
}
.list-job-style .style-item .title {
    color: #f05f42;
    font-size: 14px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    margin: 0;
}
.list-job-style .style-item .price {
    color: #f05f42;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.list-job-style .style-item .view-more a {
    font-size: 13px;
    color: #666666;
}
.img-full-width {
    width: 100%;
    display: block;
}
.page-content .message-content ul, .message-content ul {
    list-style-type: none;
}



.membersJobSteps .pre-note {
    color: #828284;
}
.membersJobSteps .pre-note h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}
.membersJobSteps .custom-info h4 {
    font-weight: 700;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
}
.membersJobSteps .custom-info h4 label {
    margin: 0;
}
/* End Updated Members Dashboard */

/* Login & Sign Up Forms */
section.loginForm h1, section.signUpForm h1 { margin: 0; width: 100%; }
section.signUpForm h2 { margin: 0; }
section.loginForm .title a { text-decoration: underline; }
section.loginForm .title p { margin: -0.5em 0 1em; }
section.loginForm .container, section[class^="photographerForm"] .container { width: 31.66666666666667%; margin: 0 auto; }
section.loginForm .submit, section.signUpForm .submit { width: 100%; }
section.loginForm .container input[type="text"], section.loginForm .container input[type="password"], section.loginForm .container input[type="email"], section.loginForm .container select { height: 3em; font-size: 0.9em; margin: 1.5em 0 0; }
section.loginForm a, section.signUpForm a { font-size: 0.9em; color: #888; text-decoration: underline; }
section.loginForm a:hover, section.loginForm a:focus, section.signUpForm a:hover, section.signUpForm a:focus { color: #ec1c38; }

section.signUpForm form { margin: 1em 0 0; }
section.signUpForm .container, section.signUpPromo .colCount { width: 50%; margin: 0 auto; }
section.signUpForm .container input[type="text"],
section.signUpForm .container input[type="email"],
section.signUpForm .container input[type="password"],
section.signUpForm .container input[type="number"],
section.signUpForm .container input[type="date"],
section.signUpForm .container select,
section.signUpForm .container textarea {
    font-weight: 300;
    font-family: Arial, sans-serif;
    color: #0a0000;
    width: 100%;
    padding: 0 0.75em;
    margin: 0;
    height: 2.5em;
    background: #e9e9ea;
    border: solid 1px #d0d0d2;
    font-size: 0.8em;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
section.signUpForm .container input[type="text"], section.signUpForm .container input[type="password"], section.signUpForm .container input[type="email"], section.signUpForm .container select, section.buyCredit .container input[type="text"], section.buyCredit .container select { font-size: 0.8em; }
section.signUpForm .signUpHeaderImage { margin: 0 0 2.5em; }
section.signUpForm form label {
    font-size: 0.85em;
    width: 100%;
    display: block;
    margin: 1.25em 0 0.5em;
    line-height: 1.3em;
}
section .errorMessages {
    margin: -1em auto 1.5em;
    padding: 1em 0.75em;
    border: solid 1px #ba193b;
}
section .errorMessages h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #ba193b;
}
section .errorMessages i {
    color: #ba193b;
}
section .errorMessages p, section .errorMessages ol, section.members .categories .errorMessages p, section.members .categories .errorMessages ol {

    font-size: 0.8em;
    line-height: 1.4em;

}
section .errorMessages ol {

    list-style-type: none;
    padding: 0;
    counter-reset: item;

}
section .errorMessages ol li {
    margin-top: 0.25em;
}
section .errorMessages ol li {

    padding: 0 0 0 1.75em;
    position: relative;

}
section .errorMessages ol > li::before {

    counter-increment: item;
    content: counters(item, ".")". ";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-family: "Arial", sans-serif;

}
/* End Login & Sign Up Forms */
.slick-slide img {
    max-width: 100%;
}
/** HOW TO WORKS */
#how-it-works.module {
    padding: 0;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 32px;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: all .35s;
    -webkit-transition: all .35s;
    opacity: 0;
    border: 0 none;
    background: transparent;
    color: #f05f42;
    cursor: pointer;
    outline: 0;
    margin-top: -25px;
}
.slick-prev.slick-arrow {
    left: 50px;
}
.slick-next.slick-arrow {
    right: 50px;
}
#mcs_homeslider .mcs_content, #mcs_homeslider .mcs_img {
    width: 50%;
}
#mcs_homeslider .mcs_item {
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    outline: 0;
}
#mcs_homeslider.mcs_grey .mcs_content {
    width: 50%;
    background: #f3f3f5;
    min-height: 425px;
}
#mcs_homeslider .mcs_paragraph {
    max-width: 450px;
    margin: 0 auto;
    padding: 100px 15px 100px;
}
#mcs_homeslider .mcs_paragraph h4 {
    line-height: 30px;
    text-transform: uppercase;
    color: #444;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
}
#mcs_homeslider .mcs_paragraph img {
    display: inline-block;
    margin: 0 0 30px;
}
#mcs_homeslider .mcs_paragraph p {
    line-height: 25px;
    font-size: 16px;
    margin: 0 0 30px;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}
#mcs_homeslider .slick-dots {
	bottom: 50px;
    max-width: 50%;
}
#mcs_topslider .slick-dots {
    text-align: left;
    padding-left: 1%;
}
#mcs_topslider .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px;
    background: #d0d0d0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
    background: #f05f42;
    transition: all .35s;
    -webkit-transition: all .35s;
}
.slick-slider:hover .slick-next.slick-arrow, .slick-slider:hover .slick-prev.slick-arrow {
    opacity: 1;
}

.site-header {
    /*position: fixed;*/
    /*z-index: 999;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.site-contact {
    background: #444;
    position: relative;
    z-index: 11;
}
.site-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-contact ul li {
    font-size: 0.875rem;
    color: #fff;
    float: left;
    height: 1.875rem;
    line-height: 1.875rem;
}
.site-contact ul li + li {
    margin-left: 1.5625rem;
}


.site-contact ul li a {
    color: #333;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mainImageInstruction .instructionFrame textarea {
    min-height: 120px;
}
.mainImageInstruction.furnitureYourself .instructionFrame textarea {
    min-height: 201px;
}
.mainImageInstruction .instructionFrame h5 i {
    display: none;
}
.mainImageInstruction.furnitureYourself .roomOrAreaFrame,
.mainImageInstruction.furnitureYourself .jobStyleFrame {
    display: none;
}
.mainImageInstruction.furnitureYourself .instructionFrame h5 i {
    display: inline;
}

section.members .listOptions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.listOptions ul li {
    display: inline-block;
    margin-right: 20px;
}
.listOptions ul li button {
    padding: 5px 20px;
    font-weight: 700;
}
.opacity50 {
    opacity: 0.5;
    line-height: 1.1;
}
.button--big {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
    padding: 20px 0;
}

div.user_avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0 0 8px 3px #B8B8B8;
    position: relative;
    display: inline-block;
}

div.user_avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

div.user_avatar span {
    position: absolute;
    top: 20px;
    right: -7px;
    border: 1px solid;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: cornflowerblue;
    box-shadow: 0 0 8px 3px #B8B8B8;
    cursor: pointer;
    text-align: center;
}
div.user_avatar #my_avatar {
    visibility: hidden;
}
.dashboard-item {
    position: relative;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}
.dashboard-item a {
    color: #FFF;
    display: block;
}
.dashboard-item-checking {
    background: #212121;
}
.dashboard-item-urgent,
.dashboard-item-late {
    background: #ed1b24;
}
.dashboard-item-in-progress {
    background: #7f3e98;
}
.dashboard-item-revision {
    background: #3871b8;
}
.dashboard-item-awaiting {
    background: #38c6f4;
}
.dashboard-item-completed {
    background: #0ba14a;
}
.dashboard-item svg, .dashboard-item a i {
    font-size: 40px;
}
.dashboard-item span {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.dashboard-item strong {
    position: absolute;
    top: 18px;
    padding-left: 5px;
}

.left-sidebar, .main-content, .right-sidebar {
    border: 1px solid #ced4da;
}
.main-content {
    border-right: 0 none;
    /*border-left: 0 none;*/
}
.two-column .main-content {
    border-right: 1px solid #ced4da;
}
.left-sidebar .module-header,
.main-content .module-header,
.right-sidebar .module-header {
    border-bottom: 1px solid #ced4da;
    width: 100%;
}
.left-sidebar .module-header, .main-content .module-header, .right-sidebar .module-header {
    border-bottom: 1px solid #ced4da;
    width: 100%;
    margin-bottom: 15px;
}
.left-sidebar .module-header {
    height: 70px;
    margin-bottom: 0;
}
.main-content .module-header {
    height: 70px;
}
.main-content .module-header .pull-left h3 {
    margin-bottom: 2px;
}
.main-content .module-header .pull-left h3 span {
    overflow: hidden;
    display: inline-block;
}
.main-content .module-header .pull-left h3 a {
    max-width: 350px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.right-sidebar .module-header {
    height: 70px;
    text-align: center;
}
.right-sidebar .module-header h2 {
    line-height: 64px;
    font-size: 24px;
}
.right-sidebar ul {
    padding: 0;
    margin-top: 10px;
}
.right-sidebar ul li {
    list-style-type: none;
}
.right-sidebar ul li label {
    margin: 0;
    font-weight: bold;
}
.right-sidebar ul li label i {
    font-style: initial;
}
.job-detail .edit-item .edit-item-content {
    display: none;
}
.job-detail .edit-item.active .edit-item-content {
    display: block;
}
.left-sidebar-frame .module-content, .main-content-frame .module-content, .right-sidebar-frame .module-content {
    overflow-y: scroll;
    height: calc(100vh - 305px);
    width: 100%;
}
body.notification-page .left-sidebar-frame .module-content, body.notification-page .main-content-frame .module-content,
body.job-detail .left-sidebar-frame .module-content, body.job-detail .main-content-frame .module-content,
body.job-detail .right-sidebar-frame .module-content{
    height: calc(100vh - 275px);
}

/*body.notification-page .left-sidebar-frame .module-content, body.notification-page .main-content-frame .module-content {*/
    /*height: calc(100vh - 275px);*/
/*}*/

.block-readonly {
    background: #e9e9ea;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.edit-item-column, .edit-item-column-button {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.edit-item-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(calc(100% - 190px)/2);
    flex: 0 0 calc(calc(100% - 190px)/2);
    max-width: calc(calc(100% - 190px)/2);
}
.edit-item-column.edit-item-column-3d-floor-plan {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
}
.edit-item-column-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.edit-item-column-button .uploadifive-button {
    font-weight: 700;
    font-family: "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: solid 0.2em #e9e9ea;
    padding: 0 2em;
    line-height: 2.5em;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, border 0.4s ease-in-out, color 0.4s ease-in-out;
    cursor: pointer;
    height: 2.8em!important;
    line-height: 2.8em!important;
    font-size: 0.8em;
    width: 12em!important;
    margin: 1em 0;
    color: #272a35;
    background: #e9e9ea;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100px;
    margin-top: -18px;
    border: 1px solid #ced4da;
}
.edit-item-column-button .uploadifive-button input {
    cursor: pointer;
}
.uploadifive-button[style]:hover span,
.edit-item-column-button .uploadifive-button:hover span {
    color: #ef4422;
}
.left-sidebar-frame .module-content {
    width: 100%;
}
#filterNotiType {
    border: 0 none;
    outline: none;
    margin-top: 25px;
}
.left-sidebar .module-header .search-form {
    position: relative;
}
.left-sidebar .module-header .search-form > button {
    border: 0 none;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin-top: 18px;
    font-size: 20px;
    color: #f05f42;
}
#listNotifications {
    padding: 0;
    margin: 0;
    /*overflow-y: scroll;*/
}
#listNotifications li {
    list-style-type: none;
    border-bottom: 1px solid #ced4da;
    padding: 6px 15px;
    color: #000;
}
#listNotifications li:hover {
    background: #f8f9fa;
}
#listNotifications li.active {
    background: #ef4422;
}
#listNotifications li > .pull-left a {
    color: #000;
}
#listNotifications li.not-read {
    font-weight: bold;
}
#listNotifications li.not-read.from-customer > .pull-left a {
    color: #f05f42;
}
#listNotifications li.not-read.from-customer.active > .pull-left a {
    color: #FFFFFF;
}
#listNotifications li > .pull-right i, #listNotifications li > .pull-right svg {
    font-size: 14px;
    color: #ced4da;
}
#listNotifications li > .pull-right .difftime {
    font-size: 11px;
}
#listNotifications li.active a {
    color: #FFFFFF;
}
#listNotifications li.active > .pull-right button, #listNotifications li.active > .pull-right i, #listNotifications li.active > .pull-right svg {
    /*font-size: 14px;*/
    color: #FFFFFF;
}
#listNotifications li button {
    border: 0 none;
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 0 2px;
    color: #ced4da;
}
#listNotifications li.active > .pull-right button, #listNotifications li.active > .pull-right i, #listNotifications li.active > .pull-right svg {
    /*font-size: 14px;*/
    color: #FFFFFF;
}
#listNotifications li > .pull-right button.make_exclamation.active svg, #listNotifications li > .pull-right button.make_exclamation.active i {
    color: #7f3e98;
}
#listNotifications li > .pull-right button.make_question.active svg, #listNotifications li > .pull-right button.make_question.active i {
    color: #3871b8;
}
#listNotifications li > .pull-right button.make_star.active svg, #listNotifications li > .pull-right button.make_star.active i {
    color: #0ba14a;
}


.imageFrameBasic {
    position: relative;
    width: 100%;
    padding-top: calc(calc(100% - 2px)*2/3);
    margin: 10px 0 0;
    min-height: 50px;
    border: 1px solid #d0d0d2;
}
.imageFrameBasic > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.imageFrameBasic > div img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
}
body.notification-page #header,
body.job-detail #header {
    display: none;
}
.progress-bar {
    height: 5px;
    margin-top: 5px;
    background-color: transparent;
}

.countdown1 {
    width: 100px;
    text-align: center;
    display: inline-block;
}
.per_page {
    background: #212121;
    color: #FFF;
}
.color-inherit {
    color: inherit;
}

.dashboard-overview {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
}
.dashboard-overview .overview-item {
    flex: 6;
    margin-right: 10px;
}
.dashboard-overview .overview-item:nth-last-child(1) {
    margin: 0;
}
.uploadifive-queue-item {
    text-align: left;
}
.uploadifive-queue-item .progress {
    height: 5px;
}
body.notification-page #header,
body.job-detail #header {
    display: block;
}
.search-frame.for-sp .search-form {
    display: none;
    margin-top: 10px;
}
.search-frame.for-sp .search-form .form-group {
    margin-bottom: 10px;
}
.search-frame.for-sp .search-form label {
    margin-bottom: 5px;
}
.search-form .search-form-group {
    display: none;
}
.search-form .search-form-frame {
    position: absolute;
    width: 200px;
    right: 0;
    top: 18px;
    display: flex;
    background: #FFFFFF;
}
.search-form .search-form-frame button {
    border: 0 none;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    color: #f05f42;
}
.search {
    width: 64px;
    height: 64px;
    margin: 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}
.search.open {
    width: 140px;
}
.search:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    background-color: #f05f42;
    transition: all 0.5s ease;
    display: none;
}
.search.open:before {
    height: 60px;
    margin: 20px 0 20px 30px;
    position: absolute;
}
.search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: #e9e9ea;
    color: #000;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    visibility: hidden;
}
.open .search-box {
    visibility: initial;
}
.search-button {
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
}
.search-icon {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    border: 3px solid #f05f42;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.open .search-icon {
    margin: 0;
    width: 36px;
    height: 36px;
    border-radius: 60px;
}
.search-icon:before {
    content: "";
    width: 3px;
    height: 15px;
    position: absolute;
    right: -6px;
    top: 11px;
    display: block;
    background-color: #f05f42;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon:before {
    transform: rotate(52deg);
    right: 11px;
    top: 12px;
    height: 16px;
}
.search-icon:after {
    content: "";
    width: 3px;
    height: 15px;
    position: absolute;
    right: -6px;
    top: 11px;
    display: block;
    background-color: #f05f42;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon:after {
    transform: rotate(-230deg);
    right: 11px;
    top: 3px;
    height: 16px;
}
@media (max-width: 1599px) {
    /*.referenceImagesUpload .main-images > div, .message-body .message-images > div {*/
        /*width: 150px;*/
    /*}*/
    /*.referenceImagesUpload .main-images > div:nth-child(5n+5), .message-body .message-images > div:nth-child(5n+5) {*/
        /*margin-right: 10px;*/
    /*}*/
}


/* The actual timeline (the vertical ruler) */
.timeline_frame {
    background-color: #474e5d;
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 30px;
    margin-left: -3px;
}

/* Container around content */
.timeline__container {
    padding: 10px 30px;
    position: relative;
    background-color: inherit;
    /*width: 50%;*/
}

/* The circles on the timeline */
.timeline__container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeline__left {
    left: 0;
}

/* Place the container to the right */
.timeline__right {
    left: 30px;
    width: calc(100% - 25px);
}

/* Add arrows to the left container (pointing right) */
.timeline__left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline__right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 17px;
    width: 0;
    z-index: 1;
    left: 21px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline__right::after {
    left: -13px;
}

/* The actual content */
.timeline__container__content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

table.table-handover {
    border: 0 none;
}
table.table-handover th, table.table-handover td {
    border: 0 none;
}
table.table-handover td > div {
    border-bottom: 1px solid #ced4da;
    height: 37px;
    line-height: 36px;
}
table.table-handover th > div {
    border-bottom: 1px solid #212529;
    height: 37px;
    line-height: 36px;
}

table.table-handover input.form-control,
table.table-handover select.form-control {
    border: 0 none;
    /*border-bottom: 1px solid #ced4da;*/
    color: #212529;
}
table.table-handover select.form-control {
    -webkit-appearance: none;
    height: auto !important;
    background: url(../images/arrow-right_16x16.png) no-repeat 100% 50%;
}
table.table-handover select.form-control::-ms-expand {
    display: none;

}
table.table-handover tr.status_done input.form-control,
table.table-handover tr.status_done select.form-control {
    border: 0 none;
    /*border-bottom: 1px solid #ced4da;*/
    color: #ced4da;
}
.page-content table.table-handover ul {
    list-style-type: none;
}

li.instructionFrame span.instructionText,
.reworkInfoFrame span.reworkInfoText,
.noteExtraRequestFrame span.noteExtraRequestText {
    visibility: visible;
    display: block;
}
li.instructionFrame span.instructionInput,
.reworkInfoFrame span.reworkInfoInput,
.noteExtraRequestFrame span.noteExtraRequestInput {
    visibility: hidden;
    display: none;
}
li.instructionFrame.showEditor span.instructionText,
.reworkInfoFrame.showEditor span.reworkInfoText,
.noteExtraRequestFrame.showEditor span.noteExtraRequestText {
    visibility: hidden;
    display: none;
}
li.instructionFrame.showEditor span.instructionInput,
.reworkInfoFrame.showEditor span.reworkInfoInput,
.noteExtraRequestFrame.showEditor span.noteExtraRequestInput {
    visibility: visible;
    display: block;
    margin: 10px 0;
}
li.instructionFrame.showEditor span.instructionInput .group-btn,
.reworkInfoFrame.showEditor span.reworkInfoInput .group-btn,
.noteExtraRequestFrame.showEditor span.noteExtraRequestInput .group-btn {
    margin: 10px 0;
}
li.instructionFrame.showEditor span.instructionInput textarea,
.reworkInfoFrame.showEditor span.reworkInfoInput textarea,
.noteExtraRequestFrame.showEditor span.noteExtraRequestInput textarea {
    min-height: 200px;
}
.right-sidebar-frame .table-vinaphoto thead th, .right-sidebar-frame .table-vinaphoto tbody td {
    padding: 2px;
    font-size: 14px;
}
.right-sidebar-frame .table-vinaphoto thead tr {
    background: #fafafa;
    color: #212529;
}
.notifyInfo.has-unread i.fa-bell {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    -moz-animation: ring 2s ease infinite;
}
.notifyInfo li.dropdown-item {
    position: relative;
}
.notifyInfo li.dropdown-item a.notify-item {
    display: block;
}
.notifyInfo li.dropdown-item a.make-unread {
    position: absolute;
    right: 1.5rem;
    bottom: 3px;
    color: #000;
    z-index: 2;
    font-size: 20px;
}
.notifyInfo li.dropdown-item a.notify-item:hover {
    background-color: #f3f3f5;
}
.notifyInfo li.dropdown-item.unread a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}

.user-name.dropdown-toggle::after {
    display: none;
}
.user-top .user-name {
    background: #f3f3f5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 0;
}
.user-top .user-name span {
    position: absolute;
    background-color: #F02849;
    top: -6px;
    left: 29px;
    display: inline-block;
    width: 19px;
    height: 19px;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
}
.user-top .user-info {
    font-size: 16px;
    font-weight: 700;
    font-family: Arial,sans-serif;
}
.notification-page .notifyInfo ul {
    padding: 0 0 20px;
    list-style-type: none;
}
.notification-page .notifyInfo ul li.notify-frame {
    margin-bottom: 5px;
    position: relative;
}
.notification-page .notifyInfo ul li.notify-frame a {
    display: block;
    padding: 10px 20px;
}
.notification-page .notifyInfo li.notify-frame a.notify-item:hover {
    background-color: #f3f3f5;
}
.notification-page .notifyInfo ul li.notify-frame.unread a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}
.notification-page .notifyInfo li.notify-frame a.make-unread {
    position: absolute;
    right: 0;
    bottom: 3px;
    color: #000;
    z-index: 2;
    font-size: 20px;
}
