@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");.metismenu {
    padding: 0
}

.metismenu ul {
    padding: 0
}

.metismenu ul li {
    list-style: none
}

.nav-second-level li a,.nav-thrid-level li a {
    padding: 8px 20px 8px 10px;
    color: #767f8e;
	/*color: #FFFFFF;*/
    display: block;
    transition: all 0.5s
}

.nav-second-level li a:focus,.nav-thrid-level li a:focus {
    /*background-color: #2f353f;*/
	background: #3d2a75;
}

.nav-second-level li a:hover,.nav-thrid-level li a:hover {
    /*background: #fbf0fd;*/
	background: #3d2a75;
	/*background-color: #2f353f;*/
	/*color: #aeb3bc*/
	color: #ffffff;
}

.nav-second-level>li>a {
    /**padding-left: 58px*/
	padding-left: 30px;
}

.nav-second-level li.active>a {
    color: #cacdd3;
    /*background-color: #2f353f;*/
	background-color: #3d2a75;
}

.nav-third-level>li>a {
    /*padding-left: 68px*/
	padding-left: 30px;
}

.nav-third-level li.active>a {
    color: #fff
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.topbar .topbar-left {
    background: #fff;
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    width: 240px;	
    z-index: 1 ;
	margin-left: 240px;
}

.topbar .topbar-left .logo {
    line-height: 70px
}

.topbar .topbar-left .logo i {
    display: none
}

.navbar-custom {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 10px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
    /*margin-left: 240px;*/
	margin-left: 0px;
    min-height: 70px
}

.navbar-custom .nav-link {
    padding: 0 4px
}

.navbar-custom .dropdown-toggle:after {
    content: initial
}

.navbar-custom .menu-left {
    overflow: hidden
}

.logo {
    color: #313a46 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.logo span span {
    color: #3f51b5
}

.user-box {
    text-align: center;
    padding: 30px 0 20px 0
}

.user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0 auto
}

.user-box h5 a {
    color: #313a46
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px
}

.user-box .user-status i {
    font-size: 15px
}

.user-box .user-status.away i {
    color: #edc755
}

.user-box .user-status.offline i {
    color: #d03f3f
}

.user-box .user-status.online i {
    color: #4489e4
}

.side-menu {
    width: 240px;
    z-index: 10;
    /*background: #2f353f;*/
	background: #fbf0fd;
	
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 70px;
	
	border-left: 20px #3D2A75;
    border-left-style: solid;
}
.side-menu2 {
    width: 215px;
    z-index: 10;
    /*background: #2f353f;*/
	background: #fbf0fd;
	
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 70px;
	margin-left: 60px;

}

.side-menu .waves-effect .waves-ripple {
    background-color: rgba(63,81,181,0.4)
}

.enlarged .side-menu {
    position: absolute
}

.content-page {
    margin-left: 240px;
    overflow: hidden
}

.content-page .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px
}

.button-menu-mobile {
    border: none;
    color: #5b6c82;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: #fff;
    font-size: 24px
}

#sidebar-menu>ul>li>a {
    color: #767f8e;
	/*color: #FFFFFF;*/
    display: block;
    padding: 14px 20px;
    margin: 2px 0;
    font-size: 16px;
    position: relative;
    transition: all 0.5s
}

#sidebar-menu>ul>li>a:focus,{
    color: #aeb3bc;
    text-decoration: none;
    /*background-color: #2a2f38*/
	background-color: #ffffff;
	
}



#sidebar-menu>ul>li>a:hover,#sidebar-menu>ul>li>a:active {
    color: #ffffff;
    text-decoration: none;
    /*background-color: #2a2f38*/
	background-color: #3d2a75;
	
}



#sidebar-menu>ul>li>a>span {
    vertical-align: middle
}

#sidebar-menu {
    padding-top: 10px
}

#sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 28px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

#sidebar-menu .menu-arrow:before {
    content: "\F142"
}

#sidebar-menu .badge,#sidebar-menu .label {
    margin-top: 4px
}

#sidebar-menu li.active .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    /*margin: 0 10px 0 3px;*/
	margin: 0 3px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

#sidebar-menu ul li a .drop-arrow {
    float: right
}

#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0
}

#sidebar-menu>ul>li>a.active {
    color: #2a2f38 !important;
    /*background-color: #2a2f38;*/
	    background-color: #fff;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    /*color: #98a6ad;*/
	color: #FFFFFF;
    font-family: "Roboto",sans-serif
}

.enlarged .slimScrollDiv,.enlarged .slimscroll-menu {
    overflow: inherit !important
}

.enlarged .slimScrollBar {
    visibility: hidden
}

.enlarged #wrapper .navbar-custom {
    /*margin-left: 70px*/
	margin-left: 0px ;
}

.enlarged #wrapper #sidebar-menu .menu-title,.enlarged #wrapper #sidebar-menu .menu-arrow,.enlarged #wrapper #sidebar-menu .label,.enlarged #wrapper #sidebar-menu .badge {
    display: none !important
}

.enlarged #wrapper #sidebar-menu .collapse.in {
    display: none !important
}

.enlarged #wrapper #sidebar-menu .nav.collapse {
    height: inherit !important
}

.enlarged #wrapper #sidebar-menu ul ul {
    margin-top: -2px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: #2f353f
}

.enlarged #wrapper .left.side-menu {
    width: 70px;
    z-index: 5
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 56px
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:hover,.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:active,.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:focus {
    color: #fff !important;
    background-color: #2a2f38
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a i {
    font-size: 24px;
    margin-right: 20px !important
}

.enlarged #wrapper .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li {
    position: relative;
    white-space: nowrap
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>a {
    position: relative;
    width: 260px;
    color: #fff !important;
    background-color: #2a2f38
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul a:hover {
    color: #fff
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover a span {
    display: inline
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li>a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg)
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
    color: #fff
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li>a span {
    display: none;
    padding-left: 10px
}

.enlarged #wrapper .left.side-menu .user-details {
    display: none
}

.enlarged #wrapper .content-page {
    margin-left: 70px
}

.enlarged #wrapper .footer {
    left: 70px
}

.enlarged #wrapper .topbar .topbar-left {
    width: 70px !important
}

.enlarged #wrapper .topbar .topbar-left .logo span {
    display: none;
    opacity: 0
}

.enlarged #wrapper .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #3f51b5 !important
}

.enlarged #wrapper #sidebar-menu>ul>li:hover>a.open :after {
    display: none
}

.enlarged #wrapper #sidebar-menu>ul>li:hover>a.active :after {
    display: none
}

#wrapper.right-bar-enabled .right-bar {
    right: 0
}

#wrapper.right-bar-enabled .left-layout {
    left: 0
}

.app-search {
    position: relative;
    padding-top: 18px
}

.app-search a {
    position: absolute;
    top: 18px;
    left: 220px;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: rgba(49,58,70,0.5)
}

.app-search a:hover {
    color: #313a46
}

.app-search .form-control,.app-search .form-control:focus {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    height: 34px;
    color: #313a46;
    padding-left: 20px;
    padding-right: 40px;
    background: #f2f2f2;
    box-shadow: none;
    border-radius: 30px;
    width: 200px
}

.app-search input::-webkit-input-placeholder {
    color: #313a46
}

.app-search input:-moz-placeholder {
    color: #313a46
}

.app-search input::-moz-placeholder {
    color: #313a46
}

.app-search input:-ms-input-placeholder {
    color: #313a46
}

.page-title {
    /*font-size: 18px;*/
	color: #313a46;
	font-size: 26px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 600
}

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 700
}

.page-title-box {
    padding: 30px 0
}

.page-title-box .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent !important
}

