/*================================================================================
  Item Name: Materialize - Material Design Admin Template
  Version: 3.1
  Author: GeeksLabs
  Author URL: http://www.themeforest.net/user/geekslabs
================================================================================*/


/*=================================================================================
    General
====================================================================================*/


/*----------------------------------------
  General Layout Style
------------------------------------------*/

body {
    background-color: #f9f9f9;
}

#main {
    padding-left: 240px;
}

footer {
    padding-left: 240px;
}

footer.page-footer {
    padding-top: 0px;
}

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;
}

.container {
    padding: 0 0.5rem;
    margin: 0 auto;
    max-width: 100% !important;
    width: 98%;
}

#left-sidebar-nav {
    position: fixed;
    width: 100px;
    left: 180px;
    z-index: 999;
    height: auto;
}

#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: 98%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 98%;
    }
}

@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;
}


/*----------------------------------------
  Healper Classes
------------------------------------------*/


/* Width */

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}


/* Border Radius */

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-round {
    border-radius: 50px !important;
}


/* Font Weight */

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.m-0 {
    margin: 0 !important;
}


/* Margin Top */

.mt-0 {
    margin-top: 0% !important;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-10 {
    margin-top: 10% !important;
}


/* Margin Right */

.mr-0 {
    margin-right: 0% !important;
}

.mr-1 {
    margin-right: 1% !important;
}

.mr-2 {
    margin-right: 2% !important;
}

.mr-3 {
    margin-right: 3% !important;
}

.mr-4 {
    margin-right: 4% !important;
}

.mr-5 {
    margin-right: 5% !important;
}

.mr-6 {
    margin-right: 6% !important;
}

.mr-7 {
    margin-right: 7% !important;
}

.mr-8 {
    margin-right: 8% !important;
}

.mr-9 {
    margin-right: 9% !important;
}

.mr-10 {
    margin-right: 10% !important;
}


/* Margin Left */

.ml-0 {
    margin-left: 0% !important;
}

.ml-1 {
    margin-left: 1% !important;
}

.ml-2 {
    margin-left: 2% !important;
}

.ml-3 {
    margin-left: 3% !important;
}

.ml-4 {
    margin-left: 4% !important;
}

.ml-5 {
    margin-left: 5% !important;
}

.ml-6 {
    margin-left: 6% !important;
}

.ml-7 {
    margin-left: 7% !important;
}

.ml-8 {
    margin-left: 8% !important;
}

.ml-9 {
    margin-left: 9% !important;
}

.ml-10 {
    margin-left: 10% !important;
}


/* Margin Bottom */

.mb-0 {
    margin-bottom: 0% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}


/* Padding All */

.padding-1 {
    padding: 1% !important;
}

.padding-2 {
    padding: 2% !important;
}

.padding-3 {
    padding: 3% !important;
}

.padding-4 {
    padding: 4% !important;
}

.padding-5 {
    padding: 5% !important;
}

.padding-6 {
    padding: 6% !important;
}

.padding-7 {
    padding: 7% !important;
}

.padding-8 {
    padding: 8% !important;
}

.padding-9 {
    padding: 9% !important;
}

.padding-10 {
    padding: 10% !important;
}

.p-0 {
    padding: 0 !important;
}


/* Padding Top */

.pt-0 {
    padding-top: 0% !important;
}

.pt-1 {
    padding-top: 1% !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-3 {
    padding-top: 3% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pt-5 {
    padding-top: 5% !important;
}

.pt-6 {
    padding-top: 6% !important;
}

.pt-7 {
    padding-top: 7% !important;
}

.pt-8 {
    padding-top: 8% !important;
}

.pt-9 {
    padding-top: 9% !important;
}

.pt-10 {
    padding-top: 10% !important;
}


/* Padding Right */

.pr-0 {
    padding-right: 0% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

.pr-2 {
    padding-right: 2% !important;
}

.pr-3 {
    padding-right: 3% !important;
}

.pr-4 {
    padding-right: 4% !important;
}

.pr-5 {
    padding-right: 5% !important;
}

.pr-6 {
    padding-right: 6% !important;
}

.pr-7 {
    padding-right: 7% !important;
}

.pr-8 {
    padding-right: 8% !important;
}

.pr-9 {
    padding-right: 9% !important;
}

.pr-10 {
    padding-right: 10% !important;
}


/* Padding Right */

.pl-0 {
    padding-left: 0% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

.pl-2 {
    padding-left: 2% !important;
}

.pl-3 {
    padding-left: 3% !important;
}

.pl-4 {
    padding-left: 4% !important;
}

.pl-5 {
    padding-left: 5% !important;
}

.pl-6 {
    padding-left: 6% !important;
}

.pl-7 {
    padding-left: 7% !important;
}

.pl-8 {
    padding-left: 8% !important;
}

.pl-9 {
    padding-left: 9% !important;
}

.pl-10 {
    padding-left: 10% !important;
}


/* Padding Bottom */

.pb-0 {
    padding-bottom: 0% !important;
}

.pb-1 {
    padding-bottom: 1% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-3 {
    padding-bottom: 3% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pb-5 {
    padding-bottom: 5% !important;
}

.pb-6 {
    padding-bottom: 6% !important;
}

.pb-7 {
    padding-bottom: 7% !important;
}

.pb-8 {
    padding-bottom: 8% !important;
}

.pb-9 {
    padding-bottom: 9% !important;
}

.pb-10 {
    padding-bottom: 10% !important;
}


/* Minimum Height */

.min-height-100 {
    min-height: 100px !important;
}

.min-height-150 {
    min-height: 150px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-300 {
    min-height: 300px !important;
}


/* Icon Background Round */

.background-round {
    background-color: rgba(0, 0, 0, 0.18);
    padding: 15px;
    border-radius: 50%;
}


/* opacity 0 */

.opacity-0 {
    opacity: 0;
}


/* Border None & Shadow None */

.border-none {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}


/* Margin 0 & Padding 0 */

.no-margin {
    margin: 0% !important;
}

.no-padding {
    padding: 0% !important;
}


/* Position */

.position-absolute {
    position: absolute;
}


/* Vertical Align */

.vertical-align-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-align-super {
    vertical-align: super;
}


/* Line Height */

.line-height-0 {
    line-height: 0px !important;
}


/* Icon Background */

.icon-bg-circle {
    color: #fff;
    padding: .4rem;
    border-radius: 50%;
}

.text-shadow {
    text-shadow: -1px 2px 4px black;
}


/*---------------------------------
    Typography
-----------------------------------*/

.small {
    font-size: 0.8rem;
    margin: 0;
    padding: 0 0.5rem;
}

.medium-small {
    font-size: 0.7rem;
    margin: 0;
    padding: 0;
}

.ultra-small {
    font-size: 0.6rem;
    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: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

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;
}


/*----------------------------------------
    Pre-loader
------------------------------------------*/

#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.jpg") 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);
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}


/*=================================================================================
    Header
====================================================================================*/


/*----------------------------------------
    Page Header
------------------------------------------*/

h1.logo-wrapper {
    margin: 0;
}

h1 span.logo-text {
    display: none;
}

.menu-sidebar-collapse {
    margin: 0 10px;
}

.menu-sidebar-collapse i {
    line-height: 36px !important;
}

header .brand-logo {
    margin: 1px 0;
    padding: 14px 20px;
}

header .brand-logo img {
    width: 172px;
}

@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 !important;
    }
}


/*Search box*/

.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;
}


/*=================================================================================
    Sidebar
====================================================================================*/


/*----------------------------------------
    Sidebar Main Menu 
------------------------------------------*/

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 {
    top: 64px;
    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: 44px;
}

ul.side-nav.leftside-navigation li:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

ul.side-nav.leftside-navigation li.active {
    background-color: rgba(0, 0, 0, 0.04);
}

ul.side-nav.leftside-navigation li a {
    font-size: 14px;
    font-weight: 400;
}

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 10px;
    font-size: 10px;
}

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;
}

#slide-out ul.side-nav li {
    padding: 0 !important;
}

.caption {
    font-size: 1.0rem;
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: 8%;
    margin-right: 8%;
}

.caption-uppercase {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -48px;
}

.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 Chat Slideout
------------------------------------------*/

#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;
}


