html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  /*font-size: 98%;*/
  vertical-align: baseline;
}

/* color */
.color--white { color: #fff !important; }
.color--dark { color: #444444 !important; }
.color--grey { color: #e5e5e5 !important; }
.color--dark-grey { color: #9a9a9a !important; }
.color--blue { color: #0063FFFF !important; }
.color--skyblue { color: #60c6cf !important; }
.color--skyblue-light { color: #66cccc !important; }
.color--anzac { color: #e09c4b !important; }
.color--green { color: #55c69e !important; }
.color--red { color: #f35958 !important; }
.color--violet { color: #989cff !important; }
.color--orange { color: #ef692e !important; }

/*bg-color*/
.bg--dark { background-color: #444444 !important; }
.bg--grey { background-color: #e5e5e5 !important; }
.bg--dark-grey { background-color: #9a9a9a !important; }
.bg--blue { color: #0063FFFF !important; }
.bg--skyblue { background-color: #60c6cf !important; }
.bg--skyblue-light { background-color: #66cccc !important; }
.bg--anzac { background-color: #e09c4b !important; }
.bg--yellow-lignt { background-color: rgb(254,244,206,0.6) !important; }
.bg--green { background-color: #55c69e !important; }
.bg--red { background-color: #f35958 !important; }
.bg--violet { background-color: #989cff !important; }
.bg--orange { background-color: #ef692e !important; }

/*btn-color*/
.btn-dark { background-color: #444444; }
.btn-dark:hover { background-color: #5e5e5e; }
.btn-dark:focus, .btn-dark:active { background-color: #2b2b2b; }
.btn-grey { background-color: #e5e5e5; }
.btn-grey:hover { background-color: white; }
.btn-grey:focus, .btn-grey:active { background-color: #cccccc; }
.btn-dark-grey { background-color: #9a9a9a; }
.btn-dark-grey:hover { background-color: #b3b3b3; }
.btn-dark-grey:focus, .btn-dark-grey:active { background-color: #818181; }
.btn-skyblue { background-color: #60c6cf; }
.btn-skyblue:hover { background-color: #87d4db; }
.btn-skyblue:focus, .btn-skyblue:active { background-color: #3ab7c2; }
.btn-skyblue-light { background-color: #66cccc; }
.btn-skyblue-light:hover { background-color: #8cd9d9; }
.btn-skyblue-light:focus, .btn-skyblue-light:active { background-color: #40bfbf; }
.btn-anzac { background-color: #e09c4b; }
.btn-anzac:hover { background-color: #e7b477; }
.btn-anzac:focus, .btn-anzac:active { background-color: #d48424; }
.btn-green { background-color: #55c69e; }
.btn-green:hover { background-color: #7bd3b4; }
.btn-green:focus, .btn-green:active { background-color: #3aae85; }
.btn-red { background-color: #f35958; }
.btn-red:hover { background-color: #f68888; }
.btn-red:focus, .btn-red:active { background-color: #f02a28; }
.btn-violet { background-color: #989cff; }
.btn-violet:hover { background-color: #cbcdff; }
.btn-violet:focus, .btn-violet:active { background-color: #656bff; }
.btn-orange { background-color: #ef692e; }
.btn-orange:hover { background-color: #ffb87e; }
.btn-orange:focus, .btn-orange:active { background-color: #ff8018; }
.btn-yellow { background-color: #f2ab27; }
.btn-yellow:hover { background-color: #ffe57b; }
.btn-yellow:focus, .btn-yellow:active { background-color: #ffd51a; }
/*
.btn-yellow { background-color: #ffbe4f; }
.btn-yellow:hover { background-color: #ffe57b; }
.btn-yellow:focus, .btn-yellow:active { background-color: #ffd51a; }
*/

/* add color */
.left--bg--skyblue { background-color: #60c6cf !important; color:#fff !important;}
.left--bg--skyblue-light { background-color: #edf7fc !important; }


[title="JavaScript charts"] { display: none !important; }
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* general */
*:focus, *:active { outline: none !important; }

html { line-height: 1; }
body { background: #f6f6f6; font-family: 'open_sansregular', sans-serif; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
p { color: #444444; }
h3 { color: #444; font-size: 16px; }
a img { border: none; }
a, a:hover, a:focus { color: #f2ab27; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

.media { margin-top: 0; }
.btn .badge { position: absolute !important; top: -7px !important; }
.btn-block { display: inline-block; }

.center { text-align: center;}
.mtop-100 { margin-top: 100px; }
.mtop-95 { margin-top: 95px; }
.mtop-90 { margin-top: 90px; }
.mtop-85 { margin-top: 85px; }
.mtop-80 { margin-top: 80px; }
.mtop-75 { margin-top: 75px; }
.mtop-70 { margin-top: 70px; }
.mtop-65 { margin-top: 65px; }
.mtop-60 { margin-top: 60px; }
.mtop-55 { margin-top: 55px; }
.mtop-50 { margin-top: 50px; }
.mtop-45 { margin-top: 45px; }
.mtop-40 { margin-top: 40px; }
.mtop-35 { margin-top: 35px; }
.mtop-30 { margin-top: 30px; }
.mtop-25 { margin-top: 25px; }
.mtop-20 { margin-top: 20px; }
.mtop-15 { margin-top: 15px; }
.mtop-10 { margin-top: 10px; }
.mtop-5 { margin-top: 5px; }

.font-18 { font-size: 18px !important; }
.font-17 { font-size: 17px !important; }
.font-16 { font-size: 16px !important; }
.font-15 { font-size: 15px !important; }
.font-14 { font-size: 14px !important; }
.font-13 { font-size: 13px !important; }
.font-12 { font-size: 12px !important; }
.font-11 { font-size: 11px !important; }

/* TOP BAR */
.top-bar {
  width: 100%;
  height: 74px;
  background: #444444;
  position: relative;
}
/* line 34, ../sass/partials/_layout.scss */
.top-bar:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #ef692e;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: load 3s forwards;
  -moz-animation: load 3s forwards;
  -ms-animation: load 3s forwards;
  -o-animation: load 3s forwards;
  animation: load 3s forwards;
}

@-webkit-keyframes load {
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes load {
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes load {
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes load {
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-logo { color: #fff; font-size: 24px; font-family: "open_sansbold"; line-height: 70px; margin-left: 27px; margin-right: 20px; display: inline-block; }
.main-logo span { font-family: "open_sansregular"; font-size: 18px; color: #9a9a9a; }
.wrapper { overflow: hidden; /*min-height: 1000px;*/ min-height: 100vh; position: relative; }

/* navigation */
.sidebar { float: left; width: 280px; position: relative; background: #f9f9f9; border-right: 1px solid #e5e5e5; margin-bottom: -99999px; padding-bottom: 99999px;}
.main-nav { list-style: none; }
.main-nav__link {
  display: block;
  color: #696969;
  font-size: 14px;
  font-family: "open_sansregular";
  text-transform: uppercase;
  background: #fff;
  line-height: 68px;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 40px;
}
.main-nav__link:hover { text-decoration: none; color: inherit; }
.main-nav__link:after { font-family: "Font Awesome 6 Pro" !important; content: '\f105'; font-size: 1em; position: absolute; right: 10px; color: #bcbcbc; }

.main-nav li:not(.main-nav--active):hover .main-nav__link { background: #ff7841; color: #fff; box-shadow: inset 0 -1px 0 #b94618;}
.main-nav li:not(.main-nav--active):hover .main-nav__link .main-nav__icon { background: #ef692e; }
.main-nav li:not(.main-nav--active):hover .main-nav__link:after { color: #fff; }

.main-nav__icon {
  display: inline-block;
  background: #f6f6f6;
  text-align: center;
  width: 68px;
  height: 68px;
  margin-right: 21px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.main-nav__icon i { font-size: 20px; vertical-align: middle; }
.main-nav--active .main-nav__icon { background: #ef692e; color: #fff; }
.main-nav--collapsible { height: auto; }
.main-nav--collapsible.main-nav--open .main-nav__submenu, .main-nav--collapsible:hover .main-nav__submenu { max-height: 500px; }
.main-nav--collapsible.main-nav--open .main-nav__link:after, .main-nav--collapsible:hover .main-nav__link:after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.main-nav__submenu { max-height: 0; -webkit-transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; -o-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; overflow: hidden; box-shadow: inset 0 -1px 0 #e5e5e5; }
.main-nav__submenu i { font-size: 1em; padding-top: 15px; padding-bottom: 15px; }
.main-nav__submenu li a { display: block; color: #696969; text-transform: uppercase; font-size: 12px; line-height: 54px; padding-left: 80px; text-decoration: none; }
.main-nav__submenu li a:hover { background: #ff8d62; color: #fff; }

.content { /*margin-left: 281px; padding: 43px 43px 63px 37px; */ margin-left : 0px; overflow: auto; }

.main-header i { font-size: 1em; vertical-align: text-top; line-height: 1em; color: #2c353a; }
.main-header i.pe-7s-angle-down-circle { font-size: 26px; color: #c8c8c8; font-weight: bold; }
.main-header__title { float: left; display: inline-block; font-family: "open_sansregular"; font-size: 14px; color: #696969; text-transform: uppercase; padding-right: 20px; border-right: 1px solid #e6e6e6; vertical-align: middle; }
.main-header__title small { font-size: 14px; color: #9a9a9a; text-transform: none; font-family: "open_sansregular"; }
.main-header__title i { margin-right: 5px; }
.main-header__breadcrumb { float: left; display: inline-block; list-style: none; vertical-align: middle; }
.main-header__breadcrumb li { float: left; }
.main-header__breadcrumb li.active a { color: #444; }
.main-header__breadcrumb a { font-size: 12px; color: #9a9a9a; margin-left: 20px; margin-right: 12px; }
.main-header__date { display: inline-block; vertical-align: middle; float: right; font-family: "open_sansregular"; text-transform: uppercase; color: #9a9a9a; font-size: 14px; margin-top: 1px; }
.main-header__date span { margin-right: 10px; margin-left: 10px; }
.main-stats { margin-top: 44px; padding-right: 15px; padding-left: 15px; }
.main-stats .main-stats__stat { border-right: none; }
.main-stats > div:last-child { border-right: 1px solid #e5e5e5; }
.widget { margin-top: 25px; }
.main-stats__stat .progress { margin-bottom: 15px; }
.stat__title { font-family: "open_sansregular"; font-size: 14px; color: #9a9a9a; text-transform: uppercase; }
.stat__number { color: #444; font-size: 24px; margin-top: 18px; }
.stat__number span { color: #9a9a9a; font-size: 18px; }
.stat__number--big { font-size: 32px; }

.widget, .main-stats__stat { padding: 25px; background: #fff; border: 1px solid #e5e5e5; }
.widget__content .stat__details, .stat__details { color: #9a9a9a; font-size: 13px; }
.widget__content .stat__details strong, .stat__details strong { color: #444; font-family: "open_sansbold"; }
.widget__content .stat__details i, .stat__details i { display: inline-block; font-size: 24px; vertical-align: middle; }
.widget.no-padding, .main-stats__stat.no-padding { padding: 0; }
.widget.no-padding--lr, .main-stats__stat.no-padding--lr { padding-left: 0; padding-right: 0; }
.widget { margin-top: 25px; }
.widget--map { position: relative; }
.widget__header { position: relative; width: 100%; padding-bottom: 20px; }

.no-padding--lr .widget__header { padding-left: 25px; padding-right: 25px; }
.no-padding .widget__header { padding: 25px 25px 0 25px; }

.widget__header .dropdown { width: 90px; position: absolute; right: 20px; top: -10px; }
.widget--map .widget__header { position: absolute; z-index: 100; }
.widget__title { font-family: "open_sansregular"; color: #696969; font-size: 14px; text-transform: uppercase; display: inline-block; }
.widget__title span { font-size: 16px; }
.widget__config { float: right; margin-right: -10px; margin-top: -10px; }
.main-stats__stat .widget__config { margin-right: -5px; }
.widget__config a { font-size: 14px; color: #9a9a9a; display: inline-block; vertical-align: middle; text-decoration: none; }
.widget__config a:hover { color: #444; }
.widget__config a .pe-7s-close { font-size: 1.5em; }
.widget--map .widget__content { position: absolute; top: 0px; left: 0px; width: 330px; height: 650px; background: rgba(255, 255, 255, 0.5); padding-left: 25px; padding-right: 30px; padding-top: 30px; }
.widget__content p { color: #9a9a9a; font-size: 14px; line-height: 22px; }
.widget--tabbed { padding: 0; }

.subtitle { margin-bottom: 15px; }

.tabs { position: relative; background: #f6f6f6; padding-bottom: 0; overflow: auto; }
.tabs input[type=radio] { display: none; }
.tabs input[type=radio]:checked + label.tabs__tab { background: #fff; color: #696969; }
.tabs input[type=radio]:checked + label.tabs__tab:after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%; background: #FFF; z-index: 2; }
.tabs .number-entries { position: absolute; top: 12px; right: 34px; }
.tabs__tab { position: relative; text-transform: uppercase; color: #9a9a9a; font-size: 14px; padding: 20px 25px; border-color: #e5e5e5; border-width: 0 1px 0 0; border-style: solid; float: left; cursor: pointer; }
.tabs__content { border-top: 1px solid #e5e5e5; clear: both; background-color: white; position: relative; }
.tabs__content > div { position: absolute; top: 0; left: 0; display: none; }
.tabs__content .innerpadding { padding: 25px; }

input[type=radio]#tab1:checked ~ .tabs__content .tabs__content--1,
input[type=radio]#tab2:checked ~ .tabs__content .tabs__content--2,
input[type=radio]#tab3:checked ~ .tabs__content .tabs__content--3,
input[type=radio]#tab4:checked ~ .tabs__content .tabs__content--4 { display: block; }

.social_msg { width: 100%; padding: 40px 25px 30px 25px; border-bottom: 1px solid #e5e5e5; }
.rounded-image { border-radius: 50%; overflow: hidden; }
.social_msg__img { width: 60px; height: 60px; margin-right: 26px !important; }
.social_msg__heading { color: #444; font-size: 16px; margin-bottom: 15px; }
.social_msg__heading span:first-child { color: #bcbcbc; }
.social_msg__heading span:nth-child(2) { color: #60c6cf; }
.social_msg__heading i { color: #b8b8b8; font-size: 12px; margin-left: 10px; }
.social_msg__msg { font-size: 14px; line-height: 21px; color: #9a9a9a; }
.social_msg__meta { display: block; color: #9a9a9a; font-size: 12px; margin-top: 18px; line-height: normal; }
.social_msg__meta--alt, .attach_kb { color: #444; font-size: 14px; }

.attach_kb { margin-bottom: 10px; }
.attach_name { margin-bottom: 10px; line-height: 14px; margin-top: 4px; }
.attach_links { color: #60c6cf; font-size: 14px; margin-right: 30px; }

.social_msg__reply { width: 100%; }
.social_msg__reply input { width: 79%; font-size: 14px; margin: 20px 0px 20px 63px; line-height: normal; border: none; outline: none; }

.user { width: 100%; border-bottom: 1px solid #e5e5e5; padding: 20px 25px; position: relative; }
.user > .media-body { padding-right: 50px; padding-top: 4px; }
.user__img { width: 42px; height: 42px; margin-right: 26px !important; }
.user__name { font-size: 15px; color: #444; }
.user--added .user__name { color: #66cccc; }
.user__location { font-size: 12px; color: #c8c8c8; }
.user__more { text-align: center; padding-top: 25px; }
.user__more a { font-size: 14px; color: #9a9a9a; }
.user__more a:hover { text-decoration: none; color: #444; }
.user__more i { font-size: 24px; vertical-align: middle; margin-right: 7px; }

.accordion__details { max-height: 0; -webkit-transition: max-height 0.3s linear; -moz-transition: max-height 0.3s linear; -o-transition: max-height 0.3s linear; transition: max-height 0.3s linear; }
.accordion__details p { color: #444; font-size: 10px; line-height: 30px; }
.accordion__details p span { font-size: 12px; margin-left: 5px; color: #9a9a9a; }
.accordion__details p:first-child { padding-top: 25px; }
.accordion__details .btn-badge { margin-left: 5px; }

.map-stats__stat { border-bottom: 1px solid #e5e5e5; padding: 30px 45px 30px 25px; }
.map-stats__stat .stat__number { margin-top: 15px; }
.map-stats__stat .progress { margin-bottom: 10px; }
.map-stats__stat:last-child { border-bottom: none; }
.map-stats__stat .stat__number--big { position: relative; margin-bottom: 10px; }
.map-stats__stat .stat__number--big:before { font-family: "Pe-icon-7-filled" !important; content: '\e6b8'; font-size: 20px; position: absolute; left: -30px; top: 5px; color: #c8c8c8; }
.map-tooltip { background: #60c6cf; border: 0; padding: 10px 20px; position: relative; }
.map-tooltip:before, .map-tooltip:after { content: ''; position: absolute; width: 3px; height: 100%; background: #60c6cf; top: 0; }
.map-tooltip:before { left: -3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.map-tooltip:after { right: -3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.map-tooltip.map-tooltip--region { background: #444; }
.map-tooltip.map-tooltip--region:before, .map-tooltip.map-tooltip--region:after { background: #444; }

.main-search { position: absolute; height: 36px; padding-left: 52px; left: 280px; top: 20px; border-left: 1px solid #323232; }
.main-search i { font-weight: bold; color: #9a9a9a; font-size: 22px; }
.main-search input { border: none; background-color: transparent; color: #e5e5e5; font-size: 14px; height: 36px; line-height: 36px; width: 280px; }
.main-search label { position: absolute; color: #e5e5e5; left: 18px; top: 6px; font-size: 22px; cursor: pointer; }
.main-search input:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: .3; }
.main-search input:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: .3; }

 /* Firefox 18- */
.main-search input:focus:-moz-placeholder { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: .3; }
.main-search input:focus::-moz-placeholder { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: .3; }
.main-search input:focus:-ms-input-placeholder { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: .3; }

.profile__name { font-size: 14px; }
.profile { position: absolute; right: 0; top: 0; color: #9a9a9a; padding-right: 90px; }
.profile li { display: inline-block; vertical-align: middle; position: relative; }
.profile i { font-size: 1em; vertical-align: middle; }
.profile i.pe-7s-angle-down { font-weight: bold; }
.profile a { display: inline-block; vertical-align: middle; text-decoration: none; color: inherit; display: inline-block; padding-right: 18px; padding-left: 18px; height: 74px; line-height: 74px; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; transition: background-color 0.3s; }
.profile a:hover { background-color: rgba(255, 255, 255, 0.05); }
.profile .dropdown-menu { box-shadow: none; border-radius: 0; background-color: #444444; margin: 0; border: 0; padding: 0; }
.profile .dropdown-menu a { color: #9a9a9a; padding: 15px; padding-right: 76px; height: auto; }
.profile .dropdown-menu a:hover { background-color: rgba(255, 255, 255, 0.05); color: white; }
.profile .dropdown-menu li { display: block; }
.profile .dropdown-menu i { margin-right: 5px; }

.profile__user { line-height: 72px; color: #9a9a9a; font-size: 14px; }
.profile__user:hover { color: inherit; }
.profile__user i { font-size: 18px; margin-left: 10px; vertical-align: middle; }
.profile__name span { font-family: "open_sansbold"; color: white; }
.profile__img { width: 40px; height: 40px; margin-top: 15px; margin-right: 10px; }
.profile--higlighted a { color: white; }
.profile__badge { position: absolute; right: 6px; top: 18px; }

.main-nav__badge { margin-left: 5px; }
.cont { position: relative; }
.donut-info { position: absolute; width: 120px; height: 60px; text-align: center; left: 50%; top: 50%; margin-left: -60px; margin-top: -34px; display: table-cell; vertical-align: middle; }
.donut-info h3 { color: #9a9a9a; font-size: 14px; text-transform: uppercase; font-family: "open_sansregular"; }
.donut-info h1 { color: #444444; font-size: 60px; }
.main-footer { position: absolute; bottom: 60px; left: 80px; color: #9a9a9a; font-size: 14px; text-align: right; }
.main-footer p { color: #9a9a9a; }
.back-top { display: inline-block; margin-bottom: 25px; color: #c8c8c8; text-decoration: none; font-size: 40px; }
.back-top:hover { color: #9a9a9a; text-decoration: none; }
.mini-donut { display: inline-block; text-align: center; text-transform: uppercase; font-size: 12px; color: #696969; }
.mini-donut span { display: block; margin-top: 15px; }
.mini-barchart--home, .mini-barchart__text { display: inline-block; vertical-align: middle; }
.mini-barchart__text { margin-right: 25px; line-height: normal; }
.mini-barchart__text p { color: #9a9a9a; font-size: 12px; font-family: "open_sansregular"; text-transform: uppercase; }
.mini-barchart__text h3 { color: #444444; font-size: 24px; }

.mobile-nav { display: none; width: 68px; text-align: center; height: 74px; line-height: 74px; vertical-align: top; -webkit-transition: background-color, 0.3s; -moz-transition: background-color, 0.3s; -o-transition: background-color, 0.3s;  transition: background-color, 0.3s;}
.mobile-nav i { color: white; display: inline-block; vertical-align: middle; font-size: 24px; }
.mobile-nav:hover { background-color: rgba(255, 255, 255, 0.1); }
.err-page .main-logo { margin-left: 20px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; }
.err-page h1 { font-size: 34px; }
.err-page i {
  font-size: 70px;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
  border-radius: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: ball 1500ms 3 linear;
  -moz-animation: ball 1500ms 3 linear;
  -ms-animation: ball 1500ms 3 linear;
  -o-animation: ball 1500ms 3 linear;
  animation: ball 1500ms 3 linear;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-moz-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-ms-keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* login */
.login-page { background: #444444; border-top: 4px solid #f2ab27; padding: 0 30px 20px 30px; padding-left: 30px; }
.login-page .main-logo { margin-left: 0; text-align: center; display: block; line-height: 40px; margin-bottom: 40px; }
.login-page .main-logo img { width: 250px;}
.login-page .main-logo p { font-family: 'open_sansregular'; font-size: 14px; color: #9a9a9a; }
.login-page .input-text { font-size: 14px; box-shadow: none; padding: 7px 14px; }
.login-page .form-control { height: 49px; background: #323232; border: none; }
.login-page .form-control:focus { color: #fff; }
.login-page .input-group-addon { background: #323232; border: none; color: #575757; }
.login-page .input-group-addon:after { content: ""; position: absolute; background: #444444; height: 35px; width: 1px; left: 50px; top: 7px; }
.login-page .btn { float: none !important; display: block; margin: 25px 0px 0px 0px; padding: 14px 12px; }
.login-page i { font-size: 26px; color: #444444;}


/* progress bar */
.progress { height: 6px; background: #e8e8e8; box-shadow: none; margin-top: 10px; }
.progress-bar { box-shadow: none; border-radius: 4px; }
.progress-bar--skyblue { background-color: #60c6cf; }
.progress-bar--anzac { background-color: #e09c4b; }
.progress-bar--green { background-color: #55c69e; }
.progress-bar--red { background-color: #f35958; }

/* dropdown */
.dropdown { position: relative; height: 30px; background: #fff; border-radius: 1px; border: 1px solid #e5e5e5; }
.dropdown::after { content: "\f107"; font-family: "Font Awesome 6 Pro"; position: absolute; right: 7px; top: 6px; color: #bebebe; font-size: 18px; }
.dropdown-select { position: relative; width: 100%; margin: 0; padding: 6px 8px 6px 10px; height: 28px; line-height: 17px; font-family: "open_sansregular"; font-size: 12px; color: #444; background: #fff; background: rgba(0, 0, 0, 0) !important; border: 0; border-radius: 0; -webkit-appearance: none; }
.dropdown-select::focus { z-index: 3; width: 100%; color: #1b1e1f; outline: none; outline: none; outline-offset: 0px; }
.dropdown-select > option { margin: 3px; padding: 6px 8px; text-shadow: none; background: #f2f2f2; border-radius: 3px; cursor: pointer; }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown { z-index: 1; }
.lt-ie9 .dropdown-select { z-index: -1; }
.lt-ie9 .dropdown-select:focus { z-index: 3; }

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

/*spinner */
.number-entries input { width: 14px; text-align: right; background: #fff; border-radius: 4px; height: 23px; font-family: "open_sansregular"; font-size: 12px; color: #444; outline: none; position: relative; }
.number-entries .ui-spinner { width: 52px; height: 30px; border: 1px solid rgba(0, 0, 0, 0.15); }
.number-entries input::after { content: ''; width: 1px; height: 34px; position: absolute; top: -2px; right: 23px; border-left: 1px solid rgba(0, 0, 0, 0.12); z-index: 100; }
.number-entries .ui-icon { cursor: pointer; }
.number-entries .ui-icon-carat-1-s { background-position: -65px -3px; opacity: .3; }
.number-entries .ui-icon-carat-1-n { background-position: 0 3px; opacity: .3; }
.number-entries .ui-spinner-button { width: 20px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 1px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 1px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 1px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 1px; }

/*  switchs  Stuff */
.sw { display: none; }
.switch, .switch2 { position: relative; display: inline-block; vertical-align: text-bottom; cursor: pointer; border-radius: 24px; transition: background 250ms 100ms; background-color: #e5e5e5; }
.switch.switch--dark, .switch2.switch--dark { background-color: #323232; }
.widget__content .switch, .widget__content .switch2 { display: block; margin: 20px auto; }
.switch { width: 62px; height: 25px; }
.switch2 { width: 25px; height: 10px; }
.widget__content .switch2 { margin: 31px auto; }
.switch::before, .switch2::before { content: 'off'; font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 10px; line-height: 24px; position: absolute; right: 11px; color: #9a9a9a; }
.switch2::before { right: -25px; line-height: 10px; }
.switch::after, .switch2::after { position: absolute; content: ''; width: 23px; height: 23px; top: 1px; left: 1px; border-radius: 50%; transition: 150ms linear; background-color: white; }
.switch--dark:after { background-color: #60c6cf; }
.switch2::after { border: 1px solid #e5e5e5; top: -8px; left: -11px; }
.switch.switch--header:before { content: 'Live'; text-transform: none; }

input:checked + .switch, input:checked + .switch2 { background: #b1e5e5; }
input:checked + .switch--dark:after { background-color: #f35958; }
input:checked + .switch--dark { background: #282828; }
input:checked + .switch--violet { background: #989cff; }
input:checked + .switch--orange { background: #ef692e; }
input:checked + .switch--green { background: #55c69e; }
input:checked + .switch--red { background: #f35958; }
input:checked + .switch::after { left: 38px; }
input:checked + .switch2::after { left: 12px; border-color: #b1e5e5; }
input:checked + .switch2.switch--green::after { border-color: #55c69e; }
input:checked + .switch2.switch--green::before { color: #55c69e; }
input:checked + .switch2.switch--violet::after { border-color: #989cff; }
input:checked + .switch2.switch--violet::before { color: #989cff; }
input:checked + .switch2.switch--orange::after { border-color: #ef692e; }
input:checked + .switch2.switch--orange::before { color: #ef692e; }
input:checked + .switch2.switch--red::after { border-color: #f35958; }
input:checked + .switch2.switch--red::before { color: #f35958; }
input:checked + .switch::before { right: auto; left: 14px; content: 'on'; color: white; }
input:checked + .switch.switch--header::before { content: 'Off'; text-transform: none; left: 12px; }
input:checked + .switch--dark::before { color: #9a9a9a; }
input:checked + .switch2::before { right: auto; left: -25px; content: 'on'; color: #b1e5e5; }

/* sliders */
.slider { margin: 25px 0; height: 3px; background: #e5e5e5; border: none; position: relative; }
.slider .sl-amount { position: absolute; font-size: 14px; color: #929191; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); bottom: -30px; font-family: "open_sansregular"; }
.slider #amount-min { left: 0; }
.slider #amount-max { right: 0; }
.slider #amount-max::before { content: 'Max: '; }
.slider #amount-block { left: 0; }
.slider.ui-slider .ui-slider-handle { width: 12px; height: 12px; border-radius: 50%; top: -5px; background: white; border: 1px solid #e5e5e5; text-decoration: none; cursor: pointer; }
.slider.range.ui-slider .ui-slider-handle { width: 8px; margin-left: -.3em; border-radius: 8px; }
.ui-widget-header { background: #60c6cf; }
.ui-slider-horizontal .ui-slider-range { height: 3px; }
.range-tooltip { width: 34px;height: 20px; background: #60c6cf; position: absolute; top: -28px; left: 50%; border-radius: 3px; margin-left: -17px; text-align: center; line-height: 20px; font-family: "open_sansregular"; font-size: 10px; color: #fff; }
.range-tooltip::after { content: ''; width: 0; height: 0; position: absolute; border-top: 5px solid #60c6cf; border-left: 5px solid transparent; border-right: 5px solid transparent; bottom: -5px; left: 50%; margin-left: -5px; }

/* badges */
.badge { height: 20px; border-radius: 10px; font-family: "open_sansregular"; line-height: 13px; font-weight: normal; vertical-align: text-top; background-color: #bcbcbc; }
.badge--red { background-color: #ed552b; }

/* mini circle graphs */
.circle { width: 40px; height: 40px; border-radius: 50%; border: 4px solid #dcdcdc; position: relative; cursor: pointer; margin: auto; }
.circle::after { content: ''; width: 32px; height: 32px; border-radius: 50%; background: #fff; position: absolute; left: 0px; }
.circle i { position: absolute; z-index: 10; text-align: center; width: 32px; left: 0; line-height: 32px; transition: opacity 0.3s; font-size: 12px; }
.circle:hover .arc-in { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.circle:hover .arc-in.arc-sec { -webkit-transform: rotate(180deg) scale(1.2, 1.2); -moz-transform: rotate(180deg) scale(1.2, 1.2); -ms-transform: rotate(180deg) scale(1.2, 1.2); -o-transform: rotate(180deg) scale(1.2, 1.2); transform: rotate(180deg) scale(1.2, 1.2); }
.circle:hover i { opacity: 0.7; }

.arc { width: 40px; height: 40px; position: absolute; border-radius: 50%; background: transparent; left: -4px; top: -4px; }
.arc-in { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 50%; clip: rect(0px 40px 40px 17px); transition: transform 0.3s; }
.arc-in::before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 50%; clip: rect(0px 17px 40px 0px); transform: rotate(180deg); }
.arc-in.skyblue::before { background: #60c6cf; }
.arc-in.green::before { background: #55c69e; }
.arc-in.violet::before { background: #989cff; }
.arc-in.red::before { background: #f35958; }

#arc-2 .arc-in::before { -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -ms-transform: rotate(100deg); -o-transform: rotate(100deg); transform: rotate(100deg); }
#arc-1 .arc-in::before { -webkit-transform: rotate(160deg); -moz-transform: rotate(160deg); -ms-transform: rotate(160deg); -o-transform: rotate(160deg); transform: rotate(160deg); }
#arc-3 .arc-in::before { -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -ms-transform: rotate(80deg); -o-transform: rotate(80deg); transform: rotate(80deg); }
#arc-4 .arc-in::before { -webkit-transform: rotate(61deg); -moz-transform: rotate(61deg); -ms-transform: rotate(61deg); -o-transform: rotate(61deg); transform: rotate(61deg); }

.arc-sec { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.arc-sec::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/* alerts */
.alert { padding: 15px; position: relative; border: none; border-radius: 2px; margin-bottom: 10px;}
.alert .media-body { padding-left: 25px; width: 100%; }
.alert--title { color: #444; font-size: 1em; line-height: 130%;}
.alert--title strong {color:#f35958; }
.alert--text, .widget__content .alert--text { color: #9a9a9a; font-size: 12px; margin-top: 5px; }
.alert--icon { font-size: 34px; margin-right: 25px; }
.alert-dismissable .close { position: absolute; top: 10px; right: 10px; }
.alert-danger { background-color: #fef2f2; color: #f35958; }
.alert-warning { background-color: #fff5dc; color: #ef692e; }
.alert-info { background-color: #edf7fc; color: #60c6cf; }
.alert-danger-border { background-color: #fef2f2; color: #f35958; border: 1px solid; border-radius: 5px; }
.alert-warning-border { background-color: #fff5dc; color: #ef692e; border: 1px solid; border-radius: 5px; }
.alert-info-border { background-color: #edf7fc; color: #60c6cf; border: 1px solid; border-radius: 5px; }

/* tab */
.tab { width: 100%; display: flex;}
.tab ul.tap-list { position: relative; border-bottom: 1px solid #ced4da; margin-bottom: 15px; width: 100%; }
.tab ul.tap-list li { position: relative; bottom: -1px; font-size: 14px; margin-left: -1px; padding: 10px 18px; border: 1px solid #ced4da; border-top-left-radius: 8px; border-top-right-radius: 8px; background-color: #fff; cursor: pointer; float: left; }
.tab ul.tap-list li:first-child { margin-left: 10px; }
.tab ul.tap-list li.active { background-color: #f2ab27; border-color: #f2ab27; border-bottom: 0; color: #fff; }

/* button */
.btn { position: relative; border: none; color: white; /*margin: 5px;*/ border-radius: 2px; }
.btn:hover, .btn:focus { color: white; }
.btn:focus, .btn:active { box-shadow: none; }
.btn-group .btn { margin: 0; }
.btn i { font-size: 16px; padding: 4px 0px; }
.btn-group { margin-top: 5px; }
.btn-badge { padding: 4px 10px; color: white !important; border-radius: 2px; }
.btn-default { border: 1px solid #e5e5e5; color: #444444; background-color: white; }
.btn-default:hover { border: 1px solid #e5e5e5; background-color: #e5e5e5; color: #444444; }
.btn-default:active, .btn-default:focus { border: 1px solid #ef692e; background-color: #ef692e; color: white; box-shadow: none; }
.btn-light { border: 1px solid #e5e5e5; color: #444444; background-color: white; }
.btn-light:hover { color: #9a9a9a; }
.btn-light:active, .btn-light:focus { color: #444444; background-color: #fafafa; }
.btn-grey { color: #444444; }
.btn-grey:hover { color: #444444; background-color: #eaeaea; }
.btn-grey:active, .btn-grey:focus { color: #444444; background-color: #d8d8d8; }
.btn-violet:hover { background-color: #b2b5ff; }
.btn-violet:active, .btn-violet:focus { background-color: #7f83ff; }
.btn-fixed { width: 80px; }
.btn-fixed-bog { width: 150px; }

/* circular buttons */
.c-btn { width: 24px; height: 24px; border: 2px solid #c8c8c8; color: #c8c8c8; border-radius: 50%; text-align: center; line-height: 20px; font-size: 22px; cursor: pointer; display: inline-block; vertical-align: middle; }
.c-btn:hover { color: #959595; border: 2px solid #959595; text-decoration: none; }
.c-btn--filled { border: none; }
.c-btn--filled.fill--green { background-color: #66cccc; border: 2px solid #66cccc; color: white; }
.c-btn--check { opacity: 0; position: absolute; right: 78px; top: 26px; cursor: pointer; -webkit-transition: opacity 250ms linear; -moz-transition: opacity 250ms linear; -o-transition: opacity 250ms linear; transition: opacity 250ms linear; }
.c-btn--check:after { font-family: "Pe-icon-7-stroke"; content: '\e66c'; font-size: 28px; position: absolute; color: #60c6cf; }
.user:hover .c-btn--check { opacity: .3; }
.c-btn--check:hover { opacity: 1 !important; }
.user.user--added .c-btn--check { opacity: 1; }
.user.user--added .c-btn--check:after { font-family: "Pe-icon-7-filled"; content: '\e6ed'; }
.c-btn--more { color: #c8c8c8; cursor: pointer; }
.c-btn--more:hover { color: #959595; }
.c-btn--more:after { font-family: "Pe-icon-7-stroke"; content: '\e623'; font-size: 28px; }
.user .c-btn--more { position: absolute; right: 20px; top: 26px; }

input[type="checkbox"].btn-more-check { display: none; }
input[type="checkbox"].btn-more-check:checked ~ .accordion__details { max-height: 500px; }
input[type="checkbox"].btn-more-check:checked + label.c-btn--more:after { content: '\e644'; }

/* separators */
.separator--vertical { position: relative; }
.separator--vertical:after { content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #e5e5e5; }

/* tables */
.table { border: 1px solid #e5e5e5; font-size: 14px; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { line-height: 2em; padding: 10px; }
.table > thead { background-color: #444444; color: white; }
.table > thead > tr > th { border-bottom: none; }

/* forms */
.input-text, .textarea { width: 100%; font-family: "open_sansregular"; font-size: 12px; padding: 7px; border: 1px solid #e5e5e5; margin-bottom: 10px; margin-bottom: 10px; }
.checkbox, .radio { display: none; }
.checkbox + label, .radio + label { font-family: "open_sansregular"; font-size: 12px; color: #656268; padding-left: 20px; position: relative; display: inline-block; margin-right: 10px; vertical-align: middle; margin-top: 5px; padding-top: 3px; }
.checkbox + label:before { content: ''; position: absolute; left: 0px; top: 2px; width: 14px; height: 14px; border-radius: 3px; background: rgba(0, 0, 0, 0.1); text-align: center; line-height: 14px; box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); color: #656268; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); }
.checkbox:checked + label:before { content: '��'; }
.radio + label:before { content: ''; position: absolute; left: 0px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); }
.radio + label:after { content: ''; position: absolute; left: 3px; top: 5px; width: 8px; height: 8px; border-radius: 50%; background: #fff; display: none; }
.radio:checked + label:after { display: block; }

#uploader { display: none; }
label[for=uploader] { font-family: "open_sansregular"; margin-top: 10px; width: 100%; padding: 11px; background: #fff; padding-left: 10px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 12px; color: #656268; position: relative; margin-bottom: 10px; }
label[for=uploader]:after { content: "+"; text-align: center; font-size: 18px; color: #fff; position: absolute; right: 7px; width: 20px; top: 7px; line-height: 20px; background: #60c6cf; }

@media (max-width: 1200px) {
  .main-header__date span, .main-header__date i:first-child { display: none; }
  .number-entries .ui-spinner, .widget__header .dropdown { display: none; }
  .main-stats .main-stats__stat { border-right: 1px solid #e5e5e5; border-bottom: none; }
  .main-stats > div:last-child { border-bottom: 1px solid #e5e5e5; }
}
@media (max-width: 1024px) {
  .main-header__date span, .main-header__date i:first-child { display: none; }
  .number-entries .ui-spinner, .widget__header .dropdown { display: none; }
}
@media (max-width: 995px) {
  .sidebar { width: 69px; }
  .content { margin-left: 71px; padding-right: 60px; }
  .main-footer { position: absolute; width: 100%; text-align: center; left: 0; bottom: 20px; }
  .back-top { position: absolute; left: 15px; bottom: 0;margin-bottom: 0; }
  .main-nav__link { position: relative; }
  .main-nav__link:after { display: none; }
  .main-nav__badge { position: absolute; right: 10px; top: 15px; }
  .main-nav__submenu i { display: block; }
  .main-nav__submenu span { display: none; }
  .main-nav__submenu li a { padding-left: 0; text-align: center; }
  .profile { padding-right: 0px; }
  .profile__name { display: none; }
  .profile__img { margin-right: 0; }
  .main-search input { width: 105px; overflow: hidden; text-overflow: ellipsis; }
  .separator--vertical:after { display: none; }
  .number-entries .ui-spinner, .widget__header .dropdown { display: block; }
  code { word-wrap: break-word; }
}
@media (max-width: 767px) {
  .main-search, .main-header__breadcrumb { display: none; }
  .main-logo { margin-left: 20px; }
  .number-entries .ui-spinner, .widget__header .dropdown { display: none; }
  .tabs__tab { font-size: 13px; }
  .attach_links { display: block; margin-bottom: 5px; }
}
@media (max-width: 480px) {
  .top-bar, .sidebar { position: absolute; z-index: 999; }
  .profile li:not(:first-child) { display: none; }
  .profile li ul li { display: block !important; }
  .switch--header { display: none; }
  .sidebar { width: 100%; top: 72px; margin-bottom: 0; padding-bottom: 0; }
  .main-nav { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.5s; -moz-transition: max-height 0.5s; -o-transition: max-height 0.5s; transition: max-height 0.5s; }
  .main-nav.open { max-height: 1000px; }
  .main-nav__badge { position: relative; right: auto; top: auto; }
  .main-header__date { display: none; }
  .main-nav__submenu i { display: none; }
  .main-nav__submenu span { display: block; }
  .main-nav__submenu li a { padding-left: 110px; text-align: left; }
  .mini-barchart--wrapper { text-align: right; }
  .mini-donut { margin-bottom: 10px; }
  .content { margin-left: 0; padding-right: 23px; padding-left: 23px; margin-top: 72px; }
  .table { font-size: 12px; }
  .tabs__tab { font-size: 12px; padding: 20px 10px; }
  .social_msg__img { float: none !important; margin-bottom: 15px; }
  .user__img { margin-right: 15px !important; }
  .widget--map .widget__content { position: relative; background: #fff; width: auto; margin-bottom: 25px; }
  .main-logo { margin-left: 0; }
  .mobile-nav { display: inline-block; }
  .back-top { left: 35px; bottom: -13px; }
}