body.enlarged {
    min-height: 1150px
}

body.enlarged.bg-transparent {
    min-height: 500px
}

.lang-option .bootstrap-select {
    margin: 18px 10px 0 10px !important
}

.lang-option .bootstrap-select .btn-default {
    background-color: #fff !important
}

.footer {
    border-top: 1px solid rgba(152,166,173,0.2);
    bottom: 0;
    text-align: left !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 240px;
    color: #98a6ad
}

.notification-list {
    margin-left: 0 !important
}

.notification-list .dropdown-menu.dropdown-menu-right {
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important
}

.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #fff !important;
    margin: -4px 0px 0px 0px;
    width: auto;
    padding: 12px 20px
}

.notification-list .noti-title h5 {
    margin: 0
}

.notification-list .noti-title .label {
    float: right
}

.notification-list .noti-icon {
    font-size: 18px;
    vertical-align: middle;
    color: rgba(49,58,70,0.8);
    line-height: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
    background-color: #ededed;
    border-radius: 50%;
    margin: 19px 0;
    display: inline-block
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 3px;
    z-index: 1
}

.notification-list .notify-item {
    padding: 10px 20px
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #f4f4f4
}

.notification-list .notify-item .notify-icon img {
    margin-top: 4px
}

.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notification-list .notify-item .notify-details b {
    font-weight: 500
}

.notification-list .notify-item .notify-details small {
    display: block
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.notification-list .notify-item .user-msg {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.notification-list .notify-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -3px 0;
    font-weight: 600
}

.notification-list .profile-dropdown .notify-item {
    padding: 4px 20px
}

.profile-dropdown {
    width: 170px
}

.profile-dropdown i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 5px
}

.profile-dropdown span {
    vertical-align: middle
}

.nav-user img {
    margin-top: -3px
}

body {
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    font-family: "EUDC","Roboto",sans-serif;
    font-size: 18px;
	/*font-size: 14px;*/
    background-color: #edf0f0
}

html {
    position: relative;
    min-height: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #666f7b;
    margin: 10px 0;
    font-family: "Roboto",sans-serif
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 15px
}

.h6,h6 {
    font-size: 13px
}

p {
    line-height: 1.6
}

* {
    outline: none !important
}

a {
    color: #313a46;
    outline: none !important
}

a:hover,a:active,a:focus {
    outline: 0;
    color: #313a46;
    text-decoration: none
}

.container {
    width: auto
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.log-in-detail a,.icon-list div:hover,.widget-style-1 i,.profile-widget,.portlet,.ionicon-list i {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out
}

.bx-s,.panel,.portlet,.widget-panel,.profile-widget,.profile-widget img,.tiles,.tile-stats,.mini-stat,header {
    -webkit-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
    -moz-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02)
}

.br-radius,.tiles,.tile-stats,.portlet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.p-0 {
    padding: 0px !important
}

.p-t-0 {
    padding-top: 0px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.m-0 {
    margin: 0px !important
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0px
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-30 {
    margin-bottom: 30px
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.thumb-sm {
    height: 32px;
    width: 32px
}

.thumb-sm img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.thumb-xs {
    height: 24px;
    width: 24px
}

.thumb-md {
    width: 64px;
    height: 64px
}

.thumb-lg {
    height: 84px;
    width: 84px
}

.text-xs {
    font-size: 12px
}

.text-sm {
    font-size: 16px
}

.text-md {
    font-size: 20px
}

.text-lg {
    font-size: 24px !important
}

.m-h-50 {
    min-height: 50px
}

.l-h-34 {
    line-height: 34px
}

.font-light {
    font-weight: 300
}

.wrapper-md {
    padding: 20px
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px
}

.b-0 {
    border: none !important
}

.dropcap {
    font-size: 3.1em
}

.dropcap,.dropcap-circle,.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none
}

.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer
}

.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px
}

.cr-styled input {
    visibility: hidden;
    display: none
}

.cr-styled input[type=checkbox]:checked+i:before {
    content: "\f00c"
}

.cr-styled input[type=radio]+i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px
}

.cr-styled input[type=radio]:checked+i:before {
    content: "\f111"
}

.cr-styled input:checked+i {
    border-color: #3f51b5;
    color: #3f51b5
}

.fileUpload {
    position: relative;
    overflow: hidden
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

@-moz-document url-prefix() {
    .cr-styled i {
        padding-top: 0
    }

    label {
        font-weight: 600
    }
}

.slimScrollDiv {
    height: auto !important
}

.demo-box {
    padding: 10px 15px
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.demo-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
    z-index: 9
}

.demo-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1
}

.grid-structure .grid-container {
    background-color: #f3f3f3;
    margin-bottom: 18px;
    padding: 12px 20px;
    font-family: "Roboto",sans-serif
}

.demo-animation {
    text-align: center
}

.demo-animation img {
    position: relative;
    width: 120px;
    display: block;
    margin: 0 auto 40px auto;
    z-index: 1;
    border-radius: 2px
}

.icon-list-demo div {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #75798B;
    font-size: 14px
}

.icon-list-demo div p {
    margin-bottom: 0;
    line-height: inherit
}

.icon-list-demo i {
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    vertical-align: middle;
    width: 40px
}

.icon-list-demo .col-md-4:hover {
    color: #3f51b5
}

.ion-icon i {
    font-size: 22px
}

.switchery-demo {
    margin-bottom: -10px
}

.switchery-demo .switchery {
    margin-bottom: 10px;
    margin-right: 5px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0
}

.breadcrumb a {
    color: #98a6ad
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105" !important;
    font-family: FontAwesome !important
}

.media {
    margin-top: 25px
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
    border: none
}

.card-columns .card {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .card-deck .card {
        margin-right:10px;
        margin-left: 10px
    }
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    border-color: #e2e2e2
}

.dropdown-menu-animated {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    margin-top: 20px !important
}

.show>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important
}

.dropdown-item.active,.dropdown-item:active {
    color: #313a46;
    text-decoration: none;
    background-color: #f7f7f7
}

.dropdown-lg {
    width: 260px
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none
}

.dropdown-item.active,.dropdown-item:active {
    color: #313a46;
    background-color: #f3f3f3
}

.card-title,.card-header {
    margin-top: 0
}

.bg-primary {
    background-color: #3f51b5 !important
}

.bg-success {
    background-color: #4489e4 !important
}

.bg-info {
    background-color: #33b0e0 !important
}

.bg-warning {
    background-color: #edc755 !important
}

.bg-danger {
    background-color: #d03f3f !important
}

.bg-muted {
    background-color: #f3f3f3 !important
}

.bg-inverse {
    background-color: #36404c !important
}

.bg-purple {
    background-color: #ad86df !important
}

.bg-pink {
    background-color: #f24f7c !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #313a46 !important
}

.text-white {
    color: #fff !important
}

.text-danger {
    color: #d03f3f !important
}

.text-muted {
    color: #98a6ad !important
}

.text-primary {
    color: #3f51b5 !important
}

.text-warning {
    color: #edc755 !important
}

.text-success {
    color: #4489e4 !important
}

.text-info {
    color: #33b0e0 !important
}

.text-inverse {
    color: #36404c !important
}

.text-pink {
    color: #f24f7c !important
}

.text-purple {
    color: #ad86df !important
}

.text-dark {
    color: #313a46 !important
}

