/*Import fonts
@font-face {
font-family: 'Roboto';
src:    url('../fonts/Roboto-Regular.eot');
src:    url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
url('../fonts/Roboto-Regular.ttf') format('truetype'),
url('../fonts/Roboto-Regular.woff') format('woff'),
url('../fonts/Roboto-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}*/
body {
color: #333;
background-color: #e5e9ec;
font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
padding: 0px !important;
margin: 0px !important;
font-size: 1rem;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-weight: 400;
}
p {
line-height: 1.8em;
margin-bottom: 10px;
}
ul li {
list-style: none;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
.fullscreen {
min-height: 100vh;
display: flex;
align-items: center;
}
.hidden {
display: none !important;
}
::selection {
background: #060606;
color: #fff;
}
::-moz-selection {
background: #060606;
color: #fff;
}
#container {
width: 100%;
height: 100%;
}
.error {
color: #FF6C60;
padding: 5px 0;
text-indent: 12px;
}
.form-group {
margin-bottom: 10px !important;
}
/*login page*/
.login-body {
background-color: #1b1e24;
/*background:-webkit-linear-gradient(45deg, #4a263f, #002c4c);*/
}
.form-signin {
width: 480px;
}
.form-signin-heading{
font-family: MicrosoftYaHei, PingFangSC-Semibold;
}
.form-signin .checkbox {
margin-bottom: 14px;
}
.form-signin .checkbox {
color: #b6b6b6;
font-weight: 400;
}
.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"] {
border: 1px solid #d5dae2;
/*box-shadow: none;*/
padding: 10px 30px;
}
.form-signin input:focus {
border: 1px solid #07AAA5 !important;
}
.form-signin .btn-login {
background: #ff5252;
height: 50px;
}
.form-signin p {
color: #b6b6b6;
font-size: 16px;
font-weight: 400;
}
.form-signin a, .form-signin a:hover {
color: #41cac0;
}
.login-wrap {
padding: 10px 30px;
}
/*sidebar navigation*/
#sidebar {
width: 210px;
height: 100%;
position: fixed;
background-color: #1b1e24;
/*background: -webkit-linear-gradient(45deg, #4a263f, #002c4c);*/
overflow-y: scroll;
z-index: 1003;
padding: 0 10px;
}
#sidebar ul li {
position: relative;
clear: both;
}
#sidebar .sub-menu>.sub li {
padding-left: 32px;
}
#sidebar .sub-menu>.sub li:last-child {
padding-bottom: 10px;
}
#sidebar hr {
border-color: rgba(100, 100, 100, .1);
margin: 0px 0px;
clear: both;
}
/*LEFT NAVIGATION ICON*/
.dcjq-icon {
height: 17px;
width: 17px;
display: inline-block;
background: url(../img/nav-expand.png) no-repeat top;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
right: 10px;
top: 15px;
}
.active .dcjq-icon {
background: url(../img/nav-expand.png) no-repeat bottom;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/*---*/
.nav-collapse.collapse {
display: inline;
}
ul.sidebar-menu,
ul.sidebar-menu li ul.sub {
margin: -2px 0 0;
padding: 0;
}
ul.sidebar-menu {
margin-top: 50px;
}
#sidebar>ul>li>ul.sub {
display: none;
}
#sidebar>ul>li.active>ul.sub,
#sidebar>ul>li>ul.sub>li>a {
display: block;
}
ul.sidebar-menu li ul.sub li {
background: #35404D;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
ul.sidebar-menu li ul.sub li:last-child {
border-radius: 0 0 2px 2px;
-webkit-border-radius: 0 0 2px 2px;
}
ul.sidebar-menu li ul.sub li a {
font-size: 12px;
padding: 6px 0;
line-height: 35px;
height: 35px;
/*-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;*/
color: #aeb2b7;
}
ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
color: #FF6C60;
/*-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;
display: block;*/
}
ul.sidebar-menu li {
margin-bottom: 0px;
}
ul.sidebar-menu li.sub-menu {
line-height: 15px;
}
ul.sidebar-menu li .fa {
position: absolute;
left: 9px;
top: 18px;
z-index: 3;
}
ul.sidebar-menu li a {
color: #cdd3e6;
color: #a6acbb;
text-decoration: none;
display: block;
padding: 14px 0 14px 30px;
outline: none;
width: 100%;
/*-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,
ul.sidebar-menu li a.active:hover {
/*ackground: #07AAA5;*/
background: #22262e;
color: #fff;
display: block;
border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
transition: all 0.1s ease;
box-shadow: 0 15px 8px -9px rgba(0, 0, 0, .25);
}
ul.sidebar-menu li a:hover {
background-color: rgba(255, 255, 255, 0.1)
}
ul.sidebar-menu li a i {
font-size: 15px;
padding-right: 6px;
color: #b8c1cc42;
}
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
color: #FFFFFF;
}
ul.sidebar-menu li a.active i {
color: #FFFFFF;
}
ul.sidebar-menu li .badge {
margin-right: 10px;
color: #fff;
line-height: initial !important;
right: 0px;
top: 14px;
}
ul.sidebar-menu li h4 {
font-size: smaller;
display: none;
}
.mail-info,
.mail-info:hover {
margin: -3px 6px 0 0;
font-size: 11px;
}
/*main content*/
#main-content {
margin-left: 210px;
}
.header,
.footer {
min-height: 50px;
padding: 0 15px;
}
.header {
position: absolute;
left: 0;
right: 0;
z-index: 1002;
}
.white-bg {
background: #fff;
}
.wrapper {
display: inline-block;
/*margin-top: 50px;*/
padding: 0 5%;
width: 100%;
}
a.logo {
font-size: 18px;
color: #2e2e2e;
float: left;
margin-top: 12px;
text-transform: uppercase;
}
a.logo:hover,
a.logo:focus {
text-decoration: none;
outline: none;
}
a.logo span {
color: #fff;
margin-left: 15px;
}
a.logo em {
color: #FFF;
font-style: initial;
font-size: 18px;
margin-left: 15px
}
/*notification*/
#top_menu .nav>li,
ul.top-menu>li {
float: left;
}
.notify-row {
float: left;
margin-top: 15px;
margin-left: 92px;
}
.notify-row .notification span.label {
display: inline-block;
height: 18px;
width: 20px;
padding: 5px;
}
ul.top-menu>li>a {
color: #666666;
border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #fff !important;
padding: 2px 6px;
margin-right: 15px;
}
ul.top-menu>li>a:hover,
ul.top-menu>li>a:focus {
border: 1px solid #f0f0f8 !important;
background-color: #fff;
border-color: #f0f0f8 !important;
text-decoration: none;
border-radius: 2px;
-webkit-border-radius: 2px;
color: #2E2E2E !important;
}
.notify-row .badge {
position: absolute;
right: -10px;
top: -10px;
z-index: 100;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.dropdown-item {
font-size: 1em;
line-height: 2em;
}
.dropdown-item i {
margin-right: 10px;
}
.log-arrow-up {
background: url("../img/arrow-up.png") no-repeat;
width: 20px;
height: 11px;
position: absolute;
right: 20px;
top: -10px;
}
/*----*/
.notify-arrow {
border-style: solid;
border-width: 0 9px 9px;
height: 0;
margin-top: 0;
opacity: 0;
position: absolute;
left: 7px;
top: -18px;
transition: all 0.25s ease 0s;
width: 0;
z-index: 10;
margin-top: 10px;
opacity: 1;
}
.notify-arrow-yellow {
border-color: transparent transparent #FCB322;
border-bottom-color: #FCB322 !important;
border-top-color: #FCB322 !important;
}
.notify-arrow-red {
border-color: transparent transparent #ff6c60;
border-bottom-color: #ff6c60 !important;
border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
border-color: transparent transparent #a9d86e;
border-bottom-color: #a9d86e !important;
border-top-color: #a9d86e !important;
}
/*search*/
.search {
margin-top: 6px;
width: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 0;
box-shadow: none;
padding: 0 5px 0 35px;
color: #000;
}
.search:focus {
margin-top: 5px;
width: 180px;
border: 0;
box-shadow: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #c8c8c8;
font-weight: 300;
}
/*--sidebar toggle---*/
.sidebar-toggle-box {
float: left;
padding-right: 15px;
margin-top: 15px;
display: none;
}
.sidebar-toggle-box .fa-bars {
cursor: pointer;
display: inline-block;
font-size: 20px;
}
.sidebar-closed>#sidebar>ul {
display: none;
}
.sidebar-closed #main-content {
margin-left: 0px;
}
.sidebar-closed #sidebar {
margin-left: -210px;
}
/*state overview
.state-overview1 .symbol {
display: block;
text-align: center;
}
.state-overview1 .red {
background: #ff6c60;
color: #fff;
}
.state-overview1 .yellow {
background: #f8d347;
color: #fff;
}
.state-overview1 .blue {
background: #57c8f2;
color: #fff;
}*/
.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 3px 0 0;
padding: 0;
color: #c6cad6;
}
.state-overview .value h1 {
font-weight: normal;
font-size: 2em;
}
.state-overview .value span {
font-weight: 300;
}
.state-overview .value p {
text-align: right;
margin-right: 12px;
}
.state-overview .symbol i {
color: #fff;
font-size: 3em;
font-style: normal;
}
.state-overview .symbol {
min-width: 20%;
padding: 30px 15px;
-webkit-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
}
.state-overview .value {
min-width: 30%;
}
.state-overview .value h1 span {
width: 58%;
padding-top: 18px;
}
.state-overview .terques {
background: #6ccac9;
}
.state-overview .red {
background: #f35958;
}
.state-overview .yellow {
background: #f8d347;
}
.state-overview .blue {
background: #0090d9;
}
.state-overview .purple {
background: #735f87;
}
.state-overview .green {
background: #0aa699;
}
/*main chart*/
.border-head h3 {
border-bottom: 1px solid #c9cdd7;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 5px;
font-weight: normal;
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: 0px 2%;
float: left;
text-align: center;
-webkit-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;
}
/**/
.panel-body.chart-texture {
background: url("../img/chart-texture.jpg");
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}
/*personal task*/
.task-thumb {
width: 80px;
float: left;
margin-bottom: 5px;
}
.task-thumb img {
border-radius: 4px;
-webkit-border-radius: 4px;
}
.task-thumb-details {
display: inline-block;
margin: 20px 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-top: 10px;
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;
}
.personal-task tbody tr td i {
font-size: 20px;
}
.personal-task.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
background-color: #00000005;
}
.personal-task>tbody>tr>td:last-child {
text-align: right;
}
.task-option {
float: right;
}
.task-option select {
height: 35px;
border: 1px solid transparent;
border-radius: 4px;
-webkit-border-radius: 4px;
padding: 6px 16px;
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;
position: absolute;
right: 20px;
top: 10px;
}
.badge.bg-info {
background: #41cac0;
}
.badge.bg-inverse {
background: #2A3542;
}
.mbot30 {
margin-bottom: 30px;
}
/*easy pie chart*/
.easy-pie-chart {
display: inline-block;
padding: 30px 0;
}
.chart-info,
.chart-info .increase,
.chart-info .decrease {
display: inline-block;
}
.chart-info {
width: 100%;
margin-bottom: 5px;
}
.chart-position {
margin-top: 70px;
}
.chart-info span {
margin: 0 3px;
}
.chart-info .increase {
background: #ff6c60;
width: 10px;
height: 10px;
}
.chart-info .decrease {
background: #f2f2f2;
width: 10px;
height: 10px;
}
.panel-footer.revenue-foot {
background-color: #e6e7ec;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
border: none;
padding: 0;
width: 100%;
display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.panel-footer.revenue-foot {
margin-bottom: -4px;
}
}
.panel-footer.revenue-foot ul {
margin: 0;
padding: 0;
width: 100%;
display: inline-flex;
}
.panel-footer.revenue-foot ul li {
float: left;
width: 33.33%;
}
.panel-footer.revenue-foot ul li.first a:hover,
.panel-footer.revenue-foot ul li.first a {
/*-webkit-border-radius: 0px 0px 0px 4px;*/
border-radius: 0px 0px 0px 4px;
}
.panel-footer.revenue-foot ul li.last a:hover,
.panel-footer.revenue-foot ul li.last a {
-webkit-border-radius: 0px 0px 4px 0px;
border-radius: 0px 0px 4px 0px;
border-right: none;
}
.panel-footer.revenue-foot ul li a {
display: inline-block;
width: 100%;
padding: 14px 15px;
text-align: center;
border-right: 1px solid #d5d8df;
color: #797979;
}
.panel-footer.revenue-foot ul li a:hover,
.panel-footer.revenue-foot ul li.active a {
background: #fff;
position: relative;
}
.panel-footer.revenue-foot ul li a i {
color: #c6cad5;
display: block;
font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i,
.panel-footer.revenue-foot ul li.active a i {
color: #ff6c60;
display: block;
font-size: 16px;
}

/*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-size: large;
}
.weather-category ul li a {}
.weather-category ul li:last-child {
border-right: none;
}

.modal-body {
position: relative;
padding: 15px 30px;
}
.modal-content {
box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
background-color: #e5e9ec;
border: 1px solid #00000012;
}
.modal-header {
color: #2e2e2e;
padding-bottom: 0px;
border-bottom: none;
}
.modal-header h4.modal-title {
font-weight: 550;
font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
font-size: 18px;
text-indent: 15px;
}
.modal-body label {
font-weight: 400;
font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
.modal-footer {
padding-top: 0px;
border: 0;
}
.modal-footer .btn {
padding: 0.5em 2.5em;
height: inherit;
line-height: 1.8rem;
font-size: 1rem !important;
}

/*404 page*/
.body-404 {
background: #18d4cb;
color: #fff;
}
.error-wrapper {
text-align: center;
margin-top: 10%;
}
.error-wrapper .icon-404 {
background: url("../img/404_icon.png") no-repeat;
width: 289px;
height: 274px;
display: inline-block;
margin-left: 30px;
}
.error-wrapper h1 {
font-size: 90px;
font-weight: 300;
margin: -50px 0 0 0;
}
.error-wrapper h2 {
font-size: 20px;
font-weight: 300;
margin: 0 0 30px 0;
}
.error-wrapper p,
.error-wrapper p a {
font-size: 18px;
font-weight: 300;
}
.error-wrapper p.page-404 {
color: #7dfff7;
}
.error-wrapper p.page-404 a,
.error-wrapper p.page-500 a,
.error-wrapper p.page-404 a:hover,
.error-wrapper p.page-500 a:hover {
color: #fff;
}
/*500 page*/
.body-500 {
background: #8075c6;
color: #fff;
}
.error-wrapper p.page-500 {
color: #afa5f1;
}
.error-wrapper .icon-500 {
background: url("../img/500_icon.png") no-repeat;
width: 289px;
height: 274px;
display: inline-block;
margin-left: 55px;
}
/*profile*/
.profile-nav .user-heading {
/*background: #ff766c;*/
color: #fff;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
padding: 16px 30px;
text-align: center;
}
.profile-nav .user-heading.round a {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 10px solid rgba(255, 255, 255, 0.3);
display: inline-block;
}
.profile-nav .user-heading a img {
width: 112px;
height: 112px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
font-size: 1.5em;
font-weight: 500;
margin-bottom: 5px;
}
.profile-nav .user-heading p {
font-size: 0.8em;
margin-bottom: 0px;
}
.profile-nav ul {
margin-top: 1px;
}
.profile-nav ul>li {
border-bottom: 1px solid #ebeae6;
line-height: 46px;
width: 100%;
padding: 0 10px;
}
.profile-nav ul>li:last-child {
border-bottom: none;
}
.profile-nav ul>li>a {
border-radius: 0;
-webkit-border-radius: 0;
color: #89817f;
border-left: 5px solid #fff;
}
.profile-nav ul>li>a:hover,
.profile-nav ul>li>a:focus,
.profile-nav ul li.active a {
background: #f8f7f5 !important;
border-left: 5px solid #ff766c;
color: #89817f !important;
}
.profile-nav ul>li:last-child>a:last-child {
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
}
.profile-nav ul>li>a>i {
font-size: 16px;
padding-right: 10px;
color: #bcb3aa;
}
.r-activity {
margin: 6px 0 0;
font-size: 12px;
}
.p-text-area,
.p-text-area:focus {
border: none;
font-weight: 300;
box-shadow: none;
color: #c3c3c3;
font-size: 16px;
}
.profile-info .panel-footer {
background-color: #f8f7f5;
border-top: 1px solid #e7ebee;
}
.profile-info .panel-footer ul li a {
color: #7a7a7a;
}

.profile-activity h5 {
font-weight: 300;
margin-top: 0;
color: #c3c3c3;
}
.summary-head {
background: #ee7272;
color: #fff;
text-align: center;
border-bottom: 1px solid #ee7272;
}
.summary-head h4 {
font-weight: 300;
text-transform: uppercase;
margin-bottom: 5px;
}
.summary-head p {
color: rgba(255, 255, 255, 0.6);
}
ul.summary-list {
display: inline-block;
padding-left: 0;
width: 100%;
margin-bottom: 0;
}
ul.summary-list>li {
display: block;
width: 25%;
text-align: center;
float: left;
}
ul.summary-list>li>a>i {
display: block;
font-size: 18px;
padding-bottom: 5px;
}
ul.summary-list>li>a {
padding: 10px 0;
display: inline-block;
color: #818181;
}
ul.summary-list>li {
border-right: 1px solid #eaeaea;
}
ul.summary-list>li:last-child {
border-right: none;
}

/*table*/
.table-advance tr td {
vertical-align: middle !important;
}
.no-border {
border-bottom: none;
}
.dataTables_length,
.dataTables_filter {
padding: 15px;
}
.dataTables_info {
padding: 0 10px;
}
.dataTables_filter {
float: right;
}
.dataTables_length select {
width: 65px;
padding: 5px 8px;
}
.dataTables_length label,
.dataTables_filter label {
font-weight: 300;
}
.dataTables_filter label {
width: 100%;
}
.dataTables_filter label input {
width: 78%;
}
.border-top {
border-top: 1px solid #ddd;
}
.dataTables_paginate.paging_bootstrap.pagination li {
float: left;
margin: 0 3px;
/*border: 1px solid #ddd;*/
border-radius: 3px;
-webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a {
color: #797979;
padding: 5px 12px;
display: inline-block;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination li.active a {
color: #fff;
background: #c8ced6;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a {}
.dataTables_paginate.paging_bootstrap.pagination {
float: right;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}
.dataTable tr:last-child {
border-bottom: 1px solid #ddd;
}

/*button*/
.btn-row {
margin-bottom: 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;
}
/*general page*/
.progress-xs {
height: 8px;
}
.progress-sm {
height: 12px;
}
.panel-heading .nav {
border: medium none;
font-size: 13px;
margin: -10px -15px -11px;
}
.tab-bg-dark-navy-blue {
background: #7087A3;
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: #fff;
}
.panel-heading .nav>li.active>a,
.panel-heading .nav>li>a:hover {
color: #47596f;
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: 38px;
}
.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: 0px;
}
.m-bot20 {
margin-bottom: 20px;
}
.m-bot-none {
margin-bottom: 0;
}
.wht-color {
color: #fff;
}

/*gritter*/
.gritter-close {
left: auto !important;
right: 3px !important;
}
/*form*/
.sm-input {
width: 175px;
}
.round-input {
border-radius: 500px;
-webkit-border-radius: 500px;
}
.m-bot15 {
margin-bottom: 10px;
}
.iconic-input {
position: relative;
}
.iconic-input i {
color: #CCCCCC;
display: block;
font-size: 16px;
height: 16px;
margin: 8px 5px 8px 10px;
position: absolute;
text-align: center;
width: 16px;
}
.iconic-input input {
padding-left: 30px !important;
}
.iconic-input.right input {
padding-left: 10px !important;
padding-right: 30px !important;
}
.iconic-input.right i {
float: right;
right: 5px;
}
input.spinner[type="text"],
input.spinner[type="password"],
input.spinner[type="datetime"],
input.spinner[type="datetime-local"],
input.spinner[type="date"],
input.spinner[type="month"],
input.spinner[type="time"],
input.spinner[type="week"],
input.spinner[type="number"],
input.spinner[type="email"],
input.spinner[type="url"],
input.spinner[type="search"],
input.spinner[type="tel"],
input.spinner[type="color"] {
background: url("../img/input-spinner.gif") right no-repeat !important;
}
/*form validation*/
.cmxform .form-group label.error {
display: inline;
margin: 5px 0;
color: #B94A48;
font-weight: 400;
}
#signupForm label.error {
display: inline;
margin: 5px 0px;
width: auto;
color: #B94A48;
}
.checkbox,
.checkbox:hover,
.checkbox:focus {
border: none;
}
/*slider*/
table.sliders tr td {
padding: 30px 0;
border: none;
}
.slider {
margin-top: 3px;
}
.slider-info {
padding-top: 10px;
}
.sliders .ui-widget-header {
background: #22bacf !important;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 0 !important;
}
#eq span {
height: 120px;
float: left;
margin: 15px
}
.ui-widget-content {
background: #f0f2f7 !important;
border: none !important;
border-radius: 15px !important;
-webkit-border-radius: 15px !important;
}
.ui-slider-horizontal {
height: 8px !important;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.57em !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background: #fff !important;
border: 3px solid #22bacf !important;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
}
.ui-slider-vertical {
width: 8px !important;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.5em !important;
}
.ui-slider .ui-slider-handle {
cursor: default;
height: 1.6em;
position: absolute;
width: 1.6em;
z-index: 2;
}
.bound-s {
width: 90px;
margin-bottom: 15px;
}
/*----switch ----*/
.has-switch {
border-radius: 30px;
-webkit-border-radius: 30px;
display: inline-block;
cursor: pointer;
line-height: 1.231;
overflow: hidden;
position: relative;
text-align: left;
width: 80px;
-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
mask: url('../img/mask.png') 0 0 no-repeat;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.has-switch.deactivate {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
cursor: default !important;
}
.has-switch>div {
width: 162%;
position: relative;
top: 0;
}
.has-switch>div.switch-animate {
-webkit-transition: left 0.25s ease-out;
-moz-transition: left 0.25s ease-out;
-o-transition: left 0.25s ease-out;
transition: left 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.has-switch>div.switch-off {
left: -63%;
}
.has-switch>div.switch-off label {
background-color: #7f8c9a;
border-color: #bdc3c7;
-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch>div.switch-on {
left: 0%;
}
.has-switch>div.switch-on label {
background-color: #41cac0;
}
.has-switch input[type=checkbox] {
display: none;
}
.has-switch span {
cursor: pointer;
font-size: 14.994px;
font-weight: 700;
float: left;
height: 29px;
line-height: 19px;
margin: 0;
padding-bottom: 6px;
padding-top: 5px;
position: relative;
text-align: center;
width: 50%;
z-index: 1;
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
box-sizing: border-box;
-webkit-transition: 0.25s ease-out;
-moz-transition: 0.25s ease-out;
-o-transition: 0.25s ease-out;
transition: 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
border-radius: 30px 0 0 30px;
background-color: #2A3542;
color: #41cac0;
border-left: 1px solid transparent;
}
.has-switch span.switch-right {
border-radius: 0 30px 30px 0;
background-color: #bdc3c7;
color: #ffffff;
text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
text-indent: 0;
}
.has-switch label {
border: 4px solid #2A3542;
border-radius: 50%;
-webkit-border-radius: 50%;
float: left;
height: 29px;
margin: 0 -21px 0 -14px;
padding: 0;
position: relative;
vertical-align: middle;
width: 29px;
z-index: 100;
-webkit-transition: 0.25s ease-out;
-moz-transition: 0.25s ease-out;
-o-transition: 0.25s ease-out;
transition: 0.25s ease-out;
-webkit-backface-visibility: hidden;
}
.switch-square {
border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square>div.switch-off label {
border-color: #7f8c9a;
border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
text-indent: -10px;
}
.switch-square span.switch-right {
border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
text-indent: 5px;
}
.switch-square label {
border-radius: 0 6px 6px 0;
border-color: #41cac0;
}
/*tag input*/
.tagsinput {
border: 1px solid #c7c7c7;
border-radius: 3px;
min-height: 39px;
padding: 6px 1px 1px 6px;
overflow-y: auto;
text-align: left;
}
.tagsinput .tag {
border-radius: 4px;
background-color: #41cac0;
color: #ffffff;
cursor: pointer;
margin-right: 5px;
margin-bottom: 5px;
overflow: hidden;
font-size: 1em;
padding: .375rem .75rem;
position: relative;
vertical-align: middle;
display: inline-block;
zoom: 1;
*display: inline;
-webkit-transition: 0.14s linear;
-moz-transition: 0.14s linear;
-o-transition: 0.14s linear;
transition: 0.14s linear;
-webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
background-color: #39b1a8;
color: #ffffff;
padding-left: 12px;
padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
color: #ffffff;
opacity: 1;
display: block\9;
}
.tagsinput input {
background: transparent;
border: none;
color: #34495e;
font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
font-size: 14px;
margin: 0px;
padding: 0 0 0 5px;
outline: 0;
margin-right: 5px;
margin-bottom: 5px;
width: 12px;
width: auto !important;
max-width: 200px;
}
.tagsinput-remove-link {
bottom: 0;
color: #ffffff;
cursor: pointer;
font-size: 12px;
opacity: 0;
padding: 7px 7px 5px 0;
position: absolute;
right: 0;
text-align: right;
text-decoration: none;
top: 0;
width: 100%;
z-index: 2;
display: none\9;
}
.tagsinput-remove-link:before {
color: #ffffff;
content: "\f00d";
font-family: "FontAwesome";
}
.tagsinput-add-container {
vertical-align: middle;
display: inline-block;
zoom: 1;
*display: inline;
}
.tagsinput-add {
background-color: #d6dbdf;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
margin-bottom: 5px;
padding: 6px 9px;
display: inline-block;
zoom: 1;
*display: inline;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
display: none;
}
.tagsinput-add:hover {
background-color: #3bb8af;
}
.tagsinput-add:before {
content: "\f067";
font-family: "FontAwesome";
}
.tags_clear {
clear: both;
width: 100%;
height: 0px;
}
/*checkbox & radio style*/
.checkboxes label,
.radios label {
display: block;
cursor: pointer;
line-height: 20px;
padding-bottom: 7px;
font-weight: 300;
}
.radios {
padding-top: 18px;
}
.label_check input,
.label_radio input {
margin-right: 5px;
}
.has-js .label_check,
.has-js .label_radio {
padding-left: 34px;
}
.has-js .label_radio {
background: url(../img/checkbox/radio-off.png) no-repeat;
}
.has-js .label_check {
background: url(../img/checkbox/check-off.png) no-repeat;
}
.has-js label.c_on {
background: url(../img/checkbox/check-on.png) no-repeat;
}
.has-js label.r_on {
background: url(../img/checkbox/radio-on.png) no-repeat;
}
.has-js .label_check input,
.has-js .label_radio input {
position: absolute;
left: -9999px;
}
/*date picker*/
.add-on {
float: right;
margin-top: -37px;
padding: 3px;
text-align: center;
}
.add-on .btn {
padding: 9px;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
margin-bottom: 10px;
padding-left: 0px;
}
.daterangepicker .ranges label {
padding-bottom: 0;
padding-top: 8px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.datepicker td.active[disabled],
.datepicker td.active[disabled]:hover,
.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled.disabled:hover,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active[disabled]:hover,
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled[disabled]:hover {
background: #41CAC0;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
background: #41CAC0;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
font-weight: 300;
text-align: center;
white-space: nowrap;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td span.active {
text-shadow: none;
}
.datepicker th.switch {
width: 125px;
}
.datepicker td span {
height: 40px;
line-height: 40px;
}
.bootstrap-timepicker table td input {
border: 1px solid #ccc;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.datetime {
font-size: 12px;
font-weight: 300;
color: #999;
width: 64px;
overflow: hidden;
white-space: nowrap;
display: block;
}
/*ck editor*/
.cke_top,
.cke_bottom {
background: #F5F5F5 !important;
background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
box-shadow: none;
padding: 6px 8px 2px;
}
.cke_top {
border-bottom: 1px solid #cccccc !important;
}
.cke_chrome {
display: block;
padding: 0;
}
/*widget*/
.user-heading.alt {
display: inline-block;
width: 100%;
text-align: left;
}
.alt.lightgrey-bg {
background: #22262e;
}
.alt.green-bg {
background: #0aa699;
}
.alt.blue-bg {
background: #58C9F3;
}
.alt.red-bg {
background: #ff766c;
}
.alt.dark-bg {
background: #7087A3;
}
.profile-nav.alt.green-border ul>li>a:hover,
.profile-nav.alt.green-border ul>li>a:focus,
.profile-nav.alt.green-border ul li.active a {
border-left: 5px solid #aec785;
}
.user-heading a {
margin: 10px;
display: inline-block;
/*border: 5px solid rgba(255, 255, 255, 0.3);*/
border-radius: 50%;
-webkit-border-radius: 50%;
}
.user-heading.alt a img {
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.btn-space {
padding-left: 11.6%;
padding-right: 11%;
}
.p-head {
color: #f77b6f;
font-weight: 400;
font-size: 14px;
}
.cmt-head {
font-weight: 400;
font-size: 13px;
}
.p-thumb img {
width: 50px;
height: 50px;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.pull-right.chat-features {
margin-top: 10px;
}
/*custom select*/
span.customSelect {
font-size: 12px;
background-color: #ffffff;
padding: 10px;
border: 1px solid #EAEAEA;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #A4AABA;
}
span.customSelect.changed {
background-color: #fff;
}
.customSelectInner {
background: url(../img/customSelect-arrow.gif) no-repeat center right;
}
/* star rating */
.rating {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 30px;
}
.rating span.star,
.rating span.star {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
content: "\f006";
padding-right: 5px;
color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover~span.star:before,
.rating span.star:hover~span.star:before {
content: "\f005";
color: #41CAC0;
}
/*ckEditor*/
#editor-container {
width: 100%;
margin: 10px auto 0;
}
#header-editor {
overflow: hidden;
padding: 0 0 30px;
border-bottom: 1px solid #eaeaea;
position: relative;
}
#headerLeft,
#headerRight {
width: 49%;
overflow: hidden;
}
#headerLeft {
float: left;
padding: 10px 1px 1px;
}
#headerLeft h2,
#headerLeft h3 {
margin: 0;
overflow: hidden;
font-weight: normal;
font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
#headerLeft h2 {
font-size: 2.6em;
line-height: 1.1em;
text-transform: capitalize;
color: #314558;
margin-bottom: 20px;
}
#headerLeft h3 {
font-size: 1.5em;
line-height: 1.1em;
margin: .2em 0 0;
color: #757575;
}
#headerRight {
float: right;
padding: 1px;
}
#headerRight p {
line-height: 1.8em;
text-align: justify;
margin: 0;
}
#headerRight p+p {
margin-top: 20px;
}
#headerRight>div {
padding: 20px;
margin: 0 0 0 30px;
font-size: 1.1em;
color: #757575;
}
#columns {
color: #757575;
overflow: hidden;
padding: 20px 0;
}
#columns h3 {
color: #314558;
}
#columns>div {
float: left;
width: 33.3%;
}
#columns #column1>div {
margin-left: 1px;
}
#columns #column3>div {
margin-right: 1px;
}
#columns>div>div {
margin: 0px 10px;
padding: 10px 20px;
}
#columns blockquote {
margin-left: 15px;
}
#taglist {
display: inline-block;
margin-left: 20px;
font-weight: bold;
margin: 0 0 0 20px;
}
.cke_editable.cke_editable_inline.cke_focus {
background: #fcfcfc;
border: 1px solid #eaeaea;
cursor: text;
outline: medium none;
}
/*advanced table*/
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 0;
/*color: #888;*/
/*background: #f6f8fa;*/
font-weight: normal;
}
.adv-table table tr td {
padding: 13px 14px;
border-bottom: 1px solid white;
max-width: 240px;
}
.adv-table table.display thead th {
border-bottom: 1px solid #DDDDDD;
padding: 10px;
}
tr.odd.gradeA td.sorting_1,
tr.odd td.sorting_1,
tr.even.gradeA td.sorting_1 {
background: none;
}
td.details {
background-color: #eee;
}
td.details table tr td,
.dataTable tr:last-child {
border: none;
}
.adv-table table.display tr.odd.gradeA {
background-color: #F9F9F9;
}
.adv-table table.display tr.even.gradeA {
background-color: #FFFFFF;
}
.adv-table .dataTables_filter label input {
float: right;
margin-left: 10px;
width: 78%;
}
.adv-table .dataTables_filter label {
line-height: 33px;
width: 100%;
}
.adv-table .dataTables_length select {
display: inline-block;
margin: 0 10px 0 0;
padding: 5px 8px;
width: 65px;
}
.adv-table .dataTables_info,
.dataTables_paginate {
padding: 5px 10px;
}
.adv-table .dataTables_length,
.adv-table .dataTables_filter {
padding: 15px 0;
}
.cke_chrome {
border: none !important;
}
.editable-table .dataTables_filter {
width: 80%;
}
tr.odd.gradeX td.sorting_1,
tr.even.gradeX td.sorting_1,
table.display tr.even.gradeX,
table.display tr.gradeX,
tr.even.gradeU td.sorting_1,
tr.even td.sorting_1,
table.display tr.even.gradeC,
table.display tr.gradeC,
tr.odd.gradeC td.sorting_1,
table.display tr.even.gradeU,
table.display tr.gradeU,
tr.odd.gradeU td.sorting_1 {
background: none !important;
}
/*flot chart*/
.flot-chart .chart,
.flot-chart .pie,
.flot-chart .bars {
height: 300px;
}
/*xchart*/
.demo-xchart {
height: 400px;
width: 100%;
}
/*Horizontal menu*/
.full-width #main-content {
margin-left: 0;
}
.horizontal-menu {
margin-left: 50px;
float: left;
}
.horizontal-menu .navbar-nav>li>a {
padding-bottom: 20px;
padding-top: 20px;
}
.full-width .navbar-header {
width: 100%;
}
.full-width .nav>li>a:hover,
.full-width .nav li.active a,
.full-width .nav li.dropdown a:hover,
.full-width .nav li.dropdown.open a:focus,
.full-width .nav .open>a,
.full-width .nav .open>a:hover,
.full-width .nav .open>a:focus {
background-color: #F77B6F;
text-decoration: none;
color: #fff;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.full-width .dropdown-menu {
box-shadow: none;
}
.full-width .dropdown-menu>li>a {
padding: 10px 20px;
font-size: 13px;
}
/*advanced form*/
.form-body {
padding: 20px;
}
/*multiselect*/
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
background-color: #2A3542;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}
.ms-container .ms-list,
.ms-container .ms-list.ms-focus {
box-shadow: none !important;
}
.ms-container .ms-list.ms-focus {
border: 1px solid #2A3542;
}
.ms-selectable .search-input,
.ms-selection .search-input {
margin-bottom: 10px;
}
/*spinner*/
.spinner-buttons.btn-group-vertical .btn {
height: 17px;
margin: 0;
padding-left: 6px;
padding-right: 6px;
text-align: center;
width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
border-radius: 0 4px 0 0 !important;
-webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
border-radius: 0 0 4px !important;
-webkit-border-radius: 0 0 4px !important;
}
/**/
.wysihtml5-toolbar .btn-default {
background: #fff;
color: #757575;
}
/*todolist*/
#sortable {
list-style-type: none;
margin: 0 0 20px 0;
padding: 0;
width: 100%;
}
#sortable li {
padding-left: 3em;
font-size: 12px;
}
#sortable li i {
position: absolute;
left: 6px;
padding: 4px 10px 0 10px;
cursor: pointer;
}
#sortable li input[type=checkbox] {
margin-top: 0;
}
.ui-sortable>li {
padding: 15px 0 15px 35px !important;
position: relative;
background: #f5f6f8;
margin-bottom: 2px;
border-bottom: none !important;
}
.ui-sortable li.list-primary {
border-left: 3px solid #41CAC0;
}
.ui-sortable li.list-success {
border-left: 3px solid #78CD51;
}
.ui-sortable li.list-danger {
border-left: 3px solid #FF6C60;
}
.ui-sortable li.list-warning {
border-left: 3px solid #F1C500;
}
.ui-sortable li.list-info {
border-left: 3px solid #58C9F3;
}
.ui-sortable li.list-inverse {
border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
color: #d3d3d3;
padding: 0;
}
.site-footer a {
color: #999;
}
.site-footer a:hover {
color: #666;
}
.site-min-height {
min-height: 900px;
}
.always-bottom {
position: absolute;
bottom: 0;
width: 100%;
}
/*dragable portlet*/
.sortable .panel .panel-heading {
cursor: move;
}
/*right side bar*/
.sb-slidebar {
background-color: rgba(42, 53, 66, 1) !important;
margin-top: 60px;
color: #aeb2b7;
}
.sb-slidebar .side-title {
padding: 10px 15px;
text-transform: uppercase;
color: #FF6C60;
}
.sb-toggle-right {
cursor: pointer;
margin-top: 12px;
}
.sb-toggle-right i {
font-size: 20px;
}
.quick-chat-list {
margin-bottom: 20px;
}
.quick-chat-list:last-child {
/*padding: 0;*/
padding-bottom: 50px;
}
.quick-chat-list li {
padding: 10px 15px;
border-bottom: 1px dashed #35404d;
cursor: pointer;
}
.quick-chat-list li:hover {
background: #35404d;
}
.quick-chat-list li .media-object {
border-radius: 50%;
-webkit-border-radius: 50%;
}
.media .media-status {
display: inline-block;
margin-top: 10px;
position: absolute;
right: 10px;
}
.media .media-body small {
display: block;
}
.quick-chat-list .media .media-object {
width: 40px;
height: 40px;
}
.yamm-content {
position: relative;
}
.icon-img {
float: left;
margin-right: 10px;
}
.icon-desk {
display: inline-block;
}
.mega-menu .dropdown-menu {
box-shadow: none;
border-radius: 0;
border-color: #f1f2f7;
}
/*project list*/
.bold {
font-weight: bold;
}
.mtop20 {
margin-top: 20px;
}
/*toaster*/
.radio-list label,
.checkbox-list label {
display: inline-block;
width: 100%;
font-weight: normal;
}
.radio-list .radio,
.radio-list .radio span,
.radio-list .radio input {
width: 18px;
height: 18px;
float: left;
margin: 0 10px 0 0;
}
.checkbox-list .checker span {
float: left;
margin-right: 10px;
}
.toastr-pad input,
.toastr-row label {
margin-bottom: 10px;
}
#toast-container>div,
#toast-container> :hover {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.box-wrap {
height: 400px;
overflow: hidden;
}
.w-list li {
line-height: 20px;
margin-bottom: 16px;
}
.avatar-sm {
width: 36px;
height: 36px;
border-radius: 50%;
}
.avatar-xs {
width: 29px;
height: 29px;
border-radius: 4px;
margin-right: 6px;
}
.img-thumbnail-sm {
background-color: #fff;
border-radius: 2px;
max-width: 100%;
height: auto;
}
/*filelist*/
.filelist li {
display: block;
}
.filelist .file-name {
padding: 10px;
display: inline-block;
}
.filelist .filedelete {
/*float: right;
position: absolute;
margin: 8px 5px;*/
}
/*imgup上传图片插件的样式*/
.img-box {
margin-top: 40px;
}
.z_photo {
overflow: hidden;
}
.z_photo .z_file {
position: relative;
}
.z_file .file {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
}
.z_photo .up-section {
position: relative;
margin-right: 20px;
margin-bottom: 20px;
}
.z_photo .up-img {
display: block;
width: 100%;
height: 100%;
}
.loading {
border: 1px solid #D1D1D1;
background: url(../img/loading.gif) no-repeat center;
}
.up-opcity {
opacity: 0;
}
.img-name-p {
display: none;
}
.upimg-div .up-section {
width: 70px;
height: 70px;
}
.img-box .upimg-div .z_file {
width: 70px;
height: 70px;
}
.z_file .add-img {
display: block;
width: 100%;
}
/*遮罩层样式*/
.mask {
z-index: 1000;
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .4);
}
.mask .mask-content {
width: 500px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -250px;
margin-top: -80px;
background: white;
height: 160px;
text-align: center;
}
.mask .mask-content .del-p {
color: #555;
height: 94px;
line-height: 94px;
font-size: 18px;
border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p {
height: 66px;
line-height: 66px;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}
.mask-content .check-p span {
width: 49%;
display: inline-block;
text-align: center;
color: #d4361d;
font-size: 18px;
}
.check-p .del-com {
border-right: 1px solid #D1D1D1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
border: 0;
background-color: rgba(0, 0, 0, 0.04);
}
.thumbnail {
margin-bottom: 0px;
border-radius: 3px;
}
.thumbnail:hover {
border: 1px solid rgba(0, 0, 0, 0.3)
}
.panel-heading {
border-color: transparent;
font-size: 18px;
font-weight: normal;
/*background: #fafbfc;
background: #f5f7fa;*/
background: transparent;
height: 50px;
line-height: 30px;
padding: 10px;
z-index: 1002;
}
.input-sm {
height: 36px;
font-size: inherit;
font-weight: normal;
}
.btn:hover {
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-sm {
height: 36px;
font-size: 14px;
line-height: 34px;
padding: 0 15px;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -2px;
}
.btn-xs {
width: 40px;
}
.btn-trans {
/*border:1px solid #e5e9ec;*/
background-color: #fff;
color: #666;
}
.btn-trans:hover {
border: 1px solid rgba(150, 160, 180, .2);
background-color: #fff;
color: #666;
}
/* 3D Hover */
.transition-3d-hover {
transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover,
.transition-3d-hover:focus {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.date-set,
.date-set:hover,
.date-set:active,
.date-set:visited,
.date-set:focus {
border: 1px solid transparent;
background-color: transparent;
color: transparent;
border-left: 0px
}
#tagslist .btn {
border-radius: 4px;
border: 0;
height: 28px;
line-height: 28px;
}
#tagslist .btn-danger,
#listtags .btn-danger,
#utagslist .btn-danger,
#listutags .btn-danger {
background: #41cac0;
color: #FFF;
border: 1px solid #41cac0;
}
#tagslist .btn-primary,
#listtags .btn-primary,
#utagslist .btn-primary,
#listutags .btn-primary {
background: #fff;
color: #888;
border: 0;
}
.lable {
font-weight: normal;
}
.form-control {
border: 0;
}
input,
textarea {
-webkit-appearance: none;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
width: 18px !important;
-webkit-appearance: checkbox !important;
position: relative !important;
margin: 0 10px 0 0 !important;
}
select.input-sm {
height: 36px;
line-height: 36px;
}
.nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.question-checkbox {
float: left;
margin-left: -18px !important;
}
.half-bottom {
margin-bottom: 10px !important;
}
.no-bottom {
margin-bottom: 0px !important;
}
/*select {
border: solid 1px #000;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background: url("../img/arrow.png") no-repeat scroll right center transparent!important;
padding-right: 14px;
}
select::-ms-expand { display: none; }*/
.hint {
font-size: 0.8rem;
color: #999;
}
.fade {
/*opacity: 0.5;*/
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-webkit-transition: all 0.05s ease;
-moz-transition: all 0.05s ease;
-o-transition: all 0.05s ease;
-ms-transition: all 0.05s ease;
transition: all 0.05s ease;
}
.fadein {
opacity: 1;
}
.table-hover>tbody>tr:hover {
background-color: rgb(245, 247, 250, .5);
}
.modal-open {
padding: 0px !important;
}
#sysnoticelist .alert-warning {
background-color: #e2404c;
color: white
}
.questionbox {
padding: 10px 15px;
background-color: white;
margin-bottom: 10px;
}
.questionbox img {
width: 50% !important;
}
.questionbox .form-control {
background-color: transparent;
}
input::placeholder {
color: #b6b6b6 !important;
font-size: 15px;
}
input::-webkit-input-placeholder {
color: #b6b6b6;
}
input::-moz-placeholder {
color: #b6b6b6;
}
/* firefox 19+ */
input::-ms-input-placeholder {
color: #b6b6b6;
}
/* ie */
input::-moz-placeholder {
color: #b6b6b6;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input#in {
position: fixed;
top: -10000px;
}
.table-advance {
background-color: #fff;
}
/*.form_datetime-component{
display: inherit;
}
.form_datetime-component .input-group-btn{
display: none;
}
.form_datetime-component .form-control{
display: inherit;
background-color: #fff;
width: 100%;
}*/
a input {
border: 0;
background-color: transparent !important;
cursor: pointer;
-webkit-appearance: listitem;
}
.input-group-btn .hidden-phone {
/*border: 2px solid white;
background-color: transparent;
height: 34px;
line-height: 24px;*/
}
.custom-select.bg-transparent {
border-color: transparent;
font-size: 1em;
}