@charset "UTF-8";

/* --------------------------------------------------
 common
 -------------------------------------------------- */
body {
    font-family: "Rounded Mplus 1c", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cake-error, pre {
    z-index: 10000;
    position: relative;
}

.ui-datepicker {
    font-size: 85% !important;
    z-index: 10000 !important;
}

/* --------------------------------------------------
 navbar
 -------------------------------------------------- */
.navbar {
    padding: 0;
}
.navbar-default, .navbar-inverse {
    box-shadow: 2px 0 3px rgba(0, 0, 0, .5);
}
.navbar-brand, ul.navbar-nav > li > a {
    color: #FFF !important;
}
@media (min-width:768px){
    .navbar-right {
        margin-right:0px;
    }
}

/* --------------------------------------------------
 login
 -------------------------------------------------- */
.main-login > .panel {
    width: 500px;
}
.main-login .panel-heading {
    background-color: #30404f;
    color: #FFF;
    padding: 15px;
}
.loginBox {
    padding: 10px 10px 0 10px;
}

.loginBox form {
    padding: 0 80px;
}

/* --------------------------------------------------
 sidebar
 -------------------------------------------------- */
.sidebar {
    position: fixed;
    width: 180px;
    top: 40px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 5px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #30404f;
    border-right: 1px solid #eee;
}
.sidebar .fa {
    width: 20px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
}
.sidebar > h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 11px;
    margin: 10px 15px;
    text-shadow: 1px 1px #000;
}
.sidebar .child-menu > li > a, .sidebar .sidebar-menu > li > a, .sidebar .list-group > a, .sidebar .list-group > div > a {
    color: #E7E7E7;
    font-weight: 500;
    cursor: pointer;
    background-color:transparent;
}
.sidebar .child-menu > li > a:hover, .sidebar .sidebar-menu > li > a:hover, .sidebar .list-group > a:hover, .sidebar .list-group > div > a:hover {
    background-color: #1d262f;
}
.sidebar .sidebar-menu > li > a, .sidebar .list-group > a {
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
}
.sidebar .child-menu {
    display: none;
}
.sidebar .child-menu > li > a, .sidebar .list-group > div > a {
    font-size: 12px;
    padding-left: 39px;
}
.sidebar .child-menu > li.active, .sidebar .list-group > div > a.active {
    background-color: #1d262f;
}
.list-group-item:first-child{border-top-right-radius:0px;border-top-left-radius:0px}
.list-group-item{border:0px;}
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f107";
  font-family: FontAwesome;
  text-align: center;
    font-size: 14px;
    min-width: inherit;
  float: right;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f106";
  font-family: FontAwesome;
  text-align: center;
    font-size: 14px;
    min-width: inherit;
  float: right;
}

/* --------------------------------------------------
 main
 -------------------------------------------------- */
.main {
    margin-top: -15px;
    margin-left: 180px;
}
.main h1 {
    padding-bottom: 7px;
    margin: 0 0 17px;
    border-bottom: 1px solid #ccc;
}

.main table.list {
    margin-bottom: 0;
}
.main table.list td {
    vertical-align: middle;
}

.main table.form th {
    width: 200px;
}

.main .pagination-wrapper {
    margin: 5px 0;
    justify-content: space-between;
}

.main .pagination {
    margin: 0;
    float: right;
}

/* --------------------------------------------------
 table
 -------------------------------------------------- */
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ccc;
}

.table th, table th {
    background-color: #30404f;
    color: #FFF;
}
.table th a, table th a {
    color: #FFF;
}

/* --------------------------------------------------
 parts
 -------------------------------------------------- */

.ness {
    color: #d9534f;
    font-weight: bold;
    font-size: 0.7em;
}

.error-message {
    background-color: #d9534f;
    padding: 3px 10px;
    margin: 10px 0;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

textarea {
    height: 10em !important;
}

input[type=radio].radio-inline, input[type=checkbox].checkbox-inline {
    width: 20px;
    margin: 0 3px 0 0 !important;
    border: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
label {
    margin-right: 20px !important;
}
@media (min-width: 576px) {
    .form-inline label {
        margin-bottom:5px;
    }
}

.imageAjaxDelBtnContainer {
    margin: 10px 0;
}

.multiBlock {
    margin-bottom: 5px;
}
.multiBlock th {
    width: 100px !important;
    text-align: center;
}
.multiBlock th, .multiBlock td {
    vertical-align: middle !important;
}


/* --------------------------------------------------
 length
 -------------------------------------------------- */
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w25 {
    width: 25px;
}
.w30 {
    width: 30px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 70px;
}
.w75 {
    width: 75px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w125 {
    width: 125px;
}
.w150 {
    width: 150px;
}
.w175 {
    width: 175px;
}
.w200 {
    width: 200px;
}
.w225 {
    width: 225px;
}
.w250 {
    width: 250px;
}
.w275 {
    width: 275px;
}
.w300 {
    width: 300px;
}
.w325 {
    width: 325px;
}
.w350 {
    width: 350px;
}
.w375 {
    width: 375px;
}
.w400 {
    width: 400px;
}
.w500 {
    width: 500px;
}
.w700 {
    width: 700px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
