@charset "utf-8";

@import url('//app.egitim360.com/assets/fonts/fontawesome.6.4.0/css/all.min.css');
@import url("//app.egitim360.com/assets/fonts/flags/flag-icons.css");
@import url("//app.egitim360.com/assets/fonts/rajdhani/stylesheet.css");

:root, 
[color-theme=light] {

	--body-bg: #FAFAFF;
	--body-color: #4E5F83;

	--submit-button-color: violet;
	--login-bg: rgba(255,255,255,0.85);
	--login-text-color: #161b22;
	--login-title-color: #161b22;
	--login-border-color: rgba(255,255,255,0.98);
	--login-link-color: #161b22;
	--login-hover-color: #C00;
	--font-family-text: -apple-system, system-ui, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Segoe UI', Roboto, 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans','Lucida Grande', Helvetica, Arial, sans-serif;
	--font-family-numeric: 'Rajdhani', -apple-system, system-ui, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Segoe UI', Roboto, 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans','Lucida Grande', Helvetica, Arial, sans-serif !important;
	--body-bg: #FAFAFF;
	--topbar-bg: #FFF;
	--header-bg: rgba(250,250,255,0.95);
	
}

[color-theme=dark] {

	--login-bg: rgba(13,17,23,0.85);
	--login-text-color: #FFF;
	--login-title-color: #FFF;
	--login-border-color: rgba(13,17,23,0.98);
	--login-link-color: #161b22;
	--login-hover-color: #C00;
	--font-family-text: -apple-system, system-ui, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Segoe UI', Roboto, 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans','Lucida Grande', Helvetica, Arial, sans-serif;
	--font-family-numeric: 'Rajdhani', -apple-system, system-ui, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Segoe UI', Roboto, 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans','Lucida Grande', Helvetica, Arial, sans-serif !important;
	--body-bg: #0e1217;
	--topbar-bg: #161B22;
	--header-bg: rgba(22, 27, 34, 0.95);

}

