body {
  font-family: 'Arial', sans-serif;
}

.wf-barlow-n3-active body,
.wf-barlow-n5-active body,
.wf-barlow-n7-active body {
  font-family: 'Ubuntu', sans-serif;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.3);
}



/**
 *  link
 * ======================================================================================================= *
 */
.default-link{
	font-weight: 800;
	color: #561beb;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 2px solid #561beb;
}
.strupper{
	text-transform: uppercase;
}


/**
 * 
 * ======================================================================================================= *
 */
 .float-lft{ float: left; }
 .float-rgt{ float: right; }


/**
 * 
 * ======================================================================================================= *
 */
.fz0-7rem	{ font-size: .7rem !important;}
.fz0-8rem	{ font-size: .8rem !important;}
.fz0-9rem	{ font-size: .9rem !important;}
.fz1rem		{ font-size: 1rem !important;}
.fz1-25rem	{ font-size: 1.25rem !important;}
.fz1-5rem	{ font-size: 1.5rem !important;}

 .bold{ font-weight: 800}
 
.m-0{ margin: 0 !important}
.m-20{ margin: 20px !important}

.mt-0 { margin-top: 0px !important}
.mt-10{ margin-top: 10px !important}
.mt-15{ margin-top: 15px !important}
.mt-20{ margin-top: 20px !important}
.mt-25{ margin-top: 25px !important}

.mb-0 { margin-bottom: 0px !important}
.mb-10{ margin-bottom: 10px !important}
.mb-15{ margin-bottom: 15px !important}
.mb-20{ margin-bottom: 20px !important}
.mb-25{ margin-bottom: 25px !important}

.mr-0 { margin-right: 0px !important}
.mr-10{ margin-right: 10px !important}
.mr-15{ margin-right: 15px !important}
.mr-20{ margin-right: 20px !important}
.mr-25{ margin-right: 25px !important}

.ml-0 { margin-left: 0px !important}
.ml-10{ margin-left: 10px !important}
.ml-15{ margin-left: 15px !important}
.ml-20{ margin-left: 20px !important}
.ml-25{ margin-left: 25px !important}

.pad-0{	padding: 0 !important;}
.pad-20{ padding: 20px !important}

.img-circle{
	border-radius: 50%;
}

.aling-rgt{
	text-align: right;
}

/**
 * colors
 * ======================================================================================================= *
 */