.label {
    display: inline;
    padding: 0.3em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.label-white {
    background-color: fade(#fff, 70%);
    color: #313a46 !important
}

.label-default {
    background-color: #e2e2e2;
    color: #313a46
}

.label-primary {
    background-color: #3f51b5
}

.label-success {
    background-color: #4489e4
}

.label-info {
    background-color: #33b0e0
}

.label-warning {
    background-color: #edc755
}

.label-danger {
    background-color: #d03f3f
}

.label-purple {
    background-color: #ad86df
}

.label-pink {
    background-color: #f24f7c
}

.label-inverse {
    background-color: #36404c
}

.label-muted {
    background-color: #98a6ad
}

.badge {
    text-transform: uppercase;
    padding: 3px 5px;
    margin-top: 1px;
    display: inline-block;
    min-width: 10px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    font-family: "Roboto",sans-serif
}

.badge-xs {
    font-size: 9px
}

.badge-xs,.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

.badge-white {
    background-color: fade(#fff, 70%);
    color: #313a46 !important
}

.badge-primary {
    background-color: #3f51b5
}

.badge-success {
    background-color: #4489e4
}

.badge-info {
    background-color: #33b0e0
}

.badge-warning {
    background-color: #edc755
}

.badge-danger {
    background-color: #d03f3f
}

.badge-purple {
    background-color: #ad86df
}

.badge-pink {
    background-color: #f24f7c
}

.badge-inverse {
    background-color: #36404c
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a,.pagination>li>span {
    color: #313a46
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    background-color: #e2e2e2
}

.pagination-split li {
    margin-left: 5px;
    float: left
}

.pagination-split li:first-child {
    margin-left: 0
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.page-item.active .page-link {
    background-color: #3f51b5;
    border-color: #3f51b5
}

.pager li>a,.pager li>span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #313a46
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    background-color: #3f51b5;
    border-color: #3f51b5
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: fade(#fff, 70%)
}

.progress-bar {
    background-color: #3f51b5
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-block {
    display: block
}

.waves-effect.waves-light .waves-ripple {
    background-color: fade(#fff, 40%)
}

.waves-effect.waves-custom .waves-ripple {
    background-color: fade(#3f51b5, 40%)
}

.waves-effect.waves-primary .waves-ripple {
    background-color: fade(#3f51b5, 40%)
}

.waves-effect.waves-success .waves-ripple {
    background-color: fade(#4489e4, 40%)
}

.waves-effect.waves-info .waves-ripple {
    background-color: fade(#33b0e0, 40%)
}

.waves-effect.waves-warning .waves-ripple {
    background-color: fade(#edc755, 40%)
}

.waves-effect.waves-danger .waves-ripple {
    background-color: fade(#d03f3f, 40%)
}

.waves-effect.waves-pink .waves-ripple {
    background-color: fade(#f24f7c, 40%)
}

.waves-effect.purple .waves-ripple {
    background-color: fade(#ad86df, 20%)
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: fade(#36404c, 40%)
}

.btn {
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "Roboto",sans-serif
}

.btn-md {
    padding: 9px 18px
}

.btn-group-lg>.btn,.btn-lg {
    padding: 12px 20px !important;
    font-size: 18px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 0 100px rgba(0,0,0,0.1) inset
}

.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger,.btn-inverse,.btn-purple,.btn-pink {
    color: #fff !important
}

.btn-secondary {
    background-color: #fff;
    border-color: rgba(49,58,70,0.2);
    color: #313a46
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.active,.btn-secondary.focus,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.open>.dropdown-toggle.btn-secondary,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background-color: rgba(49,58,70,0.07) !important;
    border-color: rgba(49,58,70,0.2) !important;
    color: #313a46
}

.btn-secondary.focus,.btn-secondary:focus,.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(49,58,70,0.1);
    box-shadow: 0 0 0 2px rgba(49,58,70,0.1)
}

.btn-primary {
    background-color: #3f51b5 !important;
    border: 1px solid #3f51b5 !important
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    background-color: #3849a2 !important;
    border-color: #3849a2 !important
}

.btn-primary.focus,.btn-primary:focus,.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(63,81,181,0.3);
    box-shadow: 0 0 0 2px rgba(63,81,181,0.3)
}

.btn-success {
    background-color: #4489e4 !important;
    border: 1px solid #4489e4 !important
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    background-color: #2e7be1 !important;
    border-color: #2e7be1 !important
}

.btn-success.focus,.btn-success:focus,.btn-outline-success.focus,.btn-outline-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(68,137,228,0.3);
    box-shadow: 0 0 0 2px rgba(68,137,228,0.3)
}

.btn-info {
    background-color: #33b0e0 !important;
    border: 1px solid #33b0e0 !important
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    background-color: #21a6d9 !important;
    border-color: #21a6d9 !important
}

.btn-info.focus,.btn-info:focus,.btn-outline-info.focus,.btn-outline-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(51,176,224,0.3);
    box-shadow: 0 0 0 2px rgba(51,176,224,0.3)
}

.btn-warning {
    background-color: #edc755 !important;
    border: 1px solid #edc755 !important
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
    background-color: #ebbf3e !important;
    border-color: #ebbf3e !important
}

.btn-warning.focus,.btn-warning:focus,.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(237,199,85,0.3);
    box-shadow: 0 0 0 2px rgba(237,199,85,0.3)
}

.btn-danger {
    background-color: #d03f3f !important;
    border: 1px solid #d03f3f !important
}

.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    background-color: #c53030 !important;
    border-color: #c53030 !important
}

.btn-danger.focus,.btn-danger:focus,.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(208,63,63,0.3);
    box-shadow: 0 0 0 2px rgba(208,63,63,0.3)
}

.btn-inverse {
    background-color: #36404c !important;
    border: 1px solid #36404c !important
}

.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.focus,.btn-inverse:active,.btn-inverse:focus,.btn-inverse:hover,.open>.dropdown-toggle.btn-inverse {
    background-color: #2b333d !important;
    border-color: #2b333d !important
}

.btn-inverse.focus,.btn-inverse:focus,.btn-outline-inverse.focus,.btn-outline-inverse:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(54,64,76,0.3);
    box-shadow: 0 0 0 2px rgba(54,64,76,0.3)
}

.btn-purple {
    background-color: #ad86df !important;
    border: 1px solid #ad86df !important
}

.btn-purple:hover,.btn-purple:focus,.btn-purple:active {
    background-color: #9f72da !important;
    border-color: #9f72da !important
}

.btn-purple.focus,.btn-purple:focus,.btn-outline-purple.focus,.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(173,134,223,0.3);
    box-shadow: 0 0 0 2px rgba(173,134,223,0.3)
}

.btn-pink {
    background-color: #f24f7c !important;
    border: 1px solid #f24f7c !important
}

.btn-pink:hover,.btn-pink:focus,.btn-pink:active {
    background-color: #f0376a !important;
    border-color: #f0376a !important
}

.btn-pink.focus,.btn-pink:focus,.btn-outline-pink.focus,.btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(242,79,124,0.3);
    box-shadow: 0 0 0 2px rgba(242,79,124,0.3)
}

.btn-bordered {
    background-color: transparent !important
}

.btn-bordered.btn-secondary {
    background-color: #fff;
    border: 1px solid rgba(49,58,70,0.15) !important
}

.btn-bordered.btn-primary {
    color: #3f51b5 !important;
    border: 1px solid #3f51b5 !important
}

.btn-bordered.btn-primary:hover,.btn-bordered.btn-primary:focus,.btn-bordered.btn-primary:active {
    background-color: #3f51b5;
    color: #fff !important;
    border: 1px solid #36459b !important
}

.btn-bordered.btn-success {
    color: #4489e4 !important;
    border: 1px solid #4489e4 !important
}

.btn-bordered.btn-success:hover,.btn-bordered.btn-success:focus,.btn-bordered.btn-success:active {
    background-color: #4489e4;
    color: #fff !important;
    border: 1px solid #2575df !important
}

.btn-bordered.btn-info {
    color: #33b0e0 !important;
    border: 1px solid #33b0e0 !important
}

.btn-bordered.btn-info:hover,.btn-bordered.btn-info:focus,.btn-bordered.btn-info:active {
    background-color: #33b0e0;
    color: #fff !important;
    border: 1px solid #209fd0 !important
}

.btn-bordered.btn-warning {
    color: #edc755 !important;
    border: 1px solid #edc755 !important
}

.btn-bordered.btn-warning:hover,.btn-bordered.btn-warning:focus,.btn-bordered.btn-warning:active {
    background-color: #edc755;
    color: #fff !important;
    border: 1px solid #eabc35 !important
}

.btn-bordered.btn-danger {
    color: #d03f3f !important;
    border: 1px solid #d03f3f !important
}

.btn-bordered.btn-danger:hover,.btn-bordered.btn-danger:focus,.btn-bordered.btn-danger:active {
    background-color: #d03f3f;
    color: #fff !important;
    border: 1px solid #bd2e2e !important
}

.btn-bordered.btn-inverse {
    color: #36404c !important;
    border: 1px solid #36404c !important
}

.btn-bordered.btn-inverse:hover,.btn-bordered.btn-inverse:focus,.btn-bordered.btn-inverse:active {
    background-color: #36404c;
    color: #fff !important;
    border: 1px solid #272e37 !important
}

.btn-bordered.btn-purple {
    color: #ad86df !important;
    border: 1px solid #ad86df !important
}

.btn-bordered.btn-purple:hover,.btn-bordered.btn-purple:focus,.btn-bordered.btn-purple:active {
    background-color: #ad86df;
    color: #fff !important;
    border: 1px solid #9a6ad8 !important
}

.btn-bordered.btn-pink {
    color: #f24f7c !important;
    border: 1px solid #f24f7c !important
}

.btn-bordered.btn-pink:hover,.btn-bordered.btn-pink:focus,.btn-bordered.btn-pink:active {
    background-color: #f24f7c;
    color: #fff !important;
    border: 1px solid #f02e63 !important
}

.btn-rounded {
    border-radius: 2em
}

.btn-facebook {
    color: #fff !important;
    background-color: #3b5998 !important
}

.btn-twitter {
    color: #fff !important;
    background-color: #00aced !important
}

.btn-linkedin {
    color: #fff !important;
    background-color: #007bb6 !important
}

.btn-dribbble {
    color: #fff !important;
    background-color: #ea4c89 !important
}

.btn-googleplus {
    color: #fff !important;
    background-color: #dd4b39 !important
}

.btn-instagram {
    color: #fff !important;
    background-color: #517fa4 !important
}

.btn-pinterest {
    color: #fff !important;
    background-color: #cb2027 !important
}

.btn-dropbox {
    color: #fff !important;
    background-color: #007ee5 !important
}

.btn-flickr {
    color: #fff !important;
    background-color: #ff0084 !important
}

.btn-tumblr {
    color: #fff !important;
    background-color: #32506d !important
}

.btn-skype {
    color: #fff !important;
    background-color: #00aff0 !important
}

.btn-youtube {
    color: #fff !important;
    background-color: #bb0000 !important
}

.btn-github {
    color: #fff !important;
    background-color: #171515 !important
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    /*font-size: 13px*/
	font-size: 18px;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -17px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important
}

.checkbox label::after {
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome'
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #e2e2e2;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px
}

.checkbox.checkbox-single label:before {
    margin-left: 0
}

.checkbox.checkbox-single label:after {
    margin-left: 0
}

.checkbox-custom input[type="checkbox"]:checked+label::before {
    background-color: #3f51b5;
    border-color: #3f51b5
}

.checkbox-custom input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #3f51b5;
    border-color: #3f51b5
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d03f3f;
    border-color: #d03f3f
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #33b0e0;
    border-color: #33b0e0
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #edc755;
    border-color: #edc755
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #4489e4;
    border-color: #4489e4
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
    background-color: #ad86df;
    border-color: #ad86df
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-pink input[type="checkbox"]:checked+label::before {
    background-color: #f24f7c;
    border-color: #f24f7c
}

.checkbox-pink input[type="checkbox"]:checked+label::after {
    color: #fff
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
    background-color: #36404c;
    border-color: #36404c
}

.checkbox-inverse input[type="checkbox"]:checked+label::after {
    color: #fff
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    /*font-size: 13px*/
	font-size: 18px;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #f3f3f3;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65
}

.radio input[type="radio"]:focus+label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted
}

.radio input[type="radio"]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio.radio-single label {
    height: 17px
}

.radio-custom input[type="radio"]+label::after {
    background-color: #3f51b5
}

.radio-custom input[type="radio"]:checked+label::before {
    border-color: #3f51b5
}

.radio-custom input[type="radio"]:checked+label::after {
    background-color: #3f51b5
}

.radio-primary input[type="radio"]+label::after {
    background-color: #3f51b5
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #3f51b5
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #3f51b5
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d03f3f
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d03f3f
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d03f3f
}

.radio-info input[type="radio"]+label::after {
    background-color: #33b0e0
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #33b0e0
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #33b0e0
}

.radio-warning input[type="radio"]+label::after {
    background-color: #edc755
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #edc755
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #edc755
}

.radio-success input[type="radio"]+label::after {
    background-color: #4489e4
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #4489e4
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #4489e4
}

.radio-purple input[type="radio"]+label::after {
    background-color: #ad86df
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #ad86df
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #ad86df
}

.radio-pink input[type="radio"]+label::after {
    background-color: #f24f7c
}

.radio-pink input[type="radio"]:checked+label::before {
    border-color: #f24f7c
}

.radio-pink input[type="radio"]:checked+label::after {
    background-color: #f24f7c
}

.alert {
    position: relative
}

.alert .alert-link {
    font-weight: 600
}

.alert-dismissable .close,.alert-dismissible .close {
    opacity: 0.9
}

.alert-icon {
    padding-left: 50px
}

.alert-icon i {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    top: 0;
    line-height: 50px;
    font-size: 22px
}

.alert-success {
    color: #3f51b5;
    background-color: #d1d6ef;
    border-color: #8591d5
}

.alert-success .alert-link {
    color: #32408f
}

.alert-success hr {
    border-top-color: #32408f
}

.alert-info {
    color: #33b0e0;
    background-color: #ceecf8;
    border-color: #8cd2ed
}

.alert-info .alert-link {
    color: #1e95c2
}

.alert-info hr {
    border-top-color: #1e95c2
}

.alert-warning {
    color: #edc755;
    background-color: #f9edc8;
    border-color: #f7e5b1
}

.alert-warning .alert-link {
    color: #e8b827
}

.alert-warning hr {
    border-top-color: #e8b827
}

.alert-danger {
    color: #d03f3f;
    background-color: #f3cece;
    border-color: #e49191
}

.alert-danger .alert-link {
    color: #b12b2b
}

.alert-danger hr {
    border-top-color: #b12b2b
}

.portlet {
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s
}

.portlet .portlet-heading {
    padding: 20px 25px;
    line-height: 38px;
    min-height: 39px;
    border-radius: 3px;
    color: #fff
}

.portlet .portlet-heading .portlet-title {
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0
}

.portlet .portlet-heading .portlet-widgets {
    position: relative;
    text-align: right;
    float: right;
    padding-left: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 16px
}

.portlet .portlet-body {
    background: #fff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px
}

.portlet .portlet-heading.bg-purple a,.portlet .portlet-heading.bg-info a,.portlet .portlet-heading.bg-success a,.portlet .portlet-heading.bg-primary a,.portlet .portlet-heading.bg-danger a,.portlet .portlet-heading.bg-warning a,.portlet .portlet-heading.bg-inverse a,.portlet .portlet-heading.bg-pink a {
    color: #fff
}

.portlet .portlet-heading a {
    color: #313a46;
    font-size: 18px
}

.portlet-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: rgba(49,58,70,0.5)
}

.portlet-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 1
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(63,81,181,0.3);
    border-right: 5px solid rgba(63,81,181,0.3);
    border-bottom: 5px solid rgba(63,81,181,0.3);
    border-left: 5px solid #3f51b5;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

.spinner,.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #36404a;
    border: none;
    color: #ffffff !important;
    font-family: "Lato",sans-serif
}

.morris-hover.morris-default-style .morris-hover-point {
    color: #f4f8fb !important
}

#flotTip {
    padding: 8px 12px;
    background-color: #36404a;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.legend tr {
    height: 20px
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px
}

#legend {
    position: absolute;
    top: 0;
    right: 15px
}

.jqstooltip {
    background-color: #36404a !important;
    padding: 5px 10px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #36404a !important
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative
}

.timeline .time-show a {
    color: #fff
}

.timeline:before {
    background-color: rgba(243,243,243,0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px
}

.timeline .timeline-icon i {
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px
}

h3.timeline-title {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}

.timeline-item {
    display: table-row
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(226,226,226,0.3) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0
}

.timeline-item .timeline-desk .timeline-box {
    padding: 20px
}

.timeline-item .timeline-date {
    margin-bottom: 10px
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgba(226,226,226,0.3) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px
}

.timeline-item.alt:before {
    display: none
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px
}

.timeline-item.alt h4 {
    text-align: right
}

.timeline-item.alt p {
    text-align: right
}

.timeline-item.alt .timeline-date {
    text-align: right
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

.timeline-desk .panel {
    background: rgba(226,226,226,0.25);
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0
}

.timeline-desk h5 span {
    color: #f3f3f3;
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}

.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0
}

.timeline-desk .album {
    margin-top: 12px
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px
}

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block
}

.timeline-left:before {
    left: 0 !important
}

.timeline-left .timeline-item {
    display: block
}

.timeline-left .timeline-desk {
    display: block;
    width: 100%
}

.timeline-left .panel {
    margin-bottom: 20px
}

.profile-bg-picture {
    position: relative;
    min-height: 300px;
    margin: -19px -20px 0px -20px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.profile-bg-picture>.picture-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dâ€¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,0,0,0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,0,0,0.4) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.4)));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(0,0,0,0.4) 100%)
}