/* =================================================================================
    Content
================================================================================= */


/*----------------------------------------
    Breadcrumb
------------------------------------------*/

#breadcrumbs-wrapper {
    background: #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

ol.breadcrumbs a {
    font-size: 0.8rem;
}

h5.breadcrumbs-header {
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: 1.0rem 0 0 0;
}

.breadcrumbs {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}

.breadcrumbs > li {
    display: inline-block;
}

.breadcrumbs > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbs .active {
    font-size: 0.8rem;
    font-weight: normal;
    color: #999;
}

.breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 7px 0 0;
}

.breadcrumbs-nav {
    margin: 7px 0 9px;
}

.breadcrumb:before {
    content: "\e7c3";
    font-family: "Material-Design-Icons";
}


/*----------------------------------------
    Tables
------------------------------------------*/

.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;
}


/*----------------------------------------
    Cards
------------------------------------------*/


/*
card内にselectがあると全ての選択肢が表示されないのでコメントアウト
.card {
    overflow: hidden;
}
*/

#card-stats .card-content {
    text-align: center;
}

#card-stats .card-stats-title {
    font-size: 1.2rem;
}

#card-stats .card-stats-title i {
    font-size: 1.2rem;
}

#card-stats .card-stats-compare {
    font-size: 1.0rem;
}