body, html { background-color:var(--body-bg) !important; color: #4E5F83 !important; }

h1, h2, h3, h4, h5, h6 { color: #00005D !important; }

/* 
 * LINK 
 */

a, a:link { color:#02617A; text-decoration:none; outline:none; text-shadow:none; }
a:hover, a:focus { color:#C00; }
a.select { font-weight:bold; color:#C00; border-bottom: 1px dotted #FFF; }
a span { color:#6E6E6E; }
a:hover span, a:focus span { color:#111; }

.fc .fc-daygrid-day-frame { cursor: pointer; }

/* 
 * SEMANTIC UI RESET 
 */

body, html, input, select, textarea, h1, h2, h3, h4, h5, h6, .num, .number,
.ui.button, .ui.header, .ui.menu, .ui.text.container, .ui.input > input, .ui.list > .item .header,
.ui.steps .step .title, .ui.message .header, .ui.form .field input, .ui.form .fields input,
.ui.form .field textarea, .ui.form .fields textarea, .ui.form .field label, .ui.form .fields label,
.ui.cards > .card > .content > .header, .ui.card > .content > .header, .ui.items > .item > .content > .header,
.ui.statistics .statistic > .value, .ui.statistic > .value, .ui.statistics .statistic > .label, .ui.statistic > .label,
.ui.accordion .title:not(.ui), .ui.modal > .header, .ui.popup > .header, .ui.search > .results .result .title,
.ui.search > .results > .message .header, .ui.category.search > .results .category > .name,
.ui, .ui *, .ui > *, .ui > * > *, .ui > * > * > *, .ui > * > * > * > *, .swal2-modal, input, textarea, select {
	font-family: var(--font-family-text);
}

.ui.selection.dropdown .ui.label { font-weight: 500 !important; }
.ui.segment { border-color: #EAEAEA; border-radius: 0.5em !important; }
.ui.attached.segment { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }

.field label { font-weight: 500 !important;}

.ui.segment {
	-webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.07);
	box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.07);
}

.ui.attached.segment { margin-bottom: 20px; }
.ui.attached.header, .ui.dividing.header { font-weight: 600; }
.ui.dividing.header { font-weight: 600; }
.ui.divider.header { font-weight: 500; letter-spacing: 0px; }
.ui.modal, .ui.modal > .actions, .ui.modal > .header { 
	/*border-radius: 0.9rem !important;*/
}

.num, .rate, .date { font-family: var(--font-family-numeric); }
.panel { font-family: var(--font-family-numeric); }
#modulDash { position: relative; display: block; }

.c-total { color:#111; }
.c-active { color:#22BA45; }
.c-passive { color:#DC2827; }
.c-answered { color:#22BA45; }
.c-continued { color:orangered; }
.c-point { color:darkviolet; }
.c-notstarted { }
.c-expired { color: #333; }
.c-draft { }
.c-published { }

/* 
 * FONT AWESOME 
 */

.ui [class^="fad fa-"] { font-family: 'Font Awesome 6 Duotone' !important; font-weight: 900 !important; }
.ui [class^="fal fa-"] { font-family: 'Font Awesome 6 Pro' !important; font-weight: 300 !important; }
.ui [class^="far fa-"] { font-family: 'Font Awesome 6 Pro' !important; font-weight: 400 !important; }
.ui [class^="fas fa-"] { font-family: 'Font Awesome 6 Sharp' !important; font-weight: 900 !important; }
.ui [class^="fab fa-"] { font-family: 'Font Awesome 5 Brands' !important; font-weight: 400 !important; }

i.fa, i.fad, i.fal, i.far, i.fas, i.fab {
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem 0 0;
  width: 1.18em;
  height: 1em;
  text-align: center;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
		  backface-visibility: hidden;
}

i.fa:before, i.fad:before, i.fal:before, i.far:before, i.fas:before, i.fab:before { background: none !important; }

.timelist .item .icon:before { content:""; border:1px dashed #EAEAEA; position: absolute; top:5px; left:8px; height: 100%; z-index: 0; }
.timelist .item .icon { z-index: 1; }

/*
 * SEPERATOR
 */

span.sep_v:before { color:#CCC; padding: 0 7px; content:"|"; font-weight: 400; }
span.sep_h:before { color:#CCC; padding: 0 7px; content:'-'; font-weight: 400; }
span.sep_d:before { color:#CCC; padding: 0 7px; content:'•'; font-weight: 400; }
span.sep_a:before { color:#CCC; padding: 0 7px; content:'›'; font-weight: 400; }
span.sep_s:before { color:#CCC; padding: 0 7px; content:'›'; font-weight: 400; }

/*
 * INTLPHONE
 */

.iti, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel], .iti__search-input { width: 100% !important; }
.iti--inline-dropdown .iti__dropdown-content { z-index: 999; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	padding-left: 52px !important; z-index: 999;
}

.pusher { min-height: 100%; }
body { overflow:hidden; overflow-y: auto; color: #DFE6EC; }
header, footer { position: fixed; left: 0; width: 100%; padding-left: 270px; clear: both; z-index:995; background-color: var(--header-bg); }
header.scroll { background-color: rgba(255,255,255,0.95); box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.1); }
footer { bottom: 0; padding-top: 8px; height: 52px !important; border-top: 1px solid #EAEAEA; background-color: rgba(250,250,255,0.95); }
body.login, body.notfound { height: auto; min-height: 100%; background-attachment:fixed; background-repeat:no-repeat; background-size:cover; background-position:center top; }
header.login, footer.login, header.notfound, footer.notfound { display: none;  }

section { z-index: 99; background-color:var(--body-bg); padding: 130px 30px 60px 290px; min-height: 100%; border:1px solid red; background-attachment:fixed; background-repeat:no-repeat; background-size:cover; background-position:center top; }
section.login { padding: 0 !important; margin: 0 !important; min-height: 100vh; background-color: transparent; border:1px solid transparent; padding: 30px 20px 40px 20px !important; }
section.modul { height: auto; min-height: 100vh; border:1px solid transparent; }

header.mini, footer.mini { padding-left: 72px; }
section.mini { padding: 140px 20px 60px 95px; }

.modul-page { position: relative; }
.page-full { width:100%; height: auto; }
.page-boxed { width:100%; max-width:1170px; margin: auto; }
.page-default { width:100%; max-width:1600px; margin: auto; }

.rightIcon { float:right; font-size:16px; color:#02617A; }
.rightIcon:hover { cursor: pointer; }
.elapsedTime { font-weight:600; font-family: var(--font-family-numeric); }
.infoButton { margin-top: -5px !important; margin-right: -7px !important; }
.new { position: absolute; right:25px; top:16px; color:#FFF; font-size: 9px; font-weight: 900 !important; text-transform: uppercase; color: lightgreen; }
.new [class^="fad"] { font-size:10px !important; margin: 0 !important; padding: 0 !important; }
/*.new:after { font-family: 'Font Awesome 6 Duotone' !important; font-size:10px; content: "\e123\e123"; color: red; font-size: 14px; }*/

.recordNotFound { postion:relative; padding: 50px 0; text-align: center; }
.tableInput td:first-child { white-space: nowrap; }
.tableInput td:last-child { width: 100%; }

#score-value{
  	position: absolute; top: 70px; left: 0; right: 0;
  	text-align: center; font-size: 2.5em; font-weight: 700;
  	color: #FFF;  font-family: var(--font-family-numeric);
  	-webkit-text-fill-color: green; -webkit-text-stroke: 1px;
}

/*
 * LOGIN
 */

.login-basic {
	 position: relative; padding: 15px 30px 40px 30px; margin:auto; width: 100%; max-width:490px; color:#161b22;
	 border:1px solid var(--login-border-color); background-color: var(--login-bg); border-radius: 1rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 20px 24px;
}
.login-basic .logoicon { z-index:-1; color:rgba(0,0,0,0.15); position:absolute; font-size:256px; left:0; right:0; top:25px; margin-left:0; margin:auto; }
.login-basic .logo { width:96px; height: auto; }
.login-basic .logo-title { font-size:28px; font-weight: 700; margin: 0; margin-top:-10px; color: var(--login-title-color) !important; }
.login-basic .logo-desc { font-size:13px; font-weight: 500; margin: 0; color:#333 !important; }
.login-basic a, .login-basic a:link { font-size:14px; font-weight: 400; display: inline-block; color:darkblue; text-decoration:none; outline:none; text-shadow:none; }
.login-basic a:hover, .login-basic a:focus { color:#C00; }

.setup-basic {
	position: relative; padding: 15px 20px 40px 20px; width: 100%; max-width: 720px; margin: auto;
	border:1px solid rgba(0,0,0,0.10); background-color:rgba(255,255,255,0.80); border-radius: 0.60rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 20px 24px;
}
.setup-basic .logo { width:48px; height: auto; float: left; margin-right: 5px; }
.setup-basic .logo-text { position: relative; float: left; }

.login-einstein {
	 position: relative; padding: 20px 45px 20px 45px; margin:auto; width: 100%; max-width:490px; color:#161b22;
	 border:1px solid var(--login-border-color); border-radius: 1rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 20px 24px;
	 background: linear-gradient(45deg, rgba(192,230,244,0.85) 0%, rgba(255,255,255,0.85) 35%, rgba(255,169,248,0.85) 100%);
}
.login-einstein .logoicon { z-index:-1; color:rgba(0,0,0,0.15); position:absolute; font-size:256px; left:0; right:0; top:25px; margin-left:0; margin:auto; }
.login-einstein .logo { width:150px; height: auto; margin-bottom: 0px; }
.login-einstein .logo-title { font-size:24px; font-weight: 700; margin: 0; color: var(--login-title-color) !important; }
.login-einstein .logo-desc { font-size:13px; font-weight: 500; margin: 0; margin-top:-5px; color:#333 !important; }
.login-einstein a, .login-einstein a:link { font-size:14px; font-weight: 400; display: inline-block; color:#56468F; text-decoration:none; outline:none; text-shadow:none; }
.login-einstein a:hover, .login-einstein a:focus { color:#9863A1; }
.login-einstein span.sep_v:before { color:#FFF; padding: 0 7px; content:"|"; font-weight: 400; }
.login-einstein span.sep_d:before { color:#FFF; padding: 0 7px; content:'•'; font-weight: 400; }
.login-einstein input, .login-einstein .dropdown { 
  border-radius: 0px !important;
  background-color: transparent !important; border:none !important; border-bottom: 1px solid #AA6BBF !important; 
}
.login-einstein .dropdown > *, .login-einstein .dropdown .menu .item { color: #58389E !important; }
.login-einstein .dropdown .icon { border:none !important; }
.login-einstein ::-webkit-input-placeholder { color: #9863A1 !important; }
.login-einstein ::-moz-placeholder { color: #9863A1 !important; }
.login-einstein :-ms-input-placeholder { color: #9863A1 !important; }
.login-einstein :-moz-placeholder { color: #9863A1 !important; }
.login-einstein .ui.button { border-radius: 360px; }

.setup-einstein {
	position: relative; padding: 15px 20px 40px 20px; width: 100%; max-width: 720px; margin: auto;
	border:1px solid rgba(0,0,0,0.10); background-color:rgba(255,255,255,0.80); border-radius: 0.60rem; box-shadow: rgba(0, 0, 0, 0.20) 0px 20px 24px;
}
.setup-einstein .logo { width:48px; height: auto; float: left; margin-right: 5px; }
.setup-einstein .logo-text { position: relative; float: left; }

.login-bottom { position:fixed; left:0; bottom:0; width:100%; height:auto; padding:10px; }
.login-bottom a, .login-bottom a:link { color:violet; }
.login-bottom a:hover, .login-bottom a:focus { color:blue; }

@media (max-width: 767px) {
	.login-bottom { position:relative; }
}

/*
 * TOP BAR
 */

.rightBar {  }
.topBar { border-bottom: 1px solid #FCFCFC; background-color: var(--topbar-bg); }
.topBar span.divider:before { 
	color:#CCC; padding: 0 7px; content:"|"; font-weight: 400;
	/*margin-left: 10px; margin-right: 10px; height: 100%; border-left: 1px solid #CCC; border-right: 1px solid #FFF; */
}
.topBar .ui.circular.button { border:none !important; background-color: #FFF; }
.topBar .ui.circular.button:hover { border:none !important; background-color: #EAEAEA; color: #000; }

/*
 * MODUL TITLE
 */

.modulTitle { height: 72px; border: none; border-top: 1px solid rgba(0,0,0,0.07); }
.modulTitle .ui.breadcrumb { padding-left: 7px; margin-bottom: 5px; }
.modulTitle .breadButton { color:#111; }
.modulTitle .caption { text-overflow:ellipsis; white-space: nowrap; overflow: hidden; font-size: 22px; line-height: normal; font-weight: 700; margin-top: -5px; color: #031B4E; }
.modulTitle table { width: 100%; table-layout: fixed; height: 100% !important; }
.modulTitle table td { vertical-align: middle; height: 100% !important; }
.modulTitle table td.modulIcon { width: 72px; color: #666; text-align: center; color: #888EA8; font-size: 42px; }
.modulTitle table td.title { width: 100%; }
.modulTitle table td.button { color:#EEE; padding-right: 15px; width: 280px; }
.modulTitle a, .modulTitle a:visited { color: #888EA8; }
.modulTitle a:hover { color: #060818; }
.modulDoc { float: right; cursor: pointer; }

#modulRecord { position: relative; }

.ultree { padding: 0px; margin: 0; list-style: none; }
.ultree1 { padding: 0px; margin: -5px 0px 10px 10px; list-style: none; border-left:1px solid #333; }
.ultree2 { padding: 0px; margin: -5px 0px 10px 15px; list-style: none; border-left:1px solid #333; }
.ultree3 { padding: 0px; margin: -5px 0px 10px 20px; list-style: none; border-left:1px solid #333; }
.ultree4 { padding: 0px; margin: -5px 0px 10px 25px; list-style: none; border-left:1px solid #333; }
.ultree li, .ultree1 li, .ultree2 li, .ultree3 li, .ultree4 li { padding: 2px 5px; }
/*
 * SIDEBAR
 */

.rightBar { background-color: #060818; }

.sideBar { position: fixed; left: 0; top: 0; width: 270px; height: 100%; z-index: 999; background-color: #060818; box-shadow: none; -webkit-transition : box-shadow ease-in-out .3s; transition : box-shadow ease-in-out .3s; }
.sideBar:hover { box-shadow: 25px 0px 25px -15px rgba(0,0,0,0.2); -webkit-transition : box-shadow ease-in-out .3s; transition : box-shadow ease-in-out .3s; }
.sideBar .logo { position: relative; padding: 5px 15px; margin:auto; clear: both; }
.sideBar .logo img { float: left; max-width: 52px;  width: 100%; }
.sideBar .logo .text { float: left; margin-left:10px; padding-top: 3px; }
.sideBar .logo .text div { display: block; float: left; padding: 3px 0 0 10px; }
.sideBar .logo .text h2 { color:#FFF !important; font-weight: 700; margin:0; margin-bottom: -1px !important; font-size:16px; letter-spacing: 8px; }
.sideBar .logo .text h2.einstein { color:#FFF !important; font-weight: 700; margin:0; margin-bottom: -1px !important; font-size:18px; letter-spacing: 2px; }
.sideBar .logo .text h4 { color:#CCC !important; font-weight: 500; margin:0; font-size:15px; }
.sideBar a, .sideBar a:link { color:#4c73ff; text-decoration:none; outline:none; text-shadow:none; }

.sideBar .sideButton { color: #0B6C84; float: right; margin-top:9px; -webkit-transition: rotate ease-in-out .2s; }
.sideBar .sideButton:hover { color: #23B6D1; cursor: pointer; }

.sideBar .user { position: relative; padding: 10px 5px; clear: both; margin-top: 5px; margin-bottom: 10px; }
.sideBar .user table td:last-child { width: 100%; color: #23B6D1; }
.sideBar .user:hover, .sideBar .user.active { background-color: #171B2F; cursor: pointer; }
.sideBar .userDiv { position: relative; width: 50px; padding: 3px; text-align: center; margin-right: 5px; }
.sideBar .userInfo { position: relative; }
.sideBar .userInfo .userRole { font-size: 12px; color: #999; }
.sideBar .userInfo h4 { color: #FFF !important; font-size:14px; margin:0; }
.sideBar .loginImage {
	 position: relative; width: 36px; height: 36px; margin: auto;
	 background-position: center center; background-color: #000; background-position: center center; background-size: cover;
	 border-radius: 100%; border:2px solid #CCC;
}

.sideBar [class^="fad"] { font-size: 22px; vertical-align: middle; color: #999; margin-right: 10px; display: inline-block; }
.sideBar .content { position: relative; width: 100%; height: calc(100vh - 141px); overflow-x: hidden; overflow-y: auto; z-index: 999; }
.sideScroll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); border-radius: 0; background-color: #171B2F; }
.sideScroll::-webkit-scrollbar { width: 7px; background-color: #000; }
.sideScroll::-webkit-scrollbar-thumb { border-radius: 0; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3); background-color: #555; }

.sideBar ul, .sideMenu ul { padding: 0; margin: 0; list-style: none; }
.sideBar ul li.divider { padding: 5px 10px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; color: #FFF; }
.sideBar ul li a:hover, .sideBar ul li a:focus, .sideBar ul li a.active { color: #FFF !important; background: #171B2F; }
.sideBar ul li a:hover > *, .sideBar ul li a:focus > *, .sideBar ul li a.active > * { color: #FFF; }
.sideBar ul li.has-arrow a .mtitle:after { position: absolute; right:10px; top:15px; font-family: 'Font Awesome 6 Duotone' !important; font-size:13px; content: "\f053\f053"; -webkit-transition: all ease-in-out .2s; }
.sideBar ul li.has-arrow a:hover .mtitle:after,
.sideBar ul li.has-arrow a.active .mtitle:after,
.sideBar ul li.has-arrow a.active:hover .mtitle:after { -webkit-transition: all ease-in-out .2s; color:#FFF; transform: rotate(180deg); }
.sideBar ul li a span,
.sideBar ul li a [class^="fad"] { color: #888EA8;  }

.sideBar ul li, .sideMenu ul li {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 position: relative;
}

.sideBar ul li a, .sideMenu ul li a {
	 position: relative;
	 display: block;
	 padding: 13px 15px;
	 padding-left: 15px;
	 font-size: 13px;
	 font-weight: 500;
	 color: #888EA8 !important;
	 outline-width: 0;
	 cursor: pointer;
}

.sideBar .sideFoot { position: relative; text-align: center; margin-bottom: 30px; }

.sideBar.mini { width: 72px; }
.sideBar.mini .logo { text-align: center; }
.sideBar.mini .logo img { float:inherit; margin: auto; text-align: center; }
.sideBar.mini .logo .text { display: none; }
.sideBar.mini .sideButton { color: #0B6C84; float: inherit; margin-top:inherit; transform: rotate(180deg); -webkit-transition: rotate ease-in-out .2s; }

.sideBar.mini a span.mtitle { display: none; }
.sideBar.mini li.divider { display: none; }
.sideBar.mini .user { padding: 10px 8px; }
.sideBar.mini .userDiv { margin-right: 0; }
.sideBar.mini ul li a i { font-size: 24px; width: 38px; text-align: center; }
.sideBar.mini [class^="fad-"] { font-size: 28px; width: 42px; text-align: center; border:1px solid #FFF; }
.sideBar.mini ul li a { padding-left: 15px; }
.sideBar.mini ul li .has-arrow::after { display: none; }
.sideBar.mini .sideButton { float: inherit; margin: auto; text-align: center; }
.sideBar.mini .user table td:first-child { width: 100%; color: #23B6D1; }
.sideBar.mini .user table td.col-userInfo { display: none; }
.sideBar.mini .col-userInfo { display: none; }
.sideBar.mini .sideFoot { display: none; }

/*** 

	SIDEMENU

***/

.sideMenu { position: absolute; left: 100%; top: 0; width: 270px; height: 100%; z-index: 998; background-color: #171B2F; display: none; box-shadow: 25px 0px 25px -15px rgba(0,0,0,0.4); }
.sideMenu .content { position: relative; width: 100%; height: 100%; overflow: auto; overflow-x: hidden; }
.sideMenu .sideList { position: relative; padding: 5px 0; display: none; }
.sideMenu .sideList .title { position: relative; display: block; color: #FFF !important; padding: 10px 10px 15px 15px; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; border-bottom: 1px solid #3A424E; }
.sideMenu .sideList .sideClose { position: absolute; right: 8px; top: 8px; color:#CCC; font-size: 16px; line-height: 24px; cursor: pointer; }
.sideMenu .sideList .sideClose:hover { color:#FFF; }
.sideMenu ul li a { font-size: 14px; padding-right: 0px !important; }
.sideMenu ul li a:hover,
.sideMenu ul li a:focus { color: #FFF; background-color: #060818; }
.sideMenu ul li a [class^="fad"] { font-size: 22px; }
.sideMenu ul li i.mfavorite { position: absolute; right:10px; top:17px; cursor:pointer; }
.sideMenu ul li i.mfavorite:hover { color:#FFF; }
.sideMenu a:hover,.sideMenu a:focus,
.sideMenu a:active { color: #FFF !important; background: #060818; transition: all .5s ease-out; }

/*** 

	DASH

***/
a .ui.segment, a .ui.inverted.segment { transition: all .3s ease-out; }
a:hover .ui.segment, a:hover .ui.inverted.segment { 
	box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 10px 0px; background-color: #FAFAFA !important; 
	border-left-color:rgba(0,0,0,0.15) !important; border-right-color:rgba(0,0,0,0.15) !important; border-bottom-color:rgba(0,0,0,0.15) !important; 
}

.dash { min-height: 135px; height: auto; border-radius: 0.4rem !important; }
.dash.small { min-height: 70px; height: auto; }
.dash.normal { min-height: inherit !important; height: auto; border-radius: inherit !important; }
.dash .flexbox { display: flex; }
.dash [class^="fad fa-"] { font-size: 28px; color: #4E5F83; vertical-align: middle !important; }
.dash .iconleft { padding: 5px 10px 5px 0; }
.dash .iconright { padding: 5px 0 5px 5px; }
.dash .iconcenter { padding: 5px 5px 5px 0; }
.dash .iconcenter [class^="fad fa-"] { font-size: 28px; }
.dash .content { width: 100%; }
.dash .title { position: relative; display: block; font-size:13px; font-weight: 400; margin-bottom: 5px; color:#060818; }
.dash .numeric { position: relative; display: block; font-size:28px; font-weight: 700; color:#031B4E; }
.dash .value { position: relative; display: block; font-size:22px; font-weight: 500; color:#031B4E; }
.dash .text { position: relative; display: block; font-size:11px; font-weight: 500; color:#031B4E; }
.dash .desc { font-family: 'Rajdhani'; font-size: 10px; font-weight: 600; line-height: 15px; color: rgb(101, 116, 135); }
.dash .ui.divider { font-size: 11px; font-weight: 600; margin-bottom: 5px; margin-top: 15px !important; color: rgb(77, 96, 125); }
.dash .inflex { display: flex; margin-top: 10px; }
.dash .inflex .title { font-size: 11px; font-weight: 400; width: 100%; }
.dash .inflex .ratio { font-size: 11px; font-weight: 300; }
.dash .flexbox .ratio, .dash .ratio { font-family: var(--font-family-numeric); font-size: 12px; font-weight: 500; display: block; margin-top: 5px; margin-bottom: -10px; text-align: center; }
.dash .ratio { font-family: var(--font-family-numeric); font-size: 12px; font-weight: 500; display: block; margin-top: 5px; margin-bottom: -10px; }
.dash .ui.progress { margin-top: 0; margin-bottom: 10px; }

table.dash { min-height: auto; height: auto; border-radius: inherit !important; }
table.dash td:first-child { vertical-align: middle; text-align: center; }
table.dash td.caption { white-space: nowrap; font-size: 11px; font-weight: 500; color: #060818; }
table.dash td .caption { white-space: nowrap; font-size: 11px; font-weight: 500; color: #060818; }
table.dash td { font-size: 12px; color: #031B4E; font-family: 'Rajdhani' !important; font-weight: 600; }
table.dash [class^="fad fa-"] { font-size: 18px; color: #4E5F83; position: relative; top:inherit; right: inherit; }
table.dash td:last-child { width: 100% !important; }
table.dash tr td.input { color: #345066; }
table.dash tr td span { display: block; color: #345066; margin-bottom: -3px; font-size: 12px; font-family: 'Rajdhani' !important; font-weight: 600; }
table.dash tr td span.id,table.dash tr td.id { font-family: 'Rajdhani' !important; }
table.dash tr td span.count, table.dash tr td.count { font-family: 'Rajdhani'; font-size: 19px;  }
table.dash tr td span.user, table.dash tr td.user { color: #345066; }
table.dash tr td span.dt, table.dash tr td.dt,
table.dash tr td span.info, table.dash tr td.info { font-family: 'Rajdhani'; font-size: 11px; }
table.dash tr td span.elapsedTime { display: inherit !important; margin-top: -4px; font-size: 11px; font-weight:500; }

/*** 

	Preview Profile

***/
.previewImage { position: relative; width: 100%; height: 150px; min-width: 150px; max-height: 150px; background-position: center center; background-size: cover; background-image: url(../img/noimage.png); border: 3px dashed #CCC !important; cursor: pointer; }
.previewImage:hover { border-color: #666 !important; }
.profileImage, .contentImage { position: relative; width: 100%; height: 128px; min-width: 128px; max-width: 128px; max-height: 128px; background-position: center center; background-size: cover; background-image: url(../img/noimage.png); border: 2px solid #CCC !important; cursor: pointer; }
.referrerImage { position: relative; width: 100%; height: 72px; min-width: 72px; max-width: 72px; max-height: 72px; background-position: center center; background-size: cover; background-image: url(../img/noimage.png); border: 2px solid #CCC !important; cursor: pointer; }
.profileImage { border-radius: 100%; }
.circlePreview { position: relative; display: block; width: 128px; height: 128px; margin:auto; margin-bottom: 20px; background-position: center center; background-repeat: no-repeat; background-size: contain; border: 1px solid #EAEAEA; background-color: #F9F9F9; box-shadow: inset 1px 0 10px rgba(0,0,0,0.10); background-image: url(../img/noimage.png); border-radius: 100%; }
.iconPreview { position: relative; display: block; width: 100%; height: 128px; margin-bottom: 20px; background-position: center center; background-repeat: no-repeat; background-size: contain; border: 1px solid #EAEAEA; background-color: #F9F9F9; box-shadow: inset 1px 0 10px rgba(0,0,0,0.10); background-image: url(../img/noimage.png); }
.iconPreview video { position: absolute; display: none; left: 0; top: 0; height: auto; width: auto; max-height: 128px; max-width: 100%; margin: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.modulContentImage, .modulProfileImage { background-position: center center; background-size: cover; background-image: url(../img/noimage.png); box-shadow: inset 1px 0 10px rgba(0,0,0,0.10); }
.modulProfileImage { border-radius: 100%; }
.modulProfile .meta { padding-bottom: 5px; }
.transparentBox { position: relative; width: 100%; background: center url(../../assets/img/transparent.png) repeat; margin-bottom: 10px;}

.ck-editor__editable_inline:not(.ck-comment__input *) {
	min-height: 120px;
}

/*
 * LIST FORM
 */
table.listResult th { font-weight: 600 !important; font-size: 13px !important; text-transform: uppercase !important; }
table.listResult td { font-size: 12px; }
table.listResult td span { font-size: 12px; color: #666; }
table.listResult td a.link { font-size: 15px !important; font-weight: 500; white-space: nowrap !important; text-overflow: ellipsis; width: 100%; max-width: 380px; display: block; overflow: hidden; }
table.listResult td a.smalllink { font-size: 12px !important; font-weight: 500; white-space: nowrap !important; text-overflow: ellipsis; width: 100%; max-width:20ch; display: block; overflow: hidden; }
table.listResult td a.listlink { font-size: 15px !important; font-weight: 500; width: 100%; display: block; text-overflow: ellipsis; }
table.listResult td .fad { font-size: 13px; }
table.listResult td h1, table.listResult td h2,
table.listResult td h3, table.listResult td h4,
table.listResult td h5 { margin: 0 !important; }
table.listResult td num { font-family: 'Rajdhani'; font-size: 15px; font-weight: 600; }
table.listResult td count { font-family: 'Rajdhani'; font-size: 18px; font-weight: 600; display: block; }
table.listResult td date { font-size: 11px; display: block; }
table.listResult td span.small { font-size: 10px; display: inherit; }
table.listResult td .preview,
table.listResult td .profile,
table.listResult td .showcase { width: 72px; height: 72px; border: 1px solid #CCC; background-position: center center; background-size: cover; background-image: url(../img/noimage.png); }
table.listResult td .smallprofile { width: 32px; height: 32px; border: 1px solid #CCC; background-position: center center; background-size: cover; background-image: url(../img/noimage.png); }
table.listResult td .smallprofile, table.listResult td .profile { border-radius: 100% !important; }

ul.listBox { position: relative; height: 250px; min-height: 250px; overflow: hidden; overflow-y: auto; z-index: 1; width: 100%; max-width: 100%; list-style: none; margin: 0; padding: 10px; border:1px solid #CCC; background-color: #FFF; }
ul.listBox li { position: relative; width: 100%; display: block; cursor: pointer; vertical-align: middle; padding: 5px; }

