.sidebar-mini.sidebar-collapse .main-header .navbar,
.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side,
.sidebar-mini.sidebar-collapse .main-footer{
    margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse .main-header .logo,
.sidebar-mini.sidebar-collapse .main-sidebar{
    width: 0px !important;
    padding: 0;
}

.sidebar-mini .main-header .navbar 
{
    text-align: center;
}

.sidebar-mini .main-header .navbar .logo
{
    width: auto !important;
    float: none;
    display: inline-block;
}

.skin-black-light .main-header
{
    background-color: #fff;
}

.main-sidebar .sidebar
{
    padding-top: 20px;
}

.main-sidebar .sidebar iframe
{
    margin: 20px auto !important;
    display: block;
    width: 90%;
}

.btn-image{
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 30px 30px 30px 90px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: fixed;
	top: 15px;
	left: 20px;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -2px;
	background-color: #fff;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	top: 75px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 90px;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
	width: 100%;
	text-align: center;
}

.bt-menu ul li {
	padding: 16px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu ul li:first-child { 
	-webkit-transform: translate3d(-100%,200%,0);
	transform: translate3d(-100%,200%,0);
}

.bt-menu ul li:nth-child(2) { 
	-webkit-transform: translate3d(-100%,100%,0);
	transform: translate3d(-100%,100%,0);
}

.bt-menu ul li:nth-child(3) { 
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.bt-menu ul li:nth-child(4) { 
	-webkit-transform: translate3d(-100%,-100%,0);
	transform: translate3d(-100%,-100%,0);
}

.bt-menu ul li:nth-child(5) { 
	-webkit-transform: translate3d(-100%,-200%,0);
	transform: translate3d(-100%,-200%,0);
}

.bt-menu.bt-menu-open ul li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bt-menu ul li a {
	display: block;
	outline: none;
	color: transparent;
	text-decoration: none;
	font-size: 0px;
}

.bt-menu ul li a:before {
	color: #04a466;
	font-size: 48px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before  {
	color: #fff;
}

@media screen and (max-height: 31.125em) {
    .bt-menu ul li a:before {
		font-size: 32px;
	}
}

/*-Custom-*/
#bt-menu{
	z-index: 1030  !important;
}
.bt-menu.bt-menu-open{
	border-width: 30px 30px 30px 360px !important;
}
.bt-menu-trigger{
	top: 30px !important;
	z-index: 9999;
}
.bt-menu-trigger span,
.bt-menu-trigger span:before,
.bt-menu-trigger span:after{
	background-color: #2b2020;
}
.bt-menu.bt-menu-open .bt-menu-trigger span:before,
.bt-menu.bt-menu-open .bt-menu-trigger span:after{
	background-color: #fff;
}
.bt-menu ul{
	width: 360px;
	display: none;
}
.bt-menu.bt-menu-open ul{
	display: block;
}
.bt-menu ul li{
	padding: 0;
}
.bt-menu ul li a{
	font-size: 17px;
	color: #fff;
	text-align: left;
	padding: 15px 20px;
	font-family: 'Unica One', '源ノ角ゴシック Normal', "游ゴシック", "YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bt-menu ul li.sub a{
	padding-left: 40px;
	font-size: 16px;
}
.bt-menu ul li span{
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	-ms-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.bt-menu ul li a:hover{
	background: #27c5bd;
}
.bt-menu ul li:not([class]) a:hover span{
	padding-left: 10px;
}
.bt-menu ul li a .num{
	display: inline-block;
	margin-right: 15px;
	font-size: 1.2em;
	vertical-align: middle;
}

.bt-menu ul li.contact{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 6px;
}
.bt-menu ul li.contact a{
	display: inline-block;
	width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
	line-height: 80px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f4a81e;
	text-align: center;
	letter-spacing: 0.20em;
	font-weight: 500;
	-webkit-box-shadow: 0 6px 0 0 #ff7500;
	-moz-box-shadow: 0 6px 0 0 #ff7500;
	box-shadow: 0 6px 0 0 #ff7500;
}
.bt-menu ul li.contact a > span{
	display: inline-block;
	line-height: 0.9;
	font-weight: 600;
	vertical-align: middle;
}
.bt-menu ul li.contact a > span span{
	display: inline-block;
	vertical-align: baseline;
	font-size: 30px;
	font-weight: 600;
}
.bt-menu ul li.contact a > span span i{
	display: inline-block;
	padding-left: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 13px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}
.bt-menu ul li.contact a:hover{
	opacity: 1.0;
	-webkit-box-shadow: 0 0 0 0 #ff7500;
	-moz-box-shadow: 0 0 0 0 #ff7500;
	box-shadow: 0 0 0 0 #ff7500;
	margin: 6px 0 -6px;
}
@media screen and (max-width: 360px){
	.bt-menu.bt-menu-open{
        border-width: 30px 30px 30px 320px !important;
    }
    .bt-menu ul{
        width: 320px;
    }
    .bt-menu ul li.contact a{
        display: inline-block;
        width: 300px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        padding: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #f4a81e;
        text-align: center;
        letter-spacing: 0.20em;
        font-weight: 500;
        -webkit-box-shadow: 0 6px 0 0 #ff7500;
        -moz-box-shadow: 0 6px 0 0 #ff7500;
        box-shadow: 0 6px 0 0 #ff7500;
    }
    .bt-menu ul li.contact a > span{
        display: inline-block;
        line-height: 0.9;
        font-weight: 600;
        vertical-align: middle;
    }
    .bt-menu ul li.contact a > span span{
        display: inline-block;
        vertical-align: baseline;
        font-size: 30px;
        font-weight: 600;
    }
    .bt-menu ul li.contact a > span span i{
        display: inline-block;
        padding-left: 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 13px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 22px;
        text-align: center;
        border: 4px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
    }
}

.bt-menu.bt-menu-open {
	border-width: 30px  30px 30px 260px !important;
}
.bt-menu ul{
	width: 260px !important;
}
.bt-menu ul li a .en{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.3em;
}

.small-box h3 {
    font-size: 30px;
}

#all-container
{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

body.is_super_admin #all-container
{
    max-width: 100%;
}

/* bs */

.ui-clickable
{
    cursor: pointer;
}

.small-box>.inner
{
    padding: 40px 30px;
}

.small-box .icon
{
    top: 15px;
    right: 30px;
}

.small-box>.small-box-footer
{
    padding: 10px 0;
}

.panel,
.panel-heading,
.panel-body
{
    border-radius: 0;
}

.panel .dl-horizontal
{
    word-wrap: break-word;
    word-break: break-all;
}

.panel .dl-horizontal dt
{
    width: 120px;
    text-align: left;
}

.panel .dl-horizontal dd
{
    margin-left: 130px;
    margin-bottom: 15px;
}

.paginator-sorts{
    font-size: 75%;
    white-space: nowrap;
    display: inline-block;
}

.content-wrapper .content .nav-pills,
.content-wrapper .content .nav-tabs{
    margin-bottom: 20px;
}

.content-header h1{
    font-size: 180%;
    text-align: center;
    color: #009EFF;
}

.content-header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.content-header>.breadcrumb{
    top: 10px;
}

.col-xs-12 .form-control.selectize-control{
    margin-bottom: -5px;
}

.btn-current-status
{
    font-size: 130%;
    margin-bottom: 15px;
    font-weight: 700;
}

@media (min-width: 992px)
{
    .modal-lg
    {
        width: 90%;
    }
}

@media (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: static !important;
  }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

/**
*
    Layout
*/

.overlay{
    z-index: 10000;
}

.content-wrapper, .right-side{
    background-color: #fff;
}

.ui-information{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.ui-information .ui-meta{
    margin: 5px 0;
    color: #999;
}

body .dropzone{
    min-height: 0;
    border: 1px dotted rgba(0,0,0,0.3);
    background: #f9f9f9;
    padding: 10px 20px;
}

body .dropzone-plain{
    background: transparent;
    border: none;
    padding: 0;
}

body .dropzone .dz-message {
    text-align: left;
    margin: 1em 0;
    font-size: 130%;
    font-weight: 700;
}

body .dropzone-plain .dz-default{
    min-height: 150px;
    border: 1px dotted rgba(0,0,0,0.3);
    background: #f9f9f9;
    padding: 10px 20px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

/* page */


/* plain layout */
body.l-plain,
body.l-plain .content-wrapper,
body.l-plain .right-side{
    background: #fff;
}

body.l-plain .bt-menu-trigger {
    top: 25px !important;
}

body.l-plain .main-header{
    background: #92CCE4;
}

body.l-plain .main-header .navbar{
    padding-left: 90px;
}

body.l-plain .main-header .navbar .nav>li{
    vertical-align: middle;
}

body.l-plain .main-header .navbar .nav>li>a{
    min-height: 60px;
    
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

body.l-plain .main-header .navbar .nav>li.ui-active a{
    border: 3px double #fff;
}

body.l-plain .main-header .navbar .nav>li>a span{
    vertical-align: middle;
}

body.l-plain #footer{
    background: transparent url(../img/layout/footer_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 400px;
    padding-top: 230px;
}

body.l-plain #footer .nav{
    text-align: center;
    margin-bottom: 20px;
}

body.l-plain #footer .nav>li{
    display: inline-block;
}

body.l-plain #footer .nav>li>a,
body.l-plain #footer .nav>li>a:hover{
    display: inline-block;
    color: #fff;
    background: transparent;
}

#contact-bar{
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 10;
}

#contact-bar .field-content{
    display: block;
    line-height: 30px;
}

#contact-bar .btn{
    background-color: transparent;
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 0;
    white-space: nowrap;
}

#contact-bar .btn i{
    background: #fff;
    display: inline-block;
    padding: 13px;
    color: #93CDE5;
    border-radius: 10px 0 0 0;
}

#contact-bar .btn span{
    padding: 7px 15px 8px 15px;
    display: inline-block;
    color: #fff;
    font-size: 130%;
    background: #93CDE5;
    border-radius: 0 10px 0 0;
    font-weight: 700;
    margin-left: -4px;
}