#card-stats .card-stats-compare i {
    position: relative;
    top: 5px;
}

#card-stats .card-stats-number {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0.2rem 0 0.2rem 0;
    font-weight: 500;
}

#card-stats .card .card-content {
    padding: 10px 14px;
}

#card-stats .card .card-action {
    padding: 10px 14px;
}


/* alert card */

#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 card */

#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 .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 */

#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 */

#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;
}


/*----------------------------------------
    Charts
------------------------------------------*/

#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;
}


/* Revenue Chart */

.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 */

.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 */

.trending-bar-chart-wrapper {
    width: 100%;
}

.btn-move-up {
    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px !important;
}


/* Flot Chart*/

.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;
}


/* xCharts */

.xchart-placeholder {
    width: 90%;
    height: 300px;
}


/*Sparkline*/

.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;
}


/*  Widget */

.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;
    }
}


/*----------------------------------------
    Calender
------------------------------------------*/

#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;
}


/*----------------------------------------
    Color Palette css for css-color.html page
------------------------------------------*/

.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;
    }
}


/*----------------------------------------
    Grid - Flat Site Mockup
------------------------------------------*/

#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: #ff6347;
    color: #fff;
    padding: 0;
}

.col.grid-example span {
    font-weight: 200;
    line-height: 50px;
}

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px;
}


/*----------------------------------------
    Chrome Browser Grid Example
------------------------------------------*/

.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: #81c784;
    font-size: 6rem;
    display: block;
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}


/*----------------------------------------
    Shadow effect
------------------------------------------*/

.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.collapsible-header {
    font-weight: 500;
}


/* Sidebar nav open close icons*/

.collapsible-header:after {
    font-family: "Material-Design-Icons";
    content: "\e7c3";
    float: right;
    color: #9e9e9e;
    font-size: 18px;
}

.collapsible-header.active:after {
    content: "\e7c1";
}

#input-select .input-field label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}


/*----------------------------------------
    icon page
------------------------------------------*/

.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;
}


/*----------------------------------------
    Error Page
------------------------------------------*/

.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 Page
------------------------------------------*/

.login-form {
    width: 280px;
}

.login-form-text {
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.profile-image-login {
    width: 100px;
    height: 100px !important;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}


/*----------------------------------------
    Email Page
------------------------------------------*/

#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
------------------------------------------*/


/* ----- Blog Card -----*/

.blog-card .card .card-content .card-title,
.blog-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.3rem;
    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;
}


/* -----Blogs Masonery Page----- */

.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;
}


/*  blog page media queries */

@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%;
    }
}


/* -----Blogs Page Full width 2----- */

#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 Page
------------------------------------------*/

.invoice-table {
    padding-top: 40px;
}

.invoice-text {
    padding: 18px;
}

.invoice-icon i {
    font-size: 2rem;
}


/*----------------------------------------
    Products
------------------------------------------*/


/* ---- Product Card ----- */

.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;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.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;
}


/* -----Products Masonery ----- */

.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  Page
------------------------------------------*/

.gallary-sizer {
    width: 20%;
}

.gallary-item img {
    width: 20%;
}

.slider .indicators {
    z-index: 9999;
}


/*----------------------------------------
    Contact Page (Map-card)
------------------------------------------*/

.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-card #map-canvas {
    width: 100%;
    height: 250px;
}

.map-card .btn-move-up {
    top: -38px;
}


/* ---- Map Contact Page ----*/

#map-canvas {
    width: 100%;
    height: 250px;
}


/*----------------------------------------
    Pricing Plan  Page
------------------------------------------*/

.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;
}


/*.sticky - newtest_?.html右側「お見積もり」スクロール固定表示CSS*/

