@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-BoldItalic.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-BoldItalic.woff') format('woff'), url('../font/roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-LightItalic.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-LightItalic.woff') format('woff'), url('../font/roboto/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-Italic.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-Italic.woff') format('woff'), url('../font/roboto/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-Bold.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-Bold.woff') format('woff'), url('../font/roboto/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-Regular.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-Regular.woff') format('woff'), url('../font/roboto/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/roboto/RobotoCondensed-Light.woff2') format('woff2'), url('../font/roboto/RobotoCondensed-Light.woff') format('woff'), url('../font/roboto/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
html, body {
    height:100%;
}
body {
    background-color: #c9c9c9
}

#main {
}

header{ padding: 25px 20px 0 20px;}

footer {

}

footer.page-footer {
    padding-top: 0px;
    background-color:none ;
}
.footer-copyright .logo{ width: 132px; margin: 25px 0 25px 10px;}
select {
    background-color: transparent;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 2px;
    height: 3rem;
    border-bottom: 1px solid #9e9e9e
}

#sidenav-overlay {
    background-color: transparent
}
.wrapper{ padding: 20px 20px 0 20px}
.container {
    padding: 0;
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%
}

#left-sidebar-nav {
    z-index: 999;
    padding-right: 20px;
    height: 100% !important;
}

#left-sidebar-nav span.badge.new {
    line-height: 20px;
    margin-top: 11px
}

#content .header-search-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: inline-block;
    position: relative
}

#content .container .row {
    margin-bottom: 0
}

@media only screen and (min-width: 601px) {
    .container {
        width: 100%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 100%
    }
}

@media only screen and (max-width: 993px) {
    #main {
        padding-left: 0
    }

    footer {
        padding-left: 0
    }
}

.ps-scrollbar-x-rail {
    z-index: 9999
}

.ps-scrollbar-y-rail {
    z-index: 9999
}

.small {
    font-size: 1.0rem;
    margin: 0;
    padding: 0
}

.medium-small {
    font-size: 0.9rem;
    margin: 0;
    padding: 0
}

.ultra-small {
    font-size: 0.8rem;
    margin: 0;
    padding: 0
}

small {
    font-size: 0.8rem
}

.strong {
    font-weight: 600
}

h4.header {
    line-height: 2.508rem;
    margin: 1.14rem 0 0.912rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase
}

h4.header2 {
    font-size: 24px;
    font-weight:bold;
    color: #4a4b50;
    font-family: "Roboto Condensed";

}

p.title {
    font-size: 1.3rem
}

p.header {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

li.li-hover:hover {
    background: transparent !important
}

li.search-out:hover {
    background: transparent
}

li.mobile:before {
    background: #f7464a
}

li.kitchen:before {
    background: #46bfbd
}

li.home:before {
    background: #fdb45c
}

.more-text {
    padding: 5px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.valign-demo {
    height: 400px;
    background-color: #ddd
}

.margin {
    margin: 0 !important
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #eceff1;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url("../images/user-bg-2.html") no-repeat center center;
    z-index: 1001
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.progress {
    background-color: rgba(255, 64, 129, 0.22)
}

.no-js #loader-wrapper {
    display: none
}

h1.logo-wrapper {
    margin: 0
}

h1 span.logo-text {
    color: #6f6e6e;
    font-size: 20px;
    padding: 36px 0 0 0;
    top: 0;
    display: inline-block;
    position: absolute;
    font-family: "Roboto Condensed";

}

.menu-sidebar-collapse {
    margin: 0 10px
}

.menu-sidebar-collapse i {
    line-height: 36px !important
}

header .brand-logo {
    margin:0;
    padding: 18px 20px
}

header .brand-logo img {
    width: 197px
}

@media only screen and (max-width: 992px) {
    nav .nav-wrapper {
        text-align: center
    }

    nav .nav-wrapper a.page-title {
        font-size: 36px
    }

    ul.side-nav.leftside-navigation {
        top: 56px ;
        left: 15px;

    }
}

.header-search-wrapper {
    margin: 10px auto 0 240px;
    width: calc(100% - 600px);
    height: 40px;
    display: inline-block;
    position: relative
}

.header-search-wrapper i {
    position: absolute;
    font-size: 24px;
    top: 6px;
    left: 24px;
    line-height: 32px !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}

input.header-search-input {
    display: block;
    padding: 8px 8px 8px 72px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    height: 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    font-size: 16px;
    appearance: textfield;
    font-weight: 400;
    outline: none;
    border-radius: 3px
}

input.header-search-input:hover {
    background: rgba(255, 255, 255, 0.5)
}

input.header-search-input:focus {
    color: #333;
    background: #fff;
    border-bottom: none !important;
    box-shadow: none !important
}

.header-search-wrapper-focus i {
    color: #444
}

.header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.search-out {
    display: none
}

.search-out input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff !important;
    box-shadow: none
}

.search-out-text {
    border-bottom: 1px solid #fff !important
}

.translation-button img {
    position: relative;
    top: 12px
}

#translation-dropdown .language-select {
    position: relative;
    top: -9px
}

.notification-badge {
    position: relative;
    right: 5px;
    top: -20px;
    color: #ffffff;
    background-color: #FF4081;
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 4px 5px
}

#notifications-dropdown h5 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500
}

#notifications-dropdown li {
    padding: 10px;
    font-size: 1rem
}

#notifications-dropdown li > a {
    padding: 0;
    font-size: 1rem;
    font-weight: 300
}

#notifications-dropdown li > a > i {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    top: 4px
}

#notifications-dropdown li > time {
    font-size: 0.8rem;
    font-weight: 400
}

#notifications-dropdown li.divider {
    padding: 0
}

nav.top-nav {
    height: 122px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

nav.top-nav a.page-title {
    line-height: 122px;
    font-size: 48px
}

nav ul li.no-hover:hover {
    background: none
}

.side-nav a {
    line-height: 42px;
    height: 42px
}

.side-nav.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0, 0, 0, 0.04)
}

.side-nav.fixed.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0, 0, 0, 0.04)
}

.side-nav .collapsible-body li a {
    margin: 0 1rem 0 3rem
}


ul.side-nav.leftside-navigation {
    position: relative;
    overflow: hidden;
    min-height: 100% !important;
}
/*.wrapper .row .col.no-padding{
    overflow: hidden;
}*/
ul.side-nav.leftside-navigation hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0
}

ul.side-nav.leftside-navigation li {
    line-height: 50px;
    background: #f7f7f7;
    margin: 0 0 1px 0;
}

ul.side-nav.leftside-navigation li:hover {
    background-color: rgba(208, 20, 62, 0.08);
}

ul.side-nav.leftside-navigation li.active{background-color: #f7f7f7;}
ul.side-nav.leftside-navigation li.highLighted , ul.side-nav.leftside-navigation li.active li.highLighted{
    background-color: #d6d6d6 !important;
}

ul.side-nav.leftside-navigation li.highLighted .collapsible-header, ul.side-nav.leftside-navigation li.highLighted .collapsible-header:after{
    color: #ffffff !important;
    content: "";
}
ul.side-nav.leftside-navigation li.active li {
    background-color: #cacaca;
}

ul.side-nav.leftside-navigation li a {
    font-size: 16px;
    font-weight:normal;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

ul.side-nav.leftside-navigation li.user-details {
    background: url("../images/user-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    padding: 15px 0 0 15px
}

ul.side-nav.leftside-navigation li.user-details #profile-dropdown a {
    padding: 8px 15px
}

ul.side-nav.leftside-navigation .profile-btn {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    text-shadow: 1px 1px 1px #444;
    font-size: 15px
}

ul.side-nav.leftside-navigation ul.collapsible-accordion {
    background-color: #fff
}

ul.side-nav li {
    padding: 0
}

ul.side-nav .collapsible-header {
    margin: 0
}

#slide-out li a i {
    line-height: inherit;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
    overflow:hidden;
}

#slide-out ul.side-nav li {
    padding: 0 !important
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #444 !important;
}