.color-highlight 	{color: #561beb !important}
.color-white		{color: #fff !important}
.color-red			{color: #ff0a53 !important}

.hover-color-red:hover 			{color: #ff0a53 !important}
.hover-color-highlight:hover 	{color: #561beb !important}


/**
 * backgrounds
 * ======================================================================================================= *
 */
.bg-highlight 	{ background-color: #561beb !important}
.bg-red 		{ background-color: #ff0a53 !important}


/**
 * toggle class
 * ======================================================================================================= *
 */
.display-hide{
	display: none;
}
.display-show{
	display: block;
}


/**
 * colluns teplate
 * ======================================================================================================= *
 */
.row{
	float: left;
	width: 100%;
}
.row::after {
    content: "";
    clear: both;
	display: table;
	margin-bottom: 5px;
}
[class*="col-"] {
	float: left;
	margin: 5px;
}
.col-1 {width: calc(8.33% - 10px)}
.col-2 {width: calc(16.66% - 10px)}
.col-3 {width: calc(25% - 10px)}
.col-4 {width: calc(33.33% - 10px)}
.col-5 {width: calc(41.66% - 10px)}
.col-6 {width: calc(50% - 10px)}
.col-7 {width: calc(58.33% - 10px)}
.col-8 {width: calc(66.66% - 10px)}
.col-9 {width: calc(75% - 10px)}
.col-10 {width: calc(83.33% - 10px)}
.col-11 {width: calc(91.66% - 10px)}
.col-12 {width: calc(100% - 10px)}




/**
 * buttons
 * ======================================================================================================= *
 */
.btn-text{
	text-transform: uppercase;
	font: 800 .9em "Barlow";
	padding: 10px;
	cursor: pointer;
}

/**
 * Loading Icon
 * ======================================================================================================= *
 */
.loading {
	float: left;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999;
	background: rgba(0, 0, 0, 0.3);
}
.loading.active {
	display: block;
}
.loading .loadingbox {
	position: relative;
	float: left;
	width: 80px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin: -60px -40px;
	text-align: center;
	font: 400 0.8rem "Barlow";
	text-transform: uppercase;
	color: #561beb;
}
.loading .loadingbox div.icon {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #561beb;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	animation: spin 1.5s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.note-editor.note-frame ul,
.note-editor.note-frame ol{
	padding-left: 20px;
}


@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/font/summernote.eot?e557617934c52ea068954af79ed7c221");
	src: url("https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/font/summernote.eot?#iefix") format("embedded-opentype"), 
		 url("https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/font/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), 
		 url("https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/font/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype")
}

[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit
}

.note-icon-align-center:before {
    content: "\f101"
}

.note-icon-align-indent:before {
    content: "\f102"
}

.note-icon-align-justify:before {
    content: "\f103"
}

.note-icon-align-left:before {
    content: "\f104"
}

.note-icon-align-outdent:before {
    content: "\f105"
}

.note-icon-align-right:before {
    content: "\f106"
}

.note-icon-align:before {
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    content: "\f10c"
}

.note-icon-arrows-h:before {
    content: "\f10d"
}

.note-icon-arrows-v:before {
    content: "\f10e"
}

.note-icon-bold:before {
    content: "\f10f"
}

.note-icon-caret:before {
    content: "\f110"
}

.note-icon-chain-broken:before {
    content: "\f111"
}

.note-icon-circle:before {
    content: "\f112"
}

.note-icon-close:before {
    content: "\f113"
}

.note-icon-code:before {
    content: "\f114"
}

.note-icon-col-after:before {
    content: "\f115"
}

.note-icon-col-before:before {
    content: "\f116"
}

.note-icon-col-remove:before {
    content: "\f117"
}

.note-icon-eraser:before {
    content: "\f118"
}

.note-icon-font:before {
    content: "\f119"
}

.note-icon-frame:before {
    content: "\f11a"
}

.note-icon-italic:before {
    content: "\f11b"
}

.note-icon-link:before {
    content: "\f11c"
}

.note-icon-magic:before {
    content: "\f11d"
}

.note-icon-menu-check:before {
    content: "\f11e"
}

.note-icon-minus:before {
    content: "\f11f"
}

.note-icon-orderedlist:before {
    content: "\f120"
}

.note-icon-pencil:before {
    content: "\f121"
}

.note-icon-picture:before {
    content: "\f122"
}

.note-icon-question:before {
    content: "\f123"
}

.note-icon-redo:before {
    content: "\f124"
}

.note-icon-row-above:before {
    content: "\f125"
}

.note-icon-row-below:before {
    content: "\f126"
}

.note-icon-row-remove:before {
    content: "\f127"
}

.note-icon-special-character:before {
    content: "\f128"
}

.note-icon-square:before {
    content: "\f129"
}

.note-icon-strikethrough:before {
    content: "\f12a"
}

.note-icon-subscript:before {
    content: "\f12b"
}

.note-icon-summernote:before {
    content: "\f12c"
}

.note-icon-superscript:before {
    content: "\f12d"
}

.note-icon-table:before {
    content: "\f12e"
}

.note-icon-text-height:before {
    content: "\f12f"
}

.note-icon-trash:before {
    content: "\f130"
}

.note-icon-underline:before {
    content: "\f131"
}

.note-icon-undo:before {
    content: "\f132"
}

.note-icon-unorderedlist:before {
    content: "\f133"
}

.note-icon-video:before {
    content: "\f134"
}

.summernote-ui * {
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin: 0 0 10px
}

kbd {
    padding: 3px 5px;
    font-weight: bold;
    color: white;
    background-color: black;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-toolbar {
    padding: 10px 5px;
    border-bottom: 1px solid #e2e2e2
}

.note-btn-group {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

.note-btn-group>.note-btn-group {
    margin-right: 0
}

.note-btn-group>.note-btn,
.note-btn-group>.note-btn-group {
    margin-left: -4px;
    border-radius: 0
}

.note-btn-group>.note-btn.focus,
.note-btn-group>.note-btn-group.focus,
.note-btn-group>.note-btn.active,
.note-btn-group>.note-btn-group.active {
    border-radius: 0
}

.note-btn-group>.note-btn:first-child,
.note-btn-group>.note-btn-group:first-child {
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.note-btn-group>.note-btn:first-child.focus,
.note-btn-group>.note-btn-group:first-child.focus,
.note-btn-group>.note-btn:first-child.active,
.note-btn-group>.note-btn-group:first-child.active {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.note-btn-group>.note-btn:last-child:not(.note-dropdown),
.note-btn-group>.note-btn-group:last-child:not(.note-dropdown) {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.note-btn-group>.note-btn:last-child:not(.note-dropdown).focus,
.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).focus,
.note-btn-group>.note-btn:last-child:not(.note-dropdown).active,
.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).active {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.note-btn-group.open>.note-dropdown {
    display: block
}

.note-btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-color: transparent;
    border-radius: 1px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation
}

.note-btn:focus,
.note-btn.focus {
    color: #333;
    border-color: #fff
}

.note-btn:hover {
    color: #333;
    border:2px solid #ebebeb;
	border-radius: 3px;
	background: transparent;
}

.note-btn.disabled:focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn:focus,
.note-btn.disabled.focus,
.note-btn[disabled].focus,
fieldset[disabled] .note-btn.focus {
    background-color: #fff;
    border-color: #fff
}

.note-btn:hover,
.note-btn:focus,
.note-btn.focus {
    color: #333;
    text-decoration: none;
    background-color: #ebebeb;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    outline: 0
}

.note-btn:active,
.note-btn.active {
    background-image: none;
    outline: 0
}

.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
    cursor: not-allowed;
    -webkit-opacity: .65;
    -khtml-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.note-btn-primary {
    color: white;
    background: #fa6362
}

.note-btn-primary:hover,
.note-btn-primary:focus,
.note-btn-primary.focus {
    color: white;
    text-decoration: none;
    background-color: #fa6362;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.note-btn-large {
    padding: 8px 34px;
    font-size: 16px
}

.note-btn-block {
    display: block;
    width: 100%
}

.note-btn-block+.note-btn-block {
    margin-top: 5px
}

input[type="submit"].note-btn-block,
input[type="reset"].note-btn-block,
input[type="button"].note-btn-block {
    width: 100%
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    opacity: .2
}

.note-dropdown {
    position: relative
}

.note-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    background-clip: padding-box
}

.note-btn-group.open .note-dropdown-menu {
    display: block
}

.note-dropdown-item {
    display: block
}

.note-dropdown-item:hover {
    background-color: #ebebeb
}

a.note-dropdown-item {
    color: black;
    text-decoration: none
}

.note-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.note-modal.open {
    display: block
}

.note-modal-content {
    position: relative;
    width: auto;
    margin: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    background-clip: border-box
}

.note-modal-header {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #ededef
}

.note-modal-header .close {
    margin-top: -10px
}

.note-modal-body {
    position: relative;
    padding: 20px 30px
}

.note-modal-footer {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center
}

.note-modal-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.4;
    color: #42515f;
    text-align: center
}

.note-modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    background: #000;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50)
}

.note-modal-backdrop.open {
    display: block
}

@media(min-width:768px) {
    .note-modal-content {
        width: 600px;
        margin: 30px auto
    }
}

@media(min-width:992px) {
    .note-modal-content-large {
        width: 900px
    }
}

.note-form-group {
    padding-bottom: 20px
}

.note-form-group:last-child {
    padding-bottom: 0
}

.note-form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #42515f
}

.note-input {
    display: block;
    width: 100%;
    padding: 6px 4px;
    font-size: 14px;
    background: white;
    border: 1px solid #ededef;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-input::-webkit-input-placeholder {
    color: #eee
}

.note-input:-moz-placeholder {
    color: #eee
}

.note-input::-moz-placeholder {
    color: #eee
}

.note-input:-ms-input-placeholder {
    color: #eee
}

.note-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.note-tooltip.in {
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.note-tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.note-tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.note-tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.note-tooltip.bottom .note-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #47c8f7;
    border-width: 0 5px 5px
}

.note-tooltip.top .note-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #47c8f7;
    border-width: 5px 5px 0
}

.note-tooltip.right .note-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #47c8f7;
    border-width: 5px 5px 5px 0
}

.note-tooltip.left .note-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #47c8f7;
    border-width: 5px 0 5px 5px
}

.note-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.note-tooltip-content {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #47c8f7
}

.note-popover {
    position: absolute;
    z-index: 1060;
    display: block;
    display: none;
    font-size: 13px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc
}

.note-popover.in {
    display: block
}

.note-popover.top {
    padding: 5 0;
    margin-top: -3px
}

.note-popover.right {
    padding: 0 5;
    margin-left: 3px
}

.note-popover.bottom {
    padding: 5 0;
    margin-top: 3px
}

.note-popover.left {
    padding: 0 5;
    margin-left: -3px
}

.note-popover.bottom .note-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.note-popover.bottom .note-popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.note-popover.top .note-popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.note-popover.top .note-popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.note-popover.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -10px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.note-popover.right .note-popover-arrow::after {
    left: 1px;
    margin-top: -10px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.note-popover.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -10px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.note-popover.left .note-popover-arrow::after {
    right: 1px;
    margin-top: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.note-popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px
}

.note-popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: " "
}

.note-popover-content {
    min-width: 100px;
    min-height: 30px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #87cefa;
    background-color: white;
    opacity: .95;
    pointer-event: none
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area p {
    margin: 0 0 10px
}

.note-editor .note-editing-area .note-editable {
    outline: 0
}

.note-editor .note-editing-area .note-editable table {
    width: 100%;
    border-collapse: collapse
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
    padding: 5px 3px;
    border: 1px solid #ececec
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor.note-frame {
	border-radius: 5px;
	border: 2px solid #e7ebf0;
	background: #f9fbfd;
	margin-top: 25px;
	font-family: "Barlow";
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-frame .note-editing-area {
	overflow: hidden;
	padding: 10px;
	background: transparent;
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px 20px 10px 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
	background-color: transparent;
	overflow-x: hidden
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #e5e5e5
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%!important
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: white
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-frame .note-statusbar {
    background-color: #f5f5f5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    padding-top: 1px;
    cursor: ns-resize
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-popover {
    max-width: none
}

.note-popover .note-popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover .note-popover-arrow {
    left: 20px!important
}

.note-popover .note-popover-content,
.note-toolbar {
    margin: 0;
	border-bottom: 2px solid #e7ebf0;
	background: #f9fbfd;
}

.note-popover .note-popover-content>.note-btn-group,
.note-toolbar>.note-btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0
}

.note-popover .note-popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .note-popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .note-popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .note-popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .note-popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .note-popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .note-popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .note-popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
    margin: 0
}

.note-popover .note-popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu,
.note-toolbar .note-color .note-dropdown-menu {
    min-width: 346px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    width: 160px;
    margin: 0
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
    margin-right: 15px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset {
    width: 100%;
    padding: 2px 3px;
    margin: 3px;
    cursor: pointer;
    background-color: white;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

.note-popover .note-popover-content .note-para .note-dropdown-menu,
.note-toolbar .note-para .note-dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .note-popover-content .note-para .note-dropdown-menu>div:first-child,
.note-toolbar .note-para .note-dropdown-menu>div:first-child {
    margin-right: 5px
}

.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,
.note-toolbar .note-btn-fontname .note-dropdown-menu {
    min-width: 200px
}

.note-popover .note-popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
    min-width: 160px
}

.note-popover .note-popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .note-popover-content .note-dropdown-menu.right::before,
.note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.note-popover .note-popover-content .note-dropdown-menu.right::after,
.note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
    color: deepskyblue;
    visibility: hidden
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
    visibility: visible
}

.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item>*,
.note-toolbar .note-dropdown-menu .note-dropdown-item>* {
    margin: 0
}

.note-popover .note-popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .note-popover-content .note-color-palette,
.note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-modal .note-modal-body label {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 2px
}

.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .note-popover-content {
    max-height: 150px;
    padding: 3px;
    overflow: auto
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
    display: block!important;
    padding: 3px
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #428bca;
    outline: 0
}

.help-list-item label {
    display: inline-block;
    margin-bottom: 5px
}
/**
 * ======================================================================================================= *
 *  Folha de Estilhos
 * ======================================================================================================= *
 *  @author - Guilherme Aquinio <gui@aquino.ind.br> @aquino.pro
 *
 */
* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.displayHidden {
	display: none;
}
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	border-radius: 10px;
	z-index: -1;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	z-index: -1;
}
::-webkit-scrollbar-thumb {
	background: #2b2f45;
	border-radius: 5px;
	z-index: -1;
}
body {
	background: #fcfcfc;
	position: relative;
	width: 100%;
	height: 100vh;
}
.small {
	font-size: 0.7rem;
}
.no-data {
	color: #e9e9e9;
	font-size: 0.8rem;
}
.main-footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0 50px 0;
	font-family: "Barlow";
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.main-footer > p {
	color: #fff;
}
.issue-soon {
	text-align: center;
	padding: 50px;
	font: 200 2.5em "Barlow";
	color: #2b2f45;
}
.content-wrapper {
	min-height: 50vh;
}
#login-view {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 50px;
	background: #2b2f45;
	text-align: center;
	color: #fff;
}
#login-view form {
	width: 60%;
	margin: 0 20%;
	padding: 20px;
}
#login-view h1 {
	font: 200 2.5em "Barlow";
	text-transform: uppercase;
	color: #fff;
}
#login-view p {
	font: 200 1em "Barlow";
}
#login-view form input {
	width: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
	font: 200 2em/60px "Barlow";
	padding: 10px 20px;
	color: #fff;
	margin: 10px 0;
	text-align: center;
}
#login-view form input[type="submit"] {
	cursor: pointer;
	font-size: 1.25em;
	font-weight: 200;
	text-transform: uppercase;
}
#login-view form .inputs {
	margin-top: 50px;
}