.sticky {
    position: -webkit-sticky;
    /* Safariに対応する */
    position: sticky;
    /* 要素を固定/解除する */
    top: 74px;
    /* 縦方向の閾値 */
    left: 0;
    /* 横方向の閾値 */
}


/*----------------------------------------
    Profile Page
------------------------------------------*/

#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-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;
}


/*----------------------------------------
    footer charts
------------------------------------------*/

.page-footer .container {
    padding: 0 15px;
}

#world-map-markers {
    height: 300px;
}

#polar-chart-holder {
    padding-top: 20px;
}


/*----------------------------------------
    actionアイコンサイズ指定
   （グループ移動、編集、コピー、削除）
------------------------------------------*/

i.action {
    font-size: 1.7rem;
}


/*----------------------------------------
    基本情報入力画面validate
-----------------------------------------*/

.input-field div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.7rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.input-field label.active {
    width: 100%;
}

.left-alert input[type=text] + label:after,
.left-alert input[type=password] + label:after,
.left-alert input[type=email] + label:after,
.left-alert input[type=url] + label:after,
.left-alert input[type=time] + label:after,
.left-alert input[type=date] + label:after,
.left-alert input[type=datetime-local] + label:after,
.left-alert input[type=tel] + label:after,
.left-alert input[type=number] + label:after,
.left-alert input[type=search] + label:after,
.left-alert textarea.materialize-textarea + label:after {
    left: 0px;
}

.right-alert input[type=text] + label:after,
.right-alert input[type=password] + label:after,
.right-alert input[type=email] + label:after,
.right-alert input[type=url] + label:after,
.right-alert input[type=time] + label:after,
.right-alert input[type=date] + label:after,
.right-alert input[type=datetime-local] + label:after,
.right-alert input[type=tel] + label:after,
.right-alert input[type=number] + label:after,
.right-alert input[type=search] + label:after,
.right-alert textarea.materialize-textarea + label:after {
    right: 70px;
}


/*----------------------------------------
    テスト設計見積もりCSS（newtest_1.html）
-----------------------------------------*/

.navigator {
    text-align: center
}

.navigator ol {
    display: inline-block;
    position: relative
}

.navigator ol:before {
    display: block;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    background: #d6dfe9;
    content: '';
    position: absolute;
    bottom: 0
}

.navigator li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #d6dfe9
}

.navigator li:after {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #d6dfe9;
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -4px;
    right: 0;
    left: 0
}

.navigator li:before {
    display: block;
    height: 3px;
    border-radius: 0px;
    width: 105%;
    background: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0
}

.navigator li:first-child:before {
    border-radius: 2px 0 0 2px
}

.navigator li:last-child:before {
    border-radius: 0 2px 2px 0
}

.navigator li.current {
    font-weight: bold;
    color: #3498db
}

.navigator li.current:after {
    background: #3498db
}

.navigator li.current:before {
    background: #3498db;
    width: 50%
}

.navigator li.finished {
    font-weight: bold;
    color: #34495e !important
}

.navigator li.finished:after {
    background: #3498db
}

.navigator li.finished:before {
    background: #3498db
}

.button {
    padding: 0.5em 1em;
    background: #ff750f;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #2ea8e6;
}

button#get-quote {
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.noMargin {
    padding-left: 0;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.stretch-2.mobile {
    width: 120%;
}

.grey {
    color: #777777;
}

.lightGrey {
    color: #cccccc;
}

.super {
    font-size: 800%;
}

.textRight {
    text-align: right;
}

.button i {
    margin-left: 20px;
}

#disclaimer p {
    font-size: 0.9em;
}

.checkbox input {
    float: left;
    margin: 6px 10px 0 0;
}

.checkbox label {
    float: left;
    width: 88%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}

p.name {
    font-weight: 900;
    font-size: 0.9em;
}

.name i {
    font-size: ;
    margin: auto;
}

.top-bar {
    background: #094ab2;
    padding: 10px 20px;
    height: 72px;
}

.top-bar h1 {
    font-size: 1.4em;
    color: #fff;
    float: left;
    padding: 0 30px;
    margin: 0.45em 0;
}

.top-bar .addthis {
    float: right;
}

.centerText {
    text-align: center;
}

.verticalMargin {
    margin: 3% 0;
}

.heavy {
    font-weight: 900;
}