.caption-uppercase {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase
}

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -45px
}

.user-task, .user-time {
    margin: 0;
    font-size: 13px;
    color: #fff
}

.user-roal {
    color: #fff;
    margin-top: -16px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #444
}

.user-details .row {
    margin: 0
}

.bold > a {
    font-weight: bold
}

.rightside-navigation {
    overflow: hidden
}

#right-search .input-field {
    margin-top: 0
}

#chat-out .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: 45px;
    height: 45px;
    font-weight: 400
}

#chat-out .collapsible-header:after {
    color: #fff
}

#chat-out .chat-out-list {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

#chat-out .favorite-associate-list .circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #999;
    padding: 3px;
    display: block
}

#chat-out .favorite-associate-list .online-user {
    border: 2px solid #00e676
}

#chat-out .favorite-associate-list p {
    padding: 0
}

#chat-out .favorite-associate-list p.place {
    font-size: 0.8rem
}

#chat-out .recent-activity-list-icon {
    margin-top: 8px;
    font-size: 2rem
}

#chat-out .recent-activity-list-text a {
    font-size: 0.8rem;
    padding: 0;
    font-weight: 600
}

#chat-out .recent-activity-list-text p {
    font-size: 0.9rem;
    padding: 0
}

.chat-close-collapse {
    padding: 5px 15px 0 0
}

#breadcrumbs-wrapper {
    background: #f3f3f3
}

h5.breadcrumbs-header {
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: 1.5rem 0 0 0
}

.breadcrumbs {
    padding: 0;
    margin: 15px 0;
    list-style: none
}

.breadcrumbs > li {
    display: inline-block
}

.breadcrumbs > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumbs .active {
    font-weight: normal;
    color: #999
}

.breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 18px 0 0
}

.breadcrumbs-nav {
    margin: 8px 0 9px
}

.breadcrumb:before {
    content: "\e7c3";
    font-family: "Material-Design-Icons"
}

.jsgrid-edit-row input[type="checkbox"], .jsgrid-insert-row input[type="checkbox"], .jsgrid-filter-row input[type="checkbox"], .jsgrid-alt-row input[type="checkbox"], .jsgrid-row input[type="checkbox"], .config-panel input[type=checkbox] {
    position: relative !important;
    left: 0 !important;
    visibility: visible !important
}

.jsgrid-grid-body {
    height: auto !important
}

.jsgrid-edit-row select {
    display: block !important
}

.jsgrid-insert-row select {
    display: block !important
}

.jsgrid-insert-row .select-wrapper .caret {
    display: none !important
}

.jsgrid-insert-row .select-wrapper .select-dropdown {
    display: none !important
}

#jsGrid-sorting {
    height: 500px !important;
    overflow: scroll !important
}

#jsGrid-page {
    height: 500px !important;
    overflow: scroll !important
}

#jsGrid-custom-row {
    height: 500px !important;
    overflow: scroll !important
}

.card {
    overflow: hidden
}

#card-stats .card-content {
    text-align: center
}

#card-stats .card-stats-title {
    font-size: 22px;
    font-family: "Roboto Condensed";
    font-weight: normal;
    min-height: 70px;
}

#card-stats .card-stats-title i {
    font-size: 1.2rem
}

#card-stats .card-stats-compare {
    font-size: 18px;
    font-family: "Roboto Condensed";
    font-weight: normal;
}

#card-stats .card-stats-compare i {
    position: relative;
    top: 5px
}

#card-stats .card-stats-number {
    font-size: 40px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    margin: 10px 0 10px 0;
}

#card-stats .card .card-content {
    padding: 10px 14px;
    min-height: 200px;
}

#card-stats .card .card-action {
    padding: 10px 14px
}

#card-alert i {
    font-size: 20px;
    position: relative;
    top: 2px
}

#card-alert .alert-circle {
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    left: -2px
}

#card-alert .single-alert {
    line-height: 42px
}

#card-alert button {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #fff
}

#card-alert .card .card-content {
    padding: 20px 40px 20px 20px
}

#card-alert .card-action i {
    top: 0;
    margin: 0
}

#work-collections .collection-header {
    font-size: 1.14rem;
    font-weight: 500
}

#work-collections p.collections-title {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
    font-weight: 500
}

#work-collections p.collections-content {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    font-weight: 400
}

#work-collections .collection-item.avatar {
    height: auto;
    padding-top: 22px
}

#flight-card .flight-card-title {
    margin: 0;
    font-weight: 300;
    color: #fff
}

#flight-card .flight-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff
}

#flight-card .flight-state {
    padding-bottom: 15px
}

#flight-card .flight-state-two {
    border-left: 1px dashed #9e9e9e
}

#flight-card .flight-icon {
    font-size: 2.2rem;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#flight-card .card-content-bg {
    background: url("../images/sample-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#flight-card .card-content {
    background: rgba(0, 0, 0, 0.25)
}

#flight-card .flight-state-wrapper {
    margin: 0 0 100px 0 !important
}

#flight-card .card-header .card-title {
    padding: 20px
}

#task-card label {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    height: auto
}

#task-card .task-card-title {
    margin: 0;
    color: #fff;
    font-weight: 300
}

#task-card .task-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff
}

#task-card .collection-header {
    padding: 20px
}

#task-card .task-add {
    position: absolute;
    right: 10px;
    top: 76px
}

#task-card .task-cat {
    padding: 2px 4px;
    color: #fff;
    margin-left: 37px;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.task-cat {
    padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.collection .collection-item.avatar i.circle {
    font-size: 28px
}

#profile-card .card-image {
    height: 150px
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px
}

.card-move-up .move-up {
    padding: 20px
}

#chart-dashboard {
    padding-top: 12px
}

#chart-dashboard .card {
    overflow: hidden
}

#chart-dashboard .card .card-content {
    padding: 10px 14px
}

.sample-chart-wrapper {
    width: 100%
}

.chart-title {
    font-size: 1.6rem;
    font-weight: 300
}

.chart-revenue {
    float: right;
    text-align: center;
    padding: 8px;
    border-radius: 3px
}

.chart-revenue .chart-revenue-total {
    font-size: 0.9rem;
    margin: 0
}

.chart-revenue .chart-revenue-per {
    font-size: 0.8rem;
    margin: 0
}

.chart-revenue .chart-revenue-per i {
    position: relative;
    top: 5px
}

.chart-revenue-switch {
    padding-top: 28px;
    padding-right: 10px;
    color: #fff;
    text-align: right
}

.doughnut-chart-status {
    position: relative;
    top: -75px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    height: 0;
    text-align: center
}

.doughnut-chart-status p {
    margin-top: -5px
}

.doughnut-chart-legend li {
    padding: 2px 0;
    font-size: 0.9rem
}