.html-copy-cta-text {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 0;
	text-align: right;
	font: 800 1rem "Barlow";
	color: #561beb;
	cursor: pointer;
	border-bottom: 3px solid #561beb;
}

/**
 *  Login and register pages
 * ======================================================================================================= *
 */
#login-register-view {
	float: left;
}
#login-register-view .page-content {
	float: left;
	position: fixed;
	right: 0;
	width: calc(100% - 480px);
	height: 100vh;
	background-image: url("../image/backoffice/login-background.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #2b2f45;
	padding: 40px;
	text-align: right;
	font: 800 3.75em "Barlow";
}
#login-register-view .page-content .phrase {
	font-weight: 400;
	float: left;
	width: 100%;
}
#login-register-view .page-content .author {
	float: left;
	width: 100%;
	font-size: 0.3em;
	margin-top: 20px;
}
#login-register-view .auth {
	float: left;
	width: 480px;
	height: auto;
	min-height: 100vh;
	background: #fff;
	padding: 10px 40px;
	display: grid;
	align-items: center;
}
#login-register-view.register .page-content {
	width: calc(100% - 560px);
}
#login-register-view.register .auth {
	width: 560px;
}

#login-register-view .auth .logo {
	float: left;
	width: 100%;
}
#login-register-view .auth .logo img {
	float: left;
	width: 100%;
}
#login-register-view .auth .instructions {
	float: left;
	font: 400 1.15em "Barlow";
	color: rgb(83, 83, 83);
	margin: 25px 0;
	text-align: center;
}
#login-register-view.register .auth .instructions {
	font-size: 1.05em;
}
#login-register-view .auth .instructions.warn {
	font: 800 0.9em "Barlow";
	margin: 10px 0;
}
#login-register-view .forgot {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font: 800 0.9em "Barlow";
	text-transform: uppercase;
	color: rgb(170, 170, 170);
	text-decoration: underline;
	cursor: pointer;
}
#login-register-view .facebook-auth {
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	border: none;
	margin-top: 40px;
	border-radius: 5px;
	font: 400 1.2em/70px "Barlow";
	background: #3b5998;
	color: #fff;
	border: 2px solid rgb(51, 76, 131);
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#login-register-view.register .facebook-auth {
	margin: 0 0 20px 0;
}
#login-register-view .facebook-auth .icon {
	float: left;
	position: absolute;
	top: 14px;
	left: 20px;
	height: 40px;
	width: 40px;
	font-size: 1.75em;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#login-register-view .new-accoutn {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font: 800 1.2em "Barlow";
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #2b2f45;
}
#login-register-view .new-accoutn span {
	border-bottom: 3px solid #2b2f45;
	padding: 3px 0;
}