.profile-user-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    margin-top: -65px;
    position: relative;
    border-radius: 5px
}

.profile-tabs {
    background-color: #f3f3f3;
    padding-bottom: 1px;
    border: none
}

.profile-tabs .nav-item>.nav-link {
    border: none;
    margin-right: 0px;
    padding: 15px 30px;
    /*font-size: 16px*/
	font-size: 18px;
}

.profile-tabs .nav-item>.nav-link i {
    margin-right: 10px
}

.profile-user-img img {
    position: absolute;
    top: -56px;
    border: 3px solid #fff;
    box-shadow: 2px 6px 30px -15px #313a46
}

.timeline-2 {
    position: relative;
    border-left: 2px solid #313a46
}

.timeline-2 .time-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #e2e2e2
}

.timeline-2 .time-item :before,.timeline-2 .time-item :after {
    display: table;
    content: " "
}

.timeline-2 .time-item :after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    margin-left: -8px;
    background-color: #fff;
    border-color: #313a46;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    content: ''
}

.profile-desk .table th {
    border: none
}

.modal .modal-dialog .close {
    top: 0;
    position: absolute;
    right: 0;
    height: 36px;
    width: 36px;
    background-color: #313a46;
    opacity: 1;
    border: 2px solid #fff;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    padding: 0
}

