/* Case Detailed */

.create-page .tabPanel .blockHeader .title,
.create-page .form-group label i,
.create-page #body_Panel___Add_New_Comment,
.create-page #body_Panel___Administrator_Only,
.create-page .detailBlock .form-group.hidden-xs,
.edit-page #body_Panel___Case_Information_body .hidden-xs,
.create-page .fieldHelp,
.create-page .section .sectionHeader .hideBtn,
.create-page .tabHeader .title,
.create-page .tabHeader .subTitle,
.create-page .tabHeader .mag-icon,
.create-page .tabPanelReturn,
.create-page .mag-icon-biz_briefcase:before,
.create-page #body_Panel>.blockHeader,
.create-page .blockFooter {
    display: none !important;
}

.create-page .siteBody {
    font-family: 'Poppins', sans-serif;
    background: #F8F9FA;
    max-width: 100%;
    padding: 0;
}

.create-page .tabHeader {
    max-width: 1410px;
    padding: 40px 0 70px;
    margin: 0 auto;
}

.create-page .breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.create-page .tabHeader .thLinks {
    display: block;
    font-size: inherit;
    position: relative;
    right: 0;
    top: 0;
}

.create-page .thContents {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    width: 660px;
    margin-top: 30px;
    padding: 50px 45px 50px 35px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.icon-case {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.icon-case .icon {
    width: 47px;
    height: 43px;
    margin-right: 15px;
    background-image: url(../../svg/suitcase.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 3px;
}

.case-cont span,
.icon-case .go-back {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #707070;
}

.edit-page .case-cont br {
    display: none;
}
.edit-page .icon-case {
    align-items: center;
}

.icon-case .go-back {
    display: block;
    font-size: 16px;
    margin-top: 35px;
    width: 100%;
}

.create-page .buttons {
    padding: 0;
    width: 100%;
}

.create-page .buttons .btn {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 10px;
    min-width: 220px;
    height: 45px;
    border: none;
    border-radius: 11px;
    background-color: #54A11F;
    background-image: url(../../svg/button-icon.svg);
    background-position: 93% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all .3s linear;
}

.btn-case .btn:first-child {
    margin-bottom: 20px;
}

.create-page .buttons .btn:hover,
.create-page .buttons .btn:focus {
    background-color: #0B3E66 !important;
    transition: all .3s linear;
}

.create-page .detailBlock,
.edit-page .tabPanel {
    padding: 70px 0 85px;
    background: #FFF;
}

.create-page .section {
    max-width: 1410px;
}

.create-page .section,
.create-page .tabPanel .sectionBody,
.create-page .col-md-6,
.create-page .form-group,
.create-page .form-group .control-label,
.create-page .form-control-static,
.edit-page textarea,
.create-page .col-md-12 {
    height: auto !important;
    min-height: auto;
    padding: 0;
    padding-right:35px;
}

.create-page .panelBodyDetail {}

.create-page .section,
.create-page .relatedLists {
    padding: 60px 30px 115px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
.edit-page #body_Panel___Description__Details {
    padding: 50px 30px 40px;
}
.create-page #body_Panel___Case_Information {
    margin-bottom: 105px;
}

.create-page #body_Panel___Case_Information_body .col-md-6:first-child {
    max-width: 227px;
}

.create-page #body_Panel___Case_Information_body .col-md-6:last-child {
    max-width: 333px;
    margin-left: 195px;
}

.create-page .form-horizontal .form-group {
    margin: 0 auto;
}

.create-page .section .sectionHeader {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    color: #0B3E66;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 35px;
}

.create-page .detailBlock .form-group {
    border: none;
}

.create-page .col-md-6 .form-group:not(:last-child),
.create-page .col-md-12 .form-group:not(:last-child) {
    margin-bottom: 50px;
}

.create-page .form-group .control-label,
.create-page label[for="IsEscalated"] {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #0B3E66;
    margin-bottom: 23px;
}
.edit-page .form-group textarea.form-control,
.create-page .form-control-static {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #707070;
    min-height: 40px;
    min-width: 227px;
    padding: 10px 12px;
    background: rgba(225, 225, 225, .34);
    border-radius: 0 !important;
    border: none !important;
}
.edit-page .form-group textarea.form-control {
    /*min-height: 240px !important;*/
    resize: none;
}
.create-page .form-control-static .pkl-val {
    padding: 0;
    border-radius: 0;
    background: none !important;
}

.create-page .form-control-static .pkl-val:not(.pkl-def-color) {
    font-size: 19px;
    font-weight: 700;
}

.create-page .form-control-static .pkl-val[data-val="Awaiting Customer Feedback"],
.create-page .form-control-static .pkl-val[data-val="New"] {
    color: #0EB1D7;
}

.create-page .form-control-static .pkl-val[data-val="Resolved"] {
    color: #54A11F;
}

.create-page .form-control-static .pkl-val[data-val="In Analysis"] {
    color: #0B3E66;
}