.doughnut-chart-legend li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 4px
}

a.button-collapse.top-nav {
    position: absolute;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2
}

.trending-bar-chart-wrapper {
    width: 100%
}

.btn-move-up {
    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px !important
}

.flotchart-placeholder {
    width: 100%;
    height: 300px;
    font-size: 13px;
    line-height: 1.2em
}

#flotchart table {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: smaller;
    color: #545454;
    width: 100px
}

#flotchart td {
    padding: 5px
}

th {
    padding: 5px
}

.xchart-placeholder {
    width: 90%;
    height: 300px
}

.jqstooltip {
    border: none !important;
    box-sizing: content-box
}

.tooltip-class {
    overflow: hidden;
    color: #fff;
    height: 20px;
    width: 30px
}

#ct2-chart .ct-series.ct-series-a .ct-area {
    fill: #00bcd4
}

#ct2-chart .ct-series.ct-series-a .ct-point {
    stroke: #00bcd4
}

#ct2-chart .ct-series.ct-series-a .ct-line {
    stroke: #54e2f4
}

.socialbox .logo {
    color: #fff;
    font-size: 28px;
    left: 20px;
    bottom: 20px;
    position: absolute
}

.socialbox .info {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 0
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .doughnut-chart-status {
        display: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .doughnut-chart-status {
        display: none
    }

    #card-stats .card-stats-compare {
        font-size: 0.8rem
    }
}

#full-calendar {
    padding-top: 30px
}

#calendar h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 35px
}

#calendar .fc-day-header {
    text-transform: uppercase;
    font-weight: 400
}

#external-events {
    padding-top: 50px
}

#external-events .fc-event {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
    cursor: all-scroll;
    border: none
}

.fc button {
    background: #fff
}

.fc td {
    border-width: 0 !important
}

.fc th {
    border-width: 0 !important
}

.fc-state-active {
    color: #ff4081 !important
}

.fc-state-down {
    color: #ff4081 !important
}

.dynamic-color .red, .dynamic-color .pink, .dynamic-color .purple, .dynamic-color .deep-purple, .dynamic-color .indigo, .dynamic-color .blue, .dynamic-color .light-blue, .dynamic-color .cyan, .dynamic-color .teal, .dynamic-color .green, .dynamic-color .light-green, .dynamic-color .lime, .dynamic-color .yellow, .dynamic-color .amber, .dynamic-color .orange, .dynamic-color .deep-orange, .dynamic-color .brown, .dynamic-color .grey, .dynamic-color .blue-grey {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    line-height: 55px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dynamic-color .col {
    margin-bottom: 55px
}

tr.group {
    background-color: #ddd !important
}

tr.group:hover {
    background-color: #ddd !important
}

@media only screen and (max-width: 1024px) {
    tfoot {
        display: none
    }
}

#site-layout-example-left {
    background-color: #90a4ae;
    height: 300px
}

#site-layout-example-right {
    background-color: #26a69a;
    height: 300px
}

#site-layout-example-top {
    background-color: #e57373;
    height: 50px
}

.flat-text-header {
    height: 35px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    margin: 27px auto
}

.flat-text {
    height: 25px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    margin: 27px auto
}

.flat-text.small {
    width: 25%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.15)
}

.flat-text.full-width {
    width: 100%
}

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: #fff;
    padding: 0
}

.col.grid-example span {
    font-weight: 200;
    line-height: 50px
}

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px
}

.browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 5px 5px 2px 2px;
    -moz-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
    background-clip: padding-box;
    background-color: transparent;
    margin: 20px 0;
    overflow: hidden
}

.browser-window .top-bar {
    height: 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-clip: padding-box;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #ddd;
    background: linear-gradient(#e7e7e6, #e0e0e0)
}

.browser-window .circle {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fff;
    margin-right: 1px
}

.browser-window .circles {
    margin: 5px 12px
}

.browser-window .content {
    margin: 0;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa
}

.browser-window .row {
    margin: 0
}

#close-circle {
    background-color: #ff5c5a
}

#minimize-circle {
    background-color: #fdb45c
}

#maximize-circle {
    background-color: #1bc656
}

.clear {
    clear: both
}

.promo i {
    color: #ee6e73;
    font-size: 6rem;
    display: block
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0
}

.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto
}

.collapsible-header {
    font-weight: 500
}

.collapsible-header:after {
    font-family: "Material-Design-Icons";
    content: "\e7c3";
    float: right;
    color: #9e9e9e;
    font-size: 18px
}

.collapsible-header.active:after {
    content: "\e7c1";
    color: #FFFFFF;
}

#input-select .input-field label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem
}

.icon-demo {
    line-height: 50px
}

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center
}

.icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0 0 15px 0
}

.icon-holder p {
    margin: 0
}

.text-long-shadow {
    text-shadow: #1d7d74 1px 1px, #1d7d74 2px 2px, #1d7d74 3px 3px, #1d7d74 4px 4px, #1d7d74 5px 5px, #1d7d74 6px 6px, #1d7d74 7px 7px, #1d7d74 8px 8px, #1d7d74 9px 9px, #1d7d74 10px 10px, #1d7d74 11px 11px, #1d7d74 12px 12px, #1d7d74 13px 13px, #1d7d74 14px 14px, #1d7d74 15px 15px, #1d7d74 16px 16px, #1d7d74 17px 17px, #1d7d74 18px 18px, #1d7d74 19px 19px, #1d7d74 20px 20px, #1d7d74 21px 21px, #208b81 22px 22px, #208b81 23px 23px, #208b81 24px 24px, #208b81 25px 25px, #208b81 26px 26px, #208b81 27px 27px, #208b81 28px 28px, #208b81 29px 29px, #208b81 30px 30px, #26a69a 31px 31px, #26a69a 32px 32px, #26a69a 33px 33px, #26a69a 34px 34px, #26a69a 35px 35px, #26a69a 36px 36px, #26a69a 37px 37px;
    background-color: #26a69a;
    width: 100%;
    font-size: 10rem;
    color: #fff !important;
    text-align: center;
    padding: 20px 0 !important
}

.login-form {
    width: 280px
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem
}

.profile-image-login {
    width: 100px;
    height: 100px !important
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important
}

#mail-app hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0
}

#mail-app #email-sidebar {
    margin-top: 0
}

#mail-app #email-list {
    margin-top: 0
}

#mail-app #email-details {
    margin-top: 0
}

#mail-app .modal .modal-content {
    padding: 0
}

.email-unread .email-title {
    font-weight: 500
}

#email-sidebar {
    min-height: 650px
}

#email-sidebar li {
    padding: 10px 0;
    text-align: center
}

#email-sidebar li i {
    padding: 12px;
    color: #272727
}

#email-sidebar li i.active {
    background: #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

#email-sidebar li i:hover {
    background: #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

#email-list {
    padding: 0
}

#email-list .collection {
    margin: 0
}

#email-list .collection .collection-item.avatar {
    height: auto;
    padding-left: 72px;
    position: relative
}

#email-list .collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 10px;
    right: -4px
}

#email-list .collection .collection-item.avatar .secondary-content.email-time {
    right: 8px
}

#email-list .collection .collection-item.avatar .icon {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    top: 20px
}

#email-list .collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    padding: 10px
}

#email-list .collection .collection-item.avatar img.circle {
    padding: 0
}