.modal .modal-dialog .modal-title {
    margin: 0
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px
}

.modal-full {
    width: 98%
}

.modal-content .nav.nav-tabs+.tab-content {
    margin-bottom: 0
}

.modal-content .panel-group {
    margin-bottom: 0
}

.modal-content .panel {
    border-top: none
}

.modal-demo {
    background-color: #fff;
    width: 600px;
    border-radius: 4px;
    display: none
}

.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #e2e2e2
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #313a46;
    color: #fff;
    text-align: left;
    margin: 0
}

.custom-modal-text {
    padding: 20px
}

.custombox-modal-wrapper {
    text-align: left
}

.custombox-modal-flash .close,.custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999
}

.tab-content {
    padding: 20px 0 0 0
}

.nav-tabs>li>a,.nav-pills>li>a {
    color: #313a46;
    /*font-weight: 500;*/
	font-weight: 600;
}

.nav-pills .nav-item.show .nav-link,.nav-pills .nav-link.active {
    background-color: #3f51b5
}

.tabs-vertical-env .tab-content {
    background: #fff;
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px
}

.tabs-vertical-env .nav.tabs-vertical li>a {
    color: #313a46;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 2px
}

.tabs-vertical-env .nav.tabs-vertical li>a.active {
    background-color: #3f51b5;
    border: 0;
    color: #fff
}

.tabs-vertical-env-right .tab-content {
    padding: 0 20px 0 0
}

.tabs-bordered {
    border-bottom: 2px solid rgba(152,166,173,0.2) !important
}

.tabs-bordered .nav-item {
    margin-bottom: -2px
}

.tabs-bordered li a,.tabs-bordered li a:hover,.tabs-bordered li a:focus {
    border: 0 !important;
    padding: 10px 20px !important
}

.tabs-bordered li a.active {
    border-bottom: 2px solid #3f51b5 !important
}

.nav-pills>li>a {
    color: #313a46
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    background-color: #3f51b5
}

.widget-panel {
    padding: 40px 20px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-bottom: 20px
}

.widget-style-1 i {
    position: absolute;
    font-size: 3rem;
    right: -5px;
    bottom: 1rem;
    color: #edf0f0
}

.widget-style-1 h2 {
    font-size: 32px
}

.widget-style-1:hover i {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.widget-style-2 {
    padding-left: 30px
}

.widget-style-2 i {
    font-size: 60px;
    float: right;
    padding: 25px 30px;
    margin-top: -40px;
    margin-right: -20px;
    color: #edf0f0
}

.widget-style-2 h2 {
    font-weight: 600;
    font-size: 32px
}

.profile-widget {
    background: #ffffff;
    margin-bottom: 20px
}

.bg-profile {
    height: 100px
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none
}

.widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 30px
}

.widget-list span {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.tile-stats {
    padding: 20px 0px 0px 0px;
    position: relative;
    min-height: 128px;
    overflow: hidden;
    margin-bottom: 20px
}

.tile-stats .status {
    margin-top: 0px;
    padding: 0px 20px 10px 20px
}

.status-ab {
    position: absolute;
    right: 0
}

.mini-stat {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px
}

.mini-stat-info span {
    display: block;
    font-size: 24px;
    font-weight: 600
}

.conversation-list {
    list-style: none;
    padding: 0px 10px;
    max-height: 350px
}

.conversation-list li {
    margin-bottom: 24px
}

.conversation-list .chat-avatar {
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left
}

.conversation-list .chat-avatar img {
    width: 100%;
    border-radius: 100%
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal
}

.conversation-list .ctext-wrap i {
    display: block;
    font-style: normal;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: #1a2942
}

.conversation-list .conversation-text {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    width: 70%
}

.conversation-list .ctext-wrap {
    padding: 10px;
    background: #d8f2f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block
}

.conversation-list .ctext-wrap p {
    margin: 0px;
    padding-top: 3px
}

.conversation-list .ctext-wrap:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213,242,239,0);
    border-right-color: #d8f2f3;
    border-width: 5px;
    margin-top: -5px
}

