/*  MICROTHEMER STYLES  */


/*= worksheet ================= */

/** worksheet >> Wrapper **/
.ws_wrapper {
	box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0.21) !important;
	width: 30% !important;
	margin-right: 10px !important;
	margin-bottom: 25px !important;
	margin-left: 10px !important;
	border: 1px solid rgb(231, 234, 236) !important;
	border-radius: 5px !important;
	float: left !important;
	clear: none !important;
}

/** worksheet >> Stage Link **/
a.stage_link {
	color: rgb(20, 13, 15) !important;
}

/** worksheet >> Stage Title **/
.ws_stage_title {
	/* MT [ google_font: 1 ] */
	font-family: 'Quicksand' !important;
	font-size: 25px !important;
	font-weight: normal !important;
	text-align: center !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/** worksheet >> Stage Status **/
.ws_stage_status {
	font-family: Quicksand !important;
	color: rgb(255, 255, 255) !important;
	font-size: 18px !important;
	font-weight: bolder !important;
	text-align: center !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

/** worksheet >> Stage Status Complete **/
.Complete {
	background-color: rgb(215, 215, 215) !important;
}

/** worksheet >> Stage Status Coming **/
.Coming {
	background-color: rgba(101, 112, 190, 0.27) !important;
}

/** worksheet >> Stage Status Active **/
.Active {
	background-color: rgb(89, 212, 190) !important;
}

/** worksheet >> Stage Status Next **/
.Next {
	background-color: rgb(101, 112, 190) !important;
}

/** worksheet >> Module Stage Title **/
.ws_stage_title_module {
	font-family: Quicksand !important;
	font-size: 24px !important;
	margin-bottom: 20px !important;
	clear: both !important;
}

/** worksheet >> Module Wrapper **/
.ws_module_wrapper {
	box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0.21) !important;
	background-color: rgb(255, 255, 255) !important;
	width: 30% !important;
	margin-right: 10px !important;
	margin-bottom: 25px !important;
	margin-left: 10px !important;
	border: 1px solid rgb(231, 234, 236) !important;
	border-radius: 20px !important;
	float: left !important;
	clear: none !important;
}

/** worksheet >> Module Link **/
a.module_link {
	color: rgb(0, 0, 0) !important;
}

/** worksheet >> Tooltip **/
.tooltip {
	position: relative !important;
	display: inline-block !important;
}

/** worksheet >> Tooltip Text **/
.tooltip .tooltiptext {
	color: #fff !important;
	text-align: center !important;
	background-color: black !important;
	width: 120px !important;
	padding: 5px 0 5px 0 !important;
	margin-left: -60px !important;
	border-radius: 6px !important;
	position: absolute !important;
	bottom: 100% !important;
	left: 50% !important;
	z-index: 1 !important;
	visibility: hidden !important;
}

/** worksheet >> Tool Tip Hover **/
.tooltip:hover .tooltiptext {
	visibility: visible !important;
}

/** worksheet >> Module Assignment **/
.ws_module_assignment {
	margin-top: 15px !important;
	margin-left: 15px !important;
	float: left !important;
}

/** worksheet >> Assignment Icon **/
.ws-assignment-icon {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50px !important;
}

/** worksheet >> Client Assignment **/
.Client_assignment {
	background-color: rgb(8, 174, 236) !important;
}

/** worksheet >> Scope Assignment **/
.Scope_assignment {
	background-color: rgb(30, 222, 178) !important;
}

/** worksheet >> Module Status **/
.module_status {
	margin-top: 10px !important;
	margin-right: 15px !important;
	float: right !important;
}

/** worksheet >> Module Icon **/
.ws_module_icon {
	-webkit-justify-content: center !important;
	justify-content: center !important;
	clear: both !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** worksheet >> Module Title **/
.ws_module_title {
	font-family: Quicksand !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-bottom: 25px !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** worksheet >> Module Description **/
.ws_module_description {
	text-align: center !important;
	margin-right: 10px !important;
	margin-bottom: 20px !important;
	margin-left: 10px !important;
}

/** worksheet >> Left Menu Parent **/
.ws_l_menu_parent {
	font-family: Quicksand !important;
	font-size: 18px !important;
	font-weight: bolder !important;
	padding-top: 20px !important;
	clear: both !important;
}

/** worksheet >> Child Menus **/
.ws_l_menu_child {
	padding-top: 10px !important;
	padding-left: 15px !important;
	clear: both !important;
}

/** worksheet >> Menu Icon **/
.ws_module_icon_menu {
	width: 20px !important;
	margin-right: 2px !important;
	float: left !important;
}

/** worksheet >> Menu Title **/
.ws_module_title_menu {
	font-size: 13px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	float: left !important;
}

/** worksheet >> Menu Status **/
.module_status_menu {
	width: 12px !important;
	float: left !important;
}

/** worksheet >> Menu Child Link **/
a.child_link {
	color: rgb(0, 0, 0) !important;
}

/** worksheet >> Hide the not used menus **/
.hide {
	display: none !important;
}

/** worksheet >> Form Submit Sticky **/
.worksheet_form .acf-form-submit {
	text-align: right !important;
	box-shadow: 0 -5px 5px -5px !important;
	background-color: rgb(255, 255, 255) !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	position: -webkit-sticky !important;
	position: sticky !important;
	bottom: 0 !important;
}

/** worksheet >> Form Button **/
.worksheet_form input.acf-button.button.button-primary.button-large {
	font-family: Quicksand !important;
	color: rgb(14, 80, 119) !important;
	font-weight: bold !important;
	background-color: rgb(220, 220, 220) !important;
	margin-right: 10px !important;
	border-color: rgb(14, 80, 119) !important;
}

/** worksheet >> Tech Details group **/
.td_group {
	margin-bottom: 15px !important;
}

/** worksheet >> Tech Label **/
.td_label {
	font-weight: bold !important;
}

/** worksheet >> Tech Content **/
.td_content {
	margin-left: 20px !important;
}

/** worksheet >> Tech Link **/
.td_content_link {
	margin-left: 20px !important;
}

/** worksheet >> Tech Details **/
.t_details {
	margin-left: 20px !important;
}

/** worksheet >> Plugin Group **/
.plugin_group {
	margin-bottom: 15px !important;
}

/** worksheet >> Plugin Name **/
.plugin_name {
	font-weight: bold !important;
}

/** worksheet >> Plugin URL **/
.plugin_url {
	margin-left: 20px !important;
}

/** worksheet >> Plugin Details **/
.plugin_details {
	margin-left: 20px !important;
}

/** worksheet >> Password Message **/
.ws_pass_message {
	
}

/** worksheet >> WS-Admin Form Tabs **/
.worksheet_form .acf-fields>.acf-tab-wrap {
	background-color: rgb(255, 255, 255) !important;
}

/** worksheet >> WS-Admin Repeater Parent **/
.worksheet_form .sd_stage table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
	background-color: rgb(223, 230, 233) !important;
}

/** worksheet >> WS-Admin Repeater Child **/
.worksheet_form .sd_module table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
	background-color: rgba(129, 236, 236, 0.5) !important;
}

/** worksheet >> WS-Admin Repeater Child Even **/
.worksheet_form .sd_module table tbody>tr:nth-child(even)>td, 
table tbody>tr:nth-child(even)>th {
	background-color: rgba(0, 206, 201, 0.5) !important;
}

/** worksheet >> WS-Admin Row Handle **/
.worksheet_form td.acf-row-handle.order.ui-sortable-handle {
	color: rgb(0, 0, 0) !important;
}

/** worksheet >> WS-Admin Fields **/
.worksheet_form .acf-field {
	border-style: none !important;
}

/** worksheet >> WS-Admin Fields Left Border **/
.worksheet_form .acf-field[data-width]+.acf-field[data-width] {
	border-style: none !important;
}