#messages-from-system {
	float: left;
	width: 45%;
	position: fixed;
	padding: 25px;
	right: -45%;
	top: 100px;
	border-radius: 10px 0 0 10px;
	font: 400 1em "Barlow";
	z-index: 999;
	transition: all 750ms ease;
	-o-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-moz-transition: all 750ms ease;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#messages-from-system.message-success {
	background: rgb(9, 235, 122);
	border: 1px solid rgb(12, 202, 107);
	color: rgba(0, 0, 0, 0.4);
}
#messages-from-system.message-error {
	background: crimson;
	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgb(182, 17, 50);
}
#messages-from-system.active {
	right: 0;
}
#messages-from-system a.close {
	float: left;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.05);
	font-size: 1em;
	cursor: pointer;
}
#messages-from-system * {
	list-style: none;
}
#main-header {
	background: #fcfcfc;
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 260px);
	height: 70px;
	z-index: 20;
}
#system-hierarchical-navigation {
	float: left;
	width: calc(100% - 300px);
	padding: 20px;
	font: 800 1em/40px "Barlow";
	text-transform: uppercase;
}
#system-hierarchical-navigation a {
	text-decoration: none;
	color: #999999;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
#system-hierarchical-navigation a:hover {
	color: #2b2f45;
}
#system-hierarchical-navigation a::after {
	content: "•";
	font-size: 1.5em;
	line-height: 0.1em;
	margin: 0 10px;
	color: #999999;
}
#system-hierarchical-navigation a:hover::after {
	color: #999999;
}
#system-hierarchical-navigation a:last-child::after {
	content: " ";
}
.header-buttons {
	float: right;
}
.header-btn {
	float: right;
	width: auto;
	min-width: 150px;
	height: 40px;
	margin: 15px 15px 15px 0;
	background: #fff;
	border: 1px solid #f4f5f7;
	border-radius: 5px;
	color: #999999;
	cursor: pointer;
}

.header-btn .bk-icon {
	float: left;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.header-btn span {
	float: left;
	width: auto;
	float: left;
	font: 800 0.9em/40px "Barlow";
}
#nav-lateral {
	float: left;
	position: fixed;
	width: 260px;
	height: 100%;
	padding: 20px 10px 20px 20px;
	background: #fff;
	border-right: 1px solid #f4f5f7;
}
#nav-lateral .btn-text {
	float: right;
	right: 10px;
	position: absolute;
	text-decoration: none;
	color: #d8d8d8;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
#nav-lateral * {
	list-style: none;
}
.auth-user {
	float: left;
	width: 100%;
	height: 140px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f5f7;
}
.auth-user .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 3.5em;
}
.auth-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #f4f5f7;
}
.auth-user span {
	float: left;
	width: 100%;
	font: 400 2.3em "Barlow";
	color: #2b2f45;
}
.auth-user span small {
	float: left;
	width: 100%;
	font: 400 0.3em "Barlow";
	color: #c2c2c2;
}
.wrapper-menus {
	float: left;
	width: 100%;
	height: calc(100% - 155px);
	overflow-y: auto;
}
.wrapper-menus ul {
	padding: 0 15px 0 0;
}
.wrapper-menus ul li a {
	float: left;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f4f5f7;
	font: 800 0.9em/50px "Barlow";
	color: #636363;
	text-decoration: none;
}
.wrapper-menus ul li a .bk-icon {
	float: left;
	width: 30px;
	height: 50px;
	margin-right: 15px;
	text-align: center;
	font-size: 1.5em;
	color: #e7e7e7;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.wrapper-menus ul li a span {
	float: left;
	width: calc(100% - 55px);
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.wrapper-menus ul li a:hover span {
	color: #2b2f45;
}
.wrapper-menus ul li a:hover .bk-icon {
	color: #2b2f45;
}

#content {
	float: left;
	position: absolute;
	top: 70px;
	left: 260px;
	width: calc(100% - 260px);
	height: calc(100% - 80px);
	z-index: 20;
	padding-right: 10px;
}
#content .master-content-overflow {
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 5px;
}
#content > .wrap {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
#content.full-width {
	width: 100%;
	margin: 0;
}

