/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

.sugar4_label{
	display: inline-block;
	width: 30%;
	vertical-align: middle
}

.sugar4_field{
	display: inline-block;
	width: 69%;	
	vertical-align: middle
}

.cleanlogin-container{
	box-shadow: none !important; border-radius: none !important; border: none !important;
	max-width: 500px !important;
}


/* SIDEBAR DASHBOARD MENU */
#menu-member-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-member-menu, #menu-member-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

	li.menu-item-has-children > ul > li {
	    background-color: #f8f9f9;
	    padding: 5px !important;
	    padding-left: 15px !important;
	}
	li.menu-item-has-children > a {
	    font-weight: 700;
	    display: block;
	    background: #222222;
	    color: #FFF !important;
	    padding: 5px !important;
	    border-radius: 5px 5px 0px 0px;
	}
		li.menu-item-has-children > a:active, li.menu-item-has-children > a:visited, li.menu-item-has-children > a:hover{
			color: #FFF !important;
		}


/* DROPZONE */
#dropzone-area .dropzone {
    text-align: center;
    padding: 10px;
}
	#dropzone-area {
	    background: #f8f9f9;
	}

	.dropzone{
		background: transparent !important;
	}

	.dz-button {
	    width: 100%;
	    border: none;
	    background: transparent;
	    color: #FFF;
	    font-weight: 400
	}
	.dz-button:focus {
	    outline: none !important;
	}
	.dz-success-mark, .dz-error-mark {
	    zoom: 40%;
	    display: inline-block;
	}


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
	content: '' !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	content: '' !important;
}