.lightest {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

#summaryWrapper .content {}

#splitScreenWrapper .content {
    padding-left: 24px;
    padding-right: 24px;
}

#summaryWrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.multiple {
    display: none;
    bottom: -20px;
    left: 16px;
    width: 90% !important;
    height: 24px;
    background: #444;
    position: absolute;
}

.multiple.activated {
    display: block;
}

.multiple .add {
    font-weight: 900;
    background: #ff7510;
    color: #fff;
    display: block;
    padding: 0 12px;
    float: left;
    font-size: 1.0em;
    left: -10px;
    position: relative;
    bottom: 0;
    line-height: 2em;
    height: 24px;
    /*align-content:center;*/
}

.multiple .minus {
    font-weight: 900;
    background: #a9a9a9;
    color: #fff;
    display: block;
    padding: 0 12px;
    float: right;
    font-size: 1.0em;
    right: -10px;
    bottom: 0;
    line-height: 2em;
    position: relative;
    height: 24px;
    /*align-content:center;*/
}

.multiple .value {
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    bottom: 0;
    position: relative;
    /*align-content:center;*/
}

.option {
    background: #ddd;
    color: #444;
}

.option p {
    margin-bottom: 0;
}

.option.active {
    background: #82BA65;
    color: white;
}

.option.active p {
    color: white;
}

.panel {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 16px 10px 16px;
    margin-bottom: 12px;
    border: 3px #eee;
    position: relative;
    width: 10rem;
    height: 10rem;
    border-radius: 5px;
}

.panel.option.centerText.has-tip.tip-top {
    margin-bottom: 8px;
}

.block {
    text-align: center;
}

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

.centered {
    display: inline-block;
    vertical-align: middle;
    min-width: 100%;
}

.lt-ie10 .right-off-canvas-menu {
    display: none;
}

#stats .row {
    max-width: 85rem;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#emailForm h3 {
    margin-bottom: 10px;
}

#emailForm .button {
    width: 100%;
    text-transform: uppercase;
    color: #000;
    Font-weight: bold;
}

.verticalMargin .button {
    width: 100%;
}

.device {
    margin-bottom: inherit;
}

.selectableBuildtest {
    font-size: 0.9em;
}


/*
        .selectableBuildtest .panel i {
            font-size: 300%;
        }
        */

.selectableBuildtest .panel {
    border: 1px solid #cccccc;
}

.selectableBuildtest .panel.ios {
    /*    background:#ddd url('../img/apple.png') no-repeat top center;*/
    padding-top: 30px;
}

.selectableBuildtest .panel.android {
    /*    background:#ddd url('../img/android.png') no-repeat top center;*/
    padding-top: 30px;
}

.selectableBuildtest .panel.windows {
    /*    background:#ddd url('../img/windows.png') no-repeat top center;*/
    padding-top: 30px;
}

#buildtests .panel {
    font-size: 300%;
    min-height: 20%;
}

#summaryWrapper .selectableBuildtest {
    text-align: center;
}

@media all and (max-width: 700px) and (min-width: 0px) {
    #summaryWrapper .selectableBuildtest {
        text-align: center;
    }
}

#summaryWrapper .selectableBuildtest .panel {
    margin: 0 0 10px;
    cursor: pointer;
    color: #444;
    font-weight: 900;
    /*    width: 120px;  */
    height: 152px;
    background: #ddd;
}

#summaryWrapper .selectableBuildtest.selected .panel {
    color: #ffffff;
    background-color: #00A986;
    border-color: #00A986;
}

#totalPriceWrapper {
    font-weight: 900;
    border-top: 1px solid #eeeeee;
    padding: 6px 0;
    padding-bottom: 24px;
}

#autoSelectedTotals {
    font-size: 13px;
    padding-top: 6px;
    /*	display:none; */
}

#optionTotals {
    font-size: 12px;
    /*	display:none; */
}


/*.fixed {
    position:fixed;
}*/

small.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.7rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

a.joyride-close-tip {
    font-weight: bold !important;
    color: #fff !important;
}

.bottomsection {
    background-color: #094ab2;
    padding: 20px;
}

.bottomsection .row {
    width: 62.5%;
}

.bottomsection h3 {
    font-weight: bold;
    color: #fff;
}

.bottomsection h3 a:link,
.bottomsection h3 a:visited,
.bottomsection h3 a:active {
    color: #FFB70F;
}


/***　ツールチップ　***/

#tooltip {
    background: #0288d1;
    position: absolute;
    z-index: 100;
    padding: 0px 10px 0 10px;
}

