.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;
}

.main-sidebar .sidebar
{
    padding-top: 20px;
}

.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;
}


/* bs */
.main-header .navbar .nav>li>a
{
    padding-left: 3px;
    padding-right: 3px;
}

.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;
}

.panel .panel-body table:last-child
{
    margin-bottom: 0;
}

.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{
}

.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;
}

.form-group .error-message
{
    color: #fc6666;
    padding: 4px 0;
}

.paginator-header
{
    margin-bottom: 10px;
}
