/* config */


/* Variables.scss */


/* element */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* element.scss */

body {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    background: #f2f2f2;
    padding: 40px 0 22px;
}

p {
    line-height: 16px;
    margin-bottom: 10px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}


/* common */

.cm-not-in-page {
    left: -99999px;
    position: absolute;
    top: -99999px;
}

.cm-line-break {
    display: block;
}

.cm-bold {
    font-weight: 700;
}

.cm-regular {
    font-weight: 400;
}

.cm-light {
    font-weight: 300;
}

.main {
    transition: all .3s ease-in;
    overflow: hidden;
    position: relative;
}

.main.active {
    margin-left: 40px;
}

.cm-bg-img {
    padding: 0 16px 0 20px;
    background: url(../images/cd-bg.png) no-repeat right 3px transparent;
    position: relative;
    width: 75px;
}

.cm-bg-img .num {
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.demo-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.demo-nav .icon {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 50%;
}

.demo-nav .icon.icon-left-arrow {
    left: 0;
}

.demo-nav .icon.icon-right-arrow {
    right: 0;
}

.demo-nav.typ2 {
    width: auto;
}

.cm-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: none;
}

.cm-overlay.active {
    display: block;
}

.cm-scroll {
    overflow-y: auto;
}


/* base include */

.bs-header {
    background: linear-gradient(to right, #189d5b 0%, #184f1c 100%);
    height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.bs-header .nav-left {
    float: left;
}

.bs-header .nav-left .menu-btn {
    float: left;
    width: 47px;
    padding: 14px 12px;
    display: block;
}

.bs-header .nav-left .menu-btn .line {
    background: var(--color1);
    width: 22px;
    height: 1px;
    display: block;
    margin-bottom: 4px;
    transition: all .3s ease-in;
    border-radius: 1px;
}

.bs-header .nav-left .menu-btn .line:last-child {
    margin-bottom: 0px;
}

.bs-header .nav-left .menu-btn.active {
    padding: 17px 12px;
    background: #000;
}

.bs-header .nav-left .menu-btn.active .line {
    position: relative;
    transform: rotate(45deg);
    width: 24px;
    top: 3px;
}

.bs-header .nav-left .menu-btn.active .line:nth-child(2) {
    display: none;
}

.bs-header .nav-left .menu-btn.active .line:nth-child(3) {
    transform: rotate(-45deg);
    top: -3px;
}

.bs-header .nav-left .logo {
    width: 50px;
    float: left;
    padding: 9px 7px;
    background: var(--color1);
}

.bs-header .nav-left .logo img {
    width: 100%;
}

.bs-header .nav-left .list {
    float: left;
}

.bs-header .nav-left .list .item {
    position: relative;
    float: left;
}

.bs-header .nav-left .list .item .bs-icon-text {
    padding: 10px 20px 9px 18px;
    vertical-align: middle;
    display: block;
    color: var(--color1);
}

.bs-header .nav-left .list .item .bs-icon-text .icon {
    margin-right: 13px;
    line-height: 18px;
}

.bs-header .nav-left .list .item .bs-icon-text .text {
    text-transform: uppercase;
}

.bs-header .nav-left .list .item .bs-icon-text .text .icon {
    font-size: 10px;
    line-height: 12px;
    margin-right: 0;
    margin-left: 5px;
}

.bs-header .nav-left .list .item:hover,
.bs-header .nav-left .list .item.active {
    background: rgba(0, 0, 0, 0.23);
}

.bs-header .nav-right {
    float: right;
}

.bs-header .nav-right .list {
    float: left;
}

.bs-header .nav-right .list .item {
    position: relative;
    float: left;
}

.bs-header .nav-right .list .item:hover {
    background: rgba(0, 0, 0, 0.23);
}

.bs-header .nav-right .list .item:hover:after {
    content: none;
}

.bs-header .nav-right .list .item:hover:first-of-type:before {
    content: none;
}

.bs-header .nav-right .list .item.js-notification.active,
.bs-header .nav-right .list .item.js-action.active {
    background: rgba(0, 0, 0, 0.23);
}

.bs-header .nav-right .list .item.js-notification.active:after,
.bs-header .nav-right .list .item.js-action.active:after {
    content: none;
}

.bs-header .nav-right .list .item.js-notification.active:first-of-type:before,
.bs-header .nav-right .list .item.js-action.active:first-of-type:before {
    content: none;
}

.bs-header .nav-right .list .item .bs-icon-text {
    padding: 10px 17px 11px;
    vertical-align: middle;
    display: block;
    color: var(--color1);
}

.bs-header .nav-right .list .item .bs-icon-text .icon {
    line-height: 14px;
}

.bs-header .nav-right .list .item .notification-count {
    font-size: 10px;
    line-height: 17px;
    background: #ff0000;
    height: 16px;
    width: 23px;
    color: var(--color1);
    display: block;
    position: absolute;
    top: 11px;
    right: 2px;
    text-align: center;
    border-radius: 7px;
}

.bs-header .nav-right .mod-user-info {
    float: left;
    margin: 0 0px 0 12px;
}

.bs-header .nav-right .mod-user-info .user-picture {
    padding: 0px 10px;
    display: inline-block;
}

.bs-header .nav-right .mod-user-info .user-picture .picture-wrap {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.bs-header .nav-right .mod-user-info .user-picture .picture-wrap img {
    width: 100%;
}

.bs-header .nav-right .mod-user-info .brand-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 22px 10px 10px;
}

.bs-header .nav-right .mod-user-info .user-info {
    padding: 0px 10px;
    display: inline-block;
    text-align: right;
    color: var(--color1);
    vertical-align: middle;
}

.bs-header .nav-right .mod-user-info .user-info .username {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.bs-header .nav-right .mod-user-info .user-info .designation {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    font-weight: 400;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .bs-icon-text {
    color: #333333;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:first-child:before {
    content: none;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:last-child:after {
    content: none;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:after {
    height: 55px;
    background: #e0e0e0;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover {
    background: transparent;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover:after {
    content: "";
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover:last-child:after {
    content: none;
}

.bs-footer {
    background: var(--color1);
    text-align: center;
    padding: 5px 0;
    position: fixed;
    right: 0;
    left: 0;
    height: 20px;
    bottom: 0;
    font-size: 10px;
    line-height: 12px;
    color: #7c8a95;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bs-footer .footer-logo {
    color: #7c8a95;
    display: inline-block;
}

.bs-footer .footer-logo img {
    width: 18px;
    margin-right: 3px;
}

.bs-footer .footer-logo span {
    display: inline-block;
}

.bs-menu {
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -200px;
    background: #222222;
    transition: all .3s ease-in;
    width: 200px;
    z-index: 10;
}

.bs-menu .list .item {
    transition: all .3s ease-in;
    position: relative;
    height: 40px;
}

.bs-menu .list .item .bs-icon-text {
    position: relative;
    display: block;
    color: var(--color1);
}

.bs-menu .list .item .bs-icon-text .icon {
    width: 47px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    float: left;
    background: #222222;
    border-bottom: 1px solid #343434;
    position: relative;
    z-index: 2;
    height: 40px;
}

.bs-menu .list .item .bs-icon-text .icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    right: 0;
    top: 0;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
}

.bs-menu .list .item .bs-icon-text .text {
    background: #222222;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    transition: all .3s ease-in;
    padding: 13px 30px 12px 12px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    left: 0;
    height: 40px;
    border-bottom: 1px solid #343434;
}

.bs-menu .list .item.active:before,
.bs-menu .list .item:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    z-index: 3;
    background: #309462;
}

.bs-menu .list .item.active .icon,
.bs-menu .list .item:hover .icon {
    background: #343434;
}

.bs-menu .list .item.active .text,
.bs-menu .list .item:hover .text {
    font-weight: 700;
}

.bs-menu .list .item.item-highlight:hover:before {
    height: 25px;
}

.bs-menu .list .item.item-highlight:hover .submenu .item .text {
    font-weight: 300;
}

.bs-menu .list .item.item-highlight:hover .submenu .item:hover .text {
    font-weight: 700;
}

.bs-menu.active {
    left: 0;
}

.bs-menu.active.text-collapse {
    width: 47px;
}

.bs-menu.active.text-collapse .bs-icon-text .text {
    left: -108px;
}

.bs-menu.active.text-collapse .dynamic-menu .bs-menu-overview .bs-icon-text .text {
    left: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview {
    display: block;
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -220px;
    background: #222222;
    transition: all .3s ease-in;
    width: 240px;
    z-index: 11;
}

.bs-menu .dynamic-menu .bs-menu-overview.active {
    left: 0;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu {
    margin-top: 60px;
    position: relative;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 20px;
    text-align: center;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .menu-title .icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item {
    height: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text {
    margin: 15px 0px;
    padding: 0px 12px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .icon {
    width: 20px;
    margin-right: 10px;
    height: auto;
    z-index: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .icon:after {
    content: none;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px 15px;
    height: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .submenu {
    margin-left: 45px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .submenu .bs-icon-text .icon {
    margin-right: 0px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item:hover .text {
    background: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item:hover .icon {
    background: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link {
    padding: 10px 15px;
    position: absolute;
    top: 0px;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    width: 100%;
    color: var(--color1);
    transition: all .3s ease-in;
    left: 0;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .icon {
    width: 20px;
    height: auto;
    z-index: 0;
    font-size: 14px;
    line-height: 16px;
    margin-right: 0px;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .icon:after {
    content: none;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px;
    height: auto;
    font-size: 12px;
    line-height: 15px;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link:hover .text {
    font-weight: 700;
}

.bs-sec {
    padding: 15px 26px 30px;
    position: relative;
}

.bs-sec .sec-head {
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    padding: 0px 0 15px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.bs-sec .sec-head .sec-title {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    vertical-align: middle;
    color: #333333;
    margin-top: 5px;
}

.bs-sec .sec-head .sec-title .bs-icon-text {
    color: #333333;
    display: inline-block;
}

.bs-sec .sec-head .sec-title .bs-icon-text .icon {
    font-size: 25px;
    line-height: 21px;
    display: inline-block;
    margin-right: 10px;
}

.bs-sec .sec-head .sec-title .bs-icon-text .text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: "\4e";
    font-family: "catchmedia-new" !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 1px;
    left: 4px;
    color: #333333;
}

.bs-sec .sec-head .sec-title .title-link {
    color: #333333;
}

.bs-sec .sec-head .sec-option {
    display: inline-block;
    float: right;
}

.bs-sec .sec-head .sec-option .list .item {
    float: left;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text {
    padding: 0px 10px;
    text-align: center;
    display: block;
    margin: 0 10px;
    color: #333333;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text .text {
    display: block;
    text-transform: capitalize;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big {
    margin-top: 6px;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big .icon {
    display: inline-block;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big .text {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.bs-sec .sec-head .sec-option .list .item:last-child .bs-icon-text {
    padding-right: 0;
    margin-right: 0;
}

.bs-sec .sec-head .sec-option.typ-horizontal .list .item .bs-icon-text .icon {
    display: inline-block;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 0;
    line-height: 13px;
}

.bs-sec .sec-head .sec-option.typ-horizontal .list .item .text {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.bs-sec .sec-head .kip-wrap {
    width: 100%;
    display: inline-block;
}

.bs-sec .sec-head .kip-wrap .lyt-summary {
    width: 100%;
    background: transparent;
    padding: 14px 2px;
}

.bs-sec .sec-head .kip-wrap .btn-link {
    line-height: 18px;
    margin: 0;
}

.bs-sec .sec-head .kip-wrap .btn-link:hover,
.bs-sec .sec-head .kip-wrap .btn-link:focus {
    border-bottom: 1px solid transparent;
}

.bs-sec .sec-head .kip-wrap .btn-link .icon {
    font-size: 11px;
}

.bs-sec .sec-head .share-with {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 10px;
}

.bs-sec .sec-head .share-with .icon {
    font-size: 26px;
    line-height: 21px;
    display: inline-block;
    margin-right: 10px;
    color: #333333;
}

.bs-sec .sec-cont {
    position: relative;
    z-index: 1;
}

.bs-sec.theme-light {
    background: #fbfbfb;
}

.bs-sec .infographic {
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: 0;
}

.bs-sec .infographic.typ-cd {
    background: url(../../assets/images/cd.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 118px;
    display: block;
}

.bs-sec .infographic.typ-mic {
    background: url(../../assets/images/mic.png) no-repeat 0 0 transparent;
    width: 79px;
    height: 130px;
    display: block;
    left: auto;
    right: 0;
    bottom: 65px;
}

.bs-sec .infographic.typ-headphone {
    background: url(../../assets/images/headphones.png) no-repeat 0 0 transparent;
    width: 156px;
    height: 164px;
    display: block;
    left: -86px;
}

.bs-sec .infographic.typ-ipod {
    background: url(../../assets/images/ipod.png) no-repeat 0 0 transparent;
    width: 74px;
    height: 130px;
    display: block;
    left: auto;
    right: 0;
    bottom: 89px;
}

.bs-sec.typ-login .sec-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bs-sec.typ-login .sec-cont .bg-img-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    background: url(images/login-bg.jpg) no-repeat 0 0 transparent;
    background-size: cover!important;
}

 /* nilesh#120521 */
/* .bs-sec.typ-login .sec-cont .mod-login .img-wrap {
    text-align: center;
    margin: 0 auto 52px;
} */

.bs-sec.typ-top-trend {
    padding: 145px 0px 0px;
}

.bs-sec.typ-top-trend .sec-head {
    padding: 15px 0px;
    border-bottom: none;
    background-color: #309462;
    margin-bottom: 10px;
}

.bs-sec.typ-top-trend .sec-head .title {
    font-size: 20px;
    line-height: 22px;
    color: var(--color1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 25px;
}

.bs-sec.typ-top-trend .sec-cont {
    padding-top: 10px;
}

.bs-icon-text .icon {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.bs-icon-text .text {
    font-size: 11px;
    line-height: 13px;
}

.bs-icon-text.typ-link {
    display: block;
    color: #309462;
    margin-bottom: -15px;
    padding: 8px 0;
}

.bs-icon-text.typ-link .icon {
    margin-right: 4px;
    font-size: 17px;
}

.bs-icon-text.typ-link .text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.bs-radio {
    display: inline-block;
    margin: 0px 20px 0 0;
}

.bs-radio input[type=radio]:not(old) {
    width: 26px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
}

.bs-radio input[type=radio]:not(old):first-child {
    margin-left: 0;
}

.bs-radio input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    position: relative;
}

.bs-radio input[type=radio]:not(old)+label .radio-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: inline-block;
}

.bs-radio input[type=radio]:not(old):checked+label .radio-icon {
    width: 18px;
    height: 18px;
    border: 1px solid #309462;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.bs-radio input[type=radio]:not(old):checked+label .radio-icon:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #309462;
    border-radius: 50%;
}

.bs-radio .input-label {
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    cursor: pointer;
}

.bs-radio .input-label .icon {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.bs-radio input[type=radio]:not(old):disabled+label {
    opacity: 0.5;
}

.bs-radio.typ-radio-btn {
    background: transparent;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 25px;
    margin-right: 5px;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    border: 1px solid #999999;
    border-radius: 25px;
    padding: 4px 26px;
    color: #333333;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old)+label .radio-icon {
    display: none;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    background: #309462;
    border: 1px solid #309462;
    color: var(--color1);
}

.bs-checkbox {
    display: inline-block;
    margin: 0px 20px 0 0;
}

.bs-checkbox input[type=checkbox]:not(old) {
    width: 26px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
}

.bs-checkbox input[type=checkbox]:not(old):first-child {
    margin-left: 0;
}

.bs-checkbox input[type=checkbox]:not(old)+label {
    display: inline-block;
    padding-left: 22px;
    line-height: 19px;
    position: relative;
}

.bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #d1d1d1;
    display: inline-block;
}

.bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon .icon {
    display: none;
}

.bs-checkbox input[type=checkbox]:not(old):checked+label .checkbox-icon {
    width: 13px;
    height: 13px;
    border: 1px solid #309462;
    display: inline-block;
    position: absolute;
}

.bs-checkbox input[type=checkbox]:not(old):checked+label .checkbox-icon .icon {
    display: block;
    font-size: 9px;
    line-height: 12px;
    position: relative;
    text-align: center;
    top: 1px;
    color: #309462;
}

.bs-checkbox .input-label {
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}

.bs-checkbox input[type=checkbox]:not(old):disabled+label {
    opacity: 0.5;
}

.bs-notification button {
    padding-left: 0px;
    padding-right: 0px;
}

.bs-notification button.bs-icon-text {
    border: none;
    background: transparent;
}

.bs-notification button:focus {
    outline: none;
}

.bs-notification .notification-head .filter-option {
    overflow: hidden;
    padding: 0px 25px;
    background-color: #f2f2f2;
}

.bs-notification .notification-head .filter-option .list .item {
    float: left;
}

.bs-notification .notification-head .filter-option .list .item .bs-search {
    width: 260px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap {
    margin: 4px 0px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap .form-group {
    padding-right: 25px;
    border-right: 1px solid #ccc;
    min-height: auto;
    margin-bottom: 5px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap .form-group .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: transparent;
    font-size: 12px;
    height: auto;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap {
    float: left;
    margin: 4px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text {
    padding: 5px 5px 5px 40px;
    color: #333333;
    position: relative;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text:first-of-type {
    margin-right: 10px;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon {
    font-size: 12px;
    line-height: 30px;
    position: absolute;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down {
    left: 0;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down.active {
    color: #49a24d;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down.disabled {
    color: #afafaf;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up {
    left: 10px;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up.active {
    color: #49a24d;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up.disabled {
    color: #afafaf;
}

.bs-notification .notification-cont {
    background: var(--color1);
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
    bottom: 20px;
}

.bs-notification .notification-cont .list .item {
    padding: 15px 25px 10px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.6s;
}

.bs-notification .notification-cont .list .item.typ-alert .notify-box .head .title a {
    color: #f45151;
}

.bs-notification .notification-cont .list .item .bs-icon-text .icon {
    color: #333333;
}

.bs-notification .notification-cont .list .item .notify-box {
    padding-left: 30px;
    padding-right: 25px;
    position: relative;
}

.bs-notification .notification-cont .list .item .notify-box .head {
    overflow: hidden;
}

.bs-notification .notification-cont .list .item .notify-box .head .title {
    float: left;
}

.bs-notification .notification-cont .list .item .notify-box .head .title a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #666666;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp {
    float: right;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp span {
    margin-right: 5px;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp span:nth-of-type(2) {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.bs-notification .notification-cont .list .item .notify-box .body .desc {
    margin: 10px 0px;
}

.bs-notification .notification-cont .list .item .notify-box .body .desc p {
    color: #999999;
    line-height: 17px;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text {
    margin-right: 18px;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text.notify-func {
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
    padding-bottom: 0;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text.notify-func .icon {
    margin-right: 5px;
    font-size: 18px;
    line-height: 11px;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-del-btn {
    position: absolute;
    top: 0;
    right: 0px;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-del-btn .icon {
    font-size: 14px;
    position: relative;
    top: -5px;
    color: #333333;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.bs-notification .notification-cont .list .item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.bs-tag {
    padding: 5px 27px 7px 12px;
    border: 1px solid #cccccc;
    margin: 0px 10px 0 0px;
    border-radius: 21px;
    position: relative;
    background: var(--color1);
}

.bs-tag .text {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #666666;
}

.bs-tag .num {
    background: #ff9933;
    color: var(--color1);
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.bs-tag .icon {
    background: transparent;
    border: none;
    padding: 4px 8px;
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 9px;
    line-height: 19px;
}

.bs-tag .icon:focus {
    outline: none;
}

.bs-tag.typ-num {
    padding: 7px 28px 8px 30px;
}

.bs-tag.typ-selected {
    padding: 7px 8px 8px 28px;
}

.bs-tag.typ-selected .icon-cancel {
    display: none;
}

.bs-dropdown {
    background: var(--color1);
    position: absolute;
    border-radius: 2px;
}

.bs-repeat .time-frame {
    margin-bottom: 40px;
}

.bs-repeat .time-frame .st-date {
    margin-right: 35px;
    display: inline-block;
    width: 200px;
    position: relative;
}

.bs-repeat .time-frame .st-date .form-wrap.typ-drpdwn {
    margin-top: 0px;
}

.bs-repeat .time-frame .st-date .form-wrap.typ-drpdwn .form-group .form-control {
    margin-top: 0px;
}

.bs-repeat .time-frame .st-date .form-control {
    width: 60%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: none;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px 6px 0;
}

.bs-repeat .time-frame .st-date .form-control:focus {
    outline: none;
}

.bs-repeat .time-frame .st-date .timeframe-tag {
    position: absolute;
    left: 36px;
    margin-top: 5px;
}

.bs-repeat .time-frame .st-date .btn-cal {
    font-size: 17px;
    line-height: 16px;
    position: absolute;
    top: 34px;
}

.bs-menu-overview {
    display: none;
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -220px;
    background: #222222;
    transition: all .3s ease-in;
    width: 220px;
    z-index: 11;
}

.bs-menu-overview.active {
    left: 0;
}

.bs-menu-overview .detail-menu {
    margin-top: 60px;
}

.bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 20px;
    text-align: center;
}

.bs-menu-overview .detail-menu .menu-title .icon {
    width: 20px;
}

.bs-menu-overview .detail-menu .list .item {
    height: auto;
}

.bs-menu-overview .detail-menu .list .item .submenu {
    margin-left: 45px;
}

.bs-menu-overview .detail-menu .list .item .submenu .bs-icon-text {
    font-size: 11px;
    line-height: 13px;
}

.bs-menu-overview .back-link {
    padding: 10px 25px;
}

.bs-menu-overview .back-link .icon {
    width: auto;
    margin-right: 10px;
}


/*bootstrap extended*/

.form-wrap {
    display: block;
    box-shadow: none;
    overflow: hidden;
    margin: 20px 0px;
}

.form-wrap .form-group {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.form-wrap .form-group .form-label {
    font-size: 20px;
    color: #333333;
    font-weight: 100;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 11px;
    transition: 0.2s ease all;
}

.form-wrap .form-group .form-control {
    border: none;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
    height: 44px;
    font-size: 20px;
    color: #333333;
    font-weight: 100;
    padding: 6px 0px;
    border-radius: 0;
    position: relative;
    margin-top: 10px;
}

.form-wrap .form-group .form-control:-webkit-autofill + .form-label {
    top: -11px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #adadad;
    font-weight: 700;
}

.form-wrap .form-group .form-control:focus + .form-label,
.form-wrap .form-group .form-control:valid + .form-label {
    top: -11px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #adadad;
    font-weight: 700;
}

.form-wrap .form-group .input-group .form-control {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 500;
}

.form-wrap .form-group .input-group .form-control::-webkit-input-placeholder {
    font-weight: 300;
}

.form-wrap .form-group .input-group .input-group-btn .btn {
    border-radius: 0;
    background-color: transparent;
    color: #9b9b9b;
    margin-right: 0px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 4;
    position: relative;
    top: -3px;
}

.form-wrap .form-group .input-group .input-group-btn .btn .icon {
    font-size: 16px;
    position: relative;
    top: 5px;
}

.form-wrap.typ2 .form-group {
    min-height: 50px;
}

.form-wrap.typ2 .form-group .form-label {
    font-size: 15px;
    top: 12px;
}

.form-wrap.typ2 .form-group .form-control {
    font-size: 15px;
    padding: 5px 0px;
    height: 38px;
}

.form-wrap.typ2 .form-group .form-control:focus + .form-label,
.form-wrap.typ2 .form-group .form-control:valid + .form-label {
    font-size: 12px;
}

.form-wrap.typ2 .form-group textarea.form-control {
    height: 60px;
    resize: none;
}

.btn {
    display: inline-block;
    padding: 5px 20px;
    color: var(--color1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    border: none;
    margin: 0 20px;
    border: 1px solid transparent;
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

.btn.btn-default {
    background: #309462;
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background: #333333;
    outline: none;
    color: var(--color1);
}

.btn.btn-default.active {
    background: #333333;
    outline: none;
    color: var(--color1);
    box-shadow: none;
}

.btn.btn-default.active:active,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover {
    background: #333333;
    outline: none;
    color: var(--color1);
    box-shadow: none;
}

.btn.btn-secondary {
    background: var(--color1);
    border: 1px solid #309462;
    color: #309462;
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    background: var(--color1);
    outline: none;
    border: 1px solid #333333;
    color: #333333;
    box-shadow: none;
}

.btn.btn-secondary.active {
    background: var(--color1);
    outline: none;
    color: #333333;
    border: 1px solid #333333;
    box-shadow: none;
}

.btn.btn-secondary.active:active,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover {
    background: var(--color1);
    outline: none;
    color: #333333;
    border: 1px solid #333333;
    box-shadow: none;
}

.btn.btn-link {
    color: #309462;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.btn.btn-link.btn-lg {
    font-size: 16px;
    font-weight: 700;
}

.btn.btn-link.btn-md {
    font-size: 14px;
}

.btn.btn-link.btn-sm {
    font-size: 12px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
    border-bottom: 1px solid #309462;
    outline: none;
}

.btn.disabled {
    background: #cccccc;
    outline: none;
    color: var(--color1);
    border: none;
    opacity: 1;
}

.btn.disabled:hover {
    background: #cccccc;
    outline: none;
    border: none;
    color: var(--color1);
}

.btn.btn-edit-mode {
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #309462;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
}

.btn.btn-edit-mode .icon {
    color: var(--color1);
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    position: relative;
    top: -4px;
}

.btn.btn-edit-mode .icon.icon-plus {
    top: -4px;
    font-size: 9px;
    left: 0px;
}

.btn.btn-edit-mode .icon.icon-cancel {
    font-size: 8px;
}

.btn.btn-edit-mode.drag {
    right: 18px;
}

.btn.btn-edit-mode.edit {
    right: 44px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal button {
    background-color: transparent;
    border: none;
}

.modal button:focus {
    outline: none;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal .modal-dialog {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal .modal-dialog .bs-icon-text {
    border: none;
    background-color: transparent;
}

.modal .modal-dialog .bs-icon-text:focus {
    outline: none;
}

.modal .modal-dialog .bs-icon-text.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.modal .modal-dialog .bs-icon-text.btn-close .icon {
    font-size: 14px;
}

.modal .modal-dialog .bs-icon-text .icon {
    line-height: 22px;
}

.modal .modal-dialog.modal-xl {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}

.modal .modal-dialog.modal-xl .modal-content {
    background: transparent;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title {
    color: var(--color1);
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title .bs-icon-text {
    color: var(--color1);
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: none;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .btn-close {
    top: 9px;
    right: 0;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .btn-close .icon {
    color: var(--color1);
    font-size: 20px;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-tag {
    padding-left: 0;
    margin-bottom: 30px;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-graph.typ-inner {
    padding: 0;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-graph.typ-inner .list .item {
    margin-bottom: 30px;
}

.modal .modal-dialog.modal-xl .bs-icon-text .icon {
    font-size: 30px;
    line-height: 30px;
}

.modal .modal-dialog.modal-xl .bs-icon-text .text {
    font-size: 30px;
    line-height: 32px;
    font-weight: 100;
}

.modal .modal-content .modal-header {
    position: relative;
    padding: 20px 20px 12px;
}

.modal .modal-content .modal-header .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
}

.modal .modal-content .modal-header .subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.modal .modal-content .modal-header.addon-icon .title {
    padding-left: 37px;
}

.modal .modal-content .modal-header.addon-icon .title:before {
    content: "\2a";
    font-family: "catchmedia-new" !important;
    position: absolute;
    left: 0;
}

.modal .modal-content .modal-header.addon-icon.typ-warning .title:before {
    color: #ff0f0f;
    font-size: 30px;
}

.modal .modal-content .modal-header .icon {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 25px;
    color: #ff0f0f;
}

.modal .modal-content .modal-header .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 36px;
    color: #333333;
    font-weight: 300;
    opacity: 1;
}

.modal .modal-content .modal-body {
    padding: 30px 18px;
    overflow: hidden;
}

.modal .modal-content .modal-body .title {
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}

.modal .modal-content .modal-body .content-wrap {
    margin-top: 20px;
}

.modal .modal-content .modal-body .content-wrap.remove-space {
    margin-top: 0;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap {
    width: 100%;
    margin: 0;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap .bs-radio .input-label {
    color: #999999;
    text-transform: capitalize;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap.typ-bot-space {
    margin-bottom: 20px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list {
    height: 132px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item {
    padding: 7px 20px 7px 0;
    transition: hover 0.6s;
    position: relative;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item:hover {
    background-color: #fafafa;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .bs-checkbox .input-label {
    font-weight: 400;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .noresult {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .designation {
    text-transform: capitalize;
    font-weight: 700;
    right: 20px;
    position: absolute;
    top: 8px;
    font-size: 12px;
    line-height: 19px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown {
    background-color: #309462;
    right: 20px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.icon {
    font-size: 8px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color1);
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.active.icon:before {
    content: ']';
    font-family: "catchmedia-new" !important;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list {
    height: 0;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap {
    height: 0;
    visibility: hidden;
    margin: 0px 40px 0px 26px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap .item {
    display: none;
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap.active {
    height: auto;
    visibility: visible;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap.active .item {
    display: block;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list.typ-accor .item .designation {
    padding-right: 24px;
}

.modal .modal-content .modal-body .content-wrap .bs-repeat .title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.modal .modal-content .modal-body .content-wrap .bs-repeat .label-title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.modal .modal-content .modal-body .grey-band {
    background-color: #f2f2f2;
    margin: 0px 0px -15px;
    padding: 12px 18px;
    overflow: hidden;
}

.modal .modal-content .modal-body .grey-band label {
    font-size: 12px;
}

.modal .modal-content .modal-body .form-wrap {
    margin: 15px 0px 20px;
}

.modal .modal-content .modal-body .form-wrap.typ2 {
    margin: 5px 0px 20px;
    padding: 0px 18px;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: 300;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control:focus + .form-label,
.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control:valid + .form-label {
    font-size: 12px;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-label {
    font-size: 16px;
}

.modal .modal-content .modal-body .form-wrap .form-group {
    margin-bottom: 0px;
    min-height: auto;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    padding: 10px 0px;
    margin-top: 0;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn {
    border-bottom: 1px solid #e7e7e7;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn .btn {
    top: -3px;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn .btn .icon {
    font-size: 15px;
    right: 5px;
}

.modal .modal-content .modal-body .tabs {
    padding: 0px 18px;
}

.modal .modal-content .modal-body .tabs .nav.list {
    margin: 0 -20px;
}

.modal .modal-content .modal-body .tabs .nav.list .item {
    padding-left: 0px;
    padding-right: 5px;
}

.modal .modal-content .modal-body .tabs .nav.list .item:last-of-type {
    padding-right: 0px;
}

.modal .modal-content .modal-body .tabs .nav li a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    margin-bottom: 8px;
}

.modal .modal-content .modal-body .tabs .lyt-tag {
    padding: 0px;
    margin-bottom: 10px;
}

.modal .modal-content .modal-body .tabs .lyt-tag .list .item {
    margin-bottom: 4px;
}

.modal .modal-content .modal-body .tabs .tab-content {
    padding: 0;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap {
    padding: 0px;
    margin-bottom: 15px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small {
    margin-bottom: 30px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .form-group .form-label {
    font-size: 12px;
    color: #adadad;
    font-weight: 700;
    position: static;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .form-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    height: 25px;
    font-size: 16px;
    font-weight: 100;
    width: 75px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .radio-wrap {
    padding: 20px 0 0;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.search-bar {
    margin-top: 2px;
}

.modal .modal-content .modal-body .tabs .tab-content .lyt-checkbox-list .list .item {
    padding: 7px 0px;
}

.modal .modal-content .modal-body .tabs .main-title {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

.modal .modal-content .modal-body .lyt-radio-list {
    padding: 0 18px;
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}

.modal .modal-content .modal-body .lyt-radio-list .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 100;
}

.modal .modal-content .modal-body .lyt-radio-list .radio-wrap .bs-radio {
    display: block;
    text-align: left;
    margin: 0px -21px;
    padding: 6px 20px;
}

.modal .modal-content .modal-body .lyt-radio-list .radio-wrap .bs-radio:hover {
    background: #f2f2f2;
}

.modal .modal-content .modal-body-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 18px;
}

.modal .modal-content .img-wrap {
    width: 164px;
    height: 307px;
    margin: 10px auto 0;
}

.modal .modal-content .img-wrap img {
    width: 100%;
    height: 100%;
}

.modal .modal-content .desc {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}

.modal .modal-content .form-group label {
    font-size: 11px;
    color: #333333;
    opacity: 0.4;
    font-weight: 700;
}

.modal .modal-content .form-group .form-control {
    border: none;
    border-bottom: 1px solid #333333;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    padding: 6px 0px;
}

.modal .modal-content .form-group .form-control::placeholder {
    color: #333333;
}

.modal .modal-content .form-group .form-control:focus,
.modal .modal-content .form-group .form-control:active {
    outline: none;
}

.modal .modal-content .form-group .form-text {
    font-size: 11px;
    color: #333333;
    opacity: 0.4;
    font-weight: 700;
    font-style: italic;
}

.modal .modal-footer {
    text-align: center;
    padding: 15px;
}

.modal.typ-big .modal-content {
    height: 511px;
    overflow: hidden;
    border: none;
}

.modal.typ-big .modal-content .modal-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: var(--color1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal.typ-big .modal-content .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0px;
    margin-top: 78px;
    height: 370px;
    padding-bottom: 0px;
    margin-bottom: 66px;
}

.modal.typ-big .modal-content .modal-body .title {
    color: #333333;
}

.modal.typ-big .modal-content .modal-body .tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.modal.typ-big .modal-content .modal-body .grey-band {
    margin-bottom: 0px;
}

.modal.typ-big .modal-content .modal-body .content-wrap .radio-wrap {
    padding-bottom: 20px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 {
    margin-bottom: 30px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 .form-group {
    min-height: 50px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 .form-group .form-control {
    margin-top: 30px;
    text-transform: capitalize;
}

.modal.typ-big .modal-content .modal-body.active .tabs {
    display: block;
}

.modal.typ-big .modal-content .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-sm {
    width: 400px;
}

.modal-lg .modal-content .modal-header .title {
    padding-left: 15px;
}

.modal-lg .modal-content .modal-body {
    padding: 30px 20px;
}

.modal-lg .modal-content .modal-body input[type=number] {
    padding: 6px 20px 6px 0px;
    background: url("../images/icon2.png") no-repeat right top 10px;
    color: #ff0f0f;
}

.modal-lg .modal-content .modal-body input[type=number]::placeholder {
    color: #ff0f0f;
}

.modal-lg .modal-content .modal-body .desc {
    margin: 25px 0 0;
}

.modal-md .modal-content .modal-header .title {
    background: none;
}

.modal-md .modal-content .modal-body {
    padding: 15px;
}

.modal-md .modal-content .modal-body input[type=number] {
    padding: 6px 20px 6px 0px;
    background: url("../images/icon2.png") no-repeat right top 10px;
    color: #ff0f0f;
}

.modal-md .modal-content .modal-body input[type=number]::placeholder {
    color: #ff0f0f;
}

.modal-md .modal-content .modal-body .desc {
    margin: 25px 0 0;
}

.tabs .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.tabs .nav.list {
    border: none;
    counter-reset: custom;
}

.tabs .nav.list .item {
    text-transform: capitalize;
    text-align: center;
    padding: 0px 5px;
}

.tabs .nav.list .item a {
    color: #595959;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    border-color: transparent;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0px;
    font-weight: 300;
}

.tabs .nav.list .item a:after {
    position: absolute;
    content: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.tabs .nav.list .item a:before {
    position: absolute;
    content: none;
    height: 5px;
    bottom: 0;
    width: 100%;
    background-color: #309462;
    left: 50%;
    transform: translateX(-50%);
}

.tabs .nav.list .item a:hover,
.tabs .nav.list .item a:focus {
    font-weight: 700;
    border-bottom: none;
    color: #309462;
    background-color: transparent;
}

.tabs .nav.list .item a:hover:after,
.tabs .nav.list .item a:focus:after {
    content: "";
}

.tabs .nav.list .item a:hover:before,
.tabs .nav.list .item a:focus:before {
    content: "";
}

.tabs .nav.list .item.active a {
    font-weight: 700;
    border-bottom: none;
    color: #309462;
}

.tabs .nav.list .item.active a:after {
    content: "";
}

.tabs .nav.list .item.active a:before {
    content: "";
}

.tabs .tab-content {
    padding: 20px 0px;
}

.tabs.typ-1 .nav.list .item {
    text-align: left;
    padding: 0;
}

.tabs.typ-1 .nav.list .item.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #595959;
    font-weight: 300;
}

.tabs.typ-1 .nav.list .item a .title {
    margin-left: 8px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}

.tabs.typ-1 .nav.list .item a .title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #303030;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs.typ-1 .nav.list .item a:hover:after,
.tabs.typ-1 .nav.list .item a:focus:after {
    content: none;
}

.tabs.typ-1 .nav.list .item a:hover .title,
.tabs.typ-1 .nav.list .item a:focus .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item a:hover .title:before,
.tabs.typ-1 .nav.list .item a:focus .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 .nav.list .item.active a:after {
    content: none;
}

.tabs.typ-1 .nav.list .item.active a .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item.active a .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 .nav.list .item.active.counter:after {
    color: #309462;
}

.tabs.typ-1 .nav.list .item.completed a {
    color: #303030;
}

.tabs.typ-1 .nav.list .item.completed a:before {
    content: "";
    background-color: #303030;
}

.tabs.typ-1 .nav.list .item.completed a .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item.completed a:hover .title:before,
.tabs.typ-1 .nav.list .item.completed a:focus .title:before {
    border-left-color: #303030;
}

.tabs.typ-1 .nav.list .item.completed:hover.counter:after,
.tabs.typ-1 .nav.list .item.completed:focus.counter:after {
    color: #303030;
}

.tabs.typ-1 .nav.list .item.completed:hover a .title,
.tabs.typ-1 .nav.list .item.completed:focus a .title {
    color: #303030;
}

.tabs.typ-1 .nav.list .item:hover.counter:after,
.tabs.typ-1 .nav.list .item:focus.counter:after {
    color: #309462;
}

.tabs.typ-2 .nav.list {
    width: 800px;
    background-color: #07200f;
}

.tabs.typ-2 .nav.list .item {
    position: relative;
    border-left: 1px solid #6a746d;
    padding: 0;
}

.tabs.typ-2 .nav.list .item a {
    font-weight: 300;
    color: #7c817d;
    text-align: left;
    border-bottom: none;
    margin: 0px;
    padding: 10px 20px;
}

.tabs.typ-2 .nav.list .item a .title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.tabs.typ-2 .nav.list .item a .sub-title {
    display: block;
    padding-left: 40px;
    font-size: 12px;
    color: #b9bbb9;
}

.tabs.typ-2 .nav.list .item a:before {
    background-color: #f0bc08;
}

.tabs.typ-2 .nav.list .item a:after {
    border-top-color: #f0bc08;
}

.tabs.typ-2 .nav.list .item a:hover,
.tabs.typ-2 .nav.list .item a:focus {
    font-weight: 300;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item a:hover .sub-title,
.tabs.typ-2 .nav.list .item a:focus .sub-title {
    color: #979b98;
}

.tabs.typ-2 .nav.list .item.active a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.active a .sub-title {
    color: #cccccc;
}

.tabs.typ-2 .nav.list .item.active.counter:after {
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #309462;
    position: absolute;
    content: none;
    top: 7px;
    right: 7px;
}

.tabs.typ-2 .nav.list .item.completed.counter:after {
    color: #cccccc;
}

.tabs.typ-2 .nav.list .item.completed a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.completed a .sub-title {
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.completed a:after,
.tabs.typ-2 .nav.list .item.completed a:before {
    content: none;
}

.tabs.typ-2 .nav.list .item.completed:before {
    content: "\27";
    font-family: "catchmedia-new" !important;
    font-size: 8px;
    line-height: 16px;
    color: #222222;
}

.tabs.typ-2 .nav.list .item.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 36px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #828682;
    font-weight: 100;
}

.tabs.typ-2 .nav.list .item:hover.counter:after,
.tabs.typ-2 .nav.list .item:focus.counter:after {
    color: var(--color1);
}

.tabs.typ-3 .title {
    margin-bottom: 0px;
}

.tabs.typ-3 .nav.list .item {
    padding: 0px;
    background: #dfdfdf;
    transition: all 0.5s ease;
}

.tabs.typ-3 .nav.list .item a {
    color: #666666;
    font-weight: 700;
    border: none;
}

.tabs.typ-3 .nav.list .item a.bs-icon-text .icon {
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
}

.tabs.typ-3 .nav.list .item a.bs-icon-text .text {
    font-size: 12px;
    line-height: 14px;
}

.tabs.typ-3 .nav.list .item.active {
    background: var(--color1);
}

.tabs.typ-3 .nav.list .item.active a {
    color: #333333;
    font-weight: 700;
}

.tabs.typ-3 .nav.list .item.active a:before {
    content: none;
}

.tabs.typ-3 .nav.list .item.active a:after {
    content: none;
}

.tabs.typ-3 .nav.list .item:hover {
    background: var(--color1);
}

.tabs.typ-3 .nav.list .item:hover a:before {
    content: none;
}

.tabs.typ-3 .nav.list .item:hover a:after {
    content: none;
}

.dropdown .dropdown-menu {
    border: 1px solid #eeeeee;
    background: var(--color1);
    padding: 0;
    margin: 0;
    min-width: auto;
}

.dropdown .dropdown-menu.sm {
    width: 90px;
    text-align: center;
}

.dropdown .dropdown-menu.md {
    width: 178px;
}

.dropdown .dropdown-menu.lg {
    width: 560px;
}

.dropdown .dropdown-menu .link {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 13px 14px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 300;
}

.dropdown .dropdown-menu .link:hover {
    background: #f5f5f5;
}

.dropdown .dropdown-menu .link.last {
    border-bottom: none;
}

.dropdown .dropdown-menu .link .icon {
    font-size: 20px;
    line-height: 16px;
}

.dropdown .dropdown-menu .link .text {
    vertical-align: middle;
    display: inline;
    text-transform: capitalize;
}

.dropdown .dropdown-menu .divider {
    margin: 0;
    background-color: #c4c4c4;
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 14px 0;
    font-weight: 700;
    color: #999999;
}

.dropdown .dropdown-menu .form-wrap {
    margin: 0;
}

.dropdown .dropdown-menu .form-wrap .form-group {
    margin: 0;
    min-height: auto;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group {
    margin-top: 7px;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group .form-control {
    padding-right: 36px;
    padding-left: 14px;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group .input-group-btn .btn .icon {
    right: 14px;
    top: 0px;
}

.dropdown .dropdown-menu .table {
    margin-bottom: 0px;
}

.dropdown .dropdown-menu .table tr td {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

.dropdown .dropdown-menu .table tr td .link {
    border-bottom: none;
}

.dropdown .dropdown-menu .table tr td .bs-radio,
.dropdown .dropdown-menu .table tr td .bs-checkbox {
    padding: 10px 14px;
    margin: 0;
}

.dropdown .dropdown-menu .table tr td .bs-radio .input-label,
.dropdown .dropdown-menu .table tr td .bs-checkbox .input-label {
    text-transform: capitalize;
}

.dropdown .dropdown-menu .act-btn {
    text-align: center;
    padding: 15px 0;
}

.dropdown .dropdown-menu .act-btn .btn {
    padding: 6px 20px;
}

.dropdown .dropdown-menu.typ-icon .link {
    position: relative;
    padding: 16px 14px 16px 40px;
}

.dropdown .dropdown-menu.typ-icon .link .icon {
    left: 12px;
    top: 16px;
    position: absolute;
}

.dropdown .dropdown-menu.typ-icon .link.active {
    color: #309462;
}

.dropdown .dropdown-menu.up-arrow {
    left: auto;
    right: 0;
}

.dropdown .dropdown-menu.up-arrow:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--color1);
    border-width: 6px;
    margin-left: -6px;
}

.dropdown .dropdown-menu .head {
    padding: 16px 14px;
    border-bottom: 1px solid #cccccc;
}

.dropdown .dropdown-menu .head .title {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.dropdown .dropdown-menu .dropdown-header {
    font-size: 11px;
    line-height: 12px;
    padding-top: 14px;
}

.dropdown .dropdown-menu .btn {
    margin: 0 12px;
}

.dropdown .dropdown-menu.lyt-quick-menu {
    width: 431px;
    margin-left: -195px;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text {
    color: #333333;
    text-align: center;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 5px;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text .text {
    display: block;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item:hover {
    background: transparent;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group {
    margin-top: 0;
    position: relative;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .form-control {
    margin-top: 0;
    height: auto;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn {
    position: absolute;
    right: 22px;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn .btn {
    padding: 0;
    top: 5px;
    right: -6px;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn .btn .icon {
    font-size: 13px;
    line-height: 18px;
}

.dropdown .dropdown-menu .bs-checkbox {
    display: block;
    margin-right: 0;
    padding: 10px;
}

.dropdown .dropdown-menu .bs-checkbox .input-label {
    font-size: 14px;
}

.dropdown.typ-main .dropdown-menu {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown.typ-main .dropdown-menu .dropdown-header {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 18px 14px;
    display: block;
    font-weight: 300;
}

.dropdown.typ-main .dropdown-menu .act-btn {
    text-align: left;
    padding: 0;
    background: #f5f5f5;
    text-transform: uppercase;
}

.dropdown.typ-main .dropdown-menu .act-btn .link {
    padding: 15px 14px 15px 15px;
    line-height: 10px;
}

.dropdown.typ-main .dropdown-menu .act-btn .link .icon {
    font-size: 18px;
    top: 0;
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin-right: 5px;
}

.dropdown.typ-main .dropdown-menu .act-btn .link .text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown.typ-campaign .dropdown-menu {
    width: 350px;
    left: auto;
    top: 46px;
    right: 0;
}

.dropdown.typ-campaign .dropdown-menu.up-arrow:after {
    left: 89%;
}

.dropdown.typ-campaign .dropdown-menu .list {
    height: 248px;
}

.dropdown.more-opt-wrap .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.typ-more .dropdown-menu {
    top: 48px;
    right: -20px;
}

.dropdown.typ-more .dropdown-menu:after {
    left: 83%;
}

.bs-breadcrumb {
    padding: 8px 50px;
    width: 100%;
    background: linear-gradient(to right, #0d5632 0%, #0d2b10 100%);
}

.bs-breadcrumb .list .item {
    display: inline-block;
    position: relative;
}

.bs-breadcrumb .list .item a {
    font-size: 11px;
    line-height: 13px;
    padding-left: 15px;
    margin-right: 5px;
    color: var(--color1);
    font-weight: 300;
    text-transform: capitalize;
}

.bs-breadcrumb .list .item a:before {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
}

.bs-breadcrumb .list .item a.active {
    font-weight: 700;
}

.bs-breadcrumb .list .item .home-link:before {
    content: "m";
    font-family: "catchmedia-new" !important;
    text-transform: none !important;
}

.bs-breadcrumb .list .item .breadcrumb-nav-link:before {
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--color1);
    top: 2px;
    left: 2px;
}

.bs-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.bs-pagination .pagination {
    margin: 0px;
}

.bs-pagination .pagination .page-item .page-link {
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    position: relative;
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link span {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:focus {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:after {
    height: 2px;
    background-color: #309462;
    content: none;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bs-pagination .pagination .page-item .page-link.active {
    color: #309462;
}

.bs-pagination .pagination .page-item .page-link.active:after {
    content: " ";
}

.bs-pagination .pagination .page-item .page-link:hover {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:hover:after {
    content: " ";
}

.bs-pagination .pagination .page-item .page-link .icon {
    font-size: 12px;
    line-height: 14px;
}

.bs-pagination .pagination .page-item .page-link.more {
    letter-spacing: 1px;
}

.bs-pagination .pagination .page-item .page-link.more:hover:after {
    content: none;
}

.bs-pagination .pagination .page-item .page-link.more.active:after {
    content: none;
}

.bs-pagination .pagination .page-item:first-of-type .page-link:after,
.bs-pagination .pagination .page-item:last-of-type .page-link:after {
    content: none;
}


/*plugin extended*/


/* layout */

.lyt-graph {
    position: relative;
    display: inline-block;
    width: 100%;
}

.lyt-graph .list .item {
    transform: scale(1);
    position: relative;
}

.lyt-graph .list .item.small {
    transform: scale(1.3);
    position: relative;
    z-index: -1;
    opacity: 0.9;
}

.lyt-graph .list .item.small.small-left {
    left: 74px;
    top: 119px;
}

.lyt-graph .list .item.small.small-right {
    right: 74px;
    top: 119px;
}

.lyt-graph .list .item.small .graph-head {
    display: none;
}

.lyt-graph.typ-inner {
    padding: 0px 15px;
}

.lyt-graph.typ-inner .demo-nav .icon-left-arrow {
    left: -100px;
}

.lyt-graph.typ-inner .demo-nav .icon-right-arrow {
    right: -100px;
}

.lyt-graph.typ-big {
    padding: 85px 15px 30px;
}

.lyt-graph.typ-big .mod-graph {
    background-color: var(--color1);
    padding: 25px 40px;
}

.lyt-graph.typ-big .mod-graph .img-wrap {
    border-bottom: 1px solid #edeced;
    margin-bottom: 45px;
}

.lyt-graph.typ-big .mod-graph .img-wrap img {
    width: 100%;
}

.lyt-graph.typ-big .mod-graph .graph-cont {
    box-shadow: none;
}

.lyt-graph.typ-big .mod-graph .graph-cont .graph-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #333333;
    margin-bottom: 15px;
}

.lyt-graph.typ-big .mod-graph .graph-cont .desc {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
    padding-right: 250px;
}

.lyt-graph.typ-table {
    background: var(--color1);
    box-shadow: 0px 0px 5px #e5e5e5;
    margin-bottom: 25px;
}

.lyt-graph.typ-table .lyt-report-detail {
    box-shadow: none;
}

.lyt-graph.typ-table .lyt-report-detail.typ-multi-row {
    margin-bottom: 50px;
}

.lyt-graph.typ-table .lyt-report-detail .table th {
    border-right: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn {
    position: relative;
    margin-left: 10px;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon {
    position: absolute;
    left: 0;
    font-size: 8px;
    line-height: 16px;
    color: #333333;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon.icon-up-arrow {
    top: 0;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon.icon-down-arrow {
    bottom: 0;
}

.lyt-graph.typ-table .lyt-report-detail .table th:last-of-type {
    border-right: none;
}

.lyt-graph.typ-table .lyt-report-detail .table tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.lyt-graph.typ-table .lyt-report-detail .table tr td {
    font-size: 16px;
    line-height: 18px;
}

.lyt-graph.typ-table .graph-wrap .mod-graph {
    margin: 0px auto;
}

.lyt-graph.typ-table .graph-wrap .mod-graph img {
    width: 100%;
    display: inline-block;
}

.lyt-graph.typ-table .tabs.typ-3 {
    position: relative;
}

.lyt-graph.typ-table .tabs.typ-3 .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.lyt-graph.typ-table .tabs.typ-3 .tab-content {
    padding: 0px 0px 45px;
}

.lyt-graph.typ-table .lyt-filter {
    background-color: var(--color1);
    padding: 10px;
}

.lyt-graph.typ-table .lyt-filter .mod-filter {
    background-color: #f2f2f2;
}

.lyt-graph.typ-table .lyt-filter .mod-timeframe {
    border-left: none;
}

.lyt-summary {
    background: linear-gradient(to right, #072e1a 0%, #071e0e 51%, #071809 100%);
    padding: 10px 26px 25px;
    position: relative;
    z-index: 3;
}

.lyt-summary .demo-nav {
    width: auto;
    z-index: 0;
}

.lyt-summary .demo-nav .icon {
    margin-top: -24px;
    color: var(--color1);
}

.lyt-summary .demo-nav .icon.icon-left-arrow {
    left: 0px;
}

.lyt-summary .demo-nav .icon.icon-right-arrow {
    right: 0px;
}

.lyt-summary .bs-sec {
    padding: 0;
}

.lyt-summary .bs-sec .sec-head {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text {
    color: var(--color1);
    margin-right: 10px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text .icon {
    font-size: 30px;
    line-height: 34px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text .text {
    font-weight: 100;
    font-size: 30px;
    line-height: 32px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text:after {
    color: var(--color1);
    content: none;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small {
    position: relative;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small .icon {
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small .text {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-left-border {
    padding-left: 10px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-left-border:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color1);
    position: absolute;
    left: 0;
}

.lyt-summary .bs-sec .sec-head .sec-option .list .item .bs-icon-text {
    color: var(--color1);
}

.lyt-summary .bs-sec .sec-cont {
    padding-top: 10px;
}

.lyt-summary .bs-sec .sec-cont .mod-summary {
    box-shadow: none;
}

.lyt-summary .bs-sec .sec-cont .act-btn {
    margin-top: 10px;
    display: inline-block;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn {
    border: none;
    margin: 0;
    position: relative;
    margin-right: 8px;
    padding-right: 12px;
    font-size: 12px;
    color: var(--color1);
    font-weight: 300;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:after {
    content: "";
    height: 15px;
    width: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: var(--color1);
    opacity: 0.6;
    top: 2px;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:last-child:after {
    content: none;
}

.lyt-summary.typ-only-title {
    padding: 10px 26px;
}

.lyt-flyout {
    width: 510px;
    position: fixed;
    top: 40px;
    bottom: 0;
    z-index: 9;
    box-shadow: 1px 1px 10px #333333;
    transition: all 0.6s;
}

.lyt-flyout.typ-right {
    right: -510px;
}

.lyt-flyout.typ-right.active {
    right: 0;
}

.lyt-tag {
    display: block;
    overflow: hidden;
}

.lyt-tag .list .item {
    float: left;
}

.lyt-filter {
    padding: 14px 10px;
    display: inline-block;
    background-color: #f2f2f2;
    position: relative;
    width: 100%;
}

.lyt-filter .icon {
    vertical-align: middle;
    position: absolute;
}

.lyt-filter .icon.icon-filter {
    font-size: 17px;
    left: 15px;
    top: 12px;
}

.lyt-filter .icon.icon-date-range {
    font-size: 14px;
    left: 27px;
    top: 0px;
}

.lyt-filter .mod-filter {
    max-height: 40px;
    overflow: hidden;
}

.lyt-filter .mod-filter.show-more {
    max-height: 500px;
}

.lyt-filter .mod-timeframe {
    padding: 0px 33px;
    height: 40px;
    overflow: hidden;
    border-left: 1px solid #cccccc;
}

.lyt-filter.typ2 {
    overflow: initial;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lyt-filter.typ2 .filter-wrap.typ-user {
    float: right;
}

.lyt-filter.typ2 .filter-title {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    display: block;
    margin-bottom: 6px;
}

.lyt-filter.typ2 .list .item {
    float: left;
}

.lyt-filter.typ2 .list .item .act-btn .btn {
    margin: 0;
    padding: 3px 20px;
}

.lyt-filter.typ2 .list.normal-user {
    display: none;
}

.lyt-filter.typ2 .list.normal-user.active {
    display: block;
}

.lyt-filter.typ2 .list.advanced-user {
    display: none;
}

.lyt-filter.typ2 .list.advanced-user.active {
    display: block;
}

.lyt-filter .mod-filter-opt {
    position: absolute;
    top: 70px;
    background: var(--color1);
    z-index: 3;
    left: 27px;
    background: var(--color1);
}

.lyt-top-trends .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 0px 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.lyt-top-trends .list {
    margin-bottom: 20px;
}

.lyt-top-trends .mod-trending .title {
    margin-bottom: 0px;
}

.lyt-top-trends.typ-static .list {
    counter-reset: trending;
}

.lyt-top-trends.typ-static .list .mod-trending:before {
    content: counter(trending);
    counter-increment: trending;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    margin-right: 10px;
}

.lyt-top-trends.typ-static .list .mod-trending .img-wrap {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.lyt-kpi-details {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.lyt-kpi-details .list {
    overflow: hidden;
    padding: 5px 0px 10px;
}

.lyt-kpi-details .list .mod-kpi-details {
    padding-left: 0px;
}

.lyt-kpi-details.typ-share .list {
    padding-top: 25px;
}

.lyt-kpi-details.typ-share .mod-kpi-details .kpi-detail .kpi-head {
    margin-bottom: 20px;
}

.lyt-kpi-details.typ-share .mod-kpi-details .kpi-detail .kpi-head .timestamp {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.lyt-report-detail {
    background: var(--color1);
    box-shadow: 0px 0px 5px #bdbdbd;
    position: relative;
    margin-bottom: 25px;
}

.lyt-report-detail .table .title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 10px 15px;
}

.lyt-report-detail .table td {
    width: 33.33%;
    border-right: 1px solid #e5e5e5;
    padding: 0px 15px;
}

.lyt-report-detail .table td:last-of-type {
    border-right: none;
}

.lyt-report-detail .table th {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px;
}

.lyt-report-detail.typ-multi-row {
    padding: 0px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.lyt-report-detail.typ-multi-row .table {
    margin-bottom: 0px;
}

.lyt-report-detail.typ-multi-row .table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
}

.lyt-report-detail.typ-multi-row .table .data-title {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.lyt-report-detail.typ-multi-row .table .data {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-weight: 700;
}

.lyt-audience-list .table {
    margin: 0px auto;
}

.lyt-audience-list .table .sort-btn {
    position: relative;
    margin-left: 10px;
}

.lyt-audience-list .table .sort-btn .icon {
    position: absolute;
    left: 0;
    font-size: 8px;
    line-height: 13px;
    color: #333333;
}

.lyt-audience-list .table .sort-btn .icon.icon-up-arrow {
    top: 0;
}

.lyt-audience-list .table .sort-btn .icon.icon-down-arrow {
    bottom: 0;
}

.lyt-audience-list .table .col-big {
    width: 50%;
}

.lyt-audience-list .table td {
    width: 25%;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 15px;
}

.lyt-audience-list .table td .data {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-weight: 700;
}

.lyt-audience-list .table th {
    border-bottom: 2px solid #e5e5e5;
    padding: 12px 15px;
}

.lyt-audience-list .table th .title {
    font-size: 16px;
    line-height: 18px;
    color: #309462;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
}

.lyt-audience-list .table .bs-icon-text {
    padding: 5px;
    border: 2px solid #309462;
    border-radius: 5px;
    color: #309462;
    margin-right: 10px;
    text-align: center;
}

.lyt-audience-list .table .bs-icon-text .icon {
    font-size: 12px;
    line-height: 14px;
}

.lyt-audience-list .table .bs-icon-text .text {
    font-size: 14px;
    line-height: 16px;
    color: #309462;
}

.lyt-audience-list .table.typ-big .col-big {
    width: 28%;
}

.lyt-audience-list .table.typ-big td {
    width: 18%;
}

.lyt-audience-list .table.typ-big .bs-icon-text {
    margin-right: 8px;
    color: #666666;
    border: none;
    padding: 0px;
}

.lyt-audience-list .table.typ-big .bs-icon-text:last-of-type {
    margin-right: 0px;
}

.lyt-audience-list .table.typ-big .bs-icon-text .icon {
    font-size: 14px;
    line-height: 16px;
}

.lyt-audience-list .tabs .nav.list .item.active a {
    background-color: transparent;
}


/* pages */

.pg-newsfeed .pg-title {
    display: inline-block;
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 130px;
    z-index: 1;
}

.pg-newsfeed .timestamp.typ-big {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: 26px;
    text-align: right;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.pg-newsfeed .timestamp.typ-big .dt-big {
    font-size: 24px;
    line-height: 26px;
    display: block;
    font-weight: 700;
}

.pg-edit-mode .bs-sec {
    padding: 20px 26px;
}

.pg-edit-mode .bs-sec .sec-head {
    padding: 18px 24px;
    border: 1px dashed #309462;
    position: relative;
}

.pg-edit-mode .bs-sec .sec-head .sec-title {
    margin-top: 0;
}

.pg-edit-mode .bs-sec .sec-head .sec-title .bs-icon-text {
    pointer-events: none;
}

.pg-edit-mode .lyt-summary .bs-sec {
    padding: 0;
}

.pg-edit-mode .lyt-summary .bs-sec .sec-head {
    padding: 0;
    border: none;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0 15px;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category {
    display: inline-block;
    cursor: pointer;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category>.icon {
    font-size: 30px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    color: var(--color1);
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category>.icon>.icon-down-arrow {
    font-size: 10px;
    line-height: 10px;
    position: relative;
    top: -9px;
    margin: 0 0 0 10px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dashed #309462;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card .sec-head {
    padding-left: 30px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card.typ-expand .sec-cont .lyt-graph .list .item {
    margin-bottom: 30px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card.typ-expand .sec-cont .lyt-graph .lyt-tag .list .item {
    margin-bottom: 0;
}

.pg-edit-mode.typ-dashboard .lyt-summary .bs-sec .sec-head {
    border: none;
    padding: 0;
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text {
    color: #333333;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translatey(-50%);
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text .icon {
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text .text {
    font-size: 16px;
    line-height: 18px;
    display: block;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: none;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .icon.icon-plus {
    color: #333333;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .icon.icon-plus:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}


/* modules */

.mod-graph {
    position: relative;
}

.mod-graph .graph-head {
    padding: 0 0px 14px;
}

.mod-graph .graph-head .title {
    display: inline-block;
}

.mod-graph .graph-head .title a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    text-transform: capitalize;
}

.mod-graph .graph-head .title .info-tag {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}

.mod-graph .graph-head .bs-icon-text {
    float: right;
    background: transparent;
    border: none;
    padding: 0;
    color: #333333;
}

.mod-graph .graph-head .bs-icon-text .icon {
    font-size: 16px;
    margin-right: 4px;
}

.mod-graph .graph-head .bs-icon-text .text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.mod-graph .graph-head .bs-icon-text:focus {
    outline: none;
}

.mod-graph .graph-cont {
    background: var(--color1);
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 5px 0px #bdbdbd;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
}

.mod-graph .graph-cont .info-head {
    padding: 10px 28px 10px 10px;
    overflow: hidden;
}

.mod-graph .graph-cont .info-head .title {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    float: left;
}

.mod-graph .graph-cont .info-head .info-tag {
    float: right;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    margin-right: 2px;
}

.mod-graph .graph-cont .info-head .icon {
    color: #333333;
    vertical-align: middle;
    position: absolute;
    right: 12px;
}

.mod-graph .graph-cont .more-opt-wrap {
    position: absolute;
    right: 4px;
    top: 8px;
}

.mod-graph .graph-cont .more-opt-wrap .btn-more-opt {
    background: transparent;
    border: none;
    vertical-align: middle;
    padding: 3px 6px 3px;
}

.mod-graph .graph-cont .more-opt-wrap .btn-more-opt:focus {
    outline: none;
}

.mod-graph .graph-cont .info-cont .table {
    border: none;
}

.mod-graph .graph-cont .info-cont .table thead tr th,
.mod-graph .graph-cont .info-cont .table thead tr td,
.mod-graph .graph-cont .info-cont .table tfoot tr th,
.mod-graph .graph-cont .info-cont .table tfoot tr td,
.mod-graph .graph-cont .info-cont .table tbody tr th,
.mod-graph .graph-cont .info-cont .table tbody tr td {
    border: none;
    vertical-align: middle;
}

.mod-graph .graph-cont .info-cont .table thead tr th {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 12px;
    text-transform: capitalize;
}

.mod-graph .graph-cont .info-cont .table tbody tr:nth-of-type(odd) {
    background: #fcfcfc;
}

.mod-graph .graph-cont .info-cont .table tbody tr td {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding: 14px 10px;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pdown,
.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pup {
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    top: 2px;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pup {
    color: #309462;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pdown {
    color: #ff0f0f;
}

.mod-graph .graph-cont .lyt-tag {
    min-height: 50px;
    background: #fbfbfb;
    padding: 9px 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.mod-graph .graph-cont .lyt-tag .tag-title {
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}

.mod-graph .graph-cont .lyt-tag .list {
    overflow: hidden;
}

.mod-graph .graph-cont .lyt-tag .list .bs-tag .num {
    background: #666666;
}

.mod-graph .graph-cont .lyt-tag.disabled .tag-title {
    color: #999999;
}

.mod-graph .graph-layer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.mod-graph .graph-layer span {
    width: 95%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.4);
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    box-shadow: 0px 2px 4px -2px #d2d2d4;
    -webkit-box-shadow: 0px 2px 4px -2px #d2d2d4;
    -moz-box-shadow: 0px 2px 4px -2px #d2d2d4;
}

.mod-graph .graph-layer span:nth-child(1) {
    height: 40px;
    width: 80%;
    z-index: 1;
}

.mod-graph .graph-layer span:nth-child(2) {
    height: 30px;
    width: 85%;
    z-index: 2;
}

.mod-graph .graph-layer span:nth-child(3) {
    height: 20px;
    width: 90%;
    z-index: 3;
}

.mod-graph .graph-layer span:nth-child(4) {
    bottom: -10px;
    z-index: 4;
}

.mod-graph.layer1 .graph-layer span {
    display: block;
}

.mod-graph.layer1 .graph-layer span:nth-child(1),
.mod-graph.layer1 .graph-layer span:nth-child(2),
.mod-graph.layer1 .graph-layer span:nth-child(3) {
    display: none;
}

.mod-graph.layer2 .graph-layer span {
    display: block;
}

.mod-graph.layer2 .graph-layer span:nth-child(1),
.mod-graph.layer2 .graph-layer span:nth-child(2) {
    display: none;
}

.mod-graph.layer3 .graph-layer span {
    display: block;
}

.mod-graph.layer3 .graph-layer span:nth-child(1) {
    display: none;
}

.mod-graph.layer4 .graph-layer span {
    display: block;
}

.mod-graph .graph-summary {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
}

.mod-graph .graph-summary .val {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.mod-graph .graph-summary .val.typ-big {
    font-size: 58px;
    line-height: 60px;
}

.mod-graph .graph-summary .val.typ-state {
    display: inline-block;
}

.mod-graph .graph-summary .val.typ-state:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    margin-left: 5px;
}

.mod-graph .graph-summary .val.typ-state.typ-high:after {
    border-bottom: 14px solid #309462;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.mod-graph .graph-summary .val.typ-state.typ-low:after {
    border-top: 14px solid #ff0f0f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.mod-summary {
    background: var(--color1);
    padding: 10px 15px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 118px;
    box-shadow: 0px 0px 7px rgba(232, 232, 232, 0.85);
}

.mod-summary .info-wrap {
    width: 70%;
    float: left;
}

.mod-summary .info-wrap .summary-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #333333;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.mod-summary .info-wrap .summary-period {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 30px;
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.mod-summary .info-wrap .summary-period:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.mod-summary .info-wrap .summary-number {
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    font-weight: 700;
}

.mod-summary .info-wrap .summary-state {
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.mod-summary .info-wrap .summary-state .icon {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    top: -1px;
    right: 2px;
}

.mod-summary .info-wrap .summary-state .num {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-weight: 700;
}

.mod-summary .summary-graph {
    width: 30%;
    float: left;
    text-align: center;
}

.mod-summary.theme-red .info-wrap .summary-period:after {
    background: #ff0f0f;
}

.mod-summary.state-high .info-wrap .summary-state .icon {
    color: #309462;
}

.mod-summary.state-high .info-wrap .summary-state .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
}

.mod-summary.theme-green .info-wrap .summary-period:after {
    background: #309462;
}

.mod-summary.state-low .info-wrap .summary-state .icon {
    color: #ff0f0f;
}

.mod-summary.state-low .info-wrap .summary-state .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
}

/*.mod-login {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: 1;
    background: white;
    padding: 115px 70px;
    -webkit-box-shadow: 0px 0px 5px 0px #a1a1a1;
    -moz-box-shadow: 0px 0px 5px 0px #a1a1a1;
    box-shadow: 0px 0px 5px 0px #a1a1a1;
}*/

 /* nilesh#120521 */
/* .mod-login .img-wrap {
    width: 200px;
} */

.mod-login .img-wrap img {
    display: block;
    width: 100%;
}

.mod-login .act-btn .btn {
    display: block;
    margin: 15px auto;
}

.mod-login .act-btn .btn.typ-big {
    padding: 11px 42px;
    font-size: 18px;
    width: 130px;
}

.mod-login .act-btn .btn.btn-link {
    color: #333333;
    font-weight: 300;
    font-size: 12px;
}

.mod-login .form-wrap .form-group .form-control {
    font-size: 16px;
    font-weight: 300;
}

.mod-login .form-wrap .form-group .form-label {
    font-size: 16px;
    font-weight: 300;
}

.mod-login .form-wrap .form-group.last {
    margin-bottom: 100px;
}

.mod-filter {
    transition: max-height 0.6s;
}

.mod-filter button:focus {
    outline: none;
}

.mod-filter .title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    padding-left: 22px;
    margin-right: 14px;
    float: left;
    padding-right: 14px;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.mod-filter .title:after {
    position: absolute;
    display: block;
    content: "";
    height: 40px;
    width: 1px;
    background: #cccccc;
    top: -8px;
    right: 0;
}

.mod-filter .title .icon {
    margin-right: 10px;
}

.mod-filter .title .icon.icon-down-arrow {
    margin-right: 0;
    font-size: 10px;
    position: relative;
    top: 2px;
    left: 3px;
}

.mod-filter .bs-icon-text {
    float: left;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
}

.mod-filter .lyt-tag {
    padding-right: 65px;
    margin-top: 6px;
}

.mod-filter .lyt-tag .btn-more {
    position: absolute;
    right: 25px;
    padding: 2px 12px;
    height: 24px;
    border: none;
    border-radius: 20px;
    background-color: var(--color1);
    transition: opacity 0.6s;
    transition-delay: 0.6s;
    border: 1px solid #cccccc;
}

.mod-filter .lyt-tag .btn-more.icon:before {
    font-size: 20px;
    color: #333333;
    line-height: 18px;
}

.mod-filter .lyt-tag .btn-more.invisible {
    opacity: 0;
}

.mod-filter .lyt-tag .btn-less {
    border-radius: 50%;
    background-color: #666666;
    position: relative;
    border: none;
}

.mod-filter .lyt-tag .btn-less.icon {
    color: var(--color1);
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mod-filter .lyt-tag .btn-less.icon:before {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod-filter .lyt-tag .bs-tag {
    margin-right: 10px;
    margin-bottom: 12px;
}

.mod-timeframe button {
    border: none;
    background-color: transparent;
}

.mod-timeframe button:focus {
    outline: none;
}

.mod-timeframe .title {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    padding-left: 20px;
    margin-bottom: 7px;
}

.mod-timeframe .title .typ-edit {
    display: none;
}

.mod-timeframe .title.active {
    font-size: 12px;
    line-height: 17px;
}

.mod-timeframe .title.active .typ-edit {
    display: block;
}

.mod-timeframe .title.active span {
    display: block;
}

.mod-timeframe .title.active+.date-wrap {
    position: relative;
    top: -8px;
}

.mod-timeframe .date-wrap {
    font-size: 14px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.mod-trending {
    padding: 15px 25px;
    background-color: var(--color1);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.mod-trending .graph-wrap {
    float: left;
    margin-right: 20px;
}

.mod-trending .content-wrap {
    overflow: hidden;
    padding: 6px 0;
}

.mod-trending .content-wrap .title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
    padding: 0;
}

.mod-trending .content-wrap .val {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    padding: 0px 25px;
    padding: 0;
}

.mod-kpi-details button {
    border: none;
}

.mod-kpi-details button:focus {
    outline: none;
}

.mod-kpi-details .kpi-detail {
    padding: 20px 0px 0px;
}

.mod-kpi-details .kpi-detail .kpi-head .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}

.mod-kpi-details .kpi-detail .kpi-head .timestamp {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 12px;
    display: block;
}

.mod-kpi-details .kpi-detail .kpi-head .timestamp .icon {
    font-size: 20px;
    vertical-align: middle;
    line-height: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.mod-kpi-details .kpi-detail .desc p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.mod-kpi-details .btn-share {
    position: absolute;
    top: -18px;
    right: 30px;
    border-radius: 50%;
    box-shadow: -2px 3px 8px #ccc;
    background-color: #f3f3f3;
    width: 35px;
    height: 35px;
    text-align: center;
}

.mod-kpi-details .btn-share.icon {
    font-size: 20px;
    line-height: 11px;
}

.mod-select-box {
    margin: 0 5px 0 0;
    display: inline-block;
}

.mod-select-box .dropdown .btn.dropdown-toggle {
    margin: 0;
    background: transparent;
    border: 1px solid #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    width: 150px;
    text-align: left;
    position: relative;
}

.mod-select-box .dropdown .btn.dropdown-toggle .caret {
    position: absolute;
    right: 12px;
    top: 12px;
}

.mod-select-box .dropdown .dropdown-menu>ul {
    height: 120px;
    overflow-y: auto;
}

.mod-text-data {
    padding: 20px 0px;
}

.mod-text-data .text {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.mod-text-data .data {
    color: #666666;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.mod-filter-opt {
    display: none;
}

.mod-filter-opt .lvl {
    width: 640px;
    position: relative;
}

.mod-filter-opt .lvl .tabs .nav {
    padding-top: 6px;
}

.mod-filter-opt .lvl .tabs .nav .item {
    padding: 0;
}

.mod-filter-opt .lvl .tabs .nav .item a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 10px 6px;
}

.mod-filter-opt .lvl .tabs .tab-content {
    padding: 0;
}

.mod-filter-opt .lvl .act-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: var(--color1);
    box-shadow: 0 -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 0 -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 0 -1px 5px -2px #a3a3a3;
}

.mod-filter-opt .lvl .act-btn .btn-link {
    margin-top: 5px;
}

.mod-filter-opt .lvl .filter-list {
    position: absolute;
    right: 0;
    left: 0;
    top: 95px;
    bottom: 52px;
    overflow-x: auto;
}

.mod-filter-opt .lvl .filter-list .item {
    border-bottom: 1px solid #eeeeee;
}

.mod-filter-opt .lvl .filter-list .item a {
    font-weight: 300;
    color: #333333;
    padding: 10px 30px 10px 12px;
    font-size: 16px;
    line-height: 18px;
    display: block;
    position: relative;
}

.mod-filter-opt .lvl .filter-list .item a .count {
    background: #ff9933;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    font-weight: 400;
    color: var(--color1);
}

.mod-filter-opt .lvl .filter-list .item a .icon-right-arrow {
    font-size: 12px;
    line-height: 14px;
    right: 18px;
    top: 13px;
    color: #666666;
}

.mod-filter-opt .lvl .filter-list .item a:hover,
.mod-filter-opt .lvl .filter-list .item a.active {
    background: #f9f9f9;
}

.mod-filter-opt .lvl .search-bar {
    margin: 0;
}

.mod-filter-opt .lvl .search-bar .form-group {
    margin-bottom: 0;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .form-control {
    margin-top: 0;
    padding-right: 13px;
    text-indent: 10px;
    background: transparent;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn {
    border-bottom: 1px solid #eaeaea;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn .icon-search {
    right: 10px;
    font-size: 14px;
}

.mod-filter-opt .lvl .lvl2 {
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f9f9f9;
}

.mod-filter-opt .lvl .lvl2 .filter-list {
    top: 44px;
    bottom: 0;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item {
    display: block;
    padding: 10px 12px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag {
    padding: 6px 10px;
    border-bottom: 1px solid #eeeeee;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .tag-title {
    float: left;
    margin: 4px 6px 0 0;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .list .item {
    margin-bottom: 4px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag {
    padding: 3px 21px 4px 10px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag .text {
    font-size: 10px;
    line-height: 10px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag .icon {
    padding: 2px 8px;
    top: 0px;
    right: -2px;
    font-size: 7px;
}

.mod-filter-opt .lvl .lvl2.typ-with-filter .filter-list {
    top: 166px;
}

.mod-filter-opt .lvl1,
.mod-filter-opt .lvl2 {
    position: relative;
    height: 450px;
    width: 320px;
}

.mod-filter-opt .lvl1 {
    box-shadow: 2px -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 2px -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 2px -1px 5px -2px #a3a3a3;
    z-index: 4;
}

.mod-filter-opt .lyt-filter.typ2 {
    background: var(--color1);
    padding: 14px 10px;
}

.mod-filter-opt .lyt-filter.typ2 .list .item {
    border-bottom: none;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn {
    margin-right: 1px;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    border-radius: 0;
    background: #f3f5f5;
    border: none;
    font-weight: 400;
    padding: 4px 10px;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    color: var(--color1);
    background: #ff9c00;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator {
    background: #f9f9f9;
    border: none;
    padding: 14px 10px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    padding: 2px 6px;
    background: var(--color1);
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    background: #ff9c00;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    position: relative;
    font-size: 16px;
    margin: 0;
}

.mod-filter-opt.active {
    display: block;
}

.mod-timeframe-opt {
    display: none;
    position: absolute;
    right: 40px;
    top: 70px;
    width: 588px;
    z-index: 9;
    min-height: 300px;
    box-shadow: 0 0px 5px 0px #bdbdbd;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
    background: var(--color1);
}

.mod-timeframe-opt .tabs .nav {
    margin-top: 8px;
}

.mod-timeframe-opt .tabs .nav.list .item {
    padding: 0;
}

.mod-timeframe-opt .tabs .nav.list .item a {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont {
    padding: 0px 20px;
}

.mod-timeframe-opt .cont .bs-checkbox {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 {
    background-color: transparent;
    padding: 14px 0px 0;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    color: #999999;
    background: #f2f2f2;
    border: none;
    font-weight: 400;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    color: var(--color1);
    background: #309462;
}

.mod-timeframe-opt .cont .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 14px;
}

.mod-timeframe-opt .cont .act-wrap {
    margin-top: 20px;
}

.mod-timeframe-opt .cont .form-wrap .form-group {
    margin-bottom: 10px;
    padding: 0 20px 0 0;
}

.mod-timeframe-opt .cont .form-wrap .form-group .form-label {
    position: relative;
    top: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #999999;
}

.mod-timeframe-opt .cont .form-wrap .form-group .form-control {
    margin-top: 0;
    height: 34px;
    font-size: 14px;
}

.mod-timeframe-opt .cont.typ-range .form-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.mod-timeframe-opt .cont.typ-range .form-wrap .form-group .form-control {
    border-bottom: none;
}

.mod-timeframe-opt.active {
    display: block;
}


/* templates */


/*integration open*/


/*Integration css*/

body {
    padding-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    background-color: #f2f2f2;
}

.bs-sec .sec-cont {
    z-index: 5;
}

.bs-checkbox {
    margin-bottom: 10px;
}

.btn.btn-link {
    border-radius: 0!important;
    background-color: transparent!important;
}

.btn:focus {
    outline: none!important;
    border: none!important;
}

strong {
    color: inherit;
}

.cm-target-widget-error.excl-icon {
    position: absolute;
    top: 0;
    right: 10%;
}

.cm-target-widget-rule-input-desc {
    display: block!important;
}

.panel-title {
    display: inline-block;
}

textarea {
    resize: none!important;
}

button:focus {
    outline: none!important;
}

.list-group-item {
    border: none!important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

#page-wrapper {
    background-color: #f2f2f2;
    /*padding: 0px 26px;*/
    margin-left: 0px;
    transition: all 0.5s ease-in;
    overflow: hidden;
    padding: 0px;
    border: none;
    min-height: auto!important;
}

/* #page-wrapper.active {
    margin-left: 47px;
} */

#page-loader {
    opacity: 1!important;
    background: rgba(245, 245, 245, 0.5);
}

#page-loader>img {
    position: absolute;
    width: 100px;
    height: auto;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    margin-top: 0px;
}

.bs-sec .sec-head {
    display: block;
}

.panel-default {
    border-color: transparent;
}

.ng-table th.sortable.sort-desc div:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #309462;
    opacity: 1;
}

.ng-table th.sortable.sort-asc div:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #309462;
    opacity: 1;
}

.reset-overflow {
    overflow: initial!important;
}

.popover {
    z-index: 5;
}

.modal .modal-dialog .bs-icon-text.btn-close .icon {
    position: static!important;
    color: initial!important;
}

.dropdown .dropdown-menu.typ-icon .link .fa {
    font-size: 20px;
    line-height: 16px;
    left: 12px;
    top: 18px;
    position: absolute;
}

.bs-tag {
    border-radius: 21px!important;
}

.bs-tag .num {
    border-radius: 50%!important;
}

.mod-filter .lyt-tag .btn-more {
    border-radius: 20px!important;
}

.dropdown-menu {
    border-radius: 4px!important;
}

.ns-popover-tooltip button.bs-icon-text.btn-close {
    border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    right: 8px;
}

.ns-popover-tooltip button.bs-icon-text.btn-close .icon {
    font-size: 10px;
    line-height: 14px;
}

.mod-login .act-btn .btn.typ-big {
    width: 160px;
}

.mod-filter-opt .lvl .act-btn .btn-link {
    border-bottom: 1px solid transparent !important;
    margin-top: 5px;
    background-color: transparent;
    border-radius: 0px!important;
}

.mod-filter-opt .lvl .act-btn .btn.btn-link:hover,
.mod-filter-opt .lvl .act-btn .btn.btn-link:focus {
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: #309462;
    /*skin*/
    outline: none;
}

.mod-filter-opt .lvl .filter-list .item:hover,
.mod-filter-opt .lvl .filter-list .item.active {
    background: #f9f9f9;
}

.mod-timeframe-opt .tab-content {
    padding-bottom: 45px;
}

.bs-header .nav-left .list .item.open .bs-icon-text .icon-down-arrow {
    transform: rotate(180deg) translateY(3px);
}

.modal-dialog .panel-body {
    max-height: 400px;
    overflow-y: auto;
}

.form-override .form-wrap.typ2 {
    margin-top: 0px!important;
}

.form-override .form-wrap.typ2 .form-group {
    min-height: auto!important;
}

.form-override .form-wrap .form-group {
    margin-bottom: 0px!important;
}

.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
    opacity: 1!important;
    border-color: #333 transparent!important;
}

.btn-default.disabled {
    width: auto!important;
}

.sec-option {
    /*overflow: hidden;*/
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 5;
}

.sec-option .list .item .bs-icon-text {
    color: var(--color1);
    padding: 0px 10px;
    text-align: center;
    display: block;
    margin: 0 10px;
    cursor: pointer;
}

.sec-option .list .item {
    float: left;
}

.sec-option .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--color1);
}

.sec-option .list .item .bs-icon-text .text {
    display: block;
    text-transform: capitalize;
}

.sec-option.typ-dark {
    top: -36px;
    right: 0;
}

.sec-option.typ-horizontal.typ2 {
    top: -85px;
    right: 0;
}

.sec-option.typ-dark .list .item .bs-icon-text {
    color: #333;
}

.sec-option.typ-dark .list .item .bs-icon-text .icon {
    color: #333;
}

.sec-option.typ-horizontal.typ2 .list .item .bs-icon-text .icon {
    font-size: 28px;
    line-height: 27px;
    color: #efbb07;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0;
}

.sec-option.typ-horizontal.typ2 .list .item .bs-icon-text .text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
}

.mod-filter-opt .lvl .filter-list {
    top: 15px;
}

.mod-filter-opt {
    box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd!important;
}

.lyt-filter .mod-filter .title {
    top: 5px;
}

.lyt-filter .icon.icon-filter {
    top: 7px;
}

.mod-filter-opt .lvl .filter-list .item a .count {
    border-radius: 50%!important;
    text-align: center!important;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn .icon-search {
    right: 0;
}

.lvl2.typ-with-filter .form-wrap .form-group .input-group .input-group-btn .btn {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}

.mod-filter-opt .lvl {
    transition-duration: 0.5s;
    width: 320px;
}

.mod-filter-opt .lvl.fltr-expand {
    width: 640px;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .form-control {
    background: transparent!important;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag {
    height: 70px;
    overflow-y: auto;
}

.mod-filter-opt .lvl1 {
    background: var(--color1);
}

.mod-filter-opt .lvl .lvl2 {
    left: 0;
    transition-duration: 0.5s;
}

.mod-filter-opt .lvl .lvl2.active {
    left: 320px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    font-size: 20px;
}

.mod-filter-opt .lvl .filter-list .item {
    cursor: pointer;
}

.inner-datepicker {
    width: auto!important;
    box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
    z-index: 5!important;
}

.inner-datepicker table td,
.inner-datepicker table th {
    border: none;
    text-align: center!important;
}

.inner-datepicker .date-head {
    display: block;
    margin: 10px 0px;
}

.inner-datepicker table td .btn,
.inner-datepicker table th .btn {
    margin: 0px!important;
    width: auto!important;
}

.inner-datepicker table tbody td .btn-default {
    background-color: var(--color1);
    color: #333;
    font-weight: 300;
}

.inner-datepicker table tbody td .btn-default:hover,
.inner-datepicker table tbody td .btn-info {
    background-color: #309462;
    color: var(--color1);
}

.inner-datepicker table tr th {
    vertical-align: middle;
    color: #309462;
    font-weight: 500;
}

.inner-datepicker table tr th .btn {
    border-radius: 0px!important;
    background: transparent!important;
    color: #333;
    font-weight: 300
}

.inner-datepicker table tr th .btn:hover {
    color: var(--color1)!important;
    background: #309462;
    /*skin*/
}

.inner-datepicker table tr th .btn:focus {
    color: #333!important;
    outline: none!important;
}


/*generic*/

.form-control {
    background-color: var(--color1) !important;
    background-image: none !important;
}

.btn {
    border-radius: 25px !important;
}

.btn .fa {
    color: var(--color1);
}

.btn.btn-close .fa {
    color: #333;
}

.btn.btn-secondary .fa {
    color: #309462;
}

.btn.btn-secondary:hover .fa,
.btn.btn-secondary:focus .fa {
    color: #333;
}

.fa {
    color: #333;
}

.icon {
    color: #333;
}

.alert {
    margin-top: 0px;
}

.bs-radio {
    margin-right: 0px !important;
    margin-bottom: 5px !important;
}

.bs-radio .radio-icon {
    border-radius: 50% !important;
}

.bs-radio .input-label {
    line-height: 24px !important;
}

.bs-radio.typ-row .radio-icon {
    top: auto !important;
}

.panel-default>.panel-heading {
    background-color: transparent !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.lyt-report-detail .table td {
    width: auto;
}

.lyt-audience-list .tabs .nav-tabs {
    border-bottom: none;
}

.lyt-audience-list .tabs li {
    text-transform: capitalize;
    /*text-align: center;*/
    padding: 0px 5px;
}

.lyt-audience-list .tabs li.active a,
.lyt-audience-list .tabs li.active a:hover,
.lyt-audience-list .tabs li.active a:focus {
    font-weight: 700;
    color: rgb(48, 148, 98);
    border: none;
    border-bottom: none;
    background-color: transparent;
}

.lyt-audience-list .tabs li a::before {
    position: absolute;
    content: none;
    height: 5px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(48, 148, 98);
    left: 50%;
    transform: translateX(-50%);
}

.lyt-audience-list .tabs li a::after {
    position: absolute;
    content: none;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid rgb(48, 148, 98);
}

.lyt-audience-list .tabs li.active a::before {
    content: " ";
}

.lyt-audience-list .tabs li.active a::after {
    content: " ";
}

.lyt-audience-list .tabs li a:hover::after,
.lyt-audience-list .tabs li a:hover::before,
.lyt-audience-list .tabs li a:focus::before,
.lyt-audience-list .tabs li a:focus::after {
    content: " ";
}

.lyt-audience-list .tabs li a:hover,
.lyt-audience-list .tabs li a:focus {
    font-weight: 700;
    color: rgb(48, 148, 98)!important;
    background-color: transparent!important;
    border-bottom: none!important;
    border-color: transparent!important;
}

.lyt-audience-list .tabs li a {
    color: rgb(89, 89, 89);
    font-size: 16px;
    line-height: 18px;
    position: relative;
    font-weight: 300;
    border-color: transparent transparent rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
    border-radius: 0px;
    margin-bottom: 25px;
}

.lyt-audience-list .tabs .pagination li a {
    border: none!important;
    font-size: 14px;
    line-height: 16px;
    color: #999999!important;
    font-weight: 400;
    position: relative;
    background: transparent;
    content: none;
    border-bottom: none!important;
}

.lyt-audience-list .tabs .pagination li a:hover,
.lyt-audience-list .tabs .pagination li a:focus {
    font-weight: 400;
    color: #999999!important;
    border: none!important;
}

.lyt-audience-list .tabs .pagination li a:hover::after,
.lyt-audience-list .tabs .pagination li a:hover::before,
.lyt-audience-list .tabs .pagination li a:focus::before,
.lyt-audience-list .tabs .pagination li a:focus::after,
.lyt-audience-list .tabs .pagination li.active a::before {
    content: none;
}

.lyt-audience-list .tabs .pagination li.active a::after {
    height: 2px;
    background-color: #309462;
    content: " ";
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: none!important;
}

.lyt-audience-list .tabs .pagination li.disabled a::after {
    content: none;
}

.tabs.typ-3 .nav.list .item .title {
    top: auto;
    display: block;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    background-color: #fcfcfc!important;
}


/*.lyt-audience-list .table {
    background-color: transparent!important;
}*/

.lyt-audience-list .table th {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.lyt-audience-list .table tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.lyt-audience-list .table td a {
    margin-right: 10px;
}

.lyt-audience-list .table td a .icon {
    font-size: 18px;
    line-height: 20px;
    color: #666!important;
}

.lyt-audience-list .table td a:hover .icon {
    color: #309462;
    /*skin*/
}

.lyt-audience-list .table td .fa.fa-info-circle {
    color: #309462;
}

.lyt-audience-list .msgm-search-form {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 275px;
}

.lyt-audience-list .msgm-search-form input {
    margin-right: 10px;
    width: 175px;
}

.lyt-audience-list .create-btn {
    position: absolute;
    top: 5px;
    right: 0;
}

.lyt-audience-list .table .bs-icon-text {
    border-radius: 5px!important;
}

.lyt-audience-list .table .bs-icon-text .icon {
    color: #309462;
    /*skin*/
}

.lyt-audience-list .table td {
    width: auto;
    color: #333;
    font-weight: 600;
    border-top: none;
}


/*Message page*/

.bs-search .search-input {
    position: absolute;
    transition: all 0.4s ease-in;
    top: 0;
    width: 0;
    right: 100%;
    overflow-x: hidden;
}

.bs-search .search-input.active {
    width: 200px;
    transition: all 0.4s ease-in;
}

.bs-search .search-input .form-control {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #333;
    color: #333;
}

#msgm-form-container .panel.panel-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

#msgm-form-container .panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid;
    border-bottom-color: #309462;
    /*skin*/
}

#msgm-form-container.message-listing .panel-heading .panel-title {
    color: #309462;
}

#msgm-dashboard-container {
    padding-top: 30px;
}

.msg-note {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    font-weight: 400;
    display: block;
    margin-top: 6px;
    font-style: italic;
}

.msgm-pad-row {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

#msgm-form-container label {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #333;
}

#msgm-form-container .bs-radio .input-label {
    font-weight: 300!important;
    font-size: 12px!important;
}


/*.msgm-pad-row .msg-note {
    font-size: 13px;
    line-height: 15px;
    color: #333;
    font-weight: 400;
}*/


/*#msgm-form-container .bs-checkbox.typ-invert .input-label {
    padding-left: 0px;
}

#msgm-form-container .bs-checkbox.typ-invert .checkbox-icon {
    left: 200px;
}*/

#msgm-form-container .panel-footer {
    background-color: transparent;
    border-top: none;
}

#msgm-form-container .panel-body .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 16px;
}


/*modal*/

.modal .modal-dialog {
    min-width: 400px;
    width: auto;
}

.modal .panel {
    border-radius: 6px !important;
}

.modal-content .panel-default {
    margin-bottom: 0px;
}

.modal .panel-body .title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal .panel-heading h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
}

.modal .panel-heading {
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--color1);
    padding: 20px 25px 12px;
}

.modal .panel-heading .btn-close {
    top: 15px !important;
    right: 5px !important;
}

.modal .panel-body {
    padding: 15px 18px;
}

.modal .modal-content {
    position: relative;
    background-color: var(--color1);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px !important;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
}

.modal .modal-content .messagebox-container {
    border-radius: 6px !important;
    width: 400px;
}

.modal .panel-footer {
    border-top: 1px solid #e5e5e5;
    background-color: var(--color1);
    padding: 15px;
}

.modal .panel-body .alert.alert-warning,
.modal .panel-body .alert {
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.modal .panel-body .alert {
    margin: 0px;
    padding: 0px;
}

.modal .panel-footer .text-right {
    text-align: center !important;
}

.cm-export-report-dialog {
    width: 600px;
}

.cm-export-report-dialog .title {
    border-bottom: 1px solid #e5e5e5 !important;
    background-color: var(--color1) !important;
    padding: 20px 25px 12px !important;
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.cm-export-report-dialog .button {
    text-align: center;
    background-color: transparent !important;
}

.cm-export-report-dialog .btn {
    float: none;
}

.cm-export-report-dialog .line {
    width: 109% !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.dashboard-table th,
.report-table th {
    border-bottom: 1px solid #e5e5e5!important;
    background-color: #fcfcfc;
}

.dashboard-table tr:nth-of-type(even),
.report-table tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.dashboard-table .tooltip {
    font-family: "Roboto", sans-serif!important;
}

.dashboard-table .tooltip.top .tooltip-arrow {
    border-top-color: #309462;
}

.dashboard-table .tooltip.top .tooltip-inner {
    background-color: #309462;
}


/*configurations pages*/

#msgm-form-container .brn-group {
    margin-bottom: 10px;
}

#msgm-form-container .table td .fa {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
}


/*header*/

.bs-header {
    height: 50px;
}

.navbar-brand {
    margin-top: 3px !important;
    float: none !important;
}

#navbar-salt .partner-name.dark-color {
    color: var(--color1);
    font-size: 14px;
}

#navbar-salt .nav>li>a {
    padding: 16px 15px;
    font-size: 17px;
    color: var(--color1);
}

#navbar-salt .nav>li>a .icon {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

#navbar-salt .nav>li>a:focus,
#navbar-salt .nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.23);
}

.navbar-top-links .dropdown-menu li a {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-top-links .dropdown-menu div li {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-top-links .dropdown-menu div li a {
    padding: 0;
    border-bottom: none;
    display: block;
}

.nav-right .dropdown .medium-color .fa {
    color: var(--color1);
    transition: all 0.5s;
}

.nav-right .dropdown.open .fa.fa-caret-down {
    transform: rotate(180deg) translateY(-2px);
}

.nav-right .dropdown .medium-color .icon {
    color: var(--color1);
}

.dropdown .dropdown-menu .divider {
    display: none;
}

.brand-wrapper {
    background-color: var(--color1);
    height: 50px;
    float: left;
}

.brand-wrapper img {
    position: relative;
    bottom: auto;
    padding-top: 15px;
    padding-right: 20px;
}

#navbar-salt {
    border-bottom: none;
}

.bs-header .nav-left .menu-btn {
    padding: 20px 12px;
    height: 50px;
}

.bs-header .nav-left .menu-btn.active {
    padding: 23px 12px;
}

.bs-header .nav-left .list,
.bs-header .nav-left .list .item {
    height: 50px;
}

.bs-header .nav-left .list .item .bs-icon-text {
    padding: 15px 20px 15px 18px;
}

.bs-header .nav-left .list .item .bs-icon-text .icon {
    color: var(--color1)!important;
    transition: all 0.5s;
}

.bs-header .nav-right {
    height: 50px;
}

.bs-header .nav-right .mod-user-info {
    height: 100%;
}

.bs-header .nav-right .mod-user-info .user-info {
    float: left;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user {
    width: 275px;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-transform: capitalize;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li a {
    font-weight: 300;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li#username-dropdown {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #ddd;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .btn.btn-link {
    background: transparent;
    display: inline-block;
    border-radius: 0px!important;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .fa,
.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .icon {
    margin-right: 5px;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice {
    border: none;
    color: #333;
    background-color: transparent;
    background-image: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow b {
    display: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow:before {
    transition: all 0.5s!important;
    content: "N";
    font-family: "catchmedia-new" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: #333;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container.select2-dropdown-open .select2-arrow:before {
    transform: rotate(270deg);
}


/*select {
    border: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
}

.select-container:before {
    transition: all 0.5s!important;
    content: "N";
    font-family: "catchmedia-new" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: #333;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}*/

.dashman-dashboard-panel,
.dashman-dashboard-panel-tabular {
    height: 450px;
}


/*breadcrumb*/


/*.bs-breadcrumb {
    display: none!important;
}*/

.bs-breadcrumb .list .item span {
    font-size: 11px;
    line-height: 13px;
    padding-left: 15px;
    margin-right: 5px;
    color: var(--color1);
    font-weight: 300;
    text-transform: capitalize;
}

.bs-breadcrumb .list .item:last-of-type span {
    font-weight: 700;
}

.bs-breadcrumb .list .item a:before,
.bs-breadcrumb .list .item span:before {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--color1);
    top: 2px;
    left: 2px;
}

.bs-breadcrumb .list .item:first-of-type a:before,
.bs-breadcrumb .list .item:first-of-type span:before {
    content: "m";
    font-family: "catchmedia-new" !important;
    text-transform: none !important;
    border: none;
    left: 0;
    top: auto;
}


/*sidebar menu*/

.bs-menu {
    width: 275px;
    left: -275px;
    top: 50px;
    bottom: 20px;
    overflow-y: auto;
    transition: all 0.5s ease-in;
}

.bs-menu.active {
    left: 0;
}

.bs-menu .sidebar-collapse .nav li a,
.bs-menu .sidebar-collapse .nav li a .fa,
.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .fa {
    color: var(--color1);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    transition: all 0.3s ease-in;
}

.bs-menu .sidebar-collapse .nav li a:hover,
.bs-menu .sidebar-collapse .nav li a:focus {
    font-weight: 500;
    background-color: transparent;
}

.bs-menu .sidebar-collapse .nav li .nav-active {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.bs-menu .sidebar-collapse .nav li .nav-active:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    z-index: 3;
    background: #309462;
    top: 0;
}

.bs-menu .list .item .bs-icon-text {
    padding: 0px;
}

.bs-menu .list .item .bs-icon-text:hover,
.bs-menu .list .item .bs-icon-text:focus {
    background-color: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #343434 !important;
}

.navbar-static-side {
    padding-top: 0px !important;
}

.bs-menu .bs-menu-overview {
    left: -275px;
    width: 275px;
    top: 50px;
    display: block;
    bottom: 20px;
}

.bs-menu-overview.active.toggle-animate {
    left: -275px!important;
    transition-delay: 0.2s;
}

.bs-menu-overview .detail-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: 0;
    right: 0;
}

.bs-menu-overview.active {
    left: 0!important;
}

.bs-menu .bs-menu-overview .list .item {
    height: auto;
    border-bottom: none !important;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text {
    margin: 10px 0px;
    padding: 0px 12px;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text .icon {
    width: 20px;
    margin-right: 10px;
    height: auto;
    z-index: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text .icon:after {
    content: none;
}

.bs-menu-overview .list .item .bs-icon-text .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px 15px;
    height: auto;
}

.bs-menu .bs-menu-overview .back-link {
    padding: 0px !important;
    position: absolute !important;
    top: 0px !important;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    width: 100%;
    color: var(--color1) !important;
    transition: all .3s ease-in !important;
    left: 0;
    margin: 0px !important;
}

.bs-menu .bs-menu-overview .back-link .icon {
    color: var(--color1)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    border-bottom: none!important;
    width: 47px !important;
    height: 40px !important;
    padding: 10px 0 !important;
}

.bs-menu .bs-menu-overview .back-link .icon:after {
    content: none!important;
}

.bs-menu .bs-menu-overview .back-link .text {
    border-bottom: none!important;
    height: 40px !important;
    padding: 13px 30px 12px 12px !important;
}

.bs-menu .list .item:hover .bs-menu-overview .list .item .icon {
    background: #222!important;
}

.bs-menu .bs-menu-overview .list .item:hover .icon {
    background: #222!important;
}

.bs-menu .list .item:hover .bs-menu-overview .list .item .text {
    font-weight: 300;
}

.bs-menu .bs-menu-overview .list .item:hover .text {
    font-weight: 700!important;
}

.bs-menu .bs-menu-overview .list .item:hover .bs-menu-overview .list .item .text {
    font-weight: 300!important;
}

.bs-menu .bs-menu-overview .list .item .bs-menu-overview .list .item:hover .text {
    font-weight: 700!important;
}

.bs-menu .list .item:hover .bs-menu-overview .back-link .icon {
    background: #222!important;
}

.bs-menu .list .item:hover .bs-menu-overview .back-link .text {
    font-weight: 300!important;
}

.bs-menu .list .item .bs-menu-overview .back-link:hover .text {
    font-weight: 700!important;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 12px;
    text-align: left;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title .icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title .icon .fa {
    color: #309462;
}

.bs-menu .list .item:hover .bs-menu-overview .menu-title .icon {
    background: transparent!important;
}

.bs-menu.active.text-collapse .bs-menu-overview .bs-icon-text .text {
    left: auto;
}

.nav-active {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


/*calendar*/

.dashman-date .dashman-datepicker-box .btn,
.dashman-date .dashman-datepicker-box .btn.btn-default {
    padding: 4px 8px;
    margin: 0px;
    background: var(--color1);
    color: #333;
    font-weight: 300;
}

.dashman-date .dashman-datepicker-box thead .btn,
.dashman-date .dashman-datepicker-box thead .btn.btn-default {
    border-radius: 0px !important;
}

.dashman-date .dashman-datepicker-box .btn:hover,
.dashman-date .dashman-datepicker-box .btn.btn-default:hover,
.dashman-date .dashman-datepicker-box .btn.btn-info {
    background: #309462;
    color: var(--color1);
}

.dashman-date .dashman-datepicker-box tr th {
    vertical-align: middle;
    border: none;
    color: #309462;
    font-weight: 500;
}

.dashman-date .dashman-datepicker-box .well {
    height: auto!important;
    background-color: var(--color1);
    border: none;
}

.dashman-date .dashman-datepicker-box .well>table {
    border: 1px solid #dfdfdf;
    border: none;
}

.dashman-date .dashman-datepicker-box td {
    border: none!important;
}


/*graph*/

.lyt-graph {
    border: none;
    background-color: transparent;
    padding-top: 45px;
}

.mod-graph .panel-heading {
    border-bottom: 1px solid #e5e5e5;
}

.lyt-graph.typ-graph .panel-heading {
    padding-bottom: 0px;
    padding-top: 20px;
}

.mod-graph .graph-cont {
    box-shadow: 0 0px 5px 0px #bdbdbd !important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd !important;
}

.mod-graph .graph-cont .title {
    position: absolute;
    top: -35px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    /*vertical-align: middle;*/
    color: #333333;
    display: inline-block;
    color: #333;
}

.mod-graph .graph-cont .ui-tree-handle .title a {
    color: #333;
}

.mod-graph .graph-cont .lyt-tag {
    border-bottom: none;
    padding: 0px;
    background: transparent;
    min-height: 40px;
}

.mod-graph .graph-cont .btn-close {
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #309462;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    font-size: 8px;
}

.mod-graph .graph-cont .btn-close .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod-graph .graph-cont .btn .icon {
    color: var(--color1);
}

.lyt-graph.typ-table {
    margin-bottom: 30px;
    padding-top: 0px;
    margin-top: 30px;
}

.lyt-graph.typ-table .tabs.typ-3 .tab-content {
    padding: 0px 0px 60px;
}

.lyt-graph.typ-table .mod-graph .graph-cont .panel-body {
    padding: 0px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option {
    top: -25px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .title {
    position: relative;
    top: auto;
    font-size: 16px;
    line-height: 18px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text {
    color: #333;
    margin-right: 8px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text:hover .icon,
.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text:hover .text {
    color: #309462;
}

.lyt-graph.typ-table .mod-graph .graph-cont .tabs.typ-3 .mod-graph .graph-cont {
    box-shadow: none!important;
}

.lyt-graph.typ-table .mod-graph .graph-cont .tabs.typ-3 .mod-graph {
    padding: 40px 15px 15px;
}


/*table*/

th {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: left !important;
    /*border-right: 1px solid #e5e5e5;*/
    border-left: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
}

td {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    font-weight: 600;
    text-align: left !important;
    /*border-right: 1px solid #e5e5e5;*/
    border-left: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
}

tr td:first-of-type {
    border-left: none;
}

tr td:last-of-type {
    border-right: none;
}

tr th:first-of-type {
    border-left: none;
}

tr th:last-of-type {
    border-right: none;
}


/*Pagination*/

.ng-table-pager {
    position: relative;
    overflow: hidden;
}

.ng-table-pager .btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.bs-pagination {
    bottom: auto;
    left: auto;
    transform: none;
}

.bs-pagination .page-item .page-link:after {
    content: none;
}

.bs-pagination .page-item.disabled .page-link:after {
    content: " ";
}

.bs-pagination .page-item.disabled .page-link.more:after {
    content: none;
}

.bs-pagination .pagination .page-item .page-link .icon {
    color: #999 !important;
}


/*integration close*/


/*# sourceMappingURL=custom.css.map */