#tooltip p {
    text-align: left;
    color: #fff;
    font-size: 0.8em;
    /*    padding:15px 0 0 0; */
}

#tooltip:after
/* triangle decoration */

{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0288d1;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #0288d1;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}


/* gradient color palette */

.gradient-45deg-light-blue-teal {
    background: #b3e5fc;
    background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
    background: linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
}

.gradient-45deg-light-blue-teal.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
}

.gradient-45deg-indigo-light-blue {
    background: #c5cae9;
    background: -webkit-linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
    background: linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
}

.gradient-45deg-indigo-light-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(179, 229, 252, 0.5);
}

.gradient-45deg-light-blue-indigo {
    background: #b3e5fc;
    background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
    background: linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
}

.gradient-45deg-light-blue-indigo.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(159, 168, 218, 0.5);
}

.gradient-45deg-yellow-green {
    background: #ffff8d;
    background: -webkit-linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
    background: linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
}

.gradient-45deg-yellow-green.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(185, 246, 202, 0.5);
}

.gradient-45deg-orange-deep-orange {
    background: #ffe0b2;
    background: -webkit-linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
    background: linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
}

.gradient-45deg-orange-deep-orange.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 204, 188, 0.5);
}

.gradient-45deg-deep-purple-purple {
    background: #d1c4e9;
    background: -webkit-linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
    background: linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
}

.gradient-45deg-deep-purple-purple.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(243, 229, 245, 0.5);
}

.gradient-45deg-red-pink {
    background: #FF5252;
    background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

.gradient-45deg-red-pink.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(244, 143, 177, 0.5);
}

.gradient-45deg-light-green-amber {
    background: #c5e1a5;
    background: -webkit-linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
    background: linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
}

.gradient-45deg-light-green-amber.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 248, 225, 0.5);
}

.gradient-45deg-amber-amber {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
    background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
}

.gradient-45deg-amber-amber.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 111, 0, 0.3);
}

.gradient-45deg-purple-pink {
    background: #ea80fc;
    background: -webkit-linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
    background: linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
}

.gradient-45deg-purple-pink.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(252, 228, 236, 0.5);
}

.gradient-45deg-indigo-light-blue {
    background: #3949ab;
    background: -webkit-linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
    background: linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
}

.gradient-45deg-indigo-light-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
}

.gradient-45deg-teal-cyan {
    background: #e0f2f1;
    background: -webkit-linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
    background: linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
}

.gradient-45deg-teal-cyan.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
}

.gradient-45deg-blue-grey-blue-grey {
    background: #cfd8dc;
    background: -webkit-linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
    background: linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
}

.gradient-45deg-blue-grey-blue-grey.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(84, 110, 122, 0.5);
}

.gradient-45deg-cyan-light-green {
    background: #0097a7;
    background: -webkit-linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
    background: linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
}

.gradient-45deg-cyan-light-green.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(178, 255, 89, 0.5);
}

.gradient-45deg-orange-amber {
    background: #e65100;
    background: -webkit-linear-gradient(45deg, #e65100 0%, #ffa000 100%);
    background: linear-gradient(45deg, #e65100 0%, #ffa000 100%);
}

.gradient-45deg-orange-amber.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-indigo-blue {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
    background: linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
}

.gradient-45deg-indigo-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-brown-brown {
    background: #6d4c41;
    background: -webkit-linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
    background: linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
}

.gradient-45deg-brown-brown.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(187, 222, 251, 0.5);
}

.gradient-45deg-blue-grey-blue {
    background: #263238;
    background: -webkit-linear-gradient(45deg, #263238 0%, #2979FF 100%);
    background: linear-gradient(45deg, #263238 0%, #2979FF 100%);
}

.gradient-45deg-blue-grey-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(41, 121, 255, 0.5);
}

.gradient-45deg-purple-deep-orange {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
    background: linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
}

.gradient-45deg-purple-deep-orange.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 110, 64, 0.5);
}

.gradient-45deg-green-teal {
    background: #43A047;
    background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
    background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}

.gradient-45deg-green-teal.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(77, 182, 172, 0.5);
}

.gradient-45deg-purple-light-blue {
    background: #e040fb;
    background: -webkit-linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
    background: linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
}

.gradient-45deg-purple-light-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
}