.conversation-list .odd .chat-avatar {
    float: right !important
}

.conversation-list .odd .conversation-text {
    width: 70% !important;
    margin-right: 12px;
    text-align: right;
    float: right !important
}

.conversation-list .odd .ctext-wrap {
    background: #e8e9ec !important
}

.conversation-list .odd .ctext-wrap i {
    color: #acacac
}

.conversation-list .odd .ctext-wrap:after {
    left: 100% !important;
    top: 20% !important;
    border-color: rgba(238,238,242,0) !important;
    border-left-color: #e8e9ec !important
}

.todoapp {
    padding: 20px 30px 20px 30px !important
}

.todo-list li {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    padding: 15px 0 !important
}

.todo-list li:last-of-type {
    border-bottom: none
}

.todo-text {
    font-family: "Roboto",sans-serif
}

.velonic-carousel {
    padding: 20px 30px
}

.slider-bg {
    background: url(../images/gallery/11.jpg) center;
    background-size: cover;
    position: relative
}

.slider-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%
}

.owl-buttons {
    display: none
}

label {
    /*font-size: 14px;*/
	font-size: 18px;
    color: #313a46;
    letter-spacing: 0.01em;
    font-family: "Roboto",sans-serif
}

.primary-control-label:after,.primary-control-label:before {
    top: 0px
}

select[multiple] option+option,select[size] option+option {
    margin-top: 1px
}

select[multiple] option,select[size] option {
    padding: 6px 12px;
    border-radius: 2px
}

textarea.form-control {
    min-height: 90px
}

.form-control {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    /*font-size: 14px;*/
	font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.form-control:focus {
    border: 1px solid #afafaf;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 4px
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-btn .btn {
    padding: 7px 12px
}

.input-group-btn .btn-sm {
    padding: 5px 10px
}

.input-group-btn .btn-md {
    padding: 8px 14px
}

.input-group-btn .btn-lg {
    padding: 10px 17px
}

.bootstrap-tagsinput {
    box-shadow: none;
    padding: 5px 7px 5px;
    width: 100%;
    border: 1px solid #e3e3e3
}

.bootstrap-tagsinput .label-info {
    background-color: #3f51b5 !important;
    display: inline-block;
    padding: 5px;
    margin: 3px 1px
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
    display: none
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.bootstrap-select .check-mark::after {
    content: "\F12C";
    font-family: "Material Design Icons"
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 0
}

.select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    border: 1px solid #E3E3E3 !important;
    height: 38px !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3f51b5
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: 1px solid #e3e3e3 !important;
    padding-top: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.15)
}

.select2-search input {
    border: 1px solid #e3e3e3 !important
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e3e3e3 !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0 !important
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    padding: 0 7px
}

.datepicker-dropdown {
    padding: 10px !important
}

.datepicker>div {
    display: block
}

.datepicker td,.datepicker th {
    width: 30px;
    height: 30px
}

.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover {
    background-color: #3f51b5 !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important
}

.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover {
    background-color: #4489e4 !important;
    color: #fff !important;
    background-image: none !important
}

.datepicker-inline {
    border: 2px solid rgba(49,58,70,0.1);
    width: 240px
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px
}

.parsley-errors-list {
    margin: 0;
    padding: 0
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #d03f3f;
    margin-top: 5px;
    padding-left: 20px;
    font-weight: 600;
    position: relative
}

.parsley-errors-list>li:before {
    content: "\F159";
    font: normal normal normal 14px/1 "Material Design Icons";
    position: absolute;
    left: 2px;
    top: 2px
}

.bootstrap-timepicker-widget table td input {
    border: 1px solid rgba(49,58,70,0.3);
    width: 35px
}

.datepicker-dropdown {
    padding: 10px !important
}

.datepicker td,.datepicker th {
    width: 30px;
    height: 30px
}

.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover {
    background-color: #3f51b5 !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important
}

.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover {
    background-color: #4489e4 !important;
    color: #fff !important;
    background-image: none !important
}

.datepicker-inline {
    border: 2px solid rgba(49,58,70,0.1);
    width: 240px
}

.bootstrap-touchspin .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #313a46;
    text-align: center;
    background-color: #efefef;
    border: 1px solid rgba(49,58,70,0.15)
}

.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn,.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.bootstrap-touchspin .input-group .form-control:not(:first-child),.bootstrap-touchspin .input-group-addon:not(:first-child),.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn,.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group>.btn,.bootstrap-touchspin .input-group-btn:not(:first-child)>.dropdown-toggle,.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-touchspin .input-group .form-control:not(:last-child),.bootstrap-touchspin .input-group-addon:not(:last-child),.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn,.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn-group>.btn,.bootstrap-touchspin .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.wizard>.content {
    background: #fff;
    min-height: 240px;
    padding: 20px;
    margin-top: 0
}

.wizard>.content>.body {
    padding: 0;
    position: relative
}

.wizard>.content>.body ul>li {
    display: block;
    line-height: 30px
}

.wizard>.content>.body label.error {
    color: #d03f3f;
    margin-left: 0
}

.wizard>.content>.body label {
    display: inline-block;
    margin-top: 10px
}

.wizard>.content>.body input {
    border-color: #dadada
}

.wizard>.steps {
    background-color: #efefef
}

.wizard>.steps .number {
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center
}

.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active {
    background: transparent;
    color: #313a46;
    cursor: default;
    border: none
}

.wizard>.steps .current a {
    background: #3f51b5
}

.wizard>.steps .current a:hover,.wizard>.steps .current a:active {
    background: #3f51b5
}

.wizard>.steps .current a:hover .number,.wizard>.steps .current a:active .number {
    color: #fff
}

.wizard>.steps .current a .number {
    color: #fff
}

.wizard>.steps .done a {
    background: #e2e2e2;
    color: #313a46
}

.wizard>.steps .done a:hover,.wizard>.steps .done a:active {
    background: #e2e2e2;
    color: #313a46
}

.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active {
    border-radius: 2px;
    margin: 0
}

.wizard>.actions {
    padding: 0 20px;
    margin: 0 !important
}

.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active {
    background: #3f51b5;
    border-radius: 2px;
    color: #fff
}

.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active {
    background: #f2f2f2;
    color: #313a46;
    cursor: default;
    border: none
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0,0,0,0.3);
    background: white;
    border-radius: 6px
}

.dropzone .dz-message {
    font-size: 30px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 12px 10px
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 7px
}

.table-sm td,.table-sm th {
    padding: .3rem !important
}

th {
    font-family: "Roboto",sans-serif
}

.table-centered td {
    vertical-align: middle !important
}

div.dt-button-info {
    background-color: #3f51b5;
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255,255,255,0.2);
    color: #fff
}

table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 18px !important
}

.table-bordered.dataTable>thead>tr>td,.table-bordered.dataTable>thead>tr>th {
    border-bottom-width: 1px !important
}

.fixedHeader-floating {
    top: 70px !important;
    z-index: 99
}

table.dataTable th.focus,table.dataTable td.focus {
    outline: 2px solid #3f51b5 !important;
    outline-offset: -1px;
    background-color: #3f51b5;
    color: #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    box-shadow: 0 0 3px rgba(67,89,102,0.2);
    background-color: #4489e4
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #d03f3f
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-family: "Roboto",sans-serif
}

div.ColVis {
    float: none;
    margin-right: 30px
}

button.ColVis_Button,.ColVis_Button:hover {
    float: none;
    border-radius: 3px;
    outline: none !important;
    background: none;
    box-shadow: none;
    color: #fff !important;
    background-color: #3f51b5 !important;
    border: 1px solid #3f51b5 !important
}

