/* Removing the left padding from the header. */
.toplevel_page_cgss_overview #wpcontent,
.cloneguard-security_page_cgss_scans #wpcontent,
.cloneguard-security_page_cgss_reports #wpcontent,
.cloneguard-security_page_cgss_vulnerabilities #wpcontent,
.cloneguard-security_page_cgss_options #wpcontent,
.cloneguard-security_page_cgss_settings #wpcontent {
	padding-left: 0;
}

/**
 *  Header section
 */

 .cgss-head {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(200,215,225,0.5), 0 1px 2px #e9eff3;
}

     .cgss-head-inside {
        display: flex;
        padding: 10px 10px 10px 20px;
    }

        .cgss-head-logo {
            width: 58px;
            height: 58px;
        }

        .cgss-head-text {
            align-self: center;
        }
            
            .cgss-head-title {
                padding: 0;
                margin: 0;
                font-weight: 500;
                margin-bottom: 5px;
            }

            .cgss-head-subtitle {
                margin: 0;
                margin-top: 10px;
                padding: 0;
                font-size: 1.1em;
                color: #23282d;
            } 
            .cgss-head-subtitle a {
                text-decoration: none;;
            }
            .cgss-head-subtitle a:hover {
                text-decoration: underline;
            }


.cgss-title {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-top: 24px;
}


/**
 *  Main section
 */

.cgss_main {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px 20px 0px 20px
}

.main-inside {
    background: #ffffff;
    border-radius: 6px;
    padding: 40px;
}



#poststuff #post-body.columns-2 {
    margin-right: 0;
}


/**
 *  Page Table Top Section
 */

 .table-top-section {
    display: flex;
}

.table-top-add-btn {
    align-self: center;
    margin-left: 10px !important;
    padding-top: 1px !important;
    font-size: 12px !important;
}



/**
 *  Tabs
 */
 /* Disabled state for nav-tab items. */

.nav-tab {
    font-size: 13px !important;
}

.nav-tab-wrapper a {
    display: flex;
    align-items: center;
}

.nav-tab img {
    width: 30px;
    margin-right: 5px;
}

.disabled-state {
    color: #a0a5aa !important;
    background: #f7f7f7 !important;
    border-color: #ddd !important;
}



/**
 *  Table Form
 */

td.first {
    width: 10px;
    white-space: nowrap;
    vertical-align: top;
}

textarea {
    width: 575px;
    height: 100px;
}

.stuffbox input[type=text] {
    width: 440px;
}

.stuffbox {
    border-radius: 6px;
    border: none;
}

.stuffbox .inside {
    padding: 20px;
}

select {
    width: 300px;
    margin-right: 1em;
}

input[type=radio] {
    margin-left: 1em;
}
label:nth-child(1) input[type=radio] {
    margin-left: 0;
}

.progress {
    position: relative;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    overflow: hidden;
}

.progress .percent {
    padding: 1px 0 0 2px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.progress .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #5cb85c;
    min-width: 20px;
    min-width: 23%;
}

.spinner.inline {
    float: none;
}

.spinner.inline.show {
    visibility: visible;
}

.ungenerated .download,
.ungenerated .regenerate {
    display: none;
}

.generated .generate {
    display: none;
}

.action_play {
    display: inline-block;
    margin-right: 6px;
    background: #1eb400;
    width: 24px;
    height: 24px;
    border-radius: 50%;

    padding-top: 2px;
    padding-left: 3px;
    width: 21px;
    height: 22px;
}

.action_stop,
.action_stop_disabled {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    background: #ff0000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.action_stop_disabled {
    background: #cacaca;
}


.action_schedule {
    margin-left: -2px;
    margin-right: 12px;
}

.action_play .dashicons-controls-play {
    color: #fff;
}

.action_schedule .dashicons-clock {
    margin-top: -3px;
    font-size: 30px;
    color: #1eb400;
}

.action_stop .stopicon,
.action_stop_disabled .stopicon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ffffff;
}

.action_spinner .spinner {
    margin: 0;
    margin-left: 6px;
    margin-top: -2px;
}

.basic .action_schedule {
    display: none;
}
.basic .action_spinner {
    display: none;
}
.basic .action_stop {
    display: none;
}


.basic_processing .action_schedule {
    display: none;
}
.basic_processing .action_play {
    display: none;
}
.basic_processing .action_stop_disabled {
    display: none;
}


.scheduled .action_stop {
    display: none;
}
.scheduled .action_stop_disabled {
    display: none;
}
.scheduled .action_spinner {
    display: none;
}


.scheduled_processing .action_schedule {
    display: none;
}
.scheduled_processing .action_play {
    display: none;
}
.scheduled_processing .action_stop_disabled {
    display: none;
}

.wp-core-ui select {
    max-width: none;
    width: 440px !important;
}

.table-buttons {
    display: flex;
    justify-content: space-between;
    width: 575px;
}
    .table-buttons-save,
    .table-buttons-cancel {
        font-size: 1.2em !important;
        padding: 0px 30px !important;
    }


/**
 *  Helpers
 */

 .success-pci-color {
    color: #3FA327;
 }

 .warning-pci-color {
    color: #FECF1B;
 }

 .hide {
    display: none;
 }

 .show {
     display: block;
 }