#the_registered_companies.modal .list-group-item
{
    border-bottom: 1px solid #ddd;
    height: 48px;
    overflow: hidden;
    line-height: 27px;
}

.page-colored-header
{
    background: #FECD33;
    padding: 30px 20px;
    text-align: center;
}

.btn-y,
.panel-y .panel-heading
{
    background: #FECD33;
    color: #fff;
}

.text-orange
{
    color: #FF6500;
}

.panel-y
{
    border: 1px solid #FECD33;
}

.panel-y .panel-heading span
{
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
    border: 2px solid #FF6500;
    color: #FF6500;
}

.page-colored-header .content
{
    background: #fff;
    max-width: 480px;
    min-height: 0;
    margin: 0 auto;
}

.page-colored-header h1
{
    margin: 0;
    padding: 0 0 15px 0;
    color: #FF6500;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.5;
}

.page-colored-header h1:last-child
{
    padding-bottom: 0;
}

.page-colored-header {
    background: #FECD33;
    padding: 0px 0px 0 30px;
    text-align: center;
}

.page-colored-header .content
{
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.page-colored-header .content .field-catch
{
    line-height: 2;
    font-weight: 700;
}

.field-introduction,
.field-requirements
{
    padding: 0 0 30px 0;
}

.field-introduction h2,
.field-requirements h2,
.field-requirements h3
{
    font-size: 150%;
    margin: 40px 0 10px;
    border-bottom: 2px solid #FECD33;
    padding-bottom: 15px;
}

.field-introduction p,
.field-requirements p
{
    margin-bottom: 30px;
    line-height: 2;
}

.field-introduction p:last-child,
.field-requirements p:last-child
{
    margin-bottom: 15px;
}

.field-requirements .if-not-readys
{
    border: 5px solid #FECD33;
    padding: 20px;
}

.field-requirements .if-not-readys h3:first-child
{
    margin-top: 0;
}

.field-introduction .open-detail
{
    font-size: 200%;
    margin: 30px 0;
    line-height: 2;
}

.field-introduction .hide-detail
{
    margin-bottom: 40px;
}

.field-introduction .open-detail a,
.field-introduction .open-detail a:visited,
.field-introduction .open-detail a:hover,
.field-introduction .open-detail a:active,
.field-introduction .hide-detail a,
.field-introduction .hide-detail a:visited,
.field-introduction .hide-detail a:hover,
.field-introduction .hide-detail a:active
{
    color: inherit;
}

.field-introduction .hide-detail a
{
    border-bottom: 3px solid #FF6500;
    padding-bottom: 7px;
}

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

.the-uploaded-result
{
    max-width: 480px;
    margin: 0 auto;
}

body.controller-dashboard .small-box
{
    min-height: 250px;
    position: relative;
}

body.controller-dashboard .small-box>.small-box-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.faqs 
{
    margin-bottom: 40px;
}

.faqs .a-faq
{
    margin-bottom: 30px;
}


.field-requirements ul
{
    border-radius: 2px;
    overflow: hidden;
    margin: 30px auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.field-requirements li
{
    width: 100%;
    padding: 24px 12px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-bottom: 0;
}
.field-requirements li.active h4
{
    color: white;
}
.field-requirements li.active label i
{
    color: #fff;
    position: relative;
    z-index: 10;
}
.field-requirements li:before
{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.field-requirements li h4
{
    display: inline-block;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    transition: all .5s;
    padding-left: 50px;
}
.field-requirements li input
{
    vertical-align: middle;
    display: none;
}
.field-requirements li label
{
    display: inline-block;
    background: #ccc;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    position: absolute;
    left: 20px;
    top: 24px;
    text-align: center;
    padding-top: 3px;
    color: transparent;
    cursor: pointer;
    transition: all .2s;
    z-index: 10;
}
.field-requirements li label:after
{
    content: '';
    background: rgba(3, 169, 244, 0.5);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 9999px;
    transition: all 0.3s ease-in;
    z-index: -1;
    visibility: hidden;
}
.field-requirements li input:checked + label
{
    background: white;
    color: #03a9f4;
}
.field-requirements li input:checked + label:after
{
    width: 3000px;
    height: 3000px;
    top: -1500px;
    left: -1500px;
    background: #03a9f4;
    z-index: 1;
    visibility: visible;
}

.field-requirements .for-not-ready
{
    margin-top: 30px;
}

.field-requirements .for-not-ready:first-child
{
    margin-top: 0;
}