.gradient-45deg-cyan-cyan {
    background: #18ffff;
    background: -webkit-linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
    background: linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
}

.gradient-45deg-cyan-cyan.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
}

.gradient-45deg-yellow-teal {
    background: #fff9c4;
    background: -webkit-linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
    background: linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
}

.gradient-45deg-yellow-teal.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
}

.gradient-45deg-purple-deep-purple {
    background: #7b1fa2;
    background: -webkit-linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
    background: linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
}

.gradient-45deg-purple-deep-purple.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(124, 77, 255, 0.5);
}

.gradient-45deg-cyan-light-green {
    background: #00e5ff;
    background: -webkit-linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
    background: linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
}

.gradient-45deg-cyan-light-green.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(204, 255, 144, 0.5);
}

.gradient-45deg-purple-amber {
    background: #d500f9;
    background: -webkit-linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
    background: linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
}

.gradient-45deg-purple-amber.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 160, 0, 0.5);
}

.gradient-45deg-indigo-purple {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
    background: linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
}

.gradient-45deg-indigo-purple.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(123, 31, 162, 0.5);
}

.gradient-45deg-deep-purple-blue {
    background: #6200ea;
    background: -webkit-linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
    background: linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
}

.gradient-45deg-deep-purple-blue.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
}

.gradient-45deg-deep-orange-orange {
    background: #bf360c;
    background: -webkit-linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
    background: linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
}

.gradient-45deg-deep-orange-orange.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(245, 124, 0, 0.5);
}

.gradient-45deg-light-blue-cyan {
    background: #0288d1;
    background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

.gradient-45deg-light-blue-cyan.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(38, 198, 218, 0.5);
}

.gradient-45deg-blue-indigo {
    background: #2962FF;
    background: -webkit-linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
    background: linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
}

.gradient-45deg-blue-indigo.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(57, 73, 171, 0.5);
}

.gradient-45deg-semi-dark {
    background: #00AEFF;
    background: -webkit-linear-gradient(180deg, #00AEFF 0%, #3369E6 100%);
    background: linear-gradient(-90deg, #00AEFF 0%, #3369E6 100%);
}

.gradient-45deg-semi-dark.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(51, 105, 230, 0.5);
}


/*3.ユーザーテストをする時期 css */

#btns * {
    transition: all .3s ease-in-out;
}

#btns {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-flow: row wrap;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#btns .btn {
    position: relative;
    padding: 10px 20px 25px;
    width: 25%;
    background: #111;
    font-family: lato;
    cursor: pointer;
    box-sizing: border-box;
    height: 100%;
}


/* Button Backgrounds */

#btns .btn:nth-child(1) {
    background: #117ec3;
}

#btns .btn:nth-child(2) {
    background: #1491e1;
}

#btns .btn:nth-child(3) {
    background: #2ba1eb;
}

#btns .btn:nth-child(4) {
    background: #49afef;
}


/* Arrows */

#btns .btn:nth-child(1):after,
#btns .btn:nth-child(2):after,
#btns .btn:nth-child(3):after {
    position: absolute;
    top: 45%;
    right: -18px;
    z-index: 1;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #117ec3;
    transition: all .3s ease-in-out;
}

#btns .btn:nth-child(2):after {
    border-left: 20px solid #1491e1;
}

#btns .btn:nth-child(3):after {
    border-left: 20px solid #2ba1eb;
}


/* Icon */

#btns .btn .icon {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    transform-origin: center;
    transform: scale(0.9);
    color: #fff;
}

#btns .btn .icon svg {
    fill: currentColor;
}

#btns .btn .icon path {
    fill: currentColor;
}

#btns .btn .icon {
    fill: currentColor;
}


/* Text Styles */

#btns .btn h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-family: raleway;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 400;
}

#btns .btn p {
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
}


/* Hover Effects */

#btns .btn:hover {
    background: #0b6ca9;
}

#btns .btn:hover:after {
    border-left: 20px solid #0b6ca9;
}

#btns .btn:hover .icon {
    transform-origin: center;
    transform: scale(1);
    color: #fff;
}

#btns .btn:hover h2 {
    color: #fff;
}


/* Media Queries */

@media all and (max-width: 950px) and (min-width: 701px) {
    #btns.btn {
        width: 50%;
    }
    #btns .btn:nth-child(2):after {
        border-left: 0px;
    }
}

