
/* Global */
* { user-select: auto !important;}

/* SideNav */
/* Sidebar */
#sidebar-wrapper{
    z-index:1;
    position: absolute;
    width:0;
    height:100%;
    overflow-y:hidden;
    background: #222;
    opacity:0.9;
    transition:all .5s;
    align-items:left;
    top:80px;
}

/* Main Content */
#page-content-wrapper{
    width: 100%;
    position: absolute;
    padding:15px;
    transition:all .5s;
}

#menu-toggle{
    transition:all .3s;
    font-size:2em;
}
/* Change the width of the sidebar to display it*/
#newmenu.menuDisplayed #sidebar-wrapper{
    width:250px;
    height: 1200px;
}

#newmenu.menuDisplayed #page-content-wrapper{
    padding-left:250px;
}

#main.pushState {
    margin-left:250px;
}

/* Sidebar styling */
.sidebar-nav{
    padding:0;
    list-style:none;
    transition:all .5s;
    width:100%;
    margin-left:20px;
    overflow: hidden;
    text-align:left
}

.sidebar-nav li{
    line-height:40px;
    width:100%;
    transition:all .3s;
    padding:3px;
    background: transparent !important;
    white-space: nowrap;
}

.sidebar-nav li a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-size: 0.8em;
    background: transparent !important;
}

.sidebar-nav div {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    display:block;
    text-decoration:none;
    font-weight: 600;
    color:#fff;
    background: transparent !important;
}

/* ken new css */
/*
 normalize css
*/