#email-list .collection .collection-item:hover {
    background: #e1f5fe;
    cursor: pointer
}

#email-list .collection .collection-item.selected {
    background: #e1f5fe;
    border-left: 4px solid #29b6f6
}

#email-list .attach-file {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #9e9e9e;
    font-size: 1.1rem
}

#email-details {
    padding: 15px
}

#email-details .email-subject {
    font-size: 1.2rem
}

#email-details .email-subject i {
    font-size: 2.2rem
}

#email-details .email-tag {
    padding: 3px;
    font-size: 0.9rem
}

#email-details .collection {
    border: none
}

#email-details .collection .collection-item.avatar {
    height: auto;
    padding-left: 72px;
    position: relative
}

#email-details .collection .collection-item.avatar .icon {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    top: 20px
}

#email-details .collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    padding: 10px
}

#email-details .collection .collection-item.avatar img.circle {
    padding: 0
}

#email-details .collection .collection-item.selected {
    background: #e1f5fe;
    border-left: 4px solid #29b6f6
}

#email-details .email-actions {
    padding-top: 25px
}

#email-details .email-actions a {
    color: #757575;
    padding: 5px
}

.email-reply {
    padding-top: 20px
}

.email-reply a {
    color: #757575
}

.email-reply a i {
    font-size: 2rem
}

.email-reply p {
    color: #757575;
    margin: 0
}

.model-email-content {
    padding: 24px
}

.blog-card .card .card-content .card-title, .blog-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400
}

.blog-card .card {
    margin: 0
}

.blog-card .card .card-content {
    padding: 5px 10px
}

.blog-card ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.blog-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.blog .card .card-content .card-title, .blog .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400
}

.blog {
    width: 20%;
    padding: 10px
}

.blog .card {
    margin: 0
}

.blog .card .card-content {
    padding: 5px 10px
}

.blog ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.blog ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.blog-sizer {
    width: 20%
}

.blog-post-content {
    padding-bottom: 10px
}

@media screen and (max-width: 2200px) {
    .blog-sizer {
        width: 20%
    }

    .blog {
        width: 20%
    }

    .doughnut-chart-status {
        top: -100px
    }

    .product-sizer {
        width: 20%
    }

    .product {
        width: 20%
    }

    .gallary-sizer {
        width: 20%
    }

    .gallary-item img {
        width: 20%
    }
}

@media screen and (max-width: 1800px) {
    .blog-sizer {
        width: 30%
    }

    .blog {
        width: 30%
    }

    .product-sizer {
        width: 30%
    }

    .product {
        width: 30%
    }

    .gallary-sizer {
        width: 30%
    }

    .gallary-item img {
        width: 30%
    }
}

@media screen and (max-width: 1600px) {
    .blog-sizer {
        width: 33.33%
    }

    .doughnut-chart-status {
        top: -75px
    }

    .blog {
        width: 33.33%
    }

    .product-sizer {
        width: 25%
    }

    .product {
        width: 25%
    }

    .gallary-sizer {
        width: 25%
    }

    .gallary-item img {
        width: 25%
    }
}

@media screen and (max-width: 1224px) {
    .blog-sizer {
        width: 33.33%
    }

    .doughnut-chart-status {
        top: -75px
    }

    .doughnut-chart-status {
        top: -100px
    }

    .blog {
        width: 33.33%
    }

    .product-sizer {
        width: 33.33%
    }

    .product {
        width: 33.33%
    }

    .gallary-sizer {
        width: 33.33%
    }

    .gallary-item img {
        width: 33.33%
    }
}

@media screen and (max-width: 980px) {
    .blog-sizer {
        width: 50%
    }

    .blog {
        width: 50%
    }

    .product-sizer {
        width: 50%
    }

    .product {
        width: 50%
    }

    .gallary-sizer {
        width: 50%
    }

    .gallary-item img {
        width: 50%
    }
}

@media screen and (max-width: 720px) {
    .blog-sizer {
        width: 50%
    }

    .blog {
        width: 50%
    }

    .product-sizer {
        width: 50%
    }

    .product {
        width: 50%
    }

    .gallary-sizer {
        width: 50%
    }

    .gallary-item img {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .blog-sizer {
        width: 100%
    }

    .blog {
        width: 100%
    }

    .product-sizer {
        width: 100%
    }

    .product {
        width: 100%
    }

    .gallary-sizer {
        width: 100%
    }

    .gallary-item img {
        width: 100%
    }
}

#blog-post-full .card-title {
    text-shadow: 1px 1px 4px #000;
    font-weight: 300;
    font-size: 2rem
}

#blog-post-full .blog-post-full-cat {
    padding: 5px;
    margin: 25px;
    right: 0;
    left: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

#blog-post-full .blog-post-full-cat a {
    color: #fff;
    text-shadow: none
}

.invoice-table {
    padding-top: 40px
}

.invoice-text {
    padding: 18px 0
}

.invoice-icon i {
    font-size: 2rem
}

.product-card .card .card-content .card-title, .product-card .card .card-reveal .card-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 400
}

.product-card .card {
    margin: 0
}

.product-card .card .card-content {
    padding: 5px 10px
}

.product-card .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0
}

.product-card ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.product-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.product .card .card-content .card-title, .product .card .card-reveal .card-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 400
}

.product {
    width: 20%;
    padding: 10px
}

.product .card {
    margin: 0
}

.product .card .card-content {
    padding: 5px 10px
}

.product .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0
}

.product ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right
}

.product ul.card-action-buttons li {
    display: inline-block;
    padding-left: 5px
}

.product-sizer {
    width: 20%
}

.gallary-sizer {
    width: 20%
}

.gallary-item img {
    width: 20%
}

.slider .indicators {
    z-index: 9999
}

.map-card .card .card-content .card-title, .map-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400
}

.map-card #map-canvas {
    width: 100%;
    height: 250px
}

.map-card .btn-move-up {
    top: -38px
}

#map-canvas {
    width: 100%;
    height: 250px
}

.plans-container .collection {
    border: none
}

.plans-container .collection .collection-item {
    border-bottom: none;
    text-align: center;
    font-size: 1.07rem;
    line-height: 1.6em
}

.plans-container .collection .collection-item:before {
    font-size: 1.28rem;
    line-height: 1.6em;
    color: #009315;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e623";
    margin-right: 10px
}

.plans-container .card .card-image {
    position: relative;
    width: 100%
}

.plans-container .card .card-image .card-title {
    position: relative;
    font-size: 1.28rem;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1)
}

.plans-container .card .card-image .price {
    position: relative;
    font-size: 5rem;
    line-height: 1.6em;
    color: #fff;
    font-weight: 300;
    text-align: center
}

.plans-container .card .card-image .price sup {
    font-weight: 100;
    font-size: 1.42rem;
    line-height: 1.6em;
    top: -35px
}

.plans-container .card .card-image .price sub {
    font-weight: 100;
    font-size: 1.42rem;
    line-height: 1.6em;
    top: 0
}

.plans-container .card .card-image .price-desc {
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

.plans-container .card .card-content {
    padding: 0
}

#profile-page-header .card-image {
    height: 250px
}

#profile-page-header .card-profile-image {
    width: 110px;
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
    margin: 0
}

#profile-page-header .card-content {
    margin-top: -40px
}

#profile-page-header .card-content .card-title {
    margin-bottom: 0
}