@media all and (max-width: 700px) and (min-width: 0px) {
    #btns .btn {
        display: block;
        width: 100%;
    }
    #btns .btn:nth-child(1):after,
    #btns .btn:nth-child(2):after,
    #btns .btn:nth-child(3):after {
        border-left: 0px;
    }
}

@media only screen and (min-width: 992px) {
    p.about-caption {
        font-size: 1.1rem;
        font-weight: 300;
        margin-bottom: 30px;
        margin-left: 16%;
        margin-right: 16%;
        text-align: left;
        line-height: 2.0;
    }
}


/*----------------------------------------
　利用規約　段落CSS
-----------------------------------------*/

p.l-kiyaku {
    line-height: 1.6;
    text-indent: 1em;
}

li.m-kiyaku {
    line-height: 1.7;
    text-indent: 2em;
}

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


/*----------------------------------------
　お見積もり（仮）　table-invoice CSS
-----------------------------------------*/

table #confirm {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

#confirm table th,
#confirm table td {
    border: 1px solid #bbb;
}

#confirm table thead th {
    background-color: #aaa;
}

#confirm table tbody th {
    background-color: #d6d6d6;
    font-size: 16px;
}


/*----------------------------------------
　テスト新規作成 - 1.基本情報 - table-invoice CSS
-----------------------------------------*/

.form-group input[type="radio"] + label:before,
.form-group input[type="radio"] + label:after {
    display: none;
}

.form-group [type="radio"]:not(:checked) + label.choice,
.form-group input[type="radio"]:not(:checked) {
    background-color: #bdc3c7;
    color: #869198;
    width: 10rem;
    height: 10rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

.form-group input[type="radio"]:not(:checked) + .disabled,
.form-group input[type="radio"]:checked + .disabled {
    background-color: #888888;
    color: #222;
    width: 10rem;
    height: 10rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

.test-type input[type="radio"]:checked + .choice,
.device-type input[type="radio"]:checked + .choice,
.service-type input[type="radio"]:checked + .choice,
.os-type input[type="radio"]:checked + .choice,
.form-group input[type="radio"]:checked + .other_label,
.form-group input[type="radio"]:checked + .disable_label {
    background-color: #82BA65;
    color: #fff;
    width: 10rem;
    height: 10rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

label.other_label {
    background-color: #cccccc;
    color: #fff;
    width: 10rem;
    min-height: 10rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

label.disable_label {
    background-color: #82BA65;
    color: #fff;
    width: 10rem;
    min-height: 10rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

label.other_label {
    padding-right: 35px;
}


/*----------------------------------------
　テスト新規作成 - 3.テストターゲット - 
-----------------------------------------*/


/*
.gender-type input[type="radio"]:checked + .choice-gender {
    background-color: #82BA65;
    color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}
[type="radio"]:not(:checked) + label.choice-gender {
    background-color: #bdc3c7;
    color: #869198;
    width: 5rem;
    height: 5rem;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
} 


/*----------------------------------------
　テスト新規作成 - 3.テストシナリオ - 
-----------------------------------------*/

.list-group-item {
    position: relative;
    display: block;
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-left: 50px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .mdi {
    color: #00bcd4;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .mdi {
    background-color: #00bcd4;
    background-image: #00bcd4;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #00bcd4;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-right: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.mdi {
    border: 1px solid rgba(0, 188, 212, 0.2);
    margin: 0;
}

p.mdi:hover,
p.mdi:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}


/* テンプレートで作る内タブCSS start */

label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #bdc3c7;
    cursor: pointer;
    background-color: #ecf0f1;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

label.panel-label:hover {
    color: #003399;
}

#panels {
    background-color: white;
}

#panels .container {
    margin: 0 auto;
    width: 90%;
}

#panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box;
}

#panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 24px;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 24px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 24px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
}

ul#tabs-list {
    display: flex;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
}

ul#tabs-list li {
    text-align: center;
    font-size: 0.875em;
    width: 18%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
}

ul#tabs-list li:hover {
    -webkit-transition: none;
    transition: none;
    border-right: none;
}

ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
}

ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
}

ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
    font-size: 0.875em;
}

ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #003399;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

ul#tabs-list li label.panel-label:hover {
    padding-top: 24px;
}

ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
}

main {
    width: 100%;
    margin: 0 auto;
}

.panel-radios {
    display: none;
}

main p {
    line-height: 1.8;
}
td.td-title {
    width: 100px;
}
/* テンプレートで作る内タブCSS end */