.dataTables_length {
    float: left
}

div.ColVis_collectionBackground {
    background-color: transparent
}

ul.ColVis_collection {
    padding: 10px 0 0 0;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    border: none
}

ul.ColVis_collection li {
    background: transparent !important;
    padding: 3px 10px !important;
    border: none !important;
    box-shadow: none !important
}

#datatable-colvid_info {
    float: left
}

.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 2px 15px !important
}

.table-rep-plugin .table-responsive {
    border: none !important
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important
}

.table-rep-plugin .checkbox-row label::after {
    color: #f3f3f3;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
    opacity: 0.65
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome'
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
    background-color: #e2e2e2;
    cursor: not-allowed
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
    background-color: #fff;
    border-color: #3f51b5
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    color: #3f51b5
}

.table-rep-plugin table.focus-on tbody tr.focused th,.table-rep-plugin table.focus-on tbody tr.focused td,.table-rep-plugin .sticky-table-header {
    background-color: #3f51b5;
    color: #fff;
    border-color: #3f51b5
}

.table-rep-plugin .sticky-table-header.fixed-solution {
    top: 70px !important
}

.table-rep-plugin .btn-default {
    background-color: #fff;
    border: 1px solid rgba(49,58,70,0.3)
}

.table-rep-plugin .btn-group.pull-right {
    float: right
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0
}

.add-edit-table td,.add-edit-table th {
    vertical-align: middle !important
}

.add-edit-table td {
    border: 0 !important
}

#datatable-editable .actions a {
    padding: 5px
}

#datatable-editable .form-control {
    background-color: #fff;
    width: auto
}

#datatable-editable .fa-trash-alt {
    color: #d03f3f
}

#datatable-editable .fa-times {
    color: #d03f3f
}

#datatable-editable .fa-pencil-alt {
    color: #3f51b5
}

#datatable-editable .fa-save {
    color: #4489e4
}

#datatable td {
    font-weight: normal
}

.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left
}

.dt-buttons {
    float: left
}

div#datatable-buttons_info {
    float: left
}

table.dataTable thead th {
    position: relative;
    background-image: none !important
}

.tablesaw thead {
    background: rgba(243,243,243,0.7);
    background-image: none;
    border: none
}

.tablesaw thead th {
    text-shadow: none;
    letter-spacing: 0.06em
}

.tablesaw thead tr:first-child th {
    font-weight: 600;
    border: none;
    font-family: "Roboto",sans-serif
}

.tablesaw td {
    border-top: 1px solid rgba(243,243,243,0.7) !important
}

.tablesaw td,.tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important
}

.tablesaw-stack tbody tr,.tablesaw tbody tr {
    border-bottom: none
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176"
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175"
}

.tablesaw-bar .btn-select.btn-small:after,.tablesaw-bar .btn-select.btn-micro:after {
    font-size: 8px;
    padding-right: 10px
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,.tablesaw-enhanced .tablesaw-bar .btn:focus,.tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #3f51b5 !important;
    background-color: #f3f3f3;
    outline: none !important;
    box-shadow: none !important;
    background-image: none
}

.footable-odd {
    background-color: #fff
}

.footable-detail-show {
    background-color: #e6e6e6
}

.footable>thead>tr>th>span.footable-sort-indicator {
    float: right
}

.footable-pagination li {
    margin-left: 5px;
    float: left
}

.footable-pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #e2e2e2
}

.footable-pagination li.active a {
    color: #fff
}

.table-colored-bordered thead th {
    border-bottom: 0 !important;
    color: #fff
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #3f51b5
}

.table-colored-bordered.table-bordered-primary thead th {
    background-color: #3f51b5
}

.table-colored-bordered.table-bordered-success {
    border: 2px solid #4489e4
}

.table-colored-bordered.table-bordered-success thead th {
    background-color: #4489e4
}

.table-colored-bordered.table-bordered-info {
    border: 2px solid #33b0e0
}

.table-colored-bordered.table-bordered-info thead th {
    background-color: #33b0e0
}

.table-colored-bordered.table-bordered-custom {
    border: 2px solid #3f51b5
}

.table-colored-bordered.table-bordered-custom thead th {
    background-color: #3f51b5
}

.table-colored-bordered.table-bordered-warning {
    border: 2px solid #edc755
}

.table-colored-bordered.table-bordered-warning thead th {
    background-color: #edc755
}

.table-colored-bordered.table-bordered-danger {
    border: 2px solid #d03f3f
}

.table-colored-bordered.table-bordered-danger thead th {
    background-color: #d03f3f
}

.table-colored-bordered.table-bordered-inverse {
    border: 2px solid #36404c
}

.table-colored-bordered.table-bordered-inverse thead th {
    background-color: #36404c
}

.table-colored-bordered.table-bordered-pink {
    border: 2px solid #f24f7c
}

.table-colored-bordered.table-bordered-pink thead th {
    background-color: #f24f7c
}

.table-colored-bordered.table-bordered-purple {
    border: 2px solid #ad86df
}

.table-colored-bordered.table-bordered-purple thead th {
    background-color: #ad86df
}

.table-colored-full {
    color: #fff
}

.table-colored-full thead th {
    border-bottom: 0 !important;
    padding: 10px !important
}

.table-colored-full tbody td,.table-colored-full tbody th {
    border: 0 !important
}

.table-colored-full.table-full-primary {
    background-color: rgba(63,81,181,0.8)
}

.table-colored-full.table-full-primary thead th {
    background-color: #3f51b5
}

.table-colored-full.table-full-primary tbody tr:hover {
    background-color: #3f51b5
}

.table-colored-full.table-full-success {
    background-color: rgba(68,137,228,0.8)
}

.table-colored-full.table-full-success thead th {
    background-color: #4489e4
}

.table-colored-full.table-full-success tbody tr:hover {
    background-color: #4489e4
}

.table-colored-full.table-full-info {
    background-color: rgba(51,176,224,0.8)
}

.table-colored-full.table-full-info thead th {
    background-color: #33b0e0
}

.table-colored-full.table-full-info tbody tr:hover {
    background-color: #33b0e0
}

.table-colored-full.table-full-custom {
    background-color: rgba(63,81,181,0.8)
}

.table-colored-full.table-full-custom thead th {
    background-color: #3f51b5
}

.table-colored-full.table-full-custom tbody tr:hover {
    background-color: #3f51b5
}

.table-colored-full.table-full-warning {
    background-color: rgba(237,199,85,0.8)
}

.table-colored-full.table-full-warning thead th {
    background-color: #edc755
}

.table-colored-full.table-full-warning tbody tr:hover {
    background-color: #edc755
}

.table-colored-full.table-full-danger {
    background-color: rgba(208,63,63,0.8)
}

.table-colored-full.table-full-danger thead th {
    background-color: #d03f3f
}

.table-colored-full.table-full-danger tbody tr:hover {
    background-color: #d03f3f
}

.table-colored-full.table-full-inverse {
    background-color: rgba(54,64,76,0.8)
}

.table-colored-full.table-full-inverse thead th {
    background-color: #36404c
}

.table-colored-full.table-full-inverse tbody tr:hover {
    background-color: #36404c
}

.table-colored-full.table-full-pink {
    background-color: rgba(242,79,124,0.8)
}

.table-colored-full.table-full-pink thead th {
    background-color: #f24f7c
}

.table-colored-full.table-full-pink tbody tr:hover {
    background-color: #f24f7c
}

.table-colored-full.table-full-purple {
    background-color: rgba(173,134,223,0.8)
}

