﻿/*================================= General ========================================================*/

/*================================= Generic classes ========================================================*/

.help-label {
    display: block;
    margin-bottom: 2px;
}

/*.textlength {
    display: block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

.check-item-label {
    display: inline;
    vertical-align: sub;
    margin-left: 5px;
}

.ctm-multi-line {
    white-space: pre-wrap;
}

.ctm-content-label {
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    /*font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    /*font-family: 'Libre Franklin', sans-serif;*/
}

.ctm-content-sub-header {
    /*font-size: 14px;*/
    font-weight: bold;
    /*text-transform: uppercase;*/
    /*font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
    /*font-family: 'Libre Franklin', sans-serif;*/
}

.ctm-trash {
    font-size: 15px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
}

.ctm-trash:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}



/*================================= Layout ========================================================*/



/*================================= Group Headers ========================================================*/
.ctm-group-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #d1d2d3;
}

    .ctm-group-header.first {
        margin-top: 0;
    }
        
        .ctm-group-header .group-head {
            font-size: 21px;
            font-weight: 200;
            line-height: 30px;
        }
            
            .ctm-group-header .group-head .icon-chevron-down,
            .ctm-group-header .group-head .icon-chevron-up {
                cursor: pointer;
                font-size: 14px;
            }

    .ctm-group-header a {
        color: #555555;
    }

        .ctm-group-header a:active, .ctm-group-header a:focus {
            text-decoration: none;
        }

        .ctm-group-header a:hover {
            text-decoration: underline;
        }



/*================================= Group Content ========================================================*/

.ctm-section-box {
    padding: 0 0 0 20px;
    border-left: 2px solid #1b809e;
}
.ctm-section-box-hide {
    padding: 0px;
    border-left: none;
}
.ctm-content-space {
    margin: 10px 0;
    clear: both;
    display: inline-block;
}

.ctm-divider-right {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.ctm-content-fieldbox {
    margin-bottom: 10px;
}

.ctm-content-fieldbox > i{
    width: 15px;
}

.compact-devider {
    margin: 5px 0 10px 0;
}




/*================================= Edit section ========================================================*/

.ctm-field-container textarea,
.ctm-field-container input[type=text],
.ctm-field-container select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px;
}

.ctm-textbox-flex {
    display: flex;
}
/*================================= Component section ========================================================*/

/*------------ TextAreaCounter --------------*/
.ctm-textarea-counter {
    position: relative;
}
.ctm-textarea-counter span {
    color: #777;
    position: absolute;
    bottom: 8px;
    right: 20px;
    font-size: 12px;
}


/*------------Help text --------------*/
.ctm-block-help-text {
    border-left: 3px solid #f8e206;
    padding: 5px;
    font-size: 12px;
    background-color: #fbf8df;
}


/*------------ Left pane  --------------*/
.ctm-left-menu .header .icon-step-forward,
.ctm-left-menu .header .icon-step-backward {
    color: #cccccc;
    margin-right: 3px;
    font-size: 12px;
}
.ctm-left-menu .header .pull-right{
    margin-top: 5px;
}

.left-menu-bar {
    width: 18px;
    left: -24px;
    position: relative;
    top: 4px;
    height: 0px;
}

.left-menu-bar .left-menu-bar-icon {
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}
.left-menu-bar-div {
    background-color: #007acc;
    border-radius: 5px;
}
.left-menu-bar-div a {
    color: white;
}

/*================================= Helper classes ========================================================*/

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-underline {
    text-decoration: underline;
}

/*------------Tooltip --------------*/
.custom-tooltip .tooltip-inner {
    max-width: 350px;
    white-space: normal;
}






/*================================= IN USE BUT DONT USE! NEEDS TO MOVE! ========================================================*/
/*----------------Clean--------------------*/

.ctm-group-box {
    padding: 5px 20px;
    margin-top: 10px;
    border-left: 2px solid #1b809e;
}

.ctm-group-box .sub-group {
    padding: 5px 0;
}

.ctm-group-box .sub-group .sub-group-field {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.ctm-group-box .sub-group .sub-group-field.last {
    border-bottom: 0;
    margin-bottom: 0;
}

.ctm-group-box .sub-group .sub-group-field.clean {
    border-bottom: 0;
}

.ctm-group-box .sub-group .sub-group-field.compact {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.ctm-group-box .sub-group .sub-group-field .sub-group-label {
    font-size: 12px;
    font-weight: bold;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


/*----------------Clean--------------------*/


/*================================= List box DO NOT USE! ========================================================*/

.ctm-lst-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
}

.ctm-lst-box:hover {
    border: 1px solid #007acc;
}

.ctm-lst-box .lst-head {
    font-size: 18px;
    font-weight: 200;
}

.ctm-lst-box .lst-head a {
    color: #333;
}


.ctm-lst-box .lst-item-head {
    font-size: 12px;
    font-weight: bold;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.ctm-lst-box .ctm-row {
    margin-bottom: 10px;
}

.ctm-lst-box .ctm-row.last {
    margin-bottom: 0;
}

.print-show {
    display: none !important;
}

/*================================= Print layout ========================================================*/
@media print {
    @page {
        margin: 10mm 10mm;
    }

    body {
        font-size: 12px;
        padding: 0
    }

    .group-head .icon-chevron-down, .ctm-main-navbar, #ctm-footer, .alert, .action-bar, .breadcrumb, .header, .icon-chevron-down, .icon-chevron-up, .print-hide {
        display: none !important;
    }

    .print-show {
        display: inline !important;
    }

    .ctm-header-pane h1 {
        font-size: 18px;
    }

    .ctm-group-header .group-head {
        font-size: 16px;
    }

    blockquote {
        border-bottom: none;
        border-right: none;
        border-top: none;
        margin: 2px 0 2px!important;
    }

    .seperator-big {
        margin: 15px 0!important;
    }

    hr {
        margin: 5px 0 !important;
    }

    .content {
        border: 0!important;
    }
}