* {
    list-style: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "helvetica neue", helvetica, arial, "lucida grande", sans-serif;
    font-weight: 400;
   /* background: #fff; */
    background: #fafafa;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
    color: inherit;
}
a:hover {
    background-color: #fff;
    color: #111;
}
:focus {
    outline: 0;
}
body:not(input):not(textarea) {
    touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.paginate_button {
    margin-left: 10px;
}

.nav-item {
    color: #111111;
}

/*
 application
 please note that this is a temporary solution. at one point, we need to have a scalable color scheme.
*/

.header {
   /* background: #232c34;
    background: #fafafa; */
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 100px;
    max-width: 1800px;
}

.container {
    max-width: 1800px;
    margin-left: 100px;
}

.header .nav-item a {
    /*color: #111;*/
    padding-left: 10px;
    font-size: 14px;
}
h3 {
    color: #1e2227 !important;
    font-weight: 500 !important;
    margin-left: -15px !important;
}
.table-bordered {
    border: 1px solid #dfe0e1;
}
.table thead tr {
    background: #f4f4f4;
}
tr:nth-child(even) {
    background: #fbfbfb;
}
.table thead th {
    border-bottom: 0px solid #dee2e6;
    font-size: 14px;
    border-top: 0px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
tbody {
    background: #ffffff;
}
.btn-primary {
    color: #fff;
    /*   background-color: #0298ed; */
    background-color: #3C9CE1;
    border-color: #3C9CE1;
}


/* global section */
/*
body {
    font-family: 'montserrat', sans-serif;
    /*background: radial-gradient( at center, #1426f4, #162193);*/
    background: radial-gradient( at center, #97d2c9, #5dc7b3);
}
*/

section {
    position: relative;
    height: auto;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 75px;
}

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

button {
    cursor: pointer;
}

button,
input {
    outline: none;
}

button:focus,
input:focus {
    border: none;
    outline: none;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0;
}

/* end global section */

/* footer section */
.footer-copyright {
    font-size: 11px;
}


/* header section */

/*.header {
    background: #f7f7f7;
} */

.header .logo {
    position: relative;
}

.header .logo img {
    max-width: 250px;
    position: absolute;
    left: 20;
    top: 50%;
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    cursor: pointer;
}

.header .navbar-light .navbar-toggler-icon{
    background: url('../images/menu-icon-18.png');
    background-size: cover;
}

.header .navbar-brand {
    font-family: 'oswald', sans-serif;
    color: #3C9CE1;
    text-transform: capitalize;
    font-size: 33px;
    letter-spacing: 3px;
    margin-left: 15%;
    font-style: italic;
}

.header .navbar-brand:hover {
    color: #3C9CE1;
}

.header .navbar-nav.mr-auto {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.header .navbar-nav.mr-auto .nav-link {
    /* color: #fff; */
    color: #111;
    text-transform: uppercase;
    margin-left: 20px;
}

/* end header section */



/* home content */

.h-content {
    padding: 40px 0;
}

.h-content .text {
    padding: 140px 0;
}

.h-content .text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 500;
    line-height: 42px;
}

.h-content .text p {
    color: #d8d8d8;
    font-size: 18px;
    margin: 15px 0px;
}

.h-content .text button {
    background: #16db94;
    text-transform: uppercase;
    color: #fff;
    border: none;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
}

/* end home content */




/* campaign section */

.campaign {
    /*padding: 50px 0;*/
    padding: 0;
}

.campaign h3 {
    color: #16db94;
    font-weight: 500;
    margin-bottom: 30px;
}


.campaign .box {
    margin-top: 0;
}
.campaign .box.rbox {
    margin: 5px 22px;
}

.campaign h5 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.campaign .box ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    overflow: auto;
    margin-left: -20px;
}

.campaign .box ul li {
    color: #aaaaaa;
    display: block;
    position: relative;
    float: left;
    height: 50px;
    margin-right: -43px;
}

.campaign .box ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.campaign .box ul li label {
    display: block;
    position: relative;
    font-size: 17px;
    padding: 2px 56px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.campaign .box ul li:hover label {
    color: #ffffff;
}

.campaign .box ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.campaign .box ul li:hover .check {
    border: 3px solid #16db94;
}

.campaign .box ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 60%;
    width: 60%;
    top: 50%;
    left: 50%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.campaign .box input[type="checkbox"]:checked ~ .check {
    border: 3px solid #16db94;
}

.campaign .box input[type="checkbox"]:checked ~ .check::before {
    background: #16db94;
}

.campaign .box input[type=checkbox]:checked ~ label {
    color: #fff;
}





/* box2 */


.campaign .box2 ul {
    list-style: none;
    margin: 6px 0;
    padding: 0;
    overflow: auto;
    margin-left: -20px;
}

.campaign .box2 ul li {
    overflow: hidden;
    color: #aaaaaa;
    display: block;
    position: relative;
    float: left;
    height: 50px;
    min-width: 201px;
    margin-right: -43px;
}

.campaign .box2 ul li input {
    position: absolute;
    visibility: hidden;
}

.campaign .box2 ul li label {
    display: block;
    position: relative;
    font-size: 17px;
    padding: 0px 56px;
    margin: 14px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-transform: uppercase;
}

.campaign .box2 ul li:hover label {
    color: #ffffff;
}

.campaign .box2 ul li .check2 {
    display: block;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.campaign .box2 ul li:hover .check2 {
    border: 3px solid #16db94;
}

.campaign .box2 ul li .check2::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 60%;
    width: 60%;
    top: 50%;
    left: 50%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.campaign .box2 input[type="radio"]:checked ~ .check2 {
    border: 3px solid #16db94;
}

.campaign .box2 input[type="radio"]:checked ~ .check2::before {
    background: #16db94;
}

.campaign .box2 input[type=radio]:checked ~ label {
    color: #fff;
    text-transform: uppercase;
}



/* date picker */
.date p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}

.date .datep {
    width: 18rem;
    height: 41px;
    border-radius: 2px;
    border: none;
    float: right;
    padding: 0 10px;
    font-size: 21px;
}

.date {
    overflow: hidden;
    padding-top: 0px;
}

.date .select {
    margin-bottom: 5px;
    overflow: hidden;
}

.date select {
    display: inline-block;
    float: right;
    min-width: 18rem;
    height: 45px;
    border-radius: 2px;
    border: none;
    margin-top: -60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding: 0 10px;
    font-size: 21px;
}

.roi {
    margin-top: -7px;
}

.roi input {
    margin-top: -45px;
    width: 66%;
    height: 41px;
    border-radius: 2px;
    border: none;
    float: right;
    padding: 0 10px;
    font-size: 21px;
}
.roi .con input {
    margin-top: 0;
    float: left;
    width: 100%;
    margin-left: -45px;
}

.btn {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.btn .button button {
    text-decoration: none;
/*    background: #f7f7f7;
    color: #666; */
    background: #3C9CE1;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    border-radius: inherit;
}

.btn .button a {
    text-decoration: none;
    background: #f7f7f7;
    color: #000;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    border-radius: inherit;
}



/* prebiuld section */

.pre-build {
    padding: 40px 0;
}

.pre-build h3 {
    color: #16db94;
    font-weight: 500;
    margin-bottom: 0;
}

.pre-build .checkt {
    color: #fff;
    margin: 10px 0;
}

.pre-build .checkt input {
    cursor: pointer;
}

.pre-build .checkt label {
    margin-bottom: 0;
    margin-left: 7px;
}

.pre-build p {
    color: #fff;
}

.dragable {
    background: transparent;
    max-width: 15rem;
    padding: 1px 0;
}

.dragable .ui-state-default.ui-sortable-handle {
    cursor: all-scroll;
    height: 50px;
    padding: 5px 16px;
    background: #fff;
    border: none;
    color: #000;
    font-size: 20px;
    margin: 2px;
    font-weight: 600;
}

.dragable .ui-state-default.ui-sortable-handle span {
    font-size: 19px;
    margin-right: 10px;
}

/* end prebiuld section */




/* capm content */

.cam-content {
    padding: 40px 0;
}

.cam-content li {
    color: #16db94;
    font-weight: 500;
    margin-bottom: 35px;
}

.cam-content h3 {
    color: #16db94;
    font-weight: 500;
    margin-bottom: 0;
}

.cam-content .box {
    margin: 20px 0;
}

.cam-content .box .field {
    margin-bottom: 20px;
}

.cam-content .box .field label {
    color: #fff;
    display: block;
}

.cam-content .box .field .input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    background: #fff;
}

/* end capm content */




/* start placement */


.placement h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 20px;
}

.placement .check-box {
    float: left;
}

.placement .check-mark {
    margin: 12px 0;
}

.placement .check-mark label {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.placement .check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ededed', gradienttype=0);
    border: 1px solid #ccc;
}

.placement .check-box i {
    background: url('http://cdn1.iconfinder.com/data/icons/mimiglyphs/16/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    opacity: .5;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: rotatez(-180deg);
    -moz-transform: rotatez(-180deg);
    -o-transform: rotatez(-180deg);
    transform: rotatez(-180deg);
}

.placement .checkedbox {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;
}

.placement .checkedbox i {
    bottom: 2px;
    -webkit-transform: rotatez(0deg);
    -moz-transform: rotatez(0deg);
    -o-transform: rotatez(0deg);
    transform: rotatez(0deg);
}

.placement input[type="checkbox"],
input[type="radio"] {
    visibility: hidden;
}

/* end placement */




/* product content */

.product-content {
    padding: 40px 0;
    color: #fff;
}

.product-content .text {
    padding: 60px 0;
}

.product-content .text h2 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 500;
    color: #16db94;
    margin-bottom: 15px;
}

.product-content .text .rating {
    position: relative;
    margin-bottom: 40px;
}

product-content .text h5 {}

.product-content .text ul {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.product-content .text li {
    float: left;
    margin-left: 4px;
    cursor: pointer;
}

.product-content .text li:first-child {
    margin-left: 0;
}

.product-content .text h4 {}

.product-content .text p {
    margin-bottom: 2px;
    color: #d6d6d6;
}

.product-content .text a {
    text-decoration: underline;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}


#sync1 .item {
    background: #0c83e7;
    padding: 0;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #fff;
    padding: 10px 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .item .current .item {
    background: #0c83e7;
}



.owl-theme {
    .owl-nav {

        /*default owl-theme theme reset .disabled:hover links */
        [class*='owl-'] {
            transition: all .3s ease;

            &.disabled:hover {
                background-color: #d6d6d6;
            }
        }

    }
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 0px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translatey(-50%);
    color: #000;
}
#sync1.owl-theme .owl-next {
    right: 7px;
    position: absolute;
    top: 58%;
    font-size: 30px;
    transform: translatey(-50%);
    color: #000;
}

/* end product content */





/* start demo section */

/*.demo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10%;
    height: 10%;
    background: #0e19a3;
    z-index: -9;
    opacity: 0;
    transition: .2s;
}
.demo.active{
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 99;
    transition: .2s;
}
.demo .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 40%;
}
.demo .content input {
    width: 77%;
    background: #999999;
    border: none;
    height: 45px;
    padding: 10px;
    border-radius: 2px;
}
.demo .content button {
    background: #15db95;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    float: right;
}
.demo .content p {
    color: #fff;
    font-size: 18px;
    margin: 5px 0;
}
.demo .cross {
    position: absolute;
    right: -25px;
    top: -39px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* end demo section */




/* start login section */

.login {
    background: #0e19a3;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -99;
    width: 10%;
    height: 10%;
    opacity: 0;
    transition: .2s;
}
.login.active{
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 99;
    transition: .2s;
    transition: .2s;
}
.login .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 45%;
}
.login .content .field {
    margin: 19px 0;
}
.login .content input {
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #999999;
    border: none;
}
.login .content p {
    color: #fff;
    margin-bottom: 0;
}
.login button {
    background: #15db95;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}
.login .cross {
    position: absolute;
    right: -25px;
    top: -39px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* end login section */



/* demo section */

.demo {
    padding: 40px 0;
}
.demo .content {
    max-width: 30rem;
    margin: 36vh auto;
}
.demo form {
    position: relative;
}
.demo .content input {
    width: 75%;
    height: 45px;
    padding: 10px;
    background: #999999;
    color: #fff;
    border: 1px solid #000;
}
.demo .content button {
    float: right;
    height: 44px;
    background-image: linear-gradient(to right, #15db95, #15db95);
    border: none;
    color: #fff;
    padding: 0 19px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}
.demo .content p {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 40%;
    bottom: -50px;
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.49);
}

/* end demo section */


/* the switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* hide default html checkbox */
.switch input {display:none;}

/* the slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196f3;
}
input.success:checked + .slider {
  background-color: #6fcbba;
}
input.success2:checked + .slider {
  background-color: #6fcbba;
}
input.success3:checked + .slider {
    background-color: #6fcbba;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #ffc107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translatex(26px);
  -ms-transform: translatex(26px);
  transform: translatex(26px);
}

/* rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.list-group-item {
    padding-bottom: 0px;
}
.card-body {
    padding-top: 0px;
}
.card {
    -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.1);
    box-shadow: 0 1px 2px rgba(20, 20, 20, 0.1);

}
.once-com {
    width: fit-content;
    float: right;
        margin-top: 0px;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    margin-top: 0px;
    width: max-content;
    background: #fff;
    border: 1px solid #ced4da;
}
.multiselect-container {
        width: max-content !important;

        overflow-y: scroll;
}
.multiselect-container>li>a>label.checkbox, .multiselect-container>li>a>label.radio {
    margin: 0;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.multiselect-container>li>a {
    padding: 0;
    text-decoration: none;
}
.top-cnt {
    width: 100% !important;
}
.left {
    float: left;
    display: -webkit-inline-box;
}
.right {
    float: right;
    display: -webkit-inline-box;
}
.fomal {
    margin-top: 20px;
        margin-bottom: 0px;
}
.input-group-addon {
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #85cec2;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}
.page-wrap {
    min-height: 75vh;
}
.lead {
    color: #000;
}
.reg {
    min-height: 70vh;
}
.west-product {
    padding: 75px;
}
.req-acc {
    text-decoration: none;
    background: #f7f7f7;
    color: #000;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.req-acc:hover {
    text-decoration: none;
    color: #000;
}
.btn-mv {
    margin-top: 20px;
    text-align: center;
}
.card-header {
    font-weight: bold;
    background-color: #F5F5F5;
}
.cst-btn {
    display: -webkit-inline-box;
        float: right;
}
.fire-left {
    padding: 12px;
    background: #F7F7F7;
    border-right: 1px solid #3C9CE1;
    display:none;
}
.colors button.multiselect.dropdown-toggle.btn.btn-default {
    margin-top: 0px;   
}
.cst-amp {
    text-decoration: none;
    background: #3C9CE1;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    border-radius: inherit;
}

/* for multi select dropdown */
.multi-select-btn {
    text-decoration: none;
    background: #3C9CE1;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin: 2px;
    padding: 13px 30px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 300;
    border-radius: inherit;
}

.footer-copyright {
    font-size: 11px;
}
.divas {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
        border: none;
        display: table-row-group;
}
.deval {
    padding-right: 0;
    padding-top: 0px;
        border: none;
        display: table-row-group;
        padding-left: 0px;
}
.keval {
    padding-left: 0;
    padding-top: 0px;
        border: none;
        display: table-row-group;
}
.list-group {
        flex-direction: inherit;
}
.cst {
    margin-left: -22px;
}
.card-header:first-child {
    border-bottom: 0;
    border-radius: 0;
}
.divas .list-group-item {
    padding: 8px 15px 0px 13px;
    border-left: 0;
        border: 0;
}
.list-group {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: none;
}
.deval .list-group-item {
    padding: 8px 15px 0px 13px;
    border-left: 0;
}
.keval .list-group-item {
    padding: 8px 15px 0px 13px;
    border-left: 0;
}

span.ver {
vertical-align: sub;
display: -webkit-inline-box;
}
.list-group-item:last-child {
    margin-bottom: 0px;
}

.divas .switch {
    margin-left: 11px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: none;
}

/** opt page **/
#opt-heading {
    font-weight: 600;
    font-family: verdana;
    color: #64615F;
}

.hidden-xs {
  @media (max-width: @screen-xs-max) {
    .responsive-invisibility();
  }
}

/* this is for input.erb auto complete */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  bottom: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/MaterialIcons-Regular.woff2") format('woff2'),
    url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/MaterialIcons-Regular.woff") format('woff'),
    url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.utility_btn {
    color: #606060;
    font-weight: 600;
    vertical-align: top;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.3;
    margin-right: 16px;
}
.utility_btn:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    content: '\e884';
    position: relative;
    vertical-align: middle;
    padding-right: 8px;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}