.create-page .form-control-static .pkl-val[data-val="In Progress"] {
    color: #F05123;
}

.create-page:not(.edit-page) #body_Panel___Description__Details {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#body_Panel___Description__Details_body+.sectionHeader {
    margin-top: 75px;
}

#body_Panel___Administrator_Only_body .col-md-12 {
    display: flex;
    flex-wrap: wrap;
}

#body_Panel___Administrator_Only_body .form-group-0 {
    width: 100%;
    margin: 0 0 50px !important;
}

.edit-page #body_Panel___Administrator_Only_body .form-group-0 label {
    margin-bottom: 0 !important;
}

.create-page #body_Panel___Administrator_Only_body .form-control-static,
.edit-page #body_Panel___Administrator_Only_body .form-group:not(.form-group-0) {
    max-width: 227px;
    min-width: 227px;
}
.edit-page #body_Panel___Administrator_Only_body .form-group-last label {
    display: block;
}
.create-page #body_Panel___Administrator_Only_body .col-md-12 .form-group:not(:last-child) {
    margin: 0 45px 0 0;
}

#body_Panel___Administrator_Only_body .checkbox {
    margin: 0;
}

#body_Panel___Description__Details .buttons {
    display: flex;
    margin-top: 30px;
}

#body_Panel___Description__Details .buttons .btn:last-child {
    background-color: #979797;
    margin-left: 20px;
}

.create-page .relatedLists {
    padding: 60px 30px 65px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
    max-width: 1410px;
    margin: -60px auto 0;
}

.create-page .nav-tabs>li>a {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #0B3E66;
    background: none !important;
    border: none !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.create-page .nav-tabs>li:not(:last-child)>a {
    margin-right: 60px;
}

.create-page .nav-tabs>li>a:hover,
.create-page .nav-tabs>li.active>a,
.create-page .nav-tabs>li.active>a:focus,
.create-page .nav-tabs>li.active>a:hover {
    color: #0EB1D7 !important;
}

.create-page .tabPanel .blockHeader .block-col,
.create-page .nav-tabs,
.create-page .relatedLists .tabPanel,
.create-page .relatedLists .tabPanel .blockHeader {
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
}

.create-page .relatedLists .tabPanel {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
}

.create-page #relatedListBody {
    width: 100%;
}

.create-page .relatedLists .relatedListBody {
    padding: 0;
    margin: 45px 0 0;
}

.create-page .table-border-outer,
.create-page .active-border,
.create-page .active-border-alt {
    color: #707070;
    border: none;
    padding: 0;
    border-radius: 0;
}

.create-page .panel-footer {
    background: rgba(225, 225, 225, .34);
    min-height: 92px;
    padding: 25px 15px;
}

.create-page .tabPanel .blockHeader .buttons {
    margin-top: 30px;
}


/* Media Queries */

@media (max-width: 1600px) {
    .create-page .tabHeader {
        padding: 40px 15px 70px;
    }
    /*.create-page .tabHeader,*/
    /*.create-page .section,*/
    /*.create-page .relatedLists {*/
    /*    max-width: 100%;*/
    /*}*/
    .create-page .detailBlock,
    .edit-page .tabPanel {
        padding: 70px 15px 85px;
    }
}

@media (max-width: 1200px) {
    .create-page .tabHeader {
        padding: 30px 15px 45px;
    }
    .create-page .detailBlock,
    .edit-page .tabPanel {
        padding: 45px 15px 50px;
    }
    .create-page .thContents {
        padding: 35px;
    }
    .create-page #body_Panel___Case_Information {
        margin-bottom: 50px;
    }
    .create-page .section,
    .create-page .relatedLists,
    .edit-page #body_Panel___Description__Details {
        padding: 35px 25px 50px;
    }
    .create-page .relatedLists {
        padding: 50px 25px 40px;
    }
}

@media (max-width: 989px) {
    .create-page .thContents {
        padding: 30px 25px;
    }
    .create-page #body_Panel___Case_Information_body .col-md-6 {
        max-width: 45% !important;
    }
    .create-page #body_Panel___Case_Information_body .col-md-6:last-child {
        margin-left: 60px;
    }
    .create-page .form-group .control-label,
    .create-page label[for="IsEscalated"] {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .create-page .col-md-6 .form-group:not(:last-child),
    .create-page .col-md-12 .form-group:not(:last-child),
    #body_Panel___Administrator_Only_body .form-group-0 {
        margin-bottom: 35px !important;
    }
    .create-page .section .sectionHeader {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .create-page #body_Panel___Administrator_Only_body .form-control-static {
        max-width: 100%;
    }
    .create-page #body_Panel___Administrator_Only_body .col-md-12 .form-group:not(:last-child) {
        margin: 0 25px 35px 0;
    }
    #body_Panel___Description__Details_body+.sectionHeader {
        margin-top: 45px;
    }
    #body_Panel___Description__Details .buttons {
        margin-top: 0;
    }
    .create-page .nav-tabs>li:not(:last-child)>a {
        margin-right: 25px;
    }
    .create-page .nav-tabs>li>a {
        font-size: 17px;
    }
    .create-page .relatedLists .relatedListBody {
        margin: 15px 0 0;
    }
    .create-page .panel-footer {
        min-height: 100px;
        padding: 10px 13px;
    }
    .create-page .relatedLists {
        padding: 40px 25px;
    }
}