#profile-page-wall .profile-image-post {
    width: 60px;
    margin: 30px 10px
}

#profile-page-wall .tab-content {
    padding: 10px
}

#profile-page-wall .share-icons {
    margin-top: 10px
}

#profile-page-wall .share-icons i {
    padding: 0 5px
}

#profile-page-wall .tab-profile .tab i {
    font-size: 16px
}

#profile-page-wall-posts .profile-small {
    height: 250px;
    overflow: hidden
}

#profile-page-wall-posts .profile-medium {
    height: 350px;
    overflow: hidden
}

#profile-page-wall-posts .profile-large {
    height: 450px;
    overflow: hidden
}

#profile-page-wall-posts .card-profile-title {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px
}

#profile-page-wall-posts .card-action-share {
    padding: 16px
}

.page-footer .container {
    padding: 0 15px
}

#world-map-markers {
    height: 300px
}

#polar-chart-holder {
    padding-top: 20px
}
.darkGray {
    background-color: #4a4b50 !important
}

.midGray {
    background-color: #5c5c5c !important
}
.lightGray {
    background-color: #6f7076 !important
}
.lightGrayB {
    background-color: #efefef !important
}
.darkBlue {
    background-color: #4d637d !important
}
.lightBlue {
    background-color: #6784a7 !important
}
.darkGreen {
    background-color: #4d7d62 !important
}
.lightRed {
    background-color: #d0143e !important
}
.darkRed {
    background-color: #9e1332 !important
}
.textLightRed {
    color: #d0143e !important;
}
.detectionSummary{}
.detectionSummary .m3:first-child{ padding: 0 0.50rem 0 0.75rem;}
.detectionSummary .m3{ padding: 0 0.50rem;}
.detectionSummary .card{ border-radius: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);  }

.card-header {margin-bottom: 15px; border-bottom: 1px solid #e7e7e7;}
.card-header h4{ margin-top: 0;}
.card-header .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    outline: none;
    height: 2rem;
    line-height: 3rem;
    width: auto;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0 0 0 5px;
    font-family: Roboto;
    font-size: 15px;
    display: inline-block; border-radius: 3px;
}
.card-header .rightTopBtn {
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    outline: none;
    height: 2.1rem;
    line-height: 2rem;
    width: auto;
    font-size: 1rem;
    margin: 0 0 15px 5px;
    padding: 0 5px 0 5px;
    font-family: Roboto;
    font-size: 22px;
    display: inline-block;
    border-radius: 3px;
}
.card-header .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 10px;
    z-index:99;
}




.formType1 input[type=text],
.formType1 input[type=password],
.formType1 input[type=email],
.formType1 input[type=url],
.formType1 input[type=time],
.formType1 input[type=date],
.formType1 input[type=datetime-local],
.formType1 input[type=tel],
.formType1 input[type=number],
.formType1 input[type=search],
.formType1 textarea.materialize-textarea
{
    background-color: transparent;
    border: 1px solid #cccccc !important;
    border-radius: 0;
    outline: none;
    height: 2.6rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    -webkit-box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    z-index: 6;
    /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 78%, rgba(254,254,254,0) 78%, rgba(239,239,239,0) 100%);
     background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(254,254,254,0) 78%,rgba(239,239,239,0) 100%);
     background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(254,254,254,0) 78%,rgba(239,239,239,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00efefef',GradientType=1 );*/
}
.formType1 input::placeholder{ color: #0b0b0b}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 0 0 0 #cccccc;
}