*[class*="aside-section"] {
	position: fixed;
	z-index: 60;
	top: 0;
	right: -45%;
	width: 45%;
	height: 100%;
	padding: 25px 10px 25px 25px;
	background: #fff;
	border-bottom: 1px solid #f4f5f7;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	transition: all 750ms ease;
	-o-transition: all 750ms ease;
	-ms-transition: all 750ms ease;
	-moz-transition: all 750ms ease;
}
.aside-section-large {
	right: -75%;
	width: 75%;
}
*[class*="aside-section"].active {
	right: 0;
	box-shadow: 0 0px 100px 0 rgba(0, 0, 0, 0.15);
}
*[class*="aside-section"] .window-content-fixed {
	float: left;
	width: 100%;
	height: calc(100% - 120px);
	overflow-y: auto;
	padding-right: 15px;
}
.window-header {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.window-title {
	float: left;
	width: calc(100% - 0px);
	padding-right: 15px;
	font: 200 2.5em "Barlow";
	color: #2b2f45;
}
.window-info {
	float: left;
	width: calc(100% - 90px);
	padding-right: 15px;
	font: 400 1em "Barlow";
	color: #636363;
}
.notes {
	float: left;
	font: 400 1em "Barlow";
	color: #636363;
	padding: 15px;
}
*[class*="aside-section"] .btn-text {
	float: right;
	right: 20px;
	font-size: 0.8em;
	width: 90px;
	text-align: center;
	/* position: absolute; */
}
.group-text {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	margin-top: 15px;
	padding: 5px 0 10px 0;
	font: 400 1.1em "Barlow";
	color: #636363;
}
.group-text-title,
.group-text-message {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font: 400 0.9rem "Barlow";
	color: #636363;
}
.group-text-message {
	margin-top: 10px;
	margin-bottom: 10px;
}
.input-content {
	float: left;
	width: 100%;
	position: relative;
	font-size: 1rem;
}
.input-content .icon {
	position: absolute;
	right: 5px;
	bottom: 3px;
	width: 30px;
	height: 30px;
	font-size: 0.9rem;
	text-align: center;
	line-height: 30px;
	color: rgb(228, 228, 228);
}
.input-content .label {
	float: left;
	width: 100%;
	font: 400 0.8em "Barlow";
	color: #999999;
	margin-bottom: 3px;
}
.required .label {
	font-weight: 800;
	color: #777777;
	/* color: #2b2f45; */
}
.SumoSelect,
.input-content .input,
.colorpicker-input-content,
.input-content .input-checkbox {
	float: left;
	width: 100%;
	height: 40px;
	border: none;
	border: 2px solid #e7ebf0;
	padding: 0 40px 0 15px;
	border-radius: 5px;
	background: #f9fbfd;
	font: 400 1rem/40px "Barlow";
	color: #636363;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-content textarea.input {
	padding: 10px 40px 10px 15px;
	font: 400 1em "Barlow";
	height: 150px;
	min-height: 150px;
}
.input-content.inputbtn .input,
.input-content .submit {
	margin-top: 18px;
	background: #2b2f45;
	color: #fff;
	padding: 0;
	border: 2px solid #2b2f45;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.input-content .submit {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.9rem;
}
.input-content.hide_label .submit {
	margin-top: 0;
}
.input-content .select {
	padding: 5px 15px;
	font: 400 1em/20px "Barlow";
}
.SumoSelect {
	padding: 3px 0 3px 15px;
}
.input-content .input:focus,
.input-content .open {
	border-color: #8acdfe;
	color: #555555;
}

.input-content .input-checkbox {
	position: relative;
	padding: 10px;
}
.input-content .input-checkbox .toggle-icon {
	float: left;
	width: 45px;
	height: 45px;
	border: 2px solid #e7ebf0;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	line-height: 45px;
	color: #e7ebf0;
	margin: -12px;
	cursor: pointer;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.input-content .input-checkbox.checked .toggle-icon {
	background: #2b2f45;
	color: #fff;
}
.input-content .input-checkbox .checkox-label {
	float: right;
	font-size: 1rem;
	margin: -12px 0 0 -25px;
	width: calc(100% - 45px);
}
.input-content .input-checkbox input {
	opacity: 0;
	visibility: hidden;
	backface-visibility: hidden;
}

.input-content .input-checkbox-thin {
	height: 30px;
}
.input-content .input-checkbox-thin .checkox-label {
	font: 400 0.85rem/27px "Barlow";
}
.input-content .input-checkbox-thin .toggle-icon {
	height: 30px;
	line-height: 26px;
	font-size: 0.9rem;
}
.group-title {
	float: left;
	width: 100%;
	font: 800 0.8em "Barlow";
	text-transform: uppercase;
	color: #999999;
}

a.call-sumbit-reove {
	float: right;
	font: 800 0.9rem "Barlow";
	color: #ff0a53;
	text-decoration: none;
	border-bottom: 2px solid #ff0a53;
	text-transform: uppercase;
}
.form-remove {
	display: none;
}
.form-remove.active {
	display: block;
}
.input-content .submit-remove {
	color: #ff0a53;
	border-color: #ff0a53;
	background: #fff;
}

/**
 * list-table
 * ======================================================================================================= *
 */
.list-table {
	position: relative;
	float: left;
	padding: 10px 0;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	background: #fff;
	color: #636363;
	font: 400 1em "Barlow";
}
.list-table .overflow {
	overflow: hidden;
	overflow-x: auto;
}
.list-table-row {
	float: left;
	height: 40px;
	min-width: 100%;
	border-bottom: 2px solid #f5f5f5;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.list-table-row.border-highlight-green {
	border-left: 4px solid #15da8e;
}
.list-table-row.border-highlight-red {
	border-left: 4px solid #ff0a53;
}
.list-table-row.border-highlight-blue {
	border-left: 4px solid #0a9dff;
}
.list-table-row.border-highlight-default {
	border-left: 4px solid #561beb;
}
.list-table-body .list-table-row:hover .list-table-col {
	height: 40px;
	background: #f9f9f9;
	color: #561beb;
	cursor: pointer;
}
.list-table-col {
	float: left;
	padding: 7.5px 15px;
	text-align: left;
}
.list-table-header {
	font-size: 0.9em;
	font-weight: 800;
	text-transform: uppercase;
}
.list-table-row .dropdown-menu {
	position: absolute;
	float: right;
	right: 0;
	margin-top: 40px;
	margin-right: 5px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	width: 150px;
	height: auto;
	padding: 10px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	background: #fff;
	display: none;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.list-table-row .dropdown-menu * {
	list-style: none;
}
.list-table-row .dropdown-menu.active {
	display: block;
}
.list-table-row .dropdown-menu .title,
.list-table-row .dropdown-menu .label,
.list-table-row .dropdown-menu .cancel {
	float: left;
	width: 100%;
}
.list-table-row .dropdown-menu .title {
	border-bottom: 2px solid #f5f5f5;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #bbbbbb;
}
.list-table-row .dropdown-menu .label {
	padding: 2px 0;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 800;
	color: #bbbbbb;
	cursor: pointer;
	text-align: left;
	border: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.list-table-row .dropdown-menu a {
	text-decoration: none;
	color: inherit;
}
.list-table-row .dropdown-menu .cancel {
	border-top: 2px solid #f5f5f5;
	padding: 5px 0 0 0;
	margin-top: 10px;
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
}
table.list-table {
	padding: 0;
}
.list-table tr th,
.list-table tr td {
	padding: 5px 10px;
	border-bottom: 2px solid #f5f5f5;
	text-align: left;
}
.list-table tfoot tr:first-child th {
	border-top: 2px solid #f5f5f5;
}
.list-table tr:hover td {
	background: #f9f9f9;
	color: #561beb;
	cursor: pointer;
}
.list-table tr:last-child td {
	border-bottom: none;
}
.badge {
	float: left;
	width: 100%;
	text-align: center;
	font: 800 0.65em "Barlow";
	text-transform: uppercase;
	color: #2b2f45;
	border-radius: 3px;
	border: 1px solid #2b2f45;
	padding: 3px 5px;
}
.badge.green {
	background: #15da8e;
	border: none;
}
.badge.red {
	background: #df0b4a;
	color: #fff;
	border: none;
}
.badge.darkblue,
.badge.blue {
	background: #561beb;
	color: #fff;
	border: none;
}
.badge.darkblue {
	background: #0a4996;
}
.badge.orange {
	background: #ff7e05;
	border: none;
}

.dropdown-menu {
	position: absolute;
	float: right;
	right: 0;
	z-index: 1;
	margin-top: 0px;
	margin-right: 5px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	width: 150px;
	height: auto;
	padding: 10px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	background: #fff;
	display: none;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.dropdown-menu * {
	list-style: none;
}
.dropdown-menu.active {
	display: block;
}
.dropdown-menu .title,
.dropdown-menu .label,
.dropdown-menu .cancel {
	float: left;
	width: 100%;
}
.dropdown-menu .title {
	border-bottom: 2px solid #f5f5f5;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #bbbbbb;
}
.dropdown-menu .label {
	padding: 2px 0;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 800;
	color: #bbbbbb;
	cursor: pointer;
	text-align: left;
	border: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.dropdown-menu a {
	text-decoration: none;
	color: inherit;
}
.dropdown-menu .cancel {
	border-top: 2px solid #f5f5f5;
	padding: 5px 0 0 0;
	margin-top: 10px;
	text-align: center !important;
	text-transform: uppercase !important;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
}

/**
 * activity-list
 * ======================================================================================================= *
 */
.search-history-list,
.activity-list {
	float: left;
	width: 100%;
}
.activity-item {
	float: left;
	width: 100%;
	list-style: none;
	padding: 10px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	background: #fff;
	color: #636363;
	margin-bottom: 10px;
}
.activity-item .user {
	float: left;
}
.activity-item .avatar {
	float: left;
	width: 30px;
	margin-right: 5px;
}
.activity-item .avatar img {
	float: left;
	width: 100%;
	border-radius: 50%;
}
.activity-item hr {
	float: left;
	width: 100%;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.activity-item .user-name {
	float: left;
	width: calc(100% - 60px);
	font-size: 1.5em;
	margin-bottom: 5px;
	font: 400 1.5em "Barlow";
}
.activity-item .log {
	margin-top: 5px;
	float: left;
	width: 100%;
	font: 400 1em "Barlow";
}
.activity-item .log .time {
	font-weight: 800;
}
.search-history-list .hits {
	float: left;
	width: 150px;
	text-align: center;
	font: 800 2em/25px "Barlow";
	color: #2b2f45;
}
.search-history-list .hits small {
	float: left;
	width: 100%;
	font-size: 0.5em;
}
.search-history-list .keyword {
	float: left;
	width: calc(100% - 150px);
	font: 400 1em/25px "Barlow";
}

/**
 * TABS TEMPLATE
 * ======================================================================================================= *
 */
.tabs {
	float: left;
}
.tabs-header {
	float: left;
	width: 100%;
}
.tab-menu-item {
	text-align: center;
	font: 400 1em "Barlow";
	color: #bbbbbb;
	text-transform: uppercase;
	cursor: pointer;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-menu-item:last-child {
	border-right: 0;
}
.tab-menu-item .tab-title {
	float: left;
	width: 90%;
	margin: 0 5%;
	padding-bottom: 5px;
	border-bottom: 2px solid #e7e7e7;
	position: relative;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.tab-menu-item .tab-title::before {
	position: absolute;
	left: 50%;
	top: calc(100% + 2px);
	content: " ";
	width: 0;
	height: 0;
	margin-left: -4px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #e7e7e7;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.tab-menu-item .icon {
	font-size: 2em;
	color: #bbbbbb;
	margin-bottom: 10px;

	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.tab-menu-item.active .icon,
.tab-menu-item.active .tab-title {
	color: #2b2f45;
	border-color: #2b2f45;
	font-weight: 800;
}
.tab-menu-item.active .tab-title::before {
	border-top-color: #2b2f45;
}

.tabs .tab {
	display: none;
}
.tabs .tab-empty {
	float: left;
	width: 100%;
	padding: 40px;
	text-align: center;
	font: 400 1.5em "Barlow";
	text-transform: uppercase;
	color: #bbbbbb;
}
.tabs .tab.active {
	display: block;
}

/**
 *  Metrics 
 * ======================================================================================================= *
 */
.metric-block {
	float: left;
	border: 2px solid #f5f5f5;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	font: 400 1.2em "Barlow";
	color: #636363;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.metric-block .title {
	float: left;
	width: 100%;
	font: 800 0.8em "Barlow";
	text-transform: uppercase;
	color: #999999;
}
.metric-block .value {
	font: 800 4em "Barlow";
	text-align: center;
	color: inherit;
}
.metric-block .value small {
	float: left;
	width: 100%;
	font-size: 1rem;
}
.metric-block .value .small {
	font-size: 1rem;
}
.metric-block .value strong {
	font-size: 0.9rem;
}
.metric-block .variation {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #f1f1f1;
	font: 400 0.7em "Barlow";
	color: #999999;
}
.metric-block .variation strong {
	color: inherit inherit;
}
.metric-better {
	color: #15da8e;
}
.metric-worst {
	color: #ff0a53;
}

/**
 * LIST BLOCK CSS
 * ======================================================================================================= *
 */
.list-block {
	/* background: red; */
}
.list-block .empty {
	float: left;
	width: 40%;
	margin: 0 30%;
	position: relative;
}
.list-block .empty .title {
	float: left;
	width: 100%;
	text-align: center;
	font: 800 1.2em "Barlow";
}
.list-block .empty .empty-btn {
	position: relative;
	right: 50%;
	width: 180px;
	margin-right: -90px;
}
.list-block .list-block-item {
	float: left;
	border: none;
	border: 2px solid #f5f5f5;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	font: 400 1.2em "Barlow";
	color: #636363;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.list-block .list-block-item.disabled {
	opacity: 0.75;
	filter: grayscale(80%);
}
.list-block .list-block-item .title {
	font: 800 1.1em "Barlow";
	color: #2b2f45;
	margin-bottom: 10px;
}
.list-block .list-block-item .info .image {
	float: left;
	width: 100%;
	height: auto;
}
.list-block .list-block-item .info .label {
	float: left;
	width: 100%;
	font: 800 0.65em "Barlow";
	text-transform: uppercase;
	color: #bbb;
}
.list-block .list-block-item .info .value {
	width: 100%;
	font: 400 1.05em "Barlow";
}
.list-block .list-block-item .buttons {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 10px;
}
.list-table .list-table-col [class*="btn-"],
.list-block .list-block-item [class*="btn-"] {
	float: right;
	height: 35px;
	background: rgba(0, 0, 0, 0.02);
	color: rgba(0, 0, 0, 0.15);
	border: 2px solid rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	cursor: pointer;
	padding: 0 10px 0 0;
	margin: 10px 0 0 10px;
	transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
}
.list-table .list-table-col [class*="btn-"] .icon,
.list-block .list-block-item [class*="btn-"] .icon {
	float: left;
	width: 35px;
	text-align: center;
	line-height: 31px;
	font-size: 0.9em;
}
.list-table .list-table-col [class*="btn-"] .label,
.list-block .list-block-item [class*="btn-"] .label {
	float: left;
	width: calc(100% - 35px);
	font: 800 0.7em/31px "Barlow";
	text-transform: uppercase;
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.list-table .list-table-col .btn-remove:hover,
.list-block .list-block-item .btn-remove:hover {
	background: rgb(255, 10, 84);
	color: #fff;
	border: 2px solid rgb(255, 10, 84);
}
.list-table .list-table-col .btn-edit:hover,
.list-block .list-block-item .btn-edit:hover {
	background: #2b2f45;
	color: #fff;
	border: 2px solid #2b2f45;
}
.btn-link {
	float: left;
	padding: 8px 20px;
	background-color: #22d59e;
	width: 20%;
	margin: 0;
	margin-left: 10px;
	border-radius: 5px;
}
button.btn-link,
.btn-link a {
	text-decoration: none;
	color: #2b2f45;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font: 800 1rem "Barlow";
	cursor: pointer;
}
button.btn-link {
	width: auto;
	border: none;
	appearance: none;
}
.btnremove-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* display: none; */
	background: rgba(255, 255, 255, 0.75);
	visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.btnremove-popup.active {
	/* display: block; */
	visibility: visible;
	backface-visibility: visible;
	opacity: 1;
}
.btnremove-popup .wrapper {
	position: absolute;
	float: left;
	width: 300px;
	height: 200px;
	top: 10%;
	right: 50%;
	margin: -100px -150px;
	padding: 15px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);

	background: #ff0a53;
	border: 3px solid #df0b4a;
	border-radius: 5px;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}
.btnremove-popup.active .wrapper {
	top: 30%;
}
.btnremove-popup .wrapper .title {
	float: left;
	width: 100%;
	font: 800 1.5rem "Barlow";
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.btnremove-popup .warning {
	float: left;
	width: 100%;
	font: 400 0.9rem "Barlow";
	text-align: justify;
	color: #fff;
	margin: 0 0 30px 0;
}
.btnremove-popup .wrapper .cancel {
	float: left;
	width: calc(60% - 10px);
	line-height: 30px;
	text-align: center;
	font-size: 1rem;
	padding: 0px 10px;
	background: #fff;
	border: 2px solid #e9e9e9;
	color: #afafaf;
	margin: 10px 0 0 0;
}
.btnremove-popup .wrapper .btn-remove {
	float: left;
	width: 40%;
	background: rgba(0, 0, 0, 0.06);
	border: 2px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 0.9em;
}
.btnremove-popup .wrapper .btn-remove:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
	border: 2px solid rgba(0, 0, 0, 0.2);
}

/**
 * SUMO SELECT CONFIG
 * ======================================================================================================= *
 */
.SumoSelect * {
	font: 400 1em "Barlow";
	color: #636363;
	outline: none !important;
}
.SumoSelect p {
	font: 400 1.1em "Barlow";
	padding: 5px 0;
	color: #636363;
}
.SumoSelect {
	width: 100%;
}
.SelectBox,
.SelectBox span {
	border: none !important;
	font: 400 0.9em "Barlow";
	background: transparent !important;
}
.search-txt {
	background: transparent !important;
}
.optWrapper {
	padding: 8px;
}
.optWrapper .options .opt {
	width: calc(100% - 5px);
	margin-right: 5px;
	font-size: 0.8em;
}
.optWrapper .options .opt:hover {
	background: transparent !important;
}
.optWrapper .options .opt:hover label {
	color: #2b2f45 !important;
	font-weight: 800 !important;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
	box-shadow: none !important;
	border-color: none !important;
}
.SumoSelect > .CaptionCont > label > i {
	opacity: 0.4 !important;
}

/**
 * Folha de Estilhos - Paginação
 * ======================================================================================================= *
 */
.pagination {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	border: 2px solid #ececec;
	background: #fff;
	font: 800 1em "Barlow";
	text-decoration: none;
	color: #2b2f45;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 3;
	color: #2b2f45;
	border-color: #2b2f45;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 2;
	cursor: default;
	color: #2b2f45;
	border-color: #2b2f45;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	cursor: not-allowed;
	color: #2b2f45;
	border-color: #2b2f45;
	opacity: 0.5;
}

/**
 * ======================================================================================================= *
 *  Folha de Estilhos
 * ======================================================================================================= *
 *  @author - Guilherme Aquinio <gui@aquino.ind.br> @aquino.pro
 *
 */
/* PROJECT CHARTER BADGE */
.badge-vendido,
.badge-expirado,
.badge-aguardando,
.badge-perdido {
	float: left;
	padding: 5px 3px;
	font: 800 0.75rem "Barlow";
	text-transform: uppercase;
	background: #f1f1f1;
	min-width: 90px;
	text-align: center;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.5);
}
.badge-vendido {
	background: #15da8e;
}
.badge-expirado {
}
.badge-aguardando {
	background: rgb(34, 139, 209);
}
.badge-perdido {
	background: #df0b4a;
}

/**
 * 
 * ======================================================================================================= *
 */
.inside-menu {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #e9e9e9;
}
.inside-menu-item {
	float: left;
	width: 100%;
	height: 60px;
	border: none;
	border: 2px solid #e7ebf0;
	padding: 0 40px 0 15px;
	border-radius: 5px;
	background: #f9fbfd;
	font: 800 0.8rem/60px "Barlow";
	text-transform: uppercase;
	color: #636363;
}
.inside-menu-item:hover {
	border-color: #2b2f45;
	color: #2b2f45;
}
.inside-menu-item .bk-icon {
	float: left;
	width: 40px;
	font-size: 1.25rem;
}
.inside-menu-item span {
	float: left;
	width: calc(100% - 40px);
	text-decoration: none;
}

/**
 * list-table
 * ======================================================================================================= *
 */
.dataTables_wrapper {
	float: left;
	width: 100%;
	border: none;
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	/* padding: 10px; */
	border-radius: 5px;
	background: #fff;
	font: 400 1rem "Barlow";
	color: #636363;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.dataTables_wrapper .default-table {
	float: left;
	width: 100%;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	/* border-collapse: separate; */
	/* border-spacing: 0; */
}
.default-table {
	width: 100%;
	text-align: left;
	font-size: 1rem;
	font: 400 1rem "Barlow";
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
}
.default-table thead {
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
}
.default-table thead th {
	cursor: pointer;
	font-weight: 800;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding: 0 10px;
}
.default-table tr {
	position: relative;
	height: 40px;
	min-width: 100%;
	color: #636363;
	transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
}

.default-table .border-highlight-green td:first-child {
	border-left: 4px solid #15da8e;
}
.default-table .border-highlight-red td:first-child {
	border-left: 4px solid #ff0a53;
}
.default-table .border-highlight-blue td:first-child {
	border-left: 4px solid #0a9dff;
}
.default-table .border-highlight-default td:first-child {
	border-left: 4px solid #2b2f45;
}
.default-table tr td {
	font-size: 1rem;
	border-bottom: 2px solid #f5f5f5;
	padding: 5px 10px;
}
.default-table tbody tr:hover td {
	height: 40px;
	background: #f9f9f9;
	color: #2b2f45;
	cursor: pointer;
}
.default-table .sorting_icon {
	float: right;
	width: 20px;
	height: 20px;
	font-size: 1.15rem;
	text-align: center;
	color: #e0e0e0;
}
tr.parent {
	font-size: 1.1rem;
	font-weight: 800;
}
tr.border-top td,
tr.parent td {
	border-top: 3px solid #9e9e9e;
}
tr.bold td {
	font-weight: bold;
}
.color-green {
	color: #15da8e;
}
.color-red {
	color: #df0b4a;
}

.default-table .sorting_asc {
}
.default-table .sorting_desc {
}

/* --------------------------- */

/* CSS for project-progress */

.bar-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 5px;
	border-radius: 20px;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	line-height: 30px;
	overflow: hidden;
}

.bar-wrapper .progress {
	float: left;
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	border-radius: 20px;
	/* width: 0; */
	overflow: hidden;
	background: #15da8e;
	transition: all 2000ms ease-in-out 200ms;
	-o-transition: all 2000ms ease-in-out 200ms;
	-ms-transition: all 2000ms ease-in-out 200ms;
	-moz-transition: all 2000ms ease-in-out 200ms;
}
