﻿/*--import variables here--*/
 

/*----headers----------*/
/*change the margins after update the structure of the default page*/
.cc-feature-header {
    border-bottom: 1px solid rgba(var(--rgba-secondary-color), 0.3);
    margin-bottom: 30px;
    min-height: 60px;
}

    .cc-feature-header.cc-feature-header-secondary {
        min-height: 42px;
    }

        .cc-feature-header.cc-feature-header-secondary .cc-h2-regular {
            font-size: 18px;
        }

    .cc-feature-header .cc-btn {
        margin-left: 30px;
    }

        .cc-feature-header .cc-btn.cc-btn-circle {
            margin-left: 30px;
        }

    .cc-feature-header .cc-icon-header {
        margin-left: 30px;
    }

.cc-feature-actions a {
    margin-left: 30px;
}

.cc-feature-actions a.dropdown-item {
    margin-left: 0px;
}

.cc-feature-header-back .cc-back-btn {
    margin-right: 24px;
}


.cc-subheader-icon h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 10px;
}

    .cc-subheader-icon h3 .cc-required {
        color: var(--danger-color);
    }



/*-----report builder or forms-------*/
.form-group.cc-report-title {
    margin-bottom: 0;
    width: 360px;
}

    .form-group.cc-report-title .form-control {
        background-color: transparent;
    }







/*always have media queries at the bottom of the file like so*/


/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