.formType1 p{ font-size: 18px; font-family: Roboto; font-weight: normal; margin: 0px 0 18px 0 !important;}
.boxGrayContent{
    margin: 20px -31px 20px -32px !important;
    padding: 20px 19px 20px 22px !important;

}
.boxGrayContent .card-header{ border-bottom-color: white}
.formType1 .formHeading{ font-family: Roboto; font-weight: bold; font-size: 16px;}
.formType1 .formHeading1{ font-family: Roboto; font-weight: bold; font-size: 16px; }
.formType1 [type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    font-family: Roboto;
    padding-left: 30px;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.formType1 [type="checkbox"] + label:before {

}
.formType1  [type="checkbox"] + label:before {
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 0;
    /*-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;*/
    background: #ffffff;
    webkit-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
}
.formType1 [type="checkbox"]:checked + label:before {

    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d0143e;
    border-bottom: 2px solid #d0143e;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
}



.formType1 .sizeLg [type="checkbox"] + label {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
    font-family: Roboto;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.formType1 .sizeLg [type="checkbox"] + label:before {
    display: none;
}
.formType1 .sizeLg [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 0;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #ffffff;
    webkit-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
}
.formType1 .sizeLg [type="checkbox"]:checked + label:after {
    top: -4px;
    right: 20px;
    width: 12px;
    height: 28px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d0143e;
    border-bottom: 2px solid #d0143e;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
}
.noShadow{ webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;}
.formType1 .btn{
    height: 50px;
    line-height: 52px;

    background:#fff; margin-right: 10px; color:#4d4d4d; font-family:"Roboto Condensed"; font-size: 22px; border: 1px solid #d7d7d7; border-radius: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);}
.formType1 .btn:hover{background:#d0143e;color:#fff;}

.formType1 .inputGroup{ position: relative; margin-bottom: 15px; background: #FFFFFF}
.formType1 .inputGroup input[type=file]{ z-index:7}
.formType1 .inputGroup .btn{background: #848384;
    color: #ffffff;
    position: absolute;
    top: 1px;
    padding: 0 10px;
    right: 1px;
    margin-right: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 0;

}
.formType1 .inputGroup .btn i{ font-size: 42px }
.formType1 .inputGroup:after{ content: "a"; left: 0; background: red; height: 100%; width: 100%; position: relative}
.custom-col {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.selectInterconnect{
    background: white;
    border: 1px solid #cccccc;
    padding: 15px 10px 10px 10px;
    text-align: center;
}
.formType1 .testingCycles{ border-top:1px solid #CCCCCC; padding-top: 15px; margin: 30px 0;}
.formType1 .testingCycles  [type="checkbox"] + label{ font-family: Roboto; font-size: 16px; font-weight: 500; padding-left: 40px; line-height: 34px; height: 34px;}
.formType1 .testingCycles  [type="checkbox"] + label:before{
    height: 30px;
    width: 30px;
    webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.formType1 .testingCycles [type="checkbox"]:checked + label:before{ width: 15px;  height: 30px;}
.formType1 .testingCycles li{ margin-bottom: 10px;}
.formType1 .testingCycles .formHeading{ float: left;  line-height: 31px; font-weight: 500; padding-right: 5px; color: #4d4d4d }
.formType1 .testingCycles [type="text"]{ float: left; width: 50%; height: 30px;}
.formType1 .testingCyclesEmail{ border-top:1px solid #CCCCCC; padding-top: 36px; margin: 30px 0;  }
.formType1 .testingCyclesEmail p{ font-family: Roboto; font-size: 16px; font-weight: 500; line-height: 32px; }
.formType1 .testingCyclesEmail input{  webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none; height: 32px;}
.formType1 .sizeLg.selectInterconnect [type="checkbox"] + label{ padding-left: 0;}
.formType1 .sizeLg.selectInterconnect [type="checkbox"] + label img{ height: 30px}
.formType1 .select-wrapper input{
    background: transparent;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    position: relative;


}
.testme:before{ width: 100px; height: 100px; background: red; color: #0b0b0b; content: 'axxx';}
.formType1 .select-wrapper span.caret{
    content: url(../images/icons/select-arrow.png);

    background: #efefef url(../images/icons/select-arrow.png) center no-repeat;
    color: #ffffff;
    position: absolute;
    top: 1px;
    padding: 8px 10px 7px 10px;
    right: 1px;
    margin-right: 0;
    height: 37px;
    width: 46px;
    border: 0;
    line-height: 3rem;
    z-index: 5;
}
.side-nav .collapsible-header i.imgIcon{
    width: 35px !important;
    height: 50px !important;
    padding-top: 6px;
    text-align: left;
}
.side-nav .collapsible-header i.imgIcon img{
  /*  height: 30px !important;*/
}
ul.side-nav.leftside-navigation li.highLighted > a i.imgIcon img{ margin-left: -30px;}
ul.side-nav.leftside-navigation li.active > a i.imgIcon img{ margin-left: 0;}
ul.side-nav.leftside-navigation li.active > a ,ul.side-nav.leftside-navigation li.active > a:after { color: #444 }

.side-nav .collapsible-body li a{ margin: 0;}
.side-nav.fixed.leftside-navigation .collapsible-body li.active > a{ background: #cacaca; color: #444}
.side-nav.fixed .collapsible-body li { background:#8b8b8b ;margin: 0;}
.side-nav.fixed .collapsible-body li.active a {margin: 0; }
.side-nav.fixed .collapsible-body li.active .collapsible-body a { line-height: initial; height: auto; padding-bottom: 15px }
.side-nav.fixed .collapsible-body li.active .collapsible-header:after { color:#9e9e9e }
.side-nav.fixed .collapsible-body li.active .collapsible-body li:first-child a { padding-top: 15px }
.side-nav.fixed .collapsible-body li.active .collapsible-body ul {     color: #fafafa;
    padding-left: 45px;
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}
.side-nav.fixed .collapsible-body li.active .collapsible-body ul li { list-style-type: decimal-leading-zero; line-height: initial; }
.locationBox{ height: 300px; width: 100%; background: #ffffff; overflow-Y: scroll; border: 1px solid #cccccc}

.locationBox ul{ margin: 5px 0}
.locationBox li{ border-bottom: 1px solid #CCCCCC; height: 40px; line-height: 40px; padding-left: 20px; padding-top: 8px}
.countryBox { max-height: 360px; overflow-y: auto; }
.countryBox ul { border-bottom: 1px  solid #cccccc; border-right: 1px  solid #cccccc;}
.countryBox li{  border: 1px  solid #cccccc; border-bottom: none; border-right: none; padding: 8px !important; }

.countryBox ul li:nth-child(5n+5) {
    border-right: 1px  solid #cccccc;
}
.countryBox ul li:nth-last-child(-n+5){ border-bottom: 1px solid #cccccc;}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail{ background: #909090!important;}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail{ width: 12px !important;  border: 1px solid #545455;}
.mCSB_outside+.mCSB_scrollTools{ right: -2px!important;}
mCSB_1_dragger_vertical{ padding: 5px 0 !important;}
.mCSB_dragger_bar{ background:#ffffff url("../images/scroll-con.png") no-repeat center !important;
    position: relative;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeff1 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeff1 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 1%,#eaeff1 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeff1',GradientType=0 ) !important; /* IE6-9 */
}
.mCSB_dragger_bar:after{ position: absolute; content: ""; left: 0; width: 100%; background: url("../images/scroll-con.png") no-repeat center !important; height: 100%;  }

.listIVR{ background: #ffffff; height: 330px; overflow-y: auto; border: 1px solid #cccccc;}
.listIVR ul{ margin: 0;}
.listIVR li{  font-family: Roboto; font-size: 16px; border-bottom: 1px solid #cccccc; line-height: 36px; padding-left: 20px; cursor: pointer}
.listIVR li.selected{ background:#d0143e ; color:#fff}
.ivrBtns div{ margin-top: 175px;}

.dropdownSettings{ padding-left: 15px; }
.dropdownSettings .dropdown-button{
    font-size: 18px;
    text-transform: none;
    font-family: Roboto;
    padding: 0 0 0 5px;
}
.dropdownSettings .dropdown-button i{ width: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
    float: right;
    margin-left: 0px;
    margin-top: 3px;
    position: relative;
}
.dropdownSettings .dropdown-button.active i img{ margin-left: -30px !important;}
.dropdownSettings .dropdown-button.active { background: #a9a9a9; color: #ffffff}
.dropdownSettings #dropdown2{ background: #a9a9a9; box-shadow:none; min-width: 500px; min-height: 600px; padding: 30px;}
.dropdownSettings .dropdown-content .row{ padding: 0 0 10px 0;}
.dropdownSettings .dropdown-content .selectFields{ margin: 0 -22px;}
.dropdownSettings .dropdown-content .formHeading{ font-size: 16px; font-weight: 500px; margin: 0; color:#4d4d4d;}
.dropdownSettings .dropdown-content .listIVR{ height: 300px; margin-bottom: 15px; }
.dropdownSettings .dropdown-content .btn{ text-transform: none; height: 44px; line-height: 44px; font-size: 20px}
.dropdownSettings .dropdown-content .inputGroup{ background: #ffffff; margin-bottom: 15px;}
.dropdownSettings .dropdown-content .inputGroup input{ margin-bottom: 0;}

#listOperator{max-height: 150px;}

@media only screen and (min-width: 1299px)and (max-width: 1599px)  {
    .detectionSummary .m3:first-child {
        padding: 0 0.25rem 0 0.25rem;
    }
    #card-stats .card .card-content {
        padding: 10px 7px;
        min-height: 150px;
    }
    #card-stats .card-stats-title {
        font-size: 16px;
        min-height: 50px;
    }
    #card-stats .card-stats-number {
        font-size: 30px;
    }
    .locationBox{ height: 250px;}
}
@media only screen and (min-width: 1599px)and (max-width: 1699px)  {
    #card-stats .card .card-content {
        padding: 10px 7px;
        min-height: 170px;
    }

    #card-stats .card-stats-title {
        font-size: 18px;
        min-height: 60px;
    }
    #card-stats .card-stats-number {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1599px) {

    .row .col.xl5ths {
        width: 20%;
    }

    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.offset-xl1 {
        margin-left: 8.3333333333%
    }

    .row .col.pull-xl1 {
        right: 8.3333333333%
    }

    .row .col.push-xl1 {
        left: 8.3333333333%
    }

    .row .col.offset-xl2 {
        margin-left: 16.6666666667%
    }

    .row .col.pull-xl2 {
        right: 16.6666666667%
    }

    .row .col.push-xl2 {
        left: 16.6666666667%
    }

    .row .col.offset-xl3 {
        margin-left: 25%
    }

    .row .col.pull-xl3 {
        right: 25%
    }

    .row .col.push-xl3 {
        left: 25%
    }

    .row .col.offset-xl4 {
        margin-left: 33.3333333333%
    }

    .row .col.pull-xl4 {
        right: 33.3333333333%
    }

    .row .col.push-xl4 {
        left: 33.3333333333%
    }

    .row .col.offset-xl5 {
        margin-left: 41.6666666667%
    }

    .row .col.pull-xl5 {
        right: 41.6666666667%
    }

    .row .col.push-xl5 {
        left: 41.6666666667%
    }

    .row .col.offset-xl6 {
        margin-left: 50%
    }

    .row .col.pull-xl6 {
        right: 50%
    }

    .row .col.push-xl6 {
        left: 50%
    }

    .row .col.offset-xl7 {
        margin-left: 58.3333333333%
    }

    .row .col.pull-xl7 {
        right: 58.3333333333%
    }

    .row .col.push-xl7 {
        left: 58.3333333333%
    }

    .row .col.offset-xl8 {
        margin-left: 66.6666666667%
    }

    .row .col.pull-xl8 {
        right: 66.6666666667%
    }

    .row .col.push-xl8 {
        left: 66.6666666667%
    }

    .row .col.offset-xl9 {
        margin-left: 75%
    }

    .row .col.pull-xl9 {
        right: 75%
    }

    .row .col.push-xl9 {
        left: 75%
    }

    .row .col.offset-xl10 {
        margin-left: 83.3333333333%
    }

    .row .col.pull-xl10 {
        right: 83.3333333333%
    }

    .row .col.push-xl10 {
        left: 83.3333333333%
    }

    .row .col.offset-xl11 {
        margin-left: 91.6666666667%
    }

    .row .col.pull-xl11 {
        right: 91.6666666667%
    }

    .row .col.push-xl11 {
        left: 91.6666666667%
    }

    .row .col.offset-xl12 {
        margin-left: 100%
    }

    .row .col.pull-xl12 {
        right: 100%
    }

    .row .col.push-xl12 {
        left: 100%
    }
}

.jsgrid-table input[type="checkbox"]:after{ content: ""; width: 18px; height: 18px; background: #cacaca; position: absolute}
.jsgrid-row input[type="checkbox"]:checked:after{ content: ""; width: 18px; height: 18px; background: #d0143e; position: absolute}

.style{
    display: table;
}
.style .col{
    width:12% !important;
    display: table-cell;
    float: none;
}
#main{
    overflow: hidden;
}
.nav-style {
    position: relative;
    overflow: visible !important;
}
.nav-style:after{
    position: absolute;
    content: '';
    top: 100%;
    bottom: 0;
    height: 9999px;
    background: #fff;
    margin: 0 -15px;
    left: 15px;
    right: 35px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
#slide-out{
    box-shadow: none !important;
}
#main > .wrapper > .row{
    overflow: hidden;
}
.nav-layout{overflow: visible !important; }
.margin-btm{
    margin-bottom: 15px;
    overflow: hidden;
}
input[type="search"].select2-search__field{
    border: 1px solid #fff !important;
    line-height:32px;
    min-height: 32px;

}

.wrapper .row .col.no-padding{
    overflow: hidden;
}
.wrapper > .row  > .col.no-padding{
    overflow: visible !important;
}
.block{
    padding:0 20px;
    border:2px solid #fff;
    text-align:center;
    min-height:60vh;
    width:100%
    white-space:nowrap;
}
.block:after{
    content:'';
    display:inline-block;
    height:60vh;
    width:1px;
    overflow:hidden;
    margin:0 0 0 -5px;
    vertical-align:middle;
}
.block h3 {
    vertical l-align: middle;
    display: inline-block;
    white-space: normal;
}



.card-header {margin-bottom: 15px; border-bottom: 1px solid #e7e7e7;}
.card-header h4{ margin-top: 0;}

.card-header .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    outline: none;
    height: 2rem;
    line-height: 3rem;
    width: auto;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0 0 0 5px;
    font-family: Roboto;
    font-size: 15px;
    display: inline-block; border-radius: 3px;
}
.card-header .statusLabel{ font-family: Roboto; font-weight: normal; font-size: 16px; color: #777777; line-height: 36px; margin-right: 10px;}
.card-header .statusLabel .cycleStatus{ display: inline-block; height: 13px; width: 13px; border-radius: 0; margin: 0 5px;}
.card-header .rightTopBtn {
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    outline: none;
    height: 2.1rem;
    line-height: 2rem;
    width: auto;
    font-size: 1rem;
    margin: 0 0 15px 5px;
    padding: 0 5px 0 5px;
    font-family: Roboto;
    font-size: 22px;
    display: inline-block;
    border-radius: 3px;
}
.card-header .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 10px;
}
.card-header .right .btn{
    height: 44px;
    line-height: 44px;
    background: #d0143e;
    margin-right: 0;
    margin-top: -12px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #d0143e;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);

}
.card-header .right .btn:hover{  border: 1px solid #4a4b50; background: #4a4b50;  color: #ffffff;}

.card-header.relative{ position: relative}
.card-header .dropdown-header{ width: 100% !important; padding: 20px; top: 32px !important; background: #d7d7d7; left: 0 !important; max-height: inherit !important; overflow-y: inherit}
.card-header .dropdown-header .select-dropdown{margin-bottom: 0 !important; min-height:39px;width: 100% !important; background-color:transparent!important; border: 0 !important; }
.card-header .dropdown-header .dropdown-content{background-color:#FFFFFF!important; }
.card-header .dropdown-header .content-footer{padding-top: 20px; border-top: 1px solid #FFFFFF; margin: 30px 0;}
.card-header .dropdown-header .inputGroup .btn{ margin-top: 0 !important;}
.card-header .right .btn-light{ background:#ffffff; border: 1px solid #d7d7d7; color: #4d4d4d }
.card-header .right .dropdown-button.active{ background:#d7d7d7; border: 1px solid #d7d7d7; color: #4d4d4d }

.dropdownSettings{ padding-left: 15px; }
.dropdownSettings .dropdown-button{
    font-size: 18px;
    text-transform: none;
    font-family: Roboto;
    padding: 0 0 0 5px;
}
.dropdownSettings .dropdown-button i{ width: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
    float: right;
    margin-left: 0px;
    margin-top: 3px;
    position: relative;
}
.dropdownSettings .dropdown-button.active i img{ margin-left: -30px !important;}
.dropdownSettings .dropdown-button.active { background: #a9a9a9; color: #ffffff}
.dropdownSettings #dropdown2{ background: #a9a9a9; box-shadow:none; min-width: 500px; min-height: 600px; padding: 30px;}
.dropdownSettings .dropdown-content .row{ padding: 0 0 10px 0;}
.dropdownSettings .dropdown-content .selectFields{ margin: 0 -22px;}
.dropdownSettings .dropdown-content .formHeading{ font-size: 16px; font-weight: 500px; margin: 0; color:#4d4d4d;}
.dropdownSettings .dropdown-content .listIVR{ height: 300px; margin-bottom: 15px; }
.dropdownSettings .dropdown-content .btn{ text-transform: none; height: 44px; line-height: 44px; font-size: 20px}
.dropdownSettings .dropdown-content .inputGroup{ background: #ffffff; margin-bottom: 15px;}
.dropdownSettings .dropdown-content .inputGroup input{ margin-bottom: 0;}


.formType1 input[type=text],
.formType1 input[type=password],
.formType1 input[type=email],
.formType1 input[type=url],
.formType1 input[type=time],
.formType1 input[type=date],
.formType1 input[type=datetime-local],
.formType1 input[type=tel],
.formType1 input[type=number],
.formType1 input[type=search],
.formType1 textarea.materialize-textarea
{
    background-color: transparent;
    border: 1px solid #cccccc !important;
    border-radius: 0;
    outline: none;
    height: 2.6rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    -webkit-box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    box-shadow: inset 2px -2px 10px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    z-index: 6;
    /* background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 78%, rgba(254,254,254,0) 78%, rgba(239,239,239,0) 100%);
     background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(254,254,254,0) 78%,rgba(239,239,239,0) 100%);
     background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(254,254,254,0) 78%,rgba(239,239,239,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00efefef',GradientType=1 );*/
}
.formType1 input::placeholder{ color: #0b0b0b}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 0 0 0 #cccccc;
}


.formType1 p{ font-size: 18px; font-family: Roboto; font-weight: normal; margin: 0px 0 18px 0 !important;}
.boxGrayContent{
    margin: 20px -31px 20px -32px !important;
    padding: 20px 19px 20px 22px !important;

}
.boxGrayContent .card-header{ border-bottom-color: white}
.formType1 .formHeading{ font-family: Roboto; font-weight: bold; font-size: 16px; margin-bottom: 0 !important;}
.formType1 .formHeading1{ font-family: Roboto; font-weight: bold; font-size: 16px; margin-bottom: 0 !important;}
.formType1 [type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    font-family: Roboto;
    padding-left: 30px;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.formType1 [type="checkbox"] + label:before {

}
.formType1  [type="checkbox"] + label:before {
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 0;
    /*-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;*/
    background: #ffffff;
    webkit-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
}
.formType1 [type="checkbox"]:checked + label:before {

    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d0143e;
    border-bottom: 2px solid #d0143e;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
}



.formType1 .sizeLg [type="checkbox"] + label {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
    font-family: Roboto;
    color: #4d4d4d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.formType1 .sizeLg [type="checkbox"] + label:before {
    display: none;
}
.formType1 .sizeLg [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: 0;
    border: 1px solid #ababab;
    border-radius: 0;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #ffffff;
    webkit-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
    box-shadow: inset 1px -1px 4px 1px rgba(0,0,0,0.15);
}
.formType1 .sizeLg [type="checkbox"]:checked + label:after {
    top: -4px;
    right: 20px;
    width: 12px;
    height: 28px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d0143e;
    border-bottom: 2px solid #d0143e;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15);
}
.noShadow{ webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;}
.formType1 .btn{
    height: 50px;
    line-height: 52px;

    background:#fff; margin-right: 10px; color:#4d4d4d; font-family:"Roboto Condensed"; font-size: 22px; border: 1px solid #d7d7d7; border-radius: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);}
.formType1 .btn:hover{background:#d0143e;color:#fff;}

.formType1 .inputGroup{ position: relative; margin-bottom: 15px; background: #FFFFFF}
.formType1 .inputGroup input[type=file]{ z-index:7}
.formType1 .inputGroup .btn{background: #848384;
    color: #ffffff;
    position: absolute;
    top: 1px;
    padding: 0 10px;
    right: 1px;
    margin-right: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    border: 0;

}
.formType1 .inputGroup .btn i{ font-size: 42px }
.formType1 .inputGroup:after{ content: "a"; left: 0; background: red; height: 100%; width: 100%; position: relative}
.custom-col {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.selectInterconnect{
    background: white;
    border: 1px solid #cccccc;
    padding: 15px 10px 10px 10px;
    text-align: center;
}
.formType1 .testingCycles{ border-top:1px solid #CCCCCC; padding-top: 15px; margin: 30px 0;}
.formType1 .testingCycles  [type="checkbox"] + label{ font-family: Roboto; font-size: 16px; font-weight: 500; padding-left: 40px; line-height: 34px; height: 34px;}
.formType1 .testingCycles  [type="checkbox"] + label:before{
    height: 30px;
    width: 30px;
    webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.formType1 .testingCycles [type="checkbox"]:checked + label:before{ width: 15px;  height: 30px;}
.formType1 .testingCycles li{ margin-bottom: 10px;}
.formType1 .testingCycles .formHeading{ float: left;  line-height: 31px; font-weight: 500; padding-right: 5px; color: #4d4d4d }
.formType1 .testingCycles [type="text"]{ float: left; width: 50%; height: 30px;}
.formType1 .testingCyclesEmail{ border-top:1px solid #CCCCCC; padding-top: 36px; margin: 30px 0;  }
.formType1 .testingCyclesEmail p{ font-family: Roboto; font-size: 16px; font-weight: 500; line-height: 32px; }
.formType1 .testingCyclesEmail input{  webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none; height: 32px;}
.formType1 .sizeLg.selectInterconnect [type="checkbox"] + label{ padding-left: 0;}
.formType1 .sizeLg.selectInterconnect [type="checkbox"] + label img{ height: 30px}
.formType1 .select-wrapper input{
    background: transparent;
    webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0.15) !important;
    position: relative;


}
.testme:before{ width: 100px; height: 100px; background: red; color: #0b0b0b; content: 'axxx';}
.formType1 .select-wrapper span.caret{
    content: url(../images/icons/select-arrow.png);

    background: #efefef url(../images/icons/select-arrow.png) center no-repeat;
    color: #ffffff;
    position: absolute;
    top: 1px;
    padding: 8px 10px 7px 10px;
    right: 1px;
    margin-right: 0;
    height: 37px;
    width: 46px;
    border: 0;
    line-height: 3rem;
    z-index: 5;
}


.redd{
    background: #d0143e !important;
}
.blue{
    background: #3498DB;
    border:none !important;
}
.green{
    background: #16A085;
    border:none !important;
}
.dark-grey{
    background: #3D566E !important;
}
ul.side-nav.leftside-navigation li a{
    color: #fff;
}
.collapsible-header::after{
    color: #fff !important;
}

ul.side-nav.leftside-navigation li a{
    color: #fff !important;
}
.collapsible-header::after{
    color: #fff !important;
}

ul.side-nav.leftside-navigation li.active li {
    background-color: #fff !important;
}/*
ul.side-nav.leftside-navigation li:hover li{
    color: #D6D6D6 !important;
}*/
.report-bg .dropdown-menu li{
    background:#afafaf ;
}
ul.side-nav.leftside-navigation li.active .collapsible-body .dropdown-menu li{
     background-color: #afafaf  !important;
 }
ul.side-nav.leftside-navigation li.active .report-bg li{
    background-color:  #afafaf  !important;
}
ul.side-nav.leftside-navigation li.active .report-bg li {
    background:  #afafaf  !important;
}
 .report-bg li > a {
    background: #fff !important;
}
ul.side-nav.fixed.leftside-navigation  .report-bg li > a.dropdown-toggle::after{
    color: #444 !important;
}
.report-bg ul li .collapsible-body .dropdown-menu li a{
    background: #afafaf !important;
    color: #444;
}
ul.side-nav.leftside-navigation li:hover .report-bg{
    color: #7b7b7b;
}
.report-bg ul li .collapsible-body .dropdown-menu{
    padding-left:83px !important;
}

/*
button hover affest*/

.btn{
    border:1px solid #fff  !important;
}
.btn.green:hover{
    border:1px solid #16A085 !important;
    color:#16A085 !important;
}
.btn.blue:hover{
    border:1px solid #3498DB !important;
    color:#3498DB !important;
}

.btn.dark-grey:hover{
    border:1px solid #3D566E !important;
    color:#3D566E !important;
}
.btn.redd:hover{
    border:1px solid #d0143e !important;
    color:#d0143e !important;
}