@media (max-width: 767px) {
    .create-page .tabHeader .thLinks .helpLink {
        display: block;
    }
    .create-page .tabHeader .thLinks span {
        display: none;
    }
    .create-page .breadcrumbs .btn-cont {
        justify-content: center;
        margin-top: 0;
    }
    .create-page .tabHeader .thLinks a {
        text-align: center;
        margin-top: 10px;
    }
    .create-page .tabHeader {
        padding: 25px 15px 35px;
    }
    .create-page .thContents {
        flex-wrap: wrap;
        padding: 25px 20px;
        margin-top: 20px;
        width: 100%;
    }
    .icon-case {
        justify-content: center;
        margin-top: 0;
    }
    .icon-case .go-back {
        margin-top: 25px;
        text-align: center;
    }
    .create-page .btn-case,
    .create-page .detailBlock .form-group {
        width: 100%;
    }
    .create-page .buttons .btn,
    .create-page .nav-tabs>li>a {
        font-size: 15px;
        min-width: 100%;
    }
    .btn-case .btn:first-child {
        margin: 25px 0;
    }
    .create-page .detailBlock,
    .edit-page .tabPanel {
        padding: 35px 15px;
    }
    .edit-page .tabPanel,
    .edit-page #body_Panel___Description__Details {
        margin: 0;
    }
    .create-page .section,
    .create-page .relatedLists,
    .edit-page #body_Panel___Description__Details {
        padding: 25px 20px 35px;
    }
    .create-page .section .sectionHeader {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .create-page .form-group .control-label,
    .create-page label[for="IsEscalated"] {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .create-page .form-control-static,
    .create-page .panel-footer,
    .edit-page .form-group textarea.form-control {
        font-size: 14px;
        min-height: 35px;
        min-width: 100%;
        padding: 10px;
    }
    .create-page .panel-footer {
        min-height: 120px;
    }
    .create-page #body_Panel___Case_Information_body .col-md-6 {
        max-width: 100% !important;
    }
    .create-page #body_Panel___Case_Information_body .col-md-6:last-child {
        margin-left: 0;
    }
    .create-page .col-md-6 .form-group:not(:last-child),
    .create-page .col-md-12 .form-group:not(:last-child),
    #body_Panel___Administrator_Only_body .form-group-0 {
        margin-bottom: 25px !important;
    }
    .create-page .form-control-static .pkl-val:not(.pkl-def-color) {
        font-size: 14px;
    }
    .create-page #body_Panel___Case_Information,
    .create-page #body_Panel___Administrator_Only_body .col-md-12 .form-group:not(:last-child) {
        margin: 0 0 35px 0;
        width: 100%;
    }
    #body_Panel___Description__Details_body+.sectionHeader {
        margin-top: 35px;
    }
    #body_Panel___Description__Details .buttons {
        flex-direction: column;
        margin-top: 30px;
    }
    #body_Panel___Description__Details .buttons .btn:last-child {
        margin: 25px 0 0;
    }
    .create-page .relatedLists {
        margin: -35px auto 0;
    }
    .create-page .nav-tabs {
        display: flex;
        overflow-x: scroll;
        padding-bottom: 12px;
    }
    .create-page .nav-tabs::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .create-page .nav-tabs::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgb(0 0 0 / 12%);
    }
    .create-page .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #0B3E66;
    }
    .create-page .nav-tabs>li>a {
        min-width: max-content;
    }
    .create-page .nav-tabs>li:not(:last-child)>a {
        margin-right: 15px;
    }
    .create-page .attch-grid-compact .list-mode .doc64 .file-name {
        padding-left: 10px;
    }
    .create-page .table-border-outer .ingrid-doc .file-name {
        font-size: 14px;
        margin-bottom: 0;
    }
    .create-page .list-group-item {
        padding: 10px;
    }
    .create-page .table-border-outer,
    .create-page .active-border,
    .create-page .active-border-alt {
        overflow-x: hidden;
    }
    .create-page .table-border-outer .ingrid-doc img {
        top: 0;
        left: 0;
        margin: 0;
    }
    .case-cont span,
    .icon-case .go-back {
        font-size: 16px;
    }
    #cke_Screenshots__c .cke_contents {
        height: 120px !important;
    }
    .edit-page #body_Panel___Administrator_Only_body .form-group:not(.form-group-0) {
        max-width: 100%;
        min-width: 100%;
    }
    .edit-page #body_Panel___Description__Details .buttons {
        margin-top: 15px;
    }   
    
}


div#body_Add_New_Comment
    {
        visibility: hidden;
    }