@import url(/fonts/roboto/_roboto.css);
@import url(/fonts/awesome/_font-awesome.min.css);
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    width: 100%;
    height: 100%;
}
body {
    background-color: #eef0f8;
    color: #646464;
    font-family:'Roboto',sans-serif;
    font-size:13px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
strong, b {
    font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
ol,
ul,
dl {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-inline-start: 30px;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 8px;
    margin-left: 0;
}
blockquote {
    margin: 0 0 15px;
}
.list-unstyled {
    padding-left: 30px;
}
a,a:hover,a:focus {
    text-decoration:none;
    outline:none;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
::selection {
    background-color: rgba(246, 147, 29, 0.5);
    color:#fff;
}
::-moz-selection {
    background-color: rgba(246, 147, 29, 0.5);
    color:#fff;
}
select {
    background: url('../images/select.png') right 3px center no-repeat;
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    display: inline-block;
    padding-right: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
select option:disabled {
    background-color: #ededed;
    color: #9e9e9e;
    cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #cfcfd1;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    width: 18px;
    min-width: 18px;
    margin: -1px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f6931d;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radio-inline input[type=radio],
.checkbox-inline input[type=checkbox] {
    margin-right: 7px;
}
input[type=radio] {
    border-radius: 50%;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #f6931d;
    border-color: #f6931d;
    color: #ffffff;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    color: #ffffff !important;
    display: inline-block;
    float: left;
    font-size: 16px;
    vertical-align: middle;
}
input[type=checkbox]:checked::before {
    content: '✓';
    color: #ffffff;
    margin: 0;
    height: 16px;
    width: 16px;
    line-height: 17px;
}
input[type=radio]:checked::before {
    background-color: #ffffff;
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 16px;
}
input[type=checkbox].cbr-success {
    border-color: #f52e32;
    border-radius: 50%;
    margin: 0;
}
input[type=checkbox].cbr-success::before {
    content: '✘';
    color: #f52e32;
    line-height: 17px;
    font-size: 16px;
    height: 16px;
    width: 16px;
}
input[type=checkbox].cbr-success:checked {
    background-color: #20c510;
    border-color: #20c510;
    border-radius: 0;
}
input[type=checkbox].cbr-success:checked::before {
    content: '✔';
}
input[type=checkbox].s-free {
    border-color: transparent;
    border-radius: 50%;
    color: #f6931d;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0;
}
input[type=checkbox].s-free::before {
    content: "\f155";
}
input[type=checkbox].s-free:checked {
    background-color: #20c510;
    border-color: #20c510;
    color: #20c510;
}
.rck-status-1 input[type=checkbox]:checked,
.rck-status-1 input[type=radio]:checked {
    background-color: #20c510;
    border-color: #20c510;
}
.rck-status-2 input[type=checkbox]:checked,
.rck-status-2 input[type=radio]:checked {
    background-color: #f52e32;
    border-color: #f52e32;
}
.rck-status-3 input[type=checkbox]:checked,
.rck-status-3 input[type=radio]:checked {
    background-color: #f6931d;
    border-color: #ffcd04;
}
img {
    background-color: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
textarea {
    overflow: auto;
    resize: none;
}
/***
Metro icons
***/
[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: 2px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../images/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

[class^="m-icon-big-"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
    background-image: url(../images/syncfusion-icons.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}

/* large icons */
.btn.m-icon-big {
    padding: 9px 16px 8px 16px;
}

.btn.m-icon-big.m-icon-only {
    padding: 9px 8px 8px 0px;
}

.btn.m-icon-big [class^="m-icon-big-"] {
    margin: 0 0 0 10px;
}

.btn.m-icon-ony > i {
    margin-left: 0px;
}

/* default icons */
.btn.m-icon {
    padding: 7px 14px 7px 14px;
}

.btn.m-icon [class^="m-icon-"] {
    margin: 4px 0 0 5px;
}

.btn.m-icon.m-icon-only {
    padding: 7px 10px 7px 6px;
}

/* white icon */
.m-icon-white {
    background-image: url(../images/syncfusion-icons-white.png);
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}

.m-icon-swapdown {
    background-position: -68px -10px;
}

.m-icon-swapleft {
    background-position: -8px -10px;
}

.m-icon-swapup {
    background-position: -46px -10px;
}

.m-icon-big-swapright {
    background-position: -42px -28px;
}

.m-icon-big-swapdown {
    background-position: -115px -28px;
}

.m-icon-big-swapleft {
    background-position: -6px -28px;
}

.m-icon-big-swapup {
    background-position: -78px -28px;
}
#container {
    width:100%;
    min-height:100%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
/*login page*/
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-body {
    background: #171719 url(../images/login.jpg) no-repeat fixed center right / cover;
    width:100%;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.login-box {
    background-color: #eef0f8;
    width: 100%;
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.welcome-box {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(left, transparent 10%, #1b1f27 100%);
    background-image: -o-linear-gradient(left, transparent 10%, #1b1f27 100%);
    background-image: linear-gradient(to right, transparent 10%, #1b1f27 100%);
    background-repeat: repeat-x;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 12px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.welcome-box .wl-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
.form-signin {
    max-width:330px;
    margin:100px auto;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.form-signin h2.form-signin-heading {
    margin:0;
    padding:35px 15px;
    text-align:center;
    background:#aec785;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    border-bottom:10px solid #a0b87e;
}
.form-signin .checkbox {
    margin-bottom:14px;
}
.form-signin .checkbox {
    font-weight:normal;
    color:#b6b6b6;
    font-weight:300;
    font-family:'Roboto',sans-serif;
}
.form-signin .form-control {
    position:relative;
    font-size:16px;
    height:auto;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.form-signin .form-control:focus {
    z-index:2;
}
.form-signin input[type="text"],.form-signin input[type="password"] {
    margin-bottom:15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #eaeaea;
    box-shadow:none;
    font-size:12px;
}
.form-signin .btn-login {
    background:#1fb5ac;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    margin:20px 0 5px;
}
.form-signin p {
    text-align:left;
    color:#b6b6b6;
    font-size:16px;
    font-weight:300;
}
.form-signin a,.form-signin a:hover {
    color:#1fb5ac;
}
.form-signin a:hover {
    text-decoration:underline;
}
.login-wrap {
    position:relative;
    width:100%;
}
.login-bottom {
    background-color: #0047a4;
    color: #ffffff;
    padding: 20px;
    text-align: right;
}
.login-bottom label {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
}
.login-bottom .uln {
    text-decoration: underline;
}
.login-form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 20px 15px;
    overflow: hidden;
}
.login-form .title > h3 {
    font-weight: 200;
}
.login-form .login-input {
    margin-bottom: 20px;
}
.login-form .login-submit {
    background-color: #f8f8f8;
}
.login-form .field {
    position: relative;
    margin-bottom: 12px;
}
.login-form .field i {
    color: #acacac;
    top: 0;
    left: 3px;
    position: absolute;
    height: 38px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}
.login-form input[type=text],
.login-form input[type=password] {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
    color: #646464;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 25px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.login-form button[type=submit],
.login-form .btn {
    font-size: 15px;
    font-weight: 300;
    padding: 7px 10px;
}
.login-form input[type=text]:hover ~ i,
.login-form input[type=password]:hover ~ i {
    color: #f6931d;
}
.login-form input[type=text]:focus ~ i,
.login-form input[type=password]:focus ~ i {
    color: #f6931d;
}
.login-form input[type=text]:focus,
.login-form input[type=password]:focus,
.login-form button[type=submit]:focus {
    outline: none;
}
.login-form .form-actions {
    margin-bottom: 20px;
}
.login-form .forget-password {
    border-top: 1px dotted #eee;
    padding-top: 5px;
}
.login-form .forget-password h4 {
    font-weight: 300;
}
.login-form .forget-password a {
    text-decoration: underline;
}
.login-form .checkbox,
.login-form .radio {
    display: inline-block;
    font-weight: 300;
}
.login-form .go-home {
    color: inherit;
    display: inline-block;
    margin-top: 5px;
}
.login-form .go-home:hover,
.login-form .go-home:focus {
    text-decoration: underline;
}
.login-form input[type=checkbox]:checked:before {
    content: " ";
    background: url('../images/tick.png') center no-repeat;
    margin-top: -3px;
    width: 22px;
    height: 16px;
}
.registration {
    position:absolute;
    right:0;
    bottom:-35px;
    color:#b8bab9;
}
.page-alias {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.page-alias i {
    font-size: 24px;
    line-height: 24px;
}
.page-alias a {
    margin-right: 35px;
    white-space: nowrap;
}
.info-contact p {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.info-contact i {
    color: #fa8564;
    font-size: 22px;
}
/*sidebar navigation*/
#sidebar {
    background-color: #1e1e2d;
    position: fixed;
	top: 0;
	left: 0;
    z-index: 7;
    width: 180px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar ul li {
    position: relative;
}

.leftside-navigation,.right-stat-bar{
    height: 100%;
}

.right-stat-bar ul {
    list-style-type: none;
    padding-left: 0;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background:url(../images/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:1px;
}
.active .dcjq-icon {
    background:url(../images/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.right-side-accordion .dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background:url(../images/acc-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:5px;
}
.right-side-accordion .active .dcjq-icon {
    background:url(../images/acc-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}

.right-side-accordion li:nth-child(2) ul li .prog-row {
    border: none;
}
/*---*/
.nav-collapse.collapse {
    display:inline;
}
ul.sidebar-menu,ul.sidebar-menu li ul.sub {
    margin:-2px 0 0;
    padding:0;
    list-style:none;
}
ul.sidebar-menu li ul.sub {
    display:none;
}
#sidebar>ul>li>ul.sub {
    display:none;
}
#sidebar .sub-menu>.sub li a {
    padding-left:25px;
}
#sidebar .sub-menu>.sub li.sub-menu>.sub li a {
    padding-left:45px;
}
#sidebar>ul>li.active>ul.sub,#sidebar>ul>li>ul.sub>li>a {
    display:block;
}
#nav-accordion {
	padding-bottom: 60px;
}
ul.sidebar-menu li ul.sub li {
    background: #1e1e2d;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}
ul.sidebar-menu li ul.sub li a {
    color:#9899ac;
    font-size:12px;
    padding-top:13px;
    padding-bottom:13px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
    background-color:#171721;
    color:#ffffff;
    display:block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li {
    border-bottom:1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li.sub-menu {
    line-height:15px;
}
ul.sidebar-menu ul.sub li {
    border-bottom:none;
}
ul.sidebar-menu li a span {
    display:inline-block;
}
ul.sidebar-menu li a {
    color:#9899ac;
    text-decoration:none;
    display:block;
    padding:18px 5px;
    font-size:12px;
    line-height:16px;
    outline:none;
    white-space:nowrap;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a.active,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
    background-color:#171721;
    color:#f6931d;
    display:block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size:15px;
    padding-right:6px;
}
ul.sidebar-menu li a:hover i,ul.sidebar-menu li a:focus i {
    color:#ffffff;
}
ul.sidebar-menu li a.active i,
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
    color:#f6931d;
}
.mail-info,.mail-info:hover {
    margin:-3px 6px 0 0;
    font-size: 11px;
}
/*main content*/

#main-content {
    margin-left: 180px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
.header {
    background-color: #f6931d;
    -webkit-box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position: relative;
    z-index: 5;
}
.login-header {
    text-align: center;
}
.merge-header {
    margin-right:240px;
}
.wrapper {
    display:block;
    padding:10px;
    width:100%;
    min-height: calc(100vh - 120px);
    position: relative;
    z-index: 9;
}
.wp-main {
    padding: 10px 0;
}
.box-wrap {
    margin: 0 auto;
}
.brand {
    background-color: #f6931d;
    width: 180px;
    height: 55px;
    padding: 12px 10px 18px;
    text-align: center;
    position: relative;
}
.header > .brand {
	float: left;
}
a.logo {
    color: #ffffff;
    display: inline-block;
    line-height: 0;
    text-align: center;
    text-transform:uppercase;
}
a.logo:hover,a.logo:focus {
    text-decoration:none;
    outline:none;
}
a.logo > .l-sm {
    display: block;
    font-size: 22px;
    font-weight: 300;
}
a.logo > .l-lg {
    display: block;
    font-size: 26px;
    font-weight: 400;
}
a.logo span {
    color: #FF6C60;
}
a.logo-sm img {
    max-height: 50px;
}
.sidebar {
    position: relative;
    z-index: 3;
}
.bootstrap-select.select-home>.dropdown-toggle {
    background-color: #23cbc1;
    border-color: #21bdb4;
    color: #ffffff;
    margin-top: -5px;
}
/*notification*/
#top_menu .nav>li,ul.top-menu>li {
    float:left;
}
.info-row {
    float:left;
    margin-top:8px;
    margin-left:35px;
}
.info-row .company-name {
    color: #ffffff;
    font-weight: 300;
    margin: 14px 0 0;
}
ul.top-menu {
    margin-right:10px;
    margin-top: 0;
}
ul.top-menu > li > a {
    background-color:#f4f4f4;
    color: #878787;
    font-size:22px;
    padding:6px 8px;
    margin-right:15px;
    border-radius:50%;
    -webkit-border-radius:50%;
    padding-right:8px !important;
}
ul.top-menu>li>a:hover,
ul.top-menu>li>a:focus {
    color:#34a853;
}
ul.top-menu > li.bee-dnw > a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 5px 2px 5px 6px;
    width: 36px;
    height: 36px;
}
ul.top-menu > li.bee-dnw > a:hover {
    animation: iBee 0.5s ease-out infinite;
}
@keyframes iBee {
    50% {
        transform: translate(0, 5px);
    }
}


.bg-light-white {
    background-color: #ffffff !important;
}

.bg-hover-light-white {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-white:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #ffffff !important;
}

.bg-diagonal-light-white:before {
    background-color: #ffffff !important;
}

.bg-light-primary {
    background-color: #E1F0FF !important;
}

.bg-hover-light-primary {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-primary:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #E1F0FF !important;
}

.bg-diagonal-light-primary:before {
    background-color: #E1F0FF !important;
}

.bg-light-secondary {
    background-color: #EBEDF3 !important;
}

.bg-hover-light-secondary {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-secondary:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #EBEDF3 !important;
}

.bg-diagonal-light-secondary:before {
    background-color: #EBEDF3 !important;
}

.bg-light-success {
    background-color: #C9F7F5 !important;
}

.bg-hover-light-success {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-success:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #C9F7F5 !important;
}

.bg-diagonal-light-success:before {
    background-color: #C9F7F5 !important;
}

.bg-light-info {
    background-color: #EEE5FF !important;
}

.bg-hover-light-info {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-info:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #EEE5FF !important;
}

.bg-diagonal-light-info:before {
    background-color: #EEE5FF !important;
}

.bg-light-warning {
    background-color: #FFF4DE !important;
}

.bg-hover-light-warning {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-warning:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #FFF4DE !important;
}

.bg-diagonal-light-warning:before {
    background-color: #FFF4DE !important;
}

.bg-light-danger {
    background-color: #FFE2E5 !important;
}

.bg-hover-light-danger {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-danger:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #FFE2E5 !important;
}

.bg-diagonal-light-danger:before {
    background-color: #FFE2E5 !important;
}

.bg-light-light {
    background-color: #F3F6F9 !important;
}

.bg-hover-light-light {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-light:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #F3F6F9 !important;
}

.bg-diagonal-light-light:before {
    background-color: #F3F6F9 !important;
}

.bg-light-dark {
    background-color: #D1D3E0 !important;
}

.bg-hover-light-dark {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}
.bg-hover-light-dark:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #D1D3E0 !important;
}

.bg-diagonal-light-dark:before {
    background-color: #D1D3E0 !important;
}

.timeline .timeline-items {
    margin: 0;
    padding: 0;
}
.timeline .timeline-items .timeline-item {
    margin-left: 0;
    padding: 0 0 10px;
    position: relative;
}
.timeline .timeline-items .timeline-item .timeline-media {
    position: absolute;
    top: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    line-height: 0;
}
.timeline .timeline-items .timeline-item .timeline-media .svg-icon svg {
    height: 24px;
    width: 24px;
}
.timeline .timeline-items .timeline-item .timeline-desc {
    padding: 0 0 0 45px;
}
.timeline .timeline-items .timeline-item .timeline-desc::before {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 40px);
    background-color: #EBEDF3;
    border-radius: 6px;
    top: 35px;
    left: 15px;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-primary::before {
    background-color: #3699FF;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-primary::before {
    background-color: #E1F0FF;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-secondary::before {
    background-color: #E4E6EF;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-secondary::before {
    background-color: #EBEDF3;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-success::before {
    background-color: #1BC5BD;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-success::before {
    background-color: #C9F7F5;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-info::before {
    background-color: #8950FC;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-info::before {
    background-color: #EEE5FF;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-warning::before {
    background-color: #FFA800;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-warning::before {
    background-color: #FFF4DE;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-danger::before {
    background-color: #F64E60;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-danger::before {
    background-color: #FFE2E5;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light::before {
    background-color: #F3F6F9;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-light::before {
    background-color: #F3F6F9;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-dark::before {
    background-color: #181C32;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-dark::before {
    background-color: #D1D3E0;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-white::before {
    background-color: #ffffff;
}
.timeline .timeline-items .timeline-item .timeline-desc.timeline-desc-light-white::before {
    background-color: #ffffff;
}
.timeline .timeline-items .timeline-item:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}
.timeline .timeline-items .timeline-item .fa {
    font-size: 15px;
}
.timeline .bg-light-danger .fa {
    color: #F64E60 ;
}
.timeline .bg-light-success .fa {
    color: #1BC5BD;
}
.timeline .bg-light-primary .fa {
    color: #3699FF;
}
.timeline .timeline-items .timeline-item h4,
.timeline .timeline-items .timeline-item h5 {
    font-weight: 500;
    margin: 10px 0 5px;
}
.timeline .timeline-items .timeline-item h4 a,
.timeline .timeline-items .timeline-item h5 a {
    color: inherit;
}
.timeline .timeline-items .timeline-item .p-datetime {
    color: #8a8a8a;
    font-style: italic;
}
.timeline .timeline-items .timeline-item .post {
    font-size: 14px;
    line-height: 22px;
}
.timeline .p-dut::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.timeline .p-dut .p-datetime {
    float: left;
}
.timeline .p-user {
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    float: right;
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-left: 20px;
    padding-right: 15px;
}
.timeline .p-user .p-user-avt,
.timeline .p-user .p-user-name {
    display: inline-block;
}
.timeline .p-user .p-user-name {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    margin-left: 8px;
}
.timeline .p-user .p-user-avt {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.timeline .p-user .p-user-name > label {
    font-style: normal;
    display: block;
}
.timeline .p-views {
    border-top: 1px solid #dfdfdf;
    font-weight: 500;
    margin-top: 10px;
    padding-top: 10px;
}
.timeline .p-views > span {
    font-style: italic;
    font-weight: 300;
    text-decoration: underline;
}

.post-box {
    background-color: #ffffff;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.list-photos {
    margin: 3px auto;
    display: inline-block;
}
.list-photos ul.photos {
    margin: -2px 0;
    padding: 0;
    list-style: none;
}
.list-photos ul.photos li {
    float: left;
    width: 50%;
    padding: 2px;
}
.list-photos ul.photos li > a {
    border: 1px solid #eef0f8;
    display: block;
    position: relative;
}
.list-photos ul.photos li.hidden {
    display: none;
}
.list-photos ul.photos li:nth-child(3n),
.list-photos ul.photos li:nth-child(4n),
.list-photos ul.photos li:nth-child(5n) {
    width: 33.333336%;
}
.list-photos ul.photos.tt-3 li {
    width: 33.333336% !important;
}
.list-photos ul.photos.tt-4 li {
    width: 50% !important;
}
.list-photos ul.photos li .see-all {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.list-photos ul.photos li .see-all .sa-p01 {
    display: table;
    width: 100%;
    height: 100%;
}
.list-photos ul.photos li .see-all .sa-p11  {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
ul.list-file {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list-file > li {
    background-color: #f1f2f7;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    padding: 7px 10px;
    margin: 2px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.view-fm {
    background: #fff;
    margin: 5px 0;
    width: 100%;
    height: 100vh;
}

.nav-btn {
    float: right;
    margin: 28px 15px 0;
}
.notify-row {
    float: right;
    margin-top: 20px;
}
.notify-row .badge {
    position:absolute;
    right:-10px;
    top:-10px;
    z-index:100;
    padding: 3px 5px;
}
.dropdown-menu.extended {
    top:40px;
    padding:10px;
    box-shadow:0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
    border:none;
    left:-10px;
}
.notify-row .notification span.label {
    display:inline-block;
    height:21px;
    padding:5px;
    width:22px;
    font-size:12px;
    margin-right:10px;
}
.notify-row .dropdown-menu {
    width: 350px;
    float: right;
    right: 0;
    left: auto;
}
.dropdown-menu.extended .alert-icon,.noti-info {
    float:left;
}
.noti-info {
    padding-left:10px;
    padding-top:6px;
    color:#414147;
}
.dropdown-menu.extended .alert {
    margin-bottom:10px;
}
.dropdown-menu.extended .alert-icon {
    border-radius:100%;
    display:inline-block;
    height:35px;
    width:35px;
}
.dropdown-menu.extended .alert-icon i {
    font-size:16px;
    width:35px;
    line-height:35px;
    height:35px;
}
.dropdown-menu.extended.inbox li {
    margin-bottom: 10px;
}
.dropdown-menu.extended.inbox li:last-child {
    margin-bottom: 0;
}
.dropdown-menu.extended.inbox li .note {
    font-weight: 300;
}
.dropdown-menu.extended.inbox li .note .count {
    color: #ff6c60;
    font-weight: 600;
}
.dropdown-menu.extended.inbox li a,
.dropdown-menu.extended.tasks-bar li a {
    border: 1px solid #e1e2e7;
    border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
    float:left;
    width:100%;
    position: relative;
    white-space: normal;
}
.dropdown-menu.extended.inbox li a.new,
.dropdown-menu.extended.tasks-bar li a.new {
    background-color: #dfe3ea;
}
.notify-row .dropdown-menu.extended.inbox li:hover a,
.notify-row .dropdown-menu.extended.inbox li:focus a,
.notify-row .dropdown-menu.extended.inbox li a:hover,
.notify-row .dropdown-menu.extended.inbox li a:focus,
.notify-row .dropdown-menu.extended.tasks-bar li a:hover,
.notify-row .dropdown-menu.extended.tasks-bar li a:focus {
    background-color: #f5f3d3;
}
.dropdown-menu.extended li a {
    color: inherit;
    font-size:12px;
    line-height: 14px;
    list-style:none;
}
.dropdown-menu.extended.logout {
    padding:10px;
}
.dropdown-menu.extended.logout li a {
    padding: 7px 10px;
}
.dropdown-menu.extended li a:hover {
    color:#1e1e2d;
}
.dropdown-menu.tasks-bar .task-info .desc {
    font-size:13px;
    font-weight:normal;
    float:left;
    width:80%;
}
.dropdown-menu.tasks-bar .task-info .desc h5 {
    color:#1e1e2d;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    margin-bottom:5px;
    margin-top:0;
}
.dropdown-menu.tasks-bar .task-info .desc p {
    padding-top:0;
    color:#8f8f9b;
    font-weight:300;
}
.dropdown-menu.tasks-bar .task-info .percent {
    width:20%;
    float:right;
    font-size:13px;
    font-weight:600;
    padding-left:10px;
    line-height:normal;
}
.dropdown-menu.tasks-bar .progress {
    background:#fff;
}
.dropdown-menu.extended .progress {
    margin-bottom:0 !important;
    height:10px;
}
.dropdown-menu.inbox li {
    position: relative;
}
.dropdown-menu.inbox li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.dropdown-menu.inbox li a .photo img {
    border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    float:left;
    height:40px;
    margin-right:10px;
    width:40px;
}
.dropdown-menu.inbox li a .subject {
    display:block;
    font-size:11px;
    position: relative;
    margin-bottom: 5px;
}
.dropdown-menu.inbox li a .subject .from {
    display:inline-block;
    font-weight:600;
    max-width:60%;
}
.dropdown-menu.inbox li a .subject .time {
    color: #acb5b5;
    font-style:italic;
    position:absolute;
    right:0;
}
.dropdown-menu.inbox li a .message {
    display:block;
    font-size: 13px;
    line-height: 16px;
    padding-right: 15px;
}
.dropdown-menu.inbox li a .message strong {
    font-weight: 600;
}
.dropdown-menu.inbox li .fa {
    color: #acbcd7;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    cursor: default;
}
.top-nav {
    float: right;
	padding: 10px 0;
    width: calc(100% - 180px);
	position: relative;
}
.top-nav li.dropdown .dropdown-menu {
    float:right;
    right:0;
    left:auto;
}
.dropdown-menu.extended.logout>li {
    float:left;
    width:100%;
}
.log-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-20px;
    float:right;
    margin-right:15px;
}
.dropdown-menu.extended.logout>li>a {
    border-bottom:none !important;
}
.full-width .dropdown-menu.extended.logout>li>a:hover {
    background-color: #e7e8ed;
    color: #2f2f37;
}
.dropdown-menu.extended.logout>li>a:hover {
    background-color: #e7e8ed;
    border-radius:5px;
}
.dropdown-menu.extended.logout>li>a:hover i {
    color:#f6931d;
}
.dropdown-menu.extended.logout>li>a i {
    font-size:17px;
}
.dropdown-menu.extended.logout>li>a>i {
    padding-right:10px;
}
.top-nav .username img {
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    position: absolute;
    top: -4px;
    left: -4px;
}
.top-nav .username {
    font-size:13px;
    color: #4f4f4f;
}
.top-nav .clockcenter {
    color: rgba(255, 255, 255, 0.7);
    line-height: 18px;
    text-align: center;
}
.top-nav ul.top-menu>li>a.username {
    background-color:#ffffff;
    border:1px solid #efefef;
    border-radius:100px;
    -webkit-border-radius:100px;
    margin-top:5px;
    margin-right:0;
    position: relative;
    padding: 3px 5px 3px 32px;
}
.top-nav ul.top-menu>li.language>a {
    margin-top:-2px;
    padding:4px 12px;
    line-height:20px;
}
.top-nav ul.top-menu>li.language>a img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li.language ul.dropdown-menu li img {
    border-radius:0;
    -webkit-border-radius:0;
    width:18px;
}
.top-nav ul.top-menu>li {
    margin-left:15px;
}
.top-nav ul.top-menu>li>a.username:hover,
.top-nav ul.top-menu>li>a.username:focus {
    background-color: #efefef;
    border:1px solid #dcdcdc;
    color: #3c3c3c;
}
.top-nav .nav .caret {
    border-bottom-color: #a4aaba;
    border-top-color: #a4aaba;
}
.top-nav ul.top-menu>li>a:hover .caret {
    border-bottom-color:#000;
    border-top-color: #000;
}
.top-nav .hotline {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 12px 0 0 30px;
	white-space: nowrap;
}
.top-nav .hotline > a {
    background-color: transparent;
	display: inline-block;
    padding: 0;
}
.header::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*form*/
.position-center {
    width:62%;
    margin: 0 auto;
}
/*----*/
.notify-arrow {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:0;
    opacity:0;
    position:absolute;
    left:16px;
    top:-20px;
    transition:all 0.25s ease 0s;
    z-index:10;
    margin-top:10px;
    opacity: 1;
}
/*search*/
.box-search {
    padding-left: 10px;
    position: relative;
}
.box-search .search {
    width: 170px;
    -webkit-transition:all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #f6f6f6 url('../images/search-icon.png') left 9px center no-repeat;
    border: 1px solid #e0e1e7;
    box-shadow: none;
    padding: 5px 10px 5px 30px;
    color: #4f4f4f;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
#r_search {
    background-color: #ffffff;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    display: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    width: 250px;
    position: absolute;
    top: 40px;
    left: 0;
}
#r_search::before {
    border: 8px solid transparent;
    border-bottom-color: #eeeeee;
    margin-left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 30px;
    pointer-events: none;
}
#r_search::after {
    border: 7px solid transparent;
    border-bottom-color: #ffffff;
    margin-left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 31px;
    pointer-events: none;
}
#r_search > ul.list {
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
#r_search > ul > li {
    padding: 7px 5px;
    margin-left: 15px;
}
#r_search > ul > li + li {
    border-top: 1px dotted #e0e1e7;
}
#r_search > ul > li img.avt {
    border-radius: 50%;
    border: 1px double #e0e1e7;
    width: 35px;
    margin-right: 10px;
}
#r_search > ul > li a {
    color: inherit;
    display: block;
}
#r_search > ul > li.agency {
    border-top: 1px solid #dfdfdf;
    background-color: #f1f2f7;
    font-weight: 500;
    margin-left: 0;
}
#r_search > ul > li.agency + li {
    border-top: none;
}

.todo-search:focus{
    width:100% !important;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
    background: #f6a63b;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius:50%;
    -webkit-border-radius:50%;
    width:24px;
    height:24px;
    position:absolute;
    top:15px;
    right:-12px;
	z-index:1002;
}
.sidebar-toggle-box .fa-bars {
    color:#ffffff;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    padding:6px;
}
.sidebar-toggle-box:hover {
    background: #f6b84f;
}
.sidebar-toggle-box:hover .fa-bars {
    color: rgba(255, 255, 255, 0.5);
}
.hide-left-bar {
    margin-left:-200px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.open-right-bar {
    right:0 !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.merge-left {
    margin-left:0px !important;
}
.hide-right-bar {
    margin-right:-240px !important;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.toggle-right-box {
    float:left;
    background:#f6f6f6;
    border-radius:50%;
    -webkit-border-radius:50%;
    width:35px;
    height:35px;
}
.toggle-right-box:hover {
    background:#42db64;
}
.toggle-right-box:hover .fa-bars {
    color:rgba(0,0,0,0.3);
}
.toggle-right-box .fa-bars {
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    padding:10px;
    color: #bfbfc1;
}
/*right sidebar*/
.right-sidebar {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 5px 10px 0 rgba(82, 63, 105, 0.15);
    width: 350px;
    position: fixed;
    z-index: 31;
    height: 100%;
    right: -350px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-right-panel {
    margin-left: -195px !important;
}
#container.open-right-panel {
    width: calc(100% - 45px);
}
.right-sidebar .search-row {
    padding:20px;
}
.right-sidebar .search-row input {
    background:rgba(0,0,0,0.3);
    border:none;
    color:#707076;
    font-size:12px;
}
.right-sidebar .top-sidebar {
    background-color: #f6931d;
    color: #fff;
    padding: 12px 20px;
}
.title-sidebar {
    background-color: #dfdfdf;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    padding: 12px 20px;
}
.form-sidebar {
    padding: 12px 10px;
}
.form-sidebar .fs-box {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.form-sidebar .fs-box .f-btn {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 3px;
    min-width: 0;
    margin-left: 6px;
    line-height: 28px;
    text-align: center;
}
.form-sidebar .fs-box .form-control,
.form-sidebar .fs-box .btn-file,
.form-sidebar .fs-box .input-group .input-group-btn .btn {
    height: 34px;
    line-height: 20px;
}
.form-sidebar .fs-box .f-text {
    width: calc(100% - 40px);
}
.form-sidebar .fs-box .file-input {
    width: 100%;
}
.fs-box .btn-file,
.fs-box .fileinput-remove,
.fs-box .fileinput-cancel,
.fs-box .fileinput-upload {
    min-width: 30px;
}
.right-sidebar .top-sidebar > h4 {
    font-weight: 300;
    line-height: 32px;
    margin: 0 auto;
}
.nar-sidebar .nav-tabs {
    background-color: #dfdfdf;
    margin-top: 0;
}
.nar-sidebar .nav>li>a {
    padding: 8px 15px;
}
.nar-sidebar .nav-tabs>li.active>a,
.nar-sidebar .nav-tabs>li.active>a:hover,
.nar-sidebar .nav-tabs>li.active>a:focus {
    border-color: #ffffff;
}

.right-side-accordion {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.right-side-accordion > li {
    border-top: 1px solid #dfdfdf;
    font-size: 13px;
    line-height: 18px;
    padding: 12px;
}
.right-side-accordion > li .side-call {
    margin-top: 5px;
    margin-bottom: 0;
}
.right-side-accordion > li .side-ta {
    display: block;
    font-style: italic;
    font-weight: normal;
    line-height: 15px;
}
.right-side-accordion > li .side-ta span {
    font-size: 11px;
}

.right-side-accordion .head {
    padding:20px;
    text-transform:uppercase;
    width:100%;
    display:inline-block;
}
.right-side-accordion .red-bg {
    background:#fa8564;
    color:#fff;
}
.right-side-accordion .terques-bg {
    background:#45c9c4;
    color:#fff;
}
.right-side-accordion .purple-bg {
    background:#a48ad4;
    color:#fff;
}
.right-side-accordion .yellow-bg {
    background:#f3c022;
    color:#fff;
}
.prog-row {
    border-bottom:1px solid #3C3C44;
    display:inline-block;
    padding:20px 0;
    width:100%;
}
.prog-row .progress {
    margin-bottom:0;
}
.prog-row h4 {
    margin:0;
    font-size: 12px;
    font-weight: 400;
}
.user-details h4 {
    text-transform:none;
    font-size:14px;
    font-weight:300;
}
.prog-row p {
    font-size:10px;
    color:#8f8f9b;
    margin-bottom:0;
}
.mtop10 {
    margin-top:10px;
}
.user-thumb,.user-details,.user-status,.rsn-details {
    float:left;
}
.user-thumb {
    width:30px;
    margin:0 10px 0 20px;
}
.user-thumb img {
    border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    height:30px;
}
.user-details {
    width:150px;
}
.rsn-details {
    width:170px;
}
.rsn-details a,.rsn-details a:hover {
    color:#a48ad4;
    font-size:11px;
}
.user-details a {
    color:#fff;
}
.user-status {
    width:25px;
    margin-top:5px;
}
.view-btn,.view-btn:hover {
    color:#6c6c72;
    margin:10px 0;
    display:inline-block;
}
.view-btn:hover {
    text-decoration:underline;
}
.rsn-activity i {
    font-size: 30px;
}
/*state overview*/
.state-overview .symbol,.state-overview .value {
    display:inline-block;
    text-align:center;
}
.state-overview .value {
    float:right;
}
.state-overview .value h1,.state-overview .value p {
    margin:0;
    padding:0;
    color:#c6cad6;
}
.state-overview .value h1 {
    font-weight:300;
}
.state-overview .symbol i {
    color:#fff;
    font-size:50px;
}
.state-overview .symbol {
    width:40%;
    padding:25px 15px;
    -webkit-border-radius:4px 0px 0px 4px;
    border-radius:4px 0px 0px 4px;
}
.state-overview .value {
    width:58%;
    padding-top:21px;
}
.state-overview .terques {
    background:#6ccac9;
}
.state-overview .red {
    background:#ff6c60;
}
.state-overview .yellow {
    background:#f8d347;
}
.state-overview .blue {
    background: #57c8f2;
}
/*main chart*/
.border-head h3 {
    border-bottom:1px solid #c9cdd7;
    margin-top:0;
    margin-bottom:20px;
    padding-bottom:5px;
    font-size:18px;
    display:inline-block;
    width:100%;
    font-weight:300;
}
.custom-bar-chart {
    height:290px;
    margin-top:20px;
    margin-left:10px;
    position:relative;
    border-bottom:1px solid #c9cdd7;
}
.custom-bar-chart .bar {
    height:100%;
    position:relative;
    width:4.3%;
    margin:0 2%;
    float:left;
    text-align:center;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    z-index:10;
}
.custom-bar-chart .bar .title {
    position:absolute;
    bottom:-30px;
    width:100%;
    text-align:center;
    font-size:12px;
}
.custom-bar-chart .bar .value {
    position:absolute;
    bottom:0;
    background:#bfc2cd;
    color:#bfc2cd;
    width:100%;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}
.custom-bar-chart .bar .value:hover {
    background:#e8403f;
    color:#fff;
}
.y-axis {
    color:#555555;
    position:absolute;
    text-align:right;
    width:100%;
}
.y-axis li {
    border-top:1px dashed #dbdce0;
    display:block;
    height:58px;
    width:100%;
}
.y-axis li:last-child {
    border-top:none;
}
.y-axis li span {
    display:block;
    margin:-10px 0 0 -25px;
    padding:0 10px;
    width:40px;
}
.y-axis {
    color:#555555;
    text-align: right;
}
/*spark line*/
.chart {
    display:inline-block;
    text-align:center;
    width:100%;
}
.chart .heading {
    text-align:left;
}
.chart .heading span {
    display:block;
}
.panel.green-chart .chart-tittle {
    font-size:16px;
    padding:15px;
    display:inline-block;
    font-weight:normal;
    background:#99c262;
    width:100%;
    -webkit-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
}
#barchart {
    margin-bottom:-15px;
    display:inline-block;
}
.chart-tittle .title {
}
.panel.green-chart .chart-tittle .value {
    float:right;
    color:#c0f080;
}
.panel.green-chart {
    background:#a9d96c;
    color:#fff;
}
.panel.terques-chart {
    background:#41cac0;
    color:#fff;
}
.panel.terques-chart .chart-tittle .value {
    float:right;
    color:#fff;
}
.panel.terques-chart .chart-tittle .value a {
    color:#fff;
    font-size:12px;
}
.panel.terques-chart .chart-tittle .value a:hover,.panel.terques-chart .chart-tittle .value a.active {
    color:#55f2e7;
    font-size:12px;
}
.panel.terques-chart .chart-tittle {
    font-size:16px;
    padding:15px;
    display:inline-block;
    font-weight:normal;
    background:#39b7ac;
    width:100%;
    -webkit-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
}
.inline-block {
    display:inline-block;
}
.gen-case {
    text-transform: none;
}
/**/
/*personal task*/
.task-thumb {
    width:90px;
    float:left;
}
.task-thumb img {
    border-radius:4px;
    -webkit-border-radius:4px;
}
.task-thumb-details {
    display:inline-block;
    margin:25px 0 0 10px;
}
.task-progress {
    float:left;
}
.task-thumb-details h1,.task-thumb-details h1 a,.task-progress h1,.task-progress h1 a {
    color:#39b5aa;
    font-size:18px;
    margin:0;
    padding:0;
    font-weight:400;
}
.task-thumb-details p,.task-progress p {
    padding-top:5px;
    color:#a4aaba;
}
.personal-task tbody tr td {
    padding:11px 15px;
    border-color:#eeeff1;
}
.personal-task tbody tr td i {
    font-size:20px;
    color:#c7cbd4;
}
.personal-task.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color:#f7f8fc;
}
.personal-task.table-hover>tbody>tr:hover>td i {
    color:#39b5aa;
}
.personal-task>tbody>tr>td:last-child {
    text-align:right;
}
.task-option {
    float:right;
}
.task-option select {
    height:35px;
    border:1px solid #eaeaea;
    border-radius:4px;
    -webkit-border-radius:4px;
    padding:8px;
    color:#a4abbb;
}
.progress-panel {
    padding-bottom: 5px;
}
/*badge*/
.badge.bg-primary {
    background:#8075c4;
}
.badge.bg-success {
    background:#a9d86e;
}
.badge.bg-warning {
    background:#FCB322;
}
.badge.bg-important {
    background:#ff6c60;
}
.badge.bg-info {
    background:#41cac0;
}
.badge.bg-inverse {
    background: #2A3542;
}

/*flatlab carousel model*/
.flat-carousal {
    background:#58c9f3;
    -webkit-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    padding:10px;
    color:#fff;
    position:relative;
}
.flat-carousal h1 {
    text-align:center;
    font-size:16px;
    margin:30px 20px;
    line-height:20px;
    font-weight:300;
    font-style:italic;
}
a.view-all {
    color:#fff;
    background:rgba(0,0,0,0.1);
    padding:8px 15px;
    text-align:center;
    border-radius:25px;
    -webkit-border-radius:25px;
    margin-bottom:18px;
    display:inline-block;
    text-transform:uppercase;
    font-size:12px;
}
ul.ft-link {
    margin:0;
    padding:0;
}
ul.ft-link li {
    border-right:1px solid #E6E7EC;
    display:inline-block;
    line-height:30px;
    margin:8px 0;
    text-align:center;
    width:24%;
}
ul.ft-link li a {
    color:#74829c;
    text-transform:uppercase;
    font-size:12px;
}
ul.ft-link li a:hover,ul.ft-link li.active a {
    color:#58c9f3;
}
ul.ft-link li:last-child {
    border-right:none;
}
ul.ft-link li a i {
    display: block;
}
.b-tool {
    text-align: center;
}
.b-tool.text-left {
    text-align: left;
}
.b-tool.text-right {
    text-align: right;
}
.b-tool .btn {
    min-width: 20px;
}
.b-tool a + a,
.b-tool a + label,
.b-tool label + a,
.b-tool label + label,
.b-tool .btn + .btn {
    margin-left: 5px;
}
.b-tool > .checkbox,
.b-tool > .radio {
    margin-top: 7px;
}
.b-tool > .btn + .checkbox,
.b-tool > .checkbox + .btn,
.b-tool > .btn + .radio,
.b-tool > .radio + .btn {
    margin-left: 7px;
}
.b-tool > a[class^="b-"] {
    color: rgba(246, 147, 29, 0.5);
}
.b-tool > a[class^="b-"]:hover,
.b-tool > a[class^="b-"]:focus,
.b-tool > a[class^="b-"]:active {
    color: #f6931d;
}
.b-tool input[type="checkbox"] {
    height: 17px;
    width: 17px;
    margin: 0;
    min-width: 17px;
}
.b-tool input[type=checkbox]:checked::before {
    font-size: 15px;
}

.b-star {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
.a-star::before {
    content: "\f005";
    color: #ffea18;
}
.u-star::before {
    content: "\f006";
    color: #bec3c7;
}
.b-star[data-role="r"]:hover,
.b-star[data-role="r"]:focus {
    cursor: pointer;
}
.b-star[data-role="r"]:hover.a-star::before,
.b-star[data-role="r"]:focus.a-star::before {
    color: #bec3c7;
}
.b-star[data-role="r"]:hover.u-star::before,
.b-star[data-role="r"]:focus.u-star::before {
    color: #ffea18;
}

/*product post*/
.post-wrap aside {
    display:table-cell;
    float:none;
    height:100%;
    padding:0;
    vertical-align:top;
}
.pro-box {
    border-collapse:collapse;
    border-spacing:0;
    display:table;
    table-layout:fixed;
    width:100%;
}
.post-info {
    position:relative;
}
.arrow-pro.right:after {
    border-left-color:#FFFFFF;
    border-right-width:0;
    top:85px;
    content:" ";
}
.arrow-pro.left:after {
    border-right-color:#FFFFFF;
    border-left-width:0;
    top:80px;
    content:" ";
}
.arrow-pro.left {
    left:-8px;
}
.arrow-pro:after {
    border-width:7px;
    content:"";
}
.arrow-pro,.arrow-pro:after {
    border-color:rgba(0,0,0,0);
    border-style:solid;
    display:block;
    height:0;
    position:absolute;
    width:0;
    right:-5px;
}
.post-highlight.yellow {
    background:#f8d347;
    border-radius:0px 4px 4px 0px;
    -webkit-border-radius:0px 4px 4px 0px;
}
.post-highlight.terques {
    background:#41cac0;
    border-radius:4px 0px 0px 04px;
    -webkit-border-radius:4px 0px 0px 04px;
}
.post-info h1 {
    margin:0;
    font-size:18px;
    color:#a19899;
    font-weight:300;
}
.post-highlight.terques h2 {
    font-size:16px;
    color:#fff;
    font-style:italic;
    padding:0 20px;
    line-height:22px;
    margin:0;
    font-weight:300;
}
.post-highlight.terques h2 span,.post-highlight.terques h2 a {
    color:#92faf3;
}
.post-info h1 strong {
    text-transform:uppercase;
    color:#937b7b;
}
.post-info .desk {
    display:inline-block;
}
.post-info .desk h3 {
    font-size:16px;
}
.post-info .desk.yellow h3 {
    color:#f8d347;
}
.post-btn {
}
.post-btn a {
    float:left;
    margin-right:8px;
    font-size:18px;
    color:#9a9a9a;
}
.post-btn a:hover {
    color:#727272;
}
.pro-thumb {
    text-align:center;
    display:inline-block;
    border-radius:50%;
    -webkit-border-radius:50%;
    border:10px solid rgba(256,256,256,0.4);
}
.pro-thumb img {
    text-align:center;
    width:112px;
    height:112px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.v-align {
    vertical-align:middle !important;
}
.twite h1 {
    margin:50px 0;
}
.social-footer {
    display:inline;
    text-align:center;
}
.social-footer ul {
    text-align:center;
    margin:0;
    padding:0;
}
.social-footer ul li {
    display:inline-block;
    margin:0 20px;
}
.social-footer ul li a {
    font-size:25px;
    color:#ceced0;
}
.social-footer ul li a:hover i.fa-facebook,.social-footer ul li.active a i.fa-facebook {
    color:#486eac;
}
.social-footer ul li a:hover i.fa-twitter,.social-footer ul li.active a i.fa-twitter {
    color:#58c9f3;
}
.social-footer ul li a:hover i.fa-google-plus,.social-footer ul li.active a i.fa-google-plus {
    color:#4a4a4a;
}
.social-footer ul li a:hover i.fa-pinterest,.social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}

/* tmn-more */
.tmn-more {
    filter: url(../images/shadowed.svg#shadowed-goo);
}
.tmn-more-item, .tmn-more-open-button {
    background: #a39e9e;
    border-radius: 100%;
    border: none;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.tmn-more-open[type="checkbox"] {
    display: none;
}

.tmn-bar {
    width: 14px;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    transition: transform 200ms;
}
.tmn-bar-1 {
    transform: translate3d(0, -5px, 0);
}
.tmn-bar-2 {
    transform: translate3d(0, 0, 0);
}
.tmn-bar-3 {
    transform: translate3d(0, 5px, 0);
}

.tmn-more-open:checked + .tmn-more-open-button .tmn-bar-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.tmn-more-open:checked + .tmn-more-open-button .tmn-bar-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.tmn-more-open:checked + .tmn-more-open-button .tmn-bar-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.tmn-more {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 15px;
}

.tmn-more-item:hover {
    background: #f6931d;
    color: #ffffff;
}
.tmn-more-item:nth-child(3),
.tmn-more-item:nth-child(4),
.tmn-more-item:nth-child(5),
.tmn-more-item:nth-child(6),
.tmn-more-item:nth-child(7),
.tmn-more-item:nth-child(8),
.tmn-more-item:nth-child(9),
.tmn-more-item:nth-child(10) {
    transition-duration: 180ms;
}

.tmn-more-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
}
.tmn-more-open-button:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.tmn-more-open:checked + .tmn-more-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item {
    top: -3px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    line-height: 40px;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(3) {
    transition-duration: 150ms;
    transform: translate3d(-32px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(4) {
    transition-duration: 200ms;
    transform: translate3d(-72px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(5) {
    transition-duration: 250ms;
    transform: translate3d(-112px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(6) {
    transition-duration: 300ms;
    transform: translate3d(-152px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(7) {
    transition-duration: 350ms;
    transform: translate3d(-192px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(8) {
    transition-duration: 400ms;
    transform: translate3d(-232px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(9) {
    transition-duration: 450ms;
    transform: translate3d(-272px, 0, 0);
}
.tmn-more-open:checked ~ .tmn-more-item:nth-child(10) {
    transition-duration: 500ms;
    transform: translate3d(-312px, 0, 0);
}

.tmn-c-green {
    background-color: #20c510;
}
.tmn-c-red {
    background-color: #ec6459;
}
.tmn-c-blue {
    background-color: #57c8f1;
}
.tmn-c-yellow {
    background-color: #f6df0b;
}
.tmn-c-orange {
    background-color: #f1ad3b;
}
.tmn-c-berry {
    background-color: #a48ad4;
}
.tmn-c-gray {
    background-color: #6f6f6f;
}
.tmn-c-light {
    background-color: #dfdfdf;
    color: #646464;
}

/*pie chart */
.pie-foot {
    background:#6b6b6b;
    padding:18px 15px;
    color:#fff;
    border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    text-align:center;
    font-size:16px;
    font-weight: 300;
}
/*follower*/
.follower {
    background:#01a89e;
    color:#fff;
    text-align:center;
    border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}
.follower-foot {
    padding:8px 5px 5px 5px;
    color:#757575;
    border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    font-weight:300;
}
.follower-foot ul {
    padding:0;
    margin:0;
}
.follower-foot ul li {
    display:inline-block;
    text-align:center;
    width:48%;
    line-height:normal;
}
.follower-foot ul li h5 {
    margin:5px 0 0 0;
}
.follower h4 {
    margin:0 0 10px 0;
    font-size:15px;
    font-weight:300;
}
.follow-ava {
    border-radius:50%;
    -webkit-border-radius:50%;
    border:5px solid #18b2a6;
    display:inline-block;
}
.follower img {
    border-radius:50%;
    -webkit-border-radius:50%;
    width:62px;
    height:62px;
    /*display: inline-block;*/
}
/*weather*/
.weather-bg {
    background:#8175c7;
    border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:300;
}
.weather-bg i {
    font-size:60px;
    display:block;
}
.weather-bg .degree {
    font-size:60px;
}
.weather-category {
    padding:15px 0;
    color:#74829C;
}
.weather-category ul {
    padding:0;
    margin:0;
    display:inline-block;
    width:100%;
}
.weather-category ul li {
    display:inline-block;
    width:32%;
    text-align:center;
    border-right:1px solid #e6e6e6;
    display:inline-block;
}
.weather-category ul li h5 {
    margin:0 0 5px 0;
    text-transform:uppercase;
    font-weight:300;
}
.weather-category ul li a {
}
.weather-category ul li:last-child {
    border-right: none;
}

/*mail inbox*/
.mail-nav {
    margin:15px -15px 0 -15px;
}
.mail-nav li a {
    border-radius:0;
    -webkit-border-radius:0;
    border-top:1px solid #f2f3f6;
    padding:15px;
    border-right:3px solid rgba(0,0,0,0);
}
.mail-nav>li>a:hover,.mail-nav>li>a:focus {
    background:#fafafa;
    color:#34a853;
    border-right:3px solid #34a853;
}
.mail-nav>li.active>a,.mail-nav>li.active>a:hover,.mail-nav>li.active>a:focus {
    background:#fafafa;
    color:#34a853;
    border-right:3px solid #34a853;
}
.mail-nav>li+li {
    margin-left:0;
    margin-top:0px;
}
.mail-nav i {
    font-size:16px;
    margin-right:10px;
}
.inbox-notification {
    margin-top:-2px;
}
.user-head .inbox-avatar {
    width:65px;
    float:left;
}
.user-head .inbox-avatar img {
    border-radius:4px;
    -webkit-border-radius:4px;
}
.user-head .user-name {
    display:inline-block;
    margin:0 0 0 10px;
}
.user-head .user-name h5 {
    font-size:14px;
    margin-top:15px;
    margin-bottom:0;
    font-weight:300;
}
.user-head .user-name h5 a {
    color:#fff;
}
.user-head .user-name span a {
    font-size:12px;
    color:#87e2e7;
}
a.mail-dropdown {
    background:#80d3d9;
    padding:3px 5px;
    font-size:10px;
    color:#01a7b3;
    border-radius:2px;
    margin-top:20px;
}
.inbox-body {
    padding:20px;
}
.btn-compose {
    background:#34a853;
    padding:12px 0;
    text-align:center;
    width:100%;
    color:#fff;
}
.btn-compose:hover,.btn-compose:focus {
    background:#1ca59e;
    color:#fff;
}
ul.inbox-nav {
    display:inline-block;
    width:100%;
    margin:0;
    padding:0;
}
.inbox-divider {
    border-bottom:1px solid #d5d8df;
}
.inbox-action {
    margin-top:50px;
}
.src-position {
    margin-top:-7px;
}
.mail-src-position {
    margin-top:-3px;
}
ul.labels-info {
    border-bottom:1px solid #f1f2f7;
    margin-bottom:10px;
}
ul.inbox-nav li {
    display:inline-block;
    line-height:45px;
    width:100%;
}
ul.inbox-nav li a {
    color:#6a6a6a;
    line-height:45px;
    width:100%;
    display:inline-block;
    padding:0 20px;
}
ul.inbox-nav li a:hover,ul.inbox-nav li.active a,ul.inbox-nav li a:focus {
    color:#6a6a6a;
    background:#d5d7de;
}
ul.inbox-nav li a i {
    padding-right:10px;
    font-size:16px;
    color:#6a6a6a;
}
ul.inbox-nav li a span.label {
    margin-top:13px;
}
ul.labels-info li h4 {
    padding-top:5px;
    color:#5c5c5e;
    font-size:15px;
    text-transform:uppercase;
}
ul.labels-info li {
    margin:0;
}
ul.labels-info li a {
    color:#6a6a6a;
    border-radius:0;
    padding-left:0;
    padding-right:0;
}
ul.labels-info li a:hover,ul.labels-info li a:focus {
    color:#6a6a6a;
    background:none;
}
ul.labels-info li a i {
    padding-right:10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom:0;
    padding:0 22px;
    color:#9d9f9e;
    font-size:11px;
}
.inbox-head {
    padding:20px;
    background:#41cac0;
    color:#fff;
    border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
    min-height:80px;
}
.inbox-head h3 {
    margin:0;
    display:inline-block;
    padding-top:6px;
    font-weight:300;
}
.inbox-head .sr-input {
    height:40px;
    border:none;
    box-shadow:none;
    padding:0 10px;
    float:left;
    border-radius:4px 0 0 4px;
    color:#8a8a8a;
}
.inbox-head .sr-btn {
    height:40px;
    border:none;
    background:#00a6b2;
    color:#fff;
    padding:0 20px;
    border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
}
.wht-bg {
    background:#fff;
}
.wht-bg h4 {
    font-size:24px;
    color:#a2a2a2;
    font-weight:300;
}
.table-inbox-wrap {
    margin:0 -15px;
}
.mail-checkbox {
    margin-right:10px;
}
.table-inbox {
    margin:0;
}
.table-inbox tr td {
    padding:12px !important;
}
.table-inbox tr td:first-child {
    width:5%;
}
.table-inbox tr td:first-child .icheckbox_minimal {
    margin-left:15px;
}
.table-inbox tr td:hover {
    cursor:pointer;
}
.table-inbox tr td .fa-star.inbox-started,.table-inbox tr td .fa-star:hover {
    color:#f78a09;
}
.table-inbox tr td .fa-star {
    color:#d5d5d5;
}
.table-inbox tr.unread td {
    font-weight:600;
    background:#f7f7f7;
}

.table-inbox tr.unread a {
    color: #1e1e2d;
}
.table-inbox tr a {
    color: #767676;
}

ul.inbox-pagination {
    float:right;
}
ul.inbox-pagination li {
    float:left;
}

.pagination li a {
    color: #1e1e2d;
}
.mail-option {
    display:inline-block;
    margin-bottom:10px;
    width:100%;
}
.mail-option .chk-all {
    float:left;
}
.mail-option .chk-all,.mail-option .btn-group {
    margin-right:5px;
}
.mail-option .chk-all,.mail-option .btn-group a.btn {
    border:1px solid #e7e7e7;
    padding:5px 10px;
    display:inline-block;
    background:#fcfcfc;
    color:#afafaf;
    border-radius:3px !important;
    -webkit-border-radius:3px !important;
}
.inbox-pagination a.np-btn {
    border:1px solid #e7e7e7;
    padding:5px 15px;
    display:inline-block;
    background:#fcfcfc;
    color:#afafaf;
    border-radius:3px !important;
    -webkit-border-radius:3px !important;
}
.mail-option .chk-all input[type=checkbox] {
    margin-top:0;
}
.mail-option .btn-group a.all {
    padding:0;
    border:none;
}
.inbox-pagination a.np-btn {
    margin-left:5px;
}
.inbox-pagination li span {
    display:inline-block;
    margin-top:7px;
    margin-right:5px;
}
.fileinput-button {
    border:1px solid #e6e6e6;
    background:#eeeeee;
}
.inbox-body .modal .modal-body input,.inbox-body .modal .modal-body textarea {
    border:1px solid #e6e6e6;
    box-shadow:none;
}
.btn-send,.btn-send:hover {
    background:#00A8B3;
    color:#fff;
}
.btn-send:hover {
    background:#009da7;
}
.modal-header h4.modal-title {
    font-weight:300;
    font-family:'Roboto',sans-serif;
}
.modal-body span.error,
.modal-body label.error {
    font-style: italic;
}

.compose-mail {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.compose-mail input, .compose-mail input:focus {
    border:none;
    padding: 0;
    width: 80%;
    float: left;
}
.compose-mail .form-group {
    border:1px solid #F2F3F6;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.compose-mail .form-group label {
    line-height: 34px;
    width: 10%;
    float: left;
    padding-left: 5px;
    margin-bottom: 0;
}

.compose-editor input {
    margin-top: 15px;
}

.compose-editor {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.compose-btn {
    float: left;
    margin-top: 6px;
}

.mail-header h4 {
    font-weight: 300;
}

.mail-sender, .attachment-mail {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    border-top:1px solid #EFF2F7 ;
    border-bottom:1px solid #EFF2F7 ;
    padding: 10px 0;

}

.mail-sender img {
    width: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mail-sender .date {
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.view-mail a, .attachment-mail a:hover {
    color: #35bcb5;
}

.attachment-mail a{
    color: #1e1e2d;
}

.attachment-mail ul li  {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 15px;
    list-style: none;
}

.attachment-mail ul li a.atch-thumb img {
    width: 200px;
    height: 180px;
    margin-bottom: 10px;
}

.attachment-mail ul li a.name span {
    float: right;
    color: #767676;
}

/*404 page*/
.body-404 {
    background:#35bcb5;
    color:#fff;
}
.error-head {
    background:#fff;
    height:280px;
}
.error-wrapper {
    text-align:center;
}
.error-wrapper h1 {
    font-size:90px;
    font-weight:300;
    margin:-141px 0 0 0;
    text-align:center;
}
.error-wrapper h2 {
    font-size:58px;
    font-weight:300;
    margin:0;
    text-transform:uppercase;
}
.error-desk {
    background:rgba(0,0,0,0.05);
    margin-top:-27px;
    padding:30px 0;
}
.error-wrapper p,.error-wrapper p a {
    font-size:18px;
    font-weight:300;
    margin:0;
}
.error-wrapper p.nrml-txt {
    color:#03f1e4;
    font-size:40px;
    margin:0;
}
.back-btn,.back-btn:hover {
    border:1px solid rgba(255,255,255,.5);
    padding:10px 15px;
    margin-top:100px;
    display:inline-block;
    border-radius:5px;
    -webkit-border-radius:5px;
    color:#fff;
    font-size:16px;
    font-weight:300;
}
.back-btn:hover {
    background:#fff;
    color: #02a9a0;
}
/*500 page*/
.body-500 {
    background:#a48ad4;
    color:#fff;
}
.error-wrapper p.page-500 {
    color:#afa5f1;
}
.body-500 .back-btn:hover {
    background:#fff;
    color:#a48ad4;
}
.error-wrapper p.nrml-txt-alt {
    color:#fff;
    font-size:34px;
    margin:0;
    text-transform:uppercase;
}
.sp-link,
.sp-link:hover {
    color:#428bca;
}

/*table*/
.no-border {
    border-bottom:none;
}
.border-top {
    border-top:1px solid #ddd;
}
.drp-rmv {
    padding-top:10px;
    margin-top: 10px;
}
/*tabs*/
.tab-head {
    background:#7087a3;
    display:inline-block;
    width:100%;
    margin-top:60px;
}
.tab-container {
    margin-top:10px;
}
.tab-head .nav-tabs>li>a {
    border-radius:0;
    margin-right:1px;
    color:#fff;
}
.tab-head .nav-tabs>li.active>a,.tab-head .nav-tabs>li>a:hover,.tab-head .nav-tabs>li.active>a:hover,.tab-head .nav-tabs>li.active>a:focus {
    background-color:#f1f2f7;
    border-color:#f1f2f7;
    color: #797979;
}
/* Add new */
.btn-add-new {
    background: #f1f2f7 url(../images/file_add.png) left 10px center no-repeat;
    border: 1px solid #e0e1e7;
    border-radius: 30px;
    display: inline-block;
    padding: 12px 12px 3px 37px;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 3;
    color: #748db0;
    font-size: 14px;
    font-weight: 400;
}
a.btn-add-new {
    color: #748db0;
}
a.btn-add-new:hover,
a.btn-add-new:focus {
    background-color: transparent;
    background-image: url(../images/file_add_hover.png);
    color: #20c510;
    text-decoration: underline;
}
.btn-add-new.not-abs {
    position: relative;
    margin-top: 10px;
    top: 0;
}

.btn-tool {
    padding: 15px 15px 5px;
}
.btn-tool.top-filter {
    display: flex;
    align-items: center;
}
.top-filter > label + label {
    margin-left: 5px;
}
.sl-filter {
    min-width: 150px;
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
}
.btn-temp,
.btn-export,
.btn-import {
    background-color: transparent;
    cursor: pointer;
    min-width: 0;
    padding: 0;
}
.btn-temp > .icon,
.btn-export > .icon,
.btn-import > .icon {
    background: #1aa634 url(../images/export.png) center no-repeat;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: table-cell;
    text-indent: -999px;
}
.btn-temp > .text,
.btn-export > .text,
.btn-import > .text {
    color: #1aa634;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.btn-export,
.btn-import {
    margin-left: 10px;
}
.btn-temp > .icon {
    background-color: #f7bc18;
}
.btn-temp > .text {
    color: #f7bc18;
}
.btn-import > .icon {
    background: #9ab31a url(../images/import.png) center no-repeat;
}
.btn-import > .text {
    color: #9ab31a;
}
.btn-import .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.t-top-l,
.t-top-r {
    float: left;
}
.t-top-l {
    width: 190px;
    padding-left: 15px;
}
.t-top-r {
    width: calc(100% - 190px);
    padding-right: 15px;
}
.t-top-r2 {
    width: 100%;
    padding: 3px 15px 0;
}
.customer-list {
    margin: 12px 0 0;
    padding: 0;
}
.customer-list > li {
    display: inline-block;
    padding: 2px 10px 2px 14px;
    position: relative;
}
.customer-list > li a:hover,
.customer-list > li a:focus,
.customer-list > li.active a {
    color: #f0253a;
    text-decoration: underline;
}
.customer-list > li::before {
    content: " ";
    border: 2px solid #f6931d;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.btn-ac-group {
    background-color: #7da7aa;
    border-color: #7da7aa;
    color: #ffffff;
    margin: 0 0 3px 20px;
}
.btn-ac-group:hover,
.btn-ac-group:focus,
.btn-ac-group:active {
    background-color: #6d9296;
    border-color: #6d9296;
    color: #ffffff;
}

.bottom-privileged {
    margin-top: 20px;
}
.bottom-privileged .lb-level {
    margin-right: 7px;
}
.bottom-privileged > a {
    color: inherit;
}
.sn-money,
.sn-nowrap {
    white-space: nowrap;
}
/*general page*/
.progress-xs {
    height:10px;
}
.progress-sm {
    height:12px;
}
.tab-bg-dark-navy-blue ul>li>a {
    display:block;
    padding:20px 15px !important;
}
.tab-bg-dark-navy-blue {
    background:#e0e1e7;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-bottom:none;
}
.panel-heading .nav>li>a,.panel-heading .nav>li.active>a,.panel-heading .nav>li.active>a:hover,.panel-heading .nav>li.active>a:focus {
    border-width:0;
    border-radius:0;
}
.panel-heading .nav>li>a {
    color:#646464;
}
.panel-heading .nav>li.active>a,.panel-heading .nav>li>a:hover {
    color:#f6931d;
    background:#fff;
}
.panel-heading .nav>li:first-child.active>a,.panel-heading .nav>li:first-child>a:hover {
    border-radius:4px 0 0 0;
    -webkit-border-radius:4px 0 0 0;
}
.tab-right {
    height:58px;
}
.panel-heading.tab-right .nav>li:first-child.active>a,.tab-right.panel-heading .nav>li:first-child>a:hover {
    border-radius:0;
    -webkit-border-radius:0;
}
.panel-heading.tab-right .nav>li:last-child.active>a,.tab-right.panel-heading .nav>li:last-child>a:hover {
    border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs>li>a {
    margin-left:1px;
    margin-right:0;
}
.m-bot20 {
    margin-bottom:20px;
}
.m-bot-none {
    margin-bottom:0;
}
.wht-color {
    color:#fff;
}
.close-sm {
    font-size: 14px;
}

/*form*/
.form-xs-1, .form-sm-1, .form-md-1, .form-lg-1, .form-xs-2, .form-sm-2, .form-md-2, .form-lg-2, .form-xs-3, .form-sm-3, .form-md-3, .form-lg-3, .form-xs-4, .form-sm-4, .form-md-4, .form-lg-4, .form-xs-5, .form-sm-5, .form-md-5, .form-lg-5, .form-xs-6, .form-sm-6, .form-md-6, .form-lg-6, .form-xs-7, .form-sm-7, .form-md-7, .form-lg-7, .form-xs-8, .form-sm-8, .form-md-8, .form-lg-8, .form-xs-9, .form-sm-9, .form-md-9, .form-lg-9, .form-xs-10, .form-sm-10, .form-md-10, .form-lg-10, .form-xs-11, .form-sm-11, .form-md-11, .form-lg-11, .form-xs-12, .form-sm-12, .form-md-12, .form-lg-12 {
    position: relative;
    min-height: 1px;
    margin: 0 auto;
}

.form-xs-12 {
    width: 100%;
}
.form-xs-11 {
    width: 91.66666666666666%;
}
.form-xs-10 {
    width: 83.33333333333334%;
}
.form-xs-9 {
    width: 75%;
}
.form-xs-8 {
    width: 66.66666666666666%;
}
.form-xs-7 {
    width: 58.333333333333336%;
}
.form-xs-6 {
    width: 50%;
}
.form-xs-5 {
    width: 41.66666666666667%;
}
.form-xs-4 {
    width: 33.33333333333333%;
}
.form-xs-3 {
    width: 25%;
}
.form-xs-2 {
    width: 16.666666666666664%;
}
.form-xs-1 {
    width: 8.333333333333332%;
}

@media (min-width: 768px) {
    .form-sm-12 {
        width: 100%;
    }
    .form-sm-11 {
        width: 91.66666666666666%;
    }
    .form-sm-10 {
        width: 83.33333333333334%;
    }
    .form-sm-9 {
        width: 75%;
    }
    .form-sm-8 {
        width: 66.66666666666666%;
    }
    .form-sm-7 {
        width: 58.333333333333336%;
    }
    .form-sm-6 {
        width: 50%;
    }
    .form-sm-5 {
        width: 41.66666666666667%;
    }
    .form-sm-4 {
        width: 33.33333333333333%;
    }
    .form-sm-3 {
        width: 25%;
    }
    .form-sm-2 {
        width: 16.666666666666664%;
    }
    .form-sm-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 992px) {
    .form-md-12 {
        width: 100%;
    }
    .form-md-11 {
        width: 91.66666666666666%;
    }
    .form-md-10 {
        width: 83.33333333333334%;
    }
    .form-md-9 {
        width: 75%;
    }
    .form-md-8 {
        width: 66.66666666666666%;
    }
    .form-md-7 {
        width: 58.333333333333336%;
    }
    .form-md-6 {
        width: 50%;
    }
    .form-md-5 {
        width: 41.66666666666667%;
    }
    .form-md-4 {
        width: 33.33333333333333%;
    }
    .form-md-3 {
        width: 25%;
    }
    .form-md-2 {
        width: 16.666666666666664%;
    }
    .form-md-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 1200px) {
    .form-lg-12 {
        width: 100%;
    }
    .form-lg-11 {
        width: 91.66666666666666%;
    }
    .form-lg-10 {
        width: 83.33333333333334%;
    }
    .form-lg-9 {
        width: 75%;
    }
    .form-lg-8 {
        width: 66.66666666666666%;
    }
    .form-lg-7 {
        width: 58.333333333333336%;
    }
    .form-lg-6 {
        width: 50%;
    }
    .form-lg-5 {
        width: 41.66666666666667%;
    }
    .form-lg-4 {
        width: 33.33333333333333%;
    }
    .form-lg-3 {
        width: 25%;
    }
    .form-lg-2 {
        width: 16.666666666666664%;
    }
    .form-lg-1 {
        width: 8.333333333333332%;
    }
}
.sm-input {
    width:175px;
}
.form-horizontal.bucket-form .form-group {
    border-bottom:1px solid #eff2f7;
    padding-bottom:15px;
    margin-bottom:15px;
}
.form-horizontal.bucket-form .form-group:last-child {
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}
.form-horizontal.bucket-form .form-group .help-block {
    margin-bottom:0;
}
.round-input {
    border-radius:500px;
    -webkit-border-radius:500px;
}
.m-bot5 {
    margin-bottom:5px;
}
.m-bot10 {
    margin-bottom:10px;
}
.m-bot15 {
    margin-bottom:15px;
}
.form-horizontal.bucket-form .checkbox-inline>input {
    margin-top:1px;
    border:none;
}
.btn.btn-info.dropdown-toggle {
    border-left: 1px solid #1fadea;
}

/*custom checkox & radio btn*/
.icheck div,.icheck .disabled {
    float:left;
}
.icheck div {
    margin-right:10px;
}
.icheck label {
    font-weight:normal;
    line-height: 24px;
}
.icheck .checkbox,.icheck .radio {
    margin-bottom:10px;
}
.icheck .single-row {
    display:inline-block;
    width: 100%;
}
.login-bottom label.error {
    color: #f62c18;
    display: inline;
    font-weight: 300;
    padding-left: 40px;
}
.checkbox,.checkbox:hover,
.checkbox:focus {
    border: none;
    cursor: pointer;
}
label.error,
span.error {
    color: #f62c18;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 5px;
}
.label-right-10 + label.error,
.label-right-10 + span.error {
    margin-left: 10px;
}
.has-error input {
    border-color: #f62c18 !important;
}
.has-error label {
    color: #f62c18 !important;
}
.selectpicker.show-required {
    display: block !important;
    position: fixed;
    z-index: -9;
    top: -9999px;
}
.show-error {
    background: url(../images/icon-error.svg) left center no-repeat;
    color: #ec6459;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    padding: 5px 0 2px 27px;
}
.show-ok {
    background: url(../images/icon-success.svg) left center no-repeat;
    color: #20c510;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    padding: 5px 0 2px 30px;
}
.panel-show-error {
    text-align: center;
}
.btn-event-close,
.btn-event-open {
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: .4s ease;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.btn-event-close {
    background-color: #c34a4a;
    color: #c34a4a;
}
.btn-event-open {
    background-color: #20c510;
    color: #20c510;
}
.btn-event-open:before,
.btn-event-open:after,
.btn-event-close:before,
.btn-event-close:after {
    content: '';
    background-color: #ffffff;
    border-radius: 10px;
    transition: .4s ease;
    height: 2px;
    position: absolute;
}
.btn-event-open:before {
    width: 15px;
    transform: rotate(-60deg) translate(-8px, 2px);
}
.btn-event-open:after {
    width: 7px;
    transform: rotate(45deg) translate(1px, 16px);
}
.btn-event-close:before {
    width: 15px;
    transform: rotate(-45deg) translate(-9px, 4px);
}
.btn-event-close:after {
    width: 15px;
    transform: rotate(45deg) translate(-1px, 14px);
}
.-suspend {
    color: #f62c18 !important;
    text-decoration: line-through;
}
.-suspend > a {
    color: #f62c18;
}
[class^="s-status-"] {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
[class^="s-status-"] {
    display: inline-block;
}
[class^="s-status-"]::before {
    content: " ";
    background-color: #bdbdbd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: -2px 5px 0 0;
}
[class^="s-status-"]::before {
    margin: -2px 2px 0 0;
}
.s-status-1 {
    color: #20c510;
}
.s-status-1::before {
    background-color: #20c510;
}
.s-status-2 {
    color: #f52e32;
}
.s-status-2::before {
    background-color: #f52e32;
}
.s-status-3 {
    color: #ffcd04;
}
.s-status-3::before {
    background-color: #ffcd04;
}
.s-status-4 {
    color: #6f6f6f;
}
.s-status-4::before {
    background-color: #6f6f6f;
}
.s-status-5 {
    color: #338dc9;
}
.s-status-5::before {
    background-color: #338dc9;
}
.s-status-6 {
    color: #5b146f;
}
.s-status-6::before {
    background-color: #5b146f;
}
.s-status-7 {
    color: #2f2f2f;
}
.s-status-7::before {
    background-color: #2f2f2f;
}
.s-status-8 {
    color: #fa8564;
}
.s-status-8::before {
    background-color: #fa8564;
}

.lr-sidebar {
    background-color: #ffffff;
    padding: 10px 5px;
    list-style: none;
    margin: 0 auto;
}
.lr-sidebar + .lr-sidebar {
    margin-top: 10px;
}
.lr-sidebar > label {
    display: block;
    font-weight: normal;
}
.lr-sidebar > li.c-filter {
    background-color: #dfdfdf;
    cursor: pointer;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 8px;
}
.lr-sidebar > li.c-filter + li {
    margin-top: 5px;
}
.lr-sidebar > li.c-filter + li.lr-space {
    margin-top: 20px;
}
.lr-sidebar > li.lr-00.active {
    background-color: #cecece;
}
.lr-sidebar > li.lr-01.active {
    background-color: #20c510;
    color: #ffffff;
}
.lr-sidebar > li.lr-02.active {
    background-color: #ffcd04;
    color: #ffffff;
}
.lr-sidebar > li.lr-03.active {
    background-color: #f52e32;
    color: #ffffff;
}
.lr-sidebar > li.lr-04.active {
    background-color: #6f6f6f;
    color: #ffffff;
}
.lr-sidebar > li.lr-05.active {
    background-color: #5b146f;
    color: #ffffff;
}
.lr-sidebar > li.lr-06.active {
    background-color: #338dc9;
    color: #ffffff;
}
.lr-sidebar > li.lr-07.active {
    background-color: #2f2f2f;
    color: #ffffff;
}
.lr-sidebar > li.lr-08.active {
    background-color: #fa8564;
    color: #ffffff;
}

.table-sales tr[class*="s-"] .s-time {
    background-color: #cecece;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 2px 3px;
}
.table-sales tr.s-new .s-time {
    background-color: #20c510;
    color: #ffffff;
}
.table-sales tr.s-3day .s-time {
    background-color: #ffcd04;
    color: #ffffff;
}
.table-sales tr.s-5day .s-time {
    background-color: #fa8564;
    color: #ffffff;
}
.table-sales tr.s-7day .s-time {
    background-color: #f52e32;
    color: #ffffff;
}

.ticket-box {
    margin: 25px 0;
    position: relative;
}
.ticket-box .c-plus {
    color: #f62b1a;
    display: inline-block;
    margin: 0 5px;
}
.ticket-box .tk-title {
    font-weight: 400;
    margin: 0 auto;
}
.ticket-box .tk-title > label {
    background-color: #dfdfdf;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 7px 12px;
}
.ticket-box .tk-title small {
    color: #dfdfdf;
}
.ticket-box .tk-box {
    border: solid #dfdfdf;
    border-width: 2px 1px 1px 1px;
    padding: 15px;
}
.ticket-box .tk-msg {
    overflow: hidden;
}
.ticket-box .tk-msg * {
    max-width: 100% !important;
}
.ticket-box .tk-msg ul,
.ticket-box .tk-msg ol {
    padding-left: 25px;
    list-style: initial;
}
.ticket-box.tk-hd01 .tk-title > label {
    background-color: #338dc9;
}
.ticket-box.tk-hd01 .tk-box {
    border-color: #338dc9;
}
.ticket-box.tk-hd02 .tk-title > label {
    background-color: #f6931d;
}
.ticket-box.tk-hd02 .tk-box {
    border-color: #f6931d;
}
.ticket-box .tk-box.tk-p {
    padding: 5px;
}
.ticket-box .tk-btn {
    margin: 10px 10px 20px;
    text-align: center;
}
.ticket-box .f-attachment {
    border-top: 1px dotted #d8d8d8;
    margin: 10px -3px 0;
    padding: 10px 0 0;
    list-style: none;
}
.ticket-box .f-attachment > li {
    display: inline-block;
    margin: 3px;
}
.ticket-box .f-attachment > li > a {
    background-color: #f1f2f7;
    border-radius: 3px;
    display: block;
    padding: 3px 5px;
}

.feed-box {
    position:relative;
}
.feed-box img {
    border-radius:50%;
    -webkit-border-radius:50%;
    width:85px;
    height:85px;
}
.feed-box h1 {
    font-size:20px;
    color:#8b8b8b;
    font-weight:400;
}
.feed-box a {
    color:#3ac7f9;
}
.profile-nav .user-heading.clock-row {
    padding:20px;
}
.clock-row {
    text-transform:uppercase;
    min-height:170px;
}
ul.clock-category {
    padding:15px 0;
}
ul.clock-category li {
    display:inline-block;
    width:24%;
    text-align:center;
    border:none;
}
ul.clock-category li a span {
    display:block;
    line-height:normal;
}
ul.clock-category li a i {
    font-size:30px;
    padding-right:0;
}
ul.clock-category li a:hover,ul.clock-category li a.active {
    color:#34a853 !important;
    background:none !important;
}
ul.clock-category li a:hover i,ul.clock-category li a.active i {
    color:#34a853 !important;
}
.clock-row h1 {
    font-size:22px !important;
    font-weight:400 !important;
    letter-spacing:1px;
    margin:0 0 5px 0!important;
    letter-spacing:1px;
}
.clock-row p {
    font-size:18px;
    font-weight:300;
    color:#fff !important;
    margin:0;
}

/*boxed page */
.boxed-page {
    background-color:#000 !important;
}
.box-head {
    background:none;
}
.boxed-page .container {
    background:#1e1e2d;
    padding-left:0;
    padding-right:0;
}
.boxed-page>.container {
    overflow:hidden;
}
.boxed-page .container #sidebar {
    position:inherit;
}
.boxed-page .container .header .container {
    background:#fff;
}
.boxed-page .container aside {
    float:left;
}
.boxed-page .container .wrapper {
    background:#F1F2F7;
    min-height:900px;
}
.boxed-page .brand {
    margin-left: 0;
}
/*collapsible*/
.tools a {
    margin-left:10px;
    color:#a7a7a7;
    font-size: 12px;
}
.tools > a.fa-spin {
    display: none;
}
.panel-loader-active .tools > a.fa-spin {
    display: inline-block !important;
}
.link-disabled {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity:0.5;
    pointer-events:none;
    cursor:not-allowed;
}
.panel.panel-focus-enabled {
    z-index: 9999;
    position: relative;
}
#focus-overlay {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}
.panel-fullscreen {
    display: block !important;
    z-index: 1010 !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    overflow-y: auto;
}
body.panel-fullscreen-active {
    overflow: hidden;
    position: fixed;
}
.cs-bold-red {
    color: #f73323;
    font-weight: 500 !important;
}
.cs-bold-green {
    color: #20c510;
    font-weight: 500 !important;
}
.b-bell {
    color: #fa8564;
    display: inline-block;
    position: relative;
}
.b-bell:hover,
.b-bell:focus {
    color: #ec6459;
}
.b-bell > span {
    background-color: #f6931d;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.ol-list-views {
    color: #948f8a;
    margin-top: 10px;
    text-align: right;
}
.ol-list-views > a {
    color: inherit;
}
.ol-list-views > a:hover,
.ol-list-views > a:focus {
    color: inherit;
    text-decoration: underline;
}
.ol-like-comment {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    padding-top: 10px;
}
.modal-footer .ol-like-comment {
    border: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.ol-like,
.ol-like-table {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.ol-like > a[class^="ol-"],
.ol-like-table > a[class^="ol-"] {
    color: #948f8a;
    cursor: pointer;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.ol-like > a.ol-like-1:hover,
.ol-like > a.ol-like-1:focus,
.ol-like-table > a.ol-like-1:hover,
.ol-like-table > a.ol-like-1:focus {
    color: #20c510;
}
.ol-like > a.ol-dislike-2:hover,
.ol-like > a.ol-dislike-2:focus,
.ol-like-table > a.ol-dislike-2:hover,
.ol-like-table > a.ol-dislike-2:focus {
    color: #f73323;
}
.ol-like > a[class^="ol-"] > span {
    margin-left: 5px;
}
.ol-like-table > a[class^="ol-"] > span {
    background-color: #ebebeb;
    border: 1px solid #ffffff;
    color: #646464;
    font-size: 11px;
    line-height: 18px;
    min-width: 20px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
}
.ol-like > a.ol-like-1.ol-active,
.ol-like-table > a.ol-like-1.ol-active {
    color: #20c510;
}
.ol-like > a.ol-dislike-2.ol-active,
.ol-like-table > a.ol-dislike-2.ol-active {
    color: #f73323;
}
.ol-comment {
    margin-top: 15px;
}
.ol-comment .ol-cmt-avt {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    width: 40px;
}
.ol-comment .ol-cmt-enter,
.ol-comment .ol-cmt-text {
    width: calc(100% - 47px);
    margin-left: 7px;
    float: left;
}
.ol-comment .cmt-enter {
    background-color: #ebebeb;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 9px 15px;
    overflow: hidden;
}
.ol-comment .ol-cmt-item {
    margin-bottom: 10px;
}
.ol-comment .cmt-text {
    background-color: #ebebeb;
    border-radius: 20px;
    padding: 9px 15px;
}
.ol-comment .ol-u-name {
    color: #f6931d;
    font-weight: bold;
    margin-right: 5px;
}
.ol-comment .ol-cmt-rep {
    padding: 5px 15px;
}
.ol-comment .ol-cmt-rep .space {
    margin: 0 7px;
}
.ol-comment .ol-cmt-rep .cmt-time {
    font-style: italic;
}
.ol-comment .ol-rep-child {
    margin: 7px 0;
}
.ol-comment .ol-rep-child .ol-cmt-avt {
    width: 30px;
}
.ol-comment .ol-rep-child .cmt-enter {
    padding: 5px 15px;
}
.ol-comment .ol-cmt-load {
    margin-bottom: 10px;
    padding-left: 47px;
}
.ol-comment .ol-cmt-load > a:hover,
.ol-comment .ol-cmt-load > a:focus {
    text-decoration: underline;
}
.ol-comment .ol-cmt-load > span {
    color: #aeb2b7;
    float: right;
}
.ol-like::after,
.ol-comment::after,
.ol-comment .ol-cmt-item::after,
.ol-comment .ol-box-enter::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.adv-table table tr td {
    padding:10px;
}
.adv-table table.display thead th {
    border-bottom:1px solid #DDDDDD;
    padding:10px;
}
table.dataTable tr td.b-details {
    background: url(../images/details_open.png) center no-repeat;
    cursor: pointer;
}
table.dataTable tr.shown td.b-details {
    background: url(../images/details_close.png) center no-repeat;
}
table.table tr.b-500 > th,
table.table tr.b-500 > td {
    background-color: #e0e1e7;
    color: initial;
}
table.table tr.b-500 > th {
    border: 1px solid #cfd0d5 !important;
}
.table-x-scroll.table-responsive {
    overflow-x: auto;
}
.table-x-scroll thead tr > th {
    white-space: nowrap;
}

.ec_list .tag-ec {
    background-color: #dfdfdf;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    margin-right: 10px;
}
.ec_list .tag-ec:last-child {
    margin-right: 0;
}

.bp-row {
    display: flex;
}
.b-rb {
    background-color: #dfdfdf;
    border-radius: 100%;
    border: none;
    font-size: 10px;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-top: 7px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}
.tb-row .b-rb {
    margin-top: 0;
}
.tb-row .b-rb + .b-rb {
    margin-left: 10px;
}
.b-rb.b-add {
    background-color: #20c510;
    padding-top: 1px;
    color: #ffffff;
}
.b-rb.b-delete {
    background-color: #fa8564;
    color: #ffffff;
}
.bp-row + .bp-row {
    margin-top: 10px;
}
.bp-head > label,
.bp-row > label {
    font-weight: normal;
}
.bp-head > label + label,
.bp-row > label + label {
    margin-left: 10px;
}
.bp-row input[type="checkbox"],
.bp-row input[type="radio"] {
    margin-top: 7px;
}
.bp-row > .bm-add,
.bp-row:only-child > .bm-delete,
.tb-row tbody tr > td > .b-add,
.tb-row tbody tr:only-child > td > .b-delete,
.table tbody tr.tb-row:only-child > td > .b-delete {
    display: none;
}
.bp-row:last-child > .bm-add,
.tb-row tbody tr:last-child > td > .b-add {
    display: inline-block;
}
.table tbody tr.tb-row .b-rb + .b-rb {
    margin-left: 5px;
}
.table tbody tr.tb-row:only-child .b-rb.b-add {
    margin-left: 0 !important;
}

table.table tr.tb-head > th {
    padding: 8px 5px;
}

/*lock screen*/
.lock-screen {
    background: #000000 url("../images/lock.jpg") no-repeat fixed 0 0 / cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lock-panel {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: -webkit-linear-gradient(left, transparent 0%, #1b1f27 100%);
    background-image: -o-linear-gradient(left, transparent 0%, #1b1f27 100%);
    background-image: linear-gradient(to right, transparent 0%, #1b1f27 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff1b1f27', GradientType=1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .9;
}
.lock-panel span.move {
    background: url('../images/logos/logo-02.png') center no-repeat;
    display: block;
    width: 215px;
    height: 40px;
    position: absolute;
    opacity: .7;
    z-index: 99;
    -webkit-animation: moveX 8.05s linear 0s infinite alternate, moveY 8.4s linear 0s infinite alternate;
    -moz-animation: moveX 8.05s linear 0s infinite alternate, moveY 8.4s linear 0s infinite alternate;
    -o-animation: moveX 8.05s linear 0s infinite alternate, moveY 8.4s linear 0s infinite alternate;
    animation: moveX 8.05s linear 0s infinite alternate, moveY 8.4s linear 0s infinite alternate;
}

@-webkit-keyframes moveX {
    from { left: 0; } to { left: calc(100% - 215px); }
}
@-moz-keyframes moveX {
    from { left: 0; } to { left: calc(100% - 215px); }
}
@-o-keyframes moveX {
    from { left: 0; } to { left: calc(100% - 215px); }
}
@keyframes moveX {
    from { left: 0; } to { left: calc(100% - 215px); }
}
@-webkit-keyframes moveY {
    from { top: 0; } to { top: calc(100% - 40px); }
}
@-moz-keyframes moveY {
    from { top: 0; } to { top: calc(100% - 40px); }
}
@-o-keyframes moveY {
    from { top: 0; } to { top: calc(100% - 40px); }
}
@keyframes moveY {
    from { top: 0; } to { top: calc(100% - 40px); }
}
.lock-wrapper {
    width: 100%;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lock-box {
    position: relative;
    text-align: center;
}
.lock-box > .avt-box {
    display: inline-block;
    position: relative;
}
.lock-name {
    background: rgba(0,0,0,.4);
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-top: 50px;
    padding: 0 15px;
    text-align: left;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lock-name span {
    padding-left: 7px;
    color:#8f9090;
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lock-name a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #dfdfdf;
    display: table-cell;
    width: 20px;
    text-align: center;
}
.lock-name a:hover,
.lock-name a:focus {
    background-color: rgba(246, 147, 29, 0.3);
}
.lock-pwd {
    background: rgba(0,0,0,.4);
    width:50%;
    float:right;
    height:60px;
    line-height:60px;
    margin-top:50px;
    padding:0 0 0 80px;
    border-radius:8px;
    -webkit-border-radius:8px;
    color:#8f9090;
    overflow: hidden;
}
.lock-pwd input:focus,.lock-pwd input:hover {
    border-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lock-box .unlock {
    background-color: #ffffff;
    border-radius: 50%;
    color: #20c510;
    display: block;
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    overflow: hidden;
}
.lock-wrapper img {
    border-radius:50%;
    -webkit-border-radius:50%;
    width:170px;
    height:170px;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}
.lock-wrapper .locked {
    margin-bottom:20px;
    display:inline-block;
    color:#8f9090;
}
.btn-lock {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.7);
    border-radius:50%;
    -webkit-border-radius:50%;
    color:#8f9090;
    font-size: 18px;
    margin-top:-4px;
    text-align: center;
    min-width: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.btn-lock:hover,
.btn-lock:focus {
    background-color: rgba(246, 147, 29, 0.7);
    border-color: rgba(253, 124, 13, 0.8);
    color: #ffffff;
}
.lock-input {
    background-color: rgba(0,0,0,.4);
    border:none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#8f9090;
    width: calc(100% - 60px);
    display: table-cell;
    line-height: 26px;
    margin-top:12px;
    padding: 5px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#time {
    width:100%;
    color: #efefef;
    font-size:90px;
    font-weight:100;
    line-height:1em;
    margin-top:30px;
    display:inline-block;
    text-align:center;
    overflow: hidden;
}
/*language*/
.language {
    margin-top:4px;
}
.language .dropdown-menu {
    border:none;
    box-shadow:0 0 5px rgba(0,0,0,0.1) !important;
    margin-top: 18px;
}
.language .dropdown-menu li a {
    /*border-bottom:1px solid #eee;*/
    padding:10px;
}
.language .dropdown-menu li:last-child a {
    border-bottom:none;
}
.language .dropdown-menu li a {
    font-size:13px;
    padding:10px;
}
.language .dropdown-menu li a:hover {
    background:#F1F2F7;
    color:#1e1e2d;
}
.language-menu {
    margin-top:15px !important;
    padding:0;
}
.lang-arrow-up {
    background:url("../images/top-arrow.png") no-repeat;
    width:18px;
    height:10px;
    margin-top:-15px;
    float:right;
    margin-right: 15px;
}
/*breadcrumbs-alt*/
.breadcrumbs-alt {
    list-style-type:none;
    margin:0 0 10px;
    padding:0;
    width:100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs-alt li {
    padding: 0 25px 0 0;
    display: table-cell;
    white-space: nowrap;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:before {
    border-color: #e0e1e7 #e0e1e7 #e0e1e7 rgba(0,0,0,0);
    border-style:solid;
    border-width:1.5em 0 1.5em 1em;
    content:"";
    left:-0.9em;
    margin-top:-1.5em;
    position:absolute;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:after {
    border-bottom:1.5em solid rgba(0,0,0,0);
    border-left:1em solid #e0e1e7;
    border-top:1.5em solid rgba(0,0,0,0);
    content:"";
    margin-top:-1.5em;
    position:absolute;
    right:-1em;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a {
    background: #e0e1e7;
    color:#444444;
    float:left;
    font-size:12px;
    line-height: 18px;
    padding:8px 10px;
    position:relative;
    text-decoration:none;
    transition: all 0.3s ease-in-out 0s;
}
/*active and hover*/
.breadcrumbs-alt a:hover:before,.breadcrumbs-alt a.current:before {
    border-color: #fff #fff #fff rgba(0,0,0,0);
    border-style:solid;
    border-width:1.5em 0 1.5em 1em;
    content:"";
    left:-0.9em;
    margin-top:-1.5em;
    position:absolute;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:hover:after,.breadcrumbs-alt a.current:after {
    border-bottom:1.5em solid rgba(0,0,0,0);
    border-left:1em solid #fff;
    border-top:1.5em solid rgba(0,0,0,0);
    content:"";
    margin-top:-1.5em;
    position:absolute;
    right:-1em;
    top:50%;
    transition:all 0.3s ease-in-out 0s;
}
.breadcrumbs-alt a:hover,.breadcrumbs-alt a.current {
    background-color: #fff;
    float:left;
    font-size:12px;
    padding:8px 10px;
    position:relative;
    text-decoration:none;
    transition: all 0.3s ease-in-out 0s;
}

.breadcrumbs-alt.pull-left {
    width: auto !important;
}

.sub-nar {
    list-style: none;
    padding: 0;
    margin: 5px auto 0;
}
.sub-nar > li {
    display: inline-block;
}
.sub-nar > li + li {
    margin-left: 10px;
}
.sub-nar > li > a {
    background-color: #e0e1e7;
    border-radius: 5px;
    color: #444444;
    display: block;
    padding: 5px 10px;
}
.sub-nar > li > a:hover,
.sub-nar > li > a:focus,
.sub-nar > li > a.current {
    background-color: #ffffff;
    color: #f6931d;
}

.btn-popover {
    cursor: pointer;
}

.dw-rating {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    margin: 0 auto;
}
.dw-rating input.star {
    display: none !important;
}
.dw-rating label.star {
    float: right;
    font-weight: normal;
    padding: 0 2px;
    transition: all .2s;
}
.dw-rating input.star ~ label.star {
    cursor: pointer;
}
.dw-rating label.star:before {
    color: #cecece;
    content: '\f006';
    font-family: FontAwesome;
}
.dw-rating input.star:checked ~ label.star:before,
.dw-rating label.star.active ~ label.star:before,
.dw-rating label.star.active:before {
    content: '\f005';
    color: #f9b549;
    transition: all .25s;
}
.dw-rating input[value="5"]:checked ~ label.star:before,
.dw-rating label.star.active:nth-child(2) ~ label.star:before,
.dw-rating label.star.active:nth-child(2):before {
    color: #f9ec38;
}
.dw-rating input[value="1"]:checked ~ label.star:before,
.dw-rating label.star.active:last-child:before {
    color: #e25a6c;
}
.dw-rating input.star ~ label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

/*footer*/
.footer-section {
    background:#1e1e2d;
    color:#022d45;
    padding:10px 0;
    /*position:fixed;*/
    bottom:0;
    width:100%;
    margin-top:30px;
}
footer.footer {
    border-top: 1px solid #cfcfd1;
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    padding: 10px 12px;
    text-align: center;
}
.login-body footer.footer {
    border-top: none;
    margin-top: 30px;
}
footer p {
    margin: 0 auto;
}
.zzBoxes, .zzBoxes * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.zzBoxes_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.zzBoxes_inner {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px 0;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    min-width: 340px;
    max-width: 580px;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -100px;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}
.zzBoxes_title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px;
}
.zzBoxes_title > .fa {
    margin-right: 7px;
}
.zzBoxes_content {
    text-align: left;
    padding: 20px 20px 15px;
    margin: 0;
}
.zzBoxes_content img {
    max-width: 100%;
}
.zzBoxes_input,
.zzBoxes_select {
    padding: 7px 10px;
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.zzBoxes_input:focus {
    border-color: rgba(1, 135, 208, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    outline: 0;
}
.zzBoxes_button {
    border-top: 1px solid #dfdfdf;
    color: #20c510;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.zzBoxes_button > div {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 10px 5px;
    flex: 1;
    width: 50%;
}
.zzBoxes_button > div + div {
    border-left: 1px solid #dfdfdf;
}
.zzBoxes_button > div:first-child {
    border-bottom-left-radius: 7px;
}
.zzBoxes_button > div:last-child {
    border-bottom-right-radius: 7px;
}
div.zzBoxes_cancel {
    color: #f62b1a;
}
.zzBoxes_close {
    position: absolute;
    width: 30px;
    height: 20px;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi/P//PwMpgAlKywHxMSD2wKImCogPA7EEmAeyAYhP/oeAb0DsARUD4XAg/gOV2wV2DVTCA6oYWVMIkuLPQGyDrAGbJgzF6BrQNWEoBmEmNA/yADEbEp8ZKoYAODwIMvknlP0TOSBgiqOwuNkDTZM3soZjONzsjaRpC7IGCSDei+5BJE0gxUIgPiOpSQMgwAB/QVTYXhJ/ggAAAABJRU5ErkJggg==) no-repeat center center #fa8564;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.zzBoxes_inner:hover
.zzBoxes_close {
    opacity: 1;
}
.zzBoxes_button > div:hover,
.zzBoxes_close:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
#go-top {
    background: url('../images/go-top.png') center top no-repeat;
    position: fixed;
    z-index: 999;
    height: 40px;
    width: 40px;
    right: 5px;
    bottom: 50px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 5px 0 0 5px;
    display: none;
}
#go-top:hover {
    background-position: center -40px;
}
.f-space05 {
    margin-top: 5px;
}
.f-space10 {
    margin-top: 10px;
}
.f-space15 {
    margin-top: 15px;
}
.f-space20 {
    margin-top: 20px;
}
.f-space25 {
    margin-top: 25px;
}
.f-space30 {
    margin-top: 30px;
}
.f-space40 {
    margin-top: 40px;
}
.f-space50 {
    margin-top: 50px;
}

.lb-level {
    background-color: #f6931d;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin: 0;
    overflow: hidden;
}
.lb-level-circle {
    background-color: #f6931d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
}
[class^="lb-level"].red {
    background-color: #f73323;
}
[class^="lb-level"].orange {
    background-color: #fcb322;
}
[class^="lb-level"].green {
    background-color: #f6931d;
}
[class^="lb-level"].success {
    background-color: #20c510;
}
[class^="lb-level"].proceed {
    background-color: #4790d6;
}
[class^="lb-level"].deadline {
    background-color: #a1a7a9;
}

.view-file {
    width: 100%;
    border: none;
    height: 800px;
    margin: 20px 0;
}

.text-extend {
    background-color: #efefef;
    border: 1px dotted #bdbdbd;
    color: #f73323;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 5px;
}
.text-extend.lg-td {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
}
.text-extend .fa-thumbs-o-up {
    color: #44d04b;
}
.text-extend .fa-thumbs-o-down {
    color: #f4bc0e;
}
.text-extend .fa-spinner {
    color: #21cbe8;
}

.c-green {
    color: #20c510 !important;
}
.bg-green {
    background-color: rgba(32, 197, 16, 0.7) !important;
    color: #ffffff;
}
.c-blue {
    color: #338dc9 !important;
}
.bg-blue {
    background-color: rgba(51, 141, 201, 0.7) !important;
    color: #ffffff;
}
.c-red {
    color: #f52e32 !important;
}
.bg-red {
    background-color: rgba(245, 46, 50, 0.7) !important;
    color: #ffffff;
}
.c-yellow {
    color: #ffcd04 !important;
}
.bg-yellow {
    background-color: rgba(255, 205, 4, 0.7) !important;
    color: #ffffff;
}
.c-orange {
    color: #f6931d !important;
}
.bg-orange {
    background-color: rgba(246, 147, 29, 0.7) !important;
    color: #ffffff;
}
.c-dark {
    color: #292929 !important;
}
.bg-dark {
    background-color: rgba(41, 41, 41, 0.7) !important;
    color: #ffffff;
}
.bg-suspend {
    background-color: rgba(245, 46, 50, 0.4);
    color: #292929 !important;
}

.alert-icon {
    width:40px;
    height:40px;
    display:inline-block;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.alert-icon i {
    width:40px;
    height:40px;
    display:block;
    text-align:center;
    line-height:40px;
    font-size:20px;
    color:#fff;
}
.notification-info {
    margin-left:56px;
    margin-top:-40px;
}
.notification-meta {
    margin-bottom:3px;
    padding-left: 0;
    list-style: none;
}
.notification-info p {
    margin:0px;
    color:#999;
    font-size:12px;
}
.alert-info .alert-icon {
    background-color:#99cce3;
}
.alert-danger .alert-icon {
    background-color:#fcb1ae;
}
.alert-success .alert-icon {
    background-color:#98d7ad;
}
.alert-warning .alert-icon {
    background-color:#ffe699;
}
.notification-sender {
    color:#414147;
}
.notification-time {
    font-style:italic;
    color:#999;
}
.alert-info .notification-info a {
    color:#45a2c9;
}
.alert-danger .notification-info a {
    color:#fb6f6b;
}
.alert-success .notification-info a {
    color:#42b663;
}
.alert-warning .notification-info a {
    color:#e6cb76;
}
.alert-info.bucket-notification {
    background-color:#eef7fd;
}
.alert-danger.bucket-notification {
    background-color:#fef3f2;
}
.alert-success.bucket-notification {
    background-color:#eef8f8;
}
.alert-warning.bucket-notification {
    background-color: #fff7e1;
}

.theme-switcher{ width: 228px;
    padding-left: 7px;
    border: #eee 1px solid;
    position: fixed; top: -240px; right:-1px;  z-index:1000; background: #fff;  -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.show-switcher{
    right: -1px;
    top:80px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.theme-switcher h6{
    padding: 10px 10px 0px 10px;
    margin: 0px;
}
.color-list{
    padding: 5px;

}
.select-layout{
    padding: 10px;
}
.select-layout li a, .layout-option li a, .layout-option li .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
}

.color-list li{
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin: 5px;
}

.theme-color {
    cursor:pointer;
}
.default-theme {
    background-color:#34a853;
}
.blue-theme {
    background-color:#38bbeb;
}
.green-theme {
    background-color:#8ebf4e;
}
.orange-theme {
    background-color:#fea352;
}
.purple-theme {
    background-color:#9488dd;
}
.turquoise-theme {
    background-color: #6ccac9;
}

.fixed-width{
    background: #aeaeae;
}
.fixed-width #container{
    width: 90%;
    margin: auto;
    overflow: hidden !important;
    position: relative;
}

.fixed-width #container .header{
    width: 90%;
    left: auto;
    right: auto;
}


.fixed-width #main-content{ background: #F1F2F7;}

.fixed-width #container #sidebar{
    position: absolute;
}

/*gallery*/

.media-filter {
    float: left;
    margin: 10px 0;
    padding-left: 0;
}

.media-filter li{
    float: left;
    margin-right: 10px;
    list-style: none;
}

.media-filter li a{
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.media-filter li a:hover, .media-filter li a:focus{
    background: #34a853;
    color: #fff;
}

.media-gal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.media-gal .item {
    float: left;
}

.media-gal .item {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 233px;
    padding: 10px;
    border: 1px solid #ddd;
}

.media-gal .item p {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.media-gal .item img {
    height: 200px;
    width: 100%;
}

.img-modal img{
    width: 100%;
    margin-bottom: 10px;
}

.b-check {
    display: table-cell;
    padding: 4px 1px;
    line-height: 0;
}
.b-check > input {
    display: none;
}
.b-check label {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 28px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.b-check label:before {
    content: attr(data-off);
    font-weight: normal;
    position: absolute;
    top: 14px;
    left: calc(100% + 20px);
    white-space: nowrap;
}
.b-check label:after {
    content: ' ';
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background: #f73323;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #bfbfbf;
    box-shadow: 0 2px 5px #bfbfbf;
}

.b-check input[type=checkbox]:checked ~ label {
    background-color: #f6931d;
    border-color: #f6931d;
}

.b-check input[type=checkbox]:checked ~ label:after {
    left: 19px;
}
.b-check input[type=checkbox]:checked ~ label:after {
    background-color: #fff;
}
.b-check input[type=checkbox]:checked ~ label:before {
    content: attr(data-on);
}

.io-grid {
    display: block;
    padding: 0 5px;
}
.io-grid .io-item {
    display: block;
    position: relative;
}
.io-item > .io-cp {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 5px 5px 5px 20px;
    position: relative;
}
.io-item > .io-cp .io-locate {
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 1;
}
.io-item > .io-cp.cp-success {
    background-color: #dff0d8;
    color: #3c763d;
}
.io-item > .io-cp.cp-danger {
    background-color: #f2dede;
    color: #a94442;
}
.io-item > .io-jp {
    background-color: #f7f7c8;
    display: block;
    font-weight: normal;
    padding: 5px 10px 15px;
}
.io-item > .io-jp > hr {
    border-color: #ffffff;
    margin: 10px 0;
}
.panel-inout {
    background: url('../images/bg-inout.png') left bottom no-repeat;
    min-height: calc(100vh - 140px);
    padding-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.panel-inout > .bee-dnw {
    width: 100%;
    max-width: 525px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.bee-dnw > .bee-info {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.bee-dnw .bee-icon {
    background: url('../images/bee.png') center no-repeat;
    width: 120px;
    height: 92px;
    position: absolute;
    top: -70px;
    left: -20px;
    animation: bee 20s ease-out infinite;
}
.bee-dnw ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}
.bee-dnw ul > li {
    margin: 8px 0;
    white-space: nowrap;
}
.bee-dnw ul > li + li {
    border-top: 1px solid #dfdfdf;
    padding-top: 8px;
}
@keyframes bee {
    45% {
        transform: translate(100px, -30px);
        -moz-transform: translate(100px, -30px);
        -webkit-transform: translate(100px, -30px);
        -o-transform: translate(100px, -30px);
        -ms-transform: translate(100px, -30px);
    }
    75% {
        transform: translate(150px, 30px);
        -moz-transform: translate(150px, 30px);
        -webkit-transform: translate(150px, 30px);
        -o-transform: translate(150px, 30px);
        -ms-transform: translate(150px, 30px);
    }
}
.panel-inout > .bee-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 12px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.b-inout {
    background-color: rgba(255, 255, 255, 0.8);
    border: 5px solid transparent;
    border-radius: 70px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 70px;
    width: 180px;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    text-shadow: none;
    transition: all 0.25s ease;
}
.b-inout:active {
    letter-spacing: 2px;
}

.b-inout.c-in {
    border-color: #20c510;
    color: #20c510;
}
.b-inout.c-in:hover {
    background-color: #20c510;
    color: #ffffff;
}
.b-inout.c-out {
    border-color: #f73323;
    color: #f73323;
}
.b-inout.c-out:hover {
    background-color: #f73323;
    color: #ffffff;
}
.b-inout.c-in:after {
    content: "CHECK-IN";
}
.b-inout.c-out:after {
    content: "CHECK-OUT";
}

.b-inout.onclick {
    border-color: #afafaf;
    border-left-color: transparent;
    border-width: 5px;
    font-size: 0;
    width: 70px;
    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
}
.b-inout.onclick:after {
    content: "";
}
.b-inout.onclick:hover {
    background: #ffffff;
}

.c-in.onclick {
    border-left-color: #20c510;
}
.c-in.onclick:hover {
    color: #20c510;
}
.c-out.onclick {
    border-left-color: #f73323;
}
.c-out.onclick:hover {
    color: #f73323;
}

.b-inout.validate {
    background-color: transparent;
    color: #ffffff;
    width: 70px;
}
.b-inout.validate:after {
    font-family: "FontAwesome";
    content: "I/O";
    font-size: 25px;
    line-height: 1;
}
.c-in.validate {
    background-color: #20c510;
}
.c-out.validate {
    background-color: #f73323;
}
.c-in.validate:after {
    content: "\f090";
}
.c-out.validate:after {
    content: "\f08b";
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.grid {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.grid--hidden {
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}
.js .grid--loading::before,
.js .grid--loading::after {
    content: '';
    z-index: 1000;
}
.js .grid--loading::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #2c2d31;
}
.js .grid--loading::after {
    position: absolute;
    top: calc(25vh - 20px);
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    border: 8px solid #383a41;
    border-bottom-color: #565963;
    border-radius: 50%;
    animation: animLoader 0.8s linear forwards infinite;
}
.grid__sizer {
    margin-bottom: 0 !important;
}
.grid__link,
.grid__img {
    display: block;
}
.grid__img {
    width: 100%;
}
.grid__deco {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.grid__deco path {
    fill: none;
    stroke: #046b85;
    stroke-width: 2px;
}
.grid__reveal {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background-color: #2c2d31;
}
.grid .grid__item,
.grid .grid__sizer {
    width: calc(100% - 10px);
    margin: 0 5px 10px;
}
@media screen and (min-width: 560px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 2) - 10px);
    }
}
@media screen and (min-width: 767px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 3) - 10px);
    }
}
@media screen and (min-width: 961px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 4) - 10px);
    }
}
@media screen and (min-width: 1201px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 5) - 10px);
    }
}

.symbol-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}
.symbol-filter .alert {
    font-weight: normal;
    margin: 0 auto;
    padding: 5px 12px;
}

#_loading {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 99998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}
#_loading .loading-body {
    background-color: transparent;
    position: fixed;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    text-align: center;
    z-index: 99999;
}

#loader {
    background-color: transparent;
    border: 2px solid #f6931d;
    border-radius: 30px;
    color: #f6931d;
    width: 280px;
    height: 30px;
    margin: 100px auto 10px;
    position: relative;
    overflow: hidden;
}
#loader.success {
    border-color: #20c510;
    color: #20c510;
}
#loader.error {
    border-color: #ec6459;
    color: #ec6459;
}
#loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 22px;
    top: 0;
    bottom: 0;
    left: -20px;
    border-radius: inherit;
    background: currentColor;
    box-shadow: -15px 0 25px 3px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%, -30px 50%);
    animation: c-load 1s infinite linear;
}
@keyframes c-load {
    100% {
        left: calc(100% + 20px);
    }
}

#spinningSquaresG{
    position:relative;
    width:300px;
    height:36px;
    margin:30px auto;
}

.spinningSquaresG{
    position:absolute;
    top:0;
    background-color: rgb(246, 147, 29);
    width:36px;
    height:36px;
    animation-name:bounce_spinningSquaresG;
    -o-animation-name:bounce_spinningSquaresG;
    -ms-animation-name:bounce_spinningSquaresG;
    -webkit-animation-name:bounce_spinningSquaresG;
    -moz-animation-name:bounce_spinningSquaresG;
    animation-duration:1.105s;
    -o-animation-duration:1.105s;
    -ms-animation-duration:1.105s;
    -webkit-animation-duration:1.105s;
    -moz-animation-duration:1.105s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
}

#spinningSquaresG_1{
    left:0;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#spinningSquaresG_2{
    left:38px;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}

#spinningSquaresG_3{
    left:75px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
}

#spinningSquaresG_4{
    left:113px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
}

#spinningSquaresG_5{
    left:150px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
}

#spinningSquaresG_6{
    left:188px;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
}

#spinningSquaresG_7{
    left:225px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
}

#spinningSquaresG_8{
    left:263px;
    animation-delay:1.2115s;
    -o-animation-delay:1.2115s;
    -ms-animation-delay:1.2115s;
    -webkit-animation-delay:1.2115s;
    -moz-animation-delay:1.2115s;
}



@keyframes bounce_spinningSquaresG{
    0%{
        transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_spinningSquaresG{
    0%{
        -o-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -o-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_spinningSquaresG{
    0%{
        -ms-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -ms-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_spinningSquaresG{
    0%{
        -webkit-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -webkit-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_spinningSquaresG{
    0%{
        -moz-transform:scale(1);
        background-color: rgb(246, 147, 29);
    }

    100%{
        -moz-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

.windows8 {
    position: relative;
    width: 80px;
    height: 80px;
}

.windows8 .wBall {
    position: absolute;
    width: 76px;
    height: 76px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.95s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.95s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.95s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.95s infinite;
    transform: rotate(225deg);
    animation: orbit 4.95s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f6931d;
    left: 0;
    top: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    -moz-animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

.windows8 #wBall_2 {
    -moz-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    -ms-animation-delay: 0.22s;
    -o-animation-delay: 0.22s;
    animation-delay: 0.22s;
}

.windows8 #wBall_3 {
    -moz-animation-delay: 0.43s;
    -webkit-animation-delay: 0.43s;
    -ms-animation-delay: 0.43s;
    -o-animation-delay: 0.43s;
    animation-delay: 0.43s;
}

.windows8 #wBall_4 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.windows8 #wBall_5 {
    -moz-animation-delay: 0.86s;
    -webkit-animation-delay: 0.86s;
    -ms-animation-delay: 0.86s;
    -o-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }

}