/*
Theme Name: Cosmos
Template: site
*/

/*orange: #F06134*/
/*black: #444444*/
/*light grey: #eeeeee*/ 

/* ************************************
 *
 * @Section: HOME
 *
 ************************************* */

a.log-out-link {
    color: #F06134;
    float: right;
}

h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
}

/*.widget_text {
    padding-right: 80px;
}

.widget_media_image img {
    width: 60px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
}*/

/* ************************************
 *
 * @Section: TABLE
 *
 ************************************* */

#main table tr td:nth-child(4) {
    padding-right: 0 !important;
}

#main table tr td:last-child {
    padding-right: 0 !important;
    border-bottom: none !important;
}

#main table a {
    display: block;
    background-color: #F06134;
    color: white;
    padding: 10px 30px;
}

#main table a:hover {
    background-color: #444444;;
}

#main table a.btn_grey {
    background-color: #444444;
    color: white;
}

#main table a.btn_grey:hover {
    background-color: #444444;;
}

#main table i {
    color: #F06134;
    padding-left: 10px;
}

.black_btn_holder {
    text-align: center;
}

a.black_btn {
    margin-top: 20px;
    width: auto !important;
    display: inline-block;
    padding: 10px;
    background-color: #444444;
    color: white;
    margin: 0 auto;
}

a.black_btn:hover {
    background-color: #F06134;
}

.ginput_container.ginput_container_select{
    display: inline-block !important;
    width: 46px !important;
    /*float: right !important;*/
    align-self: center;
}

.ginput_container.ginput_container_select select{
    text-align: center !important;
}

.gform_wrapper form label.gfield_label {
    width: calc(100% - 46px) !important;
    /*display: inline-block !important;*/
}

.gform_wrapper form .gform_body ul.gform_fields > li {
    display: flex !important;
}

/*number form fields*/

body {
    counter-reset: my-sec-counter;
}

.gform_wrapper form .gform_body ul.gform_fields > li.gfield_visibility_visible::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    font-weight: 700;
    padding: 20px 10px 20px 0px;
    line-height: 20px;
}

/*textarea fix*/
.gform_wrapper form .gform_body ul.gform_fields > li:last-child{
    display: block !important;
}

.gform_wrapper form .gform_body ul.gform_fields > li:last-child::before {
    display: none !important;
}


table#reports-list th,
table#reports-list td {
	padding-right: 20px !important;
}

/* ************************************

@Section: Responsive

************************************* */

/*smartphones*/
@media (max-width: 767px) {
    
    .responsive_menu_btn {
        display: none;
    }
    
    body.logged-in .responsive_menu_btn {
        display: block;
    }
    
    body {
        background-color: white !important;
    }
    
    h1 {
        font-size: 24px !important;
    }
    
    h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    
    #main table:not([class]) tr td, #main table.table-responsive tr td {
        padding-right: 20px !important;
    }
}

/*tablets portrait*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*tablets landscape*/
@media (min-width: 992px) and (max-width: 1199px) {

}