.table-colored-full.table-full-purple thead th {
    background-color: #ad86df
}

.table-colored-full.table-full-purple tbody tr:hover {
    background-color: #ad86df
}

.custom-dd .dd-list .dd-item .dd-handle {
    background: #f3f3f3;
    border: 1px solid #d1d7da;
    padding: 10px 16px;
    height: auto;
    font-weight: normal;
    border-radius: 3px
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
    color: #3f51b5
}

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 25px;
    margin: 8px auto;
    color: #313a46;
    width: 35px
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important
}

.custom-dd-empty .dd-list .dd3-handle:before {
    color: inherit;
    top: 7px
}

.custom-dd-empty .dd-list .dd3-handle:hover {
    color: #3f51b5
}

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #e2e2e2;
    font-family: "Roboto",sans-serif
}

.custom-dd-empty .dd-list .dd3-content:hover {
    color: #3f51b5
}

.custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600
}

.dd-dragel>.dd-item .dd-handle {
    padding: 8px 16px !important;
    background: #f3f3f3;
    height: auto
}

.dd-placeholder,.dd-empty {
    background: #f3f3f3;
    border: 1px dashed #98a6ad
}

.dd-dragel>.dd3-item>.dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important
}

.dd-dragel>.dd3-item>.dd3-handle:before {
    color: inherit;
    top: 7px
}

.dd-dragel>.dd3-item>.dd3-content {
    padding: 8px 16px 8px 46px;
    background: #f3f3f3;
    height: auto
}

.mail-list .list-group-item {
    border: none
}

.mail-content td {
    border-top: none
}

.gmaps,.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #3f51b5;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3f51b5
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #3f51b5
}

.jvectormap-zoomin,.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px
}

.jvectormap-zoomout {
    top: 40px
}

.jvectormap-tip {
    border: none;
    background: #313a46;
    color: white;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding: 5px 8px
}

.calendar {
    float: left;
    margin-bottom: 0
}

.fc-view {
    margin-top: 30px
}

.none-border .modal-footer {
    border-top: none
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    line-height: 30px;
    text-transform: uppercase
}

.fc-day-grid-event .fc-time {
    font-family: "Roboto",sans-serif
}

.fc-day {
    background: #fff
}

.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active,.fc-toolbar button:focus,.fc-toolbar button:hover,.fc-toolbar .ui-state-hover {
    z-index: 0
}

.fc th.fc-widget-header {
    background: #e2e2e2;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-popover {
    border-color: #e2e2e2
}

.fc-button {
    background: #e2e2e2;
    border: none;
    color: #313a46;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px
}

.fc-state-hover {
    background: #f3f3f3
}

.fc-state-highlight {
    background: #f0f0f0
}

.fc-state-down,.fc-state-active,.fc-state-disabled {
    background-color: #3f51b5 !important;
    color: #fff !important;
    text-shadow: none !important
}

.fc-cell-overlay {
    background: #f0f0f0
}

.fc-unthemed .fc-today {
    background: #fff
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px
}

.external-event.bg-primary {
    background-color: rgba(63,81,181,0.3) !important;
    color: #3f51b5
}

.external-event.bg-success {
    background-color: rgba(68,137,228,0.3) !important;
    color: #4489e4
}

.external-event.bg-info {
    background-color: rgba(51,176,224,0.3) !important;
    color: #33b0e0
}

.external-event.bg-warning {
    background-color: rgba(237,199,85,0.3) !important;
    color: #edc755
}

.external-event.bg-danger {
    background-color: rgba(208,63,63,0.3) !important;
    color: #d03f3f
}

.external-event.bg-pink {
    background-color: rgba(242,79,124,0.3) !important;
    color: #f24f7c
}

.external-event.bg-purple {
    background-color: rgba(173,134,223,0.3) !important;
    color: #ad86df
}

.external-event.bg-inverse {
    background-color: rgba(54,64,76,0.3) !important;
    color: #36404c
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Roboto",sans-serif
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Roboto",sans-serif
}

.fc-basic-view .fc-content {
    color: #fff
}

.media-main .info {
    overflow: hidden
}

.social-links li a {
    background: #e2e2e2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #767f8e
}

.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%
}

.account-pages {
    display: table-cell;
    vertical-align: middle
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px
}

.account-box .account-content {
    padding: 30px
}

.account-box .account-btn {
    position: absolute;
    left: 0;
    right: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x:hidden
    }
}

@media (max-width: 768px) {
    body {
        overflow-x:hidden
    }

    .topbar-left {
        width: 70px !important
    }

    .topbar-left span {
        display: none !important
    }

    .topbar-left i {
        display: block !important;
        line-height: 70px !important
    }

    .navbar-custom {
        margin-left: 70px !important
    }

    .topbar .topbar-left {
        height: 70px
    }

    .navbar-nav.navbar-right {
        float: right
    }

    .content-page {
        margin-left: 0 !important
    }

    .content-page .content {
        padding: 0px
    }

    .enlarged .left.side-menu {
        margin-left: -70px
    }

    .footer {
        left: 0 !important
    }

    .mobile-sidebar {
        left: 0
    }

    .mobile-content {
        left: 250px;
        right: -250px
    }

    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left
    }

    div#datatable-buttons_info {
        float: none
    }

    .ms-container {
        width: 100%
    }

    .m-t-sm-50 {
        margin-top: 50px !important
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color:#fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
        left: auto;
        position: absolute;
        right: 0
    }

    .navbar-nav .open .dropdown-menu li {
        display: block
    }

    .navbar-nav {
        margin: 0;
        display: inline-block
    }

    .navbar-nav li {
        display: inline-block;
        line-height: 1px
    }

    .dropdown-lg {
        width: 200px !important
    }

    .user-box {
        float: right
    }

    .dataTables_length {
        float: none;
        margin-bottom: 10px
    }

    .hide-phone {
        display: none !important
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index:10 !important
    }

    .button-menu-mobile {
        display: block
    }

    .search-bar {
        display: none !important
    }

    .navbar-custom {
        margin-left: 0 !important
    }
}

@media (min-width: 768px) {
    .container-alt {
        width:750px
    }
}

@media (min-width: 992px) {
    .container-alt {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container-alt {
        width:1170px
    }
}

@media (max-width: 419px) {
    .hidden-xxs {
        display:none
    }

    .topbar-left {
        width: 70px !important
    }

    .logo .icon-c-logo {
        display: inline-block !important;
        line-height: 58px !important
    }

    .logo span {
        display: none !important
    }

    .content-page {
        margin-left: 70px
    }

    .forced .side-menu.left {
        box-shadow: 0 12px 12px rgba(0,0,0,0.1)
    }

    .enlarged .side-menu.left {
        box-shadow: 0 1px 1px rgba(0,0,0,0.1) !important
    }

    .page-title {
        font-size: 15px;
        max-width: 250px;
        white-space: nowrap
    }

    .navbar-default {
        padding: 0
    }

    .navbar-default .navbar-left {
        padding-left: 0 !important
    }

    .navbar-default .navbar-left li {
        padding: 0 5px
    }

    .topbar-left {
        display: none
    }

    .editable-responsive {
        overflow-x: auto
    }

    .page-title-box .breadcrumb {
        display: none
    }

    .navbar-nav .open .dropdown-menu {
        margin-right: -20px
    }

    .user-box .dropdown-menu {
        margin-right: 0 !important
    }

    .dropdown-lg {
        width: 200px !important
    }

    .user-list .user-list-item .icon,.user-list .user-list-item .avatar {
        display: none
    }

    .user-list .user-list-item .user-desc {
        margin-left: 0
    }
}

/*# sourceMappingURL=app.css.map */
