@CHARSET "ISO-8859-1";


.clear{
    clear:both;
}
.italic {
    font-style: italic;
}
.relative {
    position: relative;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    /*background-image: url("../images/background2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position:0 0;
}


/* Login */
.container-login {
    margin-top: 120px;
    width: 330px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.container-login h2 {
    font-size:18px;
    color:#737373;
    margin-bottom:30px;
}

.form-signin {
    width: 330px;
    padding: 15px;
    margin: 30px auto;
    background-color:#f4f0e9;
    text-align:center;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    width:220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    margin-bottom:10px;
    color:#7e7e7e;
    margin-left:auto;
    margin-right:auto;
    border-color: #adb7ba;
}
.form-signin .form-control:focus {
    border-color: #53c2e8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173, 183, 186, .6);
}

.form-signin button {
    width:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:26px;
    line-height: 27px;
    margin-bottom: 33px;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

input.modified, select.modified, textarea.modified {
    color: #53c2e8 !important;
    font-weight: bold !important;
    border-color: #53c2e8 !important;
}
p.modified {
    clear:both;
    color: #53c2e8 !important;
    font-weight: bold !important;
}

a {
    transition: all .3s;
}

/* header */
.navbar {
    padding:0;
}
.store-container {
    padding: 20px 0;
}
.store-container h2 {
    width: 50%;
}
.storeList-wrapper {
    float: right;
    width: 200px;
}
a.navbar-brand {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #5e5e5e !important;
}
a.navbar-brand:hover {
    opacity: 0.7;
}
ul.menu-1 {
    font-size: 18px;
}
ul.menu-2 {
    font-size: 16px;
}

/*
 * Main content
 */

.main {
    padding: 20px;
    margin-left:196px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
        padding-top:65px;
        padding-bottom: 50px;
    }
}
.main .page-header {
    margin-top: 0;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
}


/* Messages */
.user-message {
    margin-bottom:20px;
}
.user-notice {
    color:green;
    font-weight:bold;
}
.user-warning {
    color:orange;
    font-weight:bold;
}
.user-error {
    color:#e46363;
    font-weight:normal;
}
.title-error {
    color: #e46363;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}


/* select2 */
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #adb7ba;
    background-color: #ecf0f1;
    color: #7e7e7e;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #adb7ba;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFFFFF;
}
.select2-match {
    font-weight:bold;
}
.select2-container .select2-selection--multiple {
    min-height: 46px;
}
/* datepicker */

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    color:#31414f;
}


/*Header */
.navbar {
    /*position: relative;*/
    min-height: 50px;
    /*margin-bottom: 60px;*/
    border: 0;
}
.navbar .container{
    padding:0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left:0;
    border-right: 1px solid #b3a3a1;
}
#navbar, .navbar-inverse {
    /*background-color: #4e6274;*/
    background-color: rgba(49, 65, 79, 0.8) !important;
}
.navbar-brand {
    float: left;
    height: 63px;
    padding: 0;
}

.user-info {
    color:#FFFFFF;
    margin:18px 0 0 23px;
    float:left;
}
.navbar-right {
    margin:0 95px 0 0;
    padding:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #31414f/*#e7e7e7*/;
}
#navbar2 {
    color:#27333e;
    font-size:16px;
    background-color: #ecf0f1;
    border:0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    color:#27333e;
}
.navbar-default .navbar-nav > .active > a {
    background:none;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color:#6e7e8d;
    color:#FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #31414f;
}

/*.dropdown-menu {
    background-color: #31414f;
    color:#e8eef1;
    font-size:16px;
    margin-top:0;
    border:0;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#e8eef1;
    background-color: #31414f;
    margin-top:0;
    padding: 6px 26px;
    font-size:14px;
}*/

a.setting-toogle {
    background: url("../images/setting.png") transparent no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    margin: 10px 0 0 0;
}
.navbar-default .navbar-nav > li > a.normalLogout {
    color:#FFFFFF;
    padding-top: 20px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a.normalLogout:hover, .navbar-default .navbar-nav > li > a.normalLogout:focus {
    color:#e8eef1;
    background-color: #31414f;
}

/* form */
.form-control:focus {
    border-color: #53c2e8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173, 183, 186, .6);
}




/* list */
h1 {
    color: #27333e;
    font-size:24px;
    margin-bottom:20px;
}
h1 span{
    font-size:18px;
}
h1 span.subTitle {
    font-size:24px;
    font-style: italic;
}
.header-title h1 {
    float:left;
}

.btn {
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 37px;
}
.btn-primary {
    color: #ecf0f1;
    background-color: #53c2e8;
}
.btn-primary:hover {
    background-color: #53c2e8;
    opacity: 0.7;
    transition-duration: 0.3s;
    color: #FFFFFF;
    border-color: #204d74;
}


/* Table */
table.dataTable thead {
    background-color:#6e7e8d;
    color:#FFFFFF;
    font-size:16px;
    height:62px;
}
.table.dataTable > thead > tr > th {
    text-align:center;
    vertical-align:middle;
    border-right: 1px solid #FFFFFF;
    border-bottom:0;
    margin-top: calc(100% - 15px);
    margin-top: -webkit-calc(100% - 15px);
    margin-top: -moz-calc(100% - 15px);
    text-decoration:underline;
    font-weight:normal;
}
.table.dataTable > thead > tr > th.lastone {
    border-right: none;
}
.table.no-sort > thead > tr > th, .table > thead > tr > th.no-sort {
    text-decoration:none;
}

.statisticTable .table.dataTable > thead > tr > th {
    border:none;
}


table.dataTable thead > tr > th.sorting {
    /*background: url("../images/sort_both.png") no-repeat 90% 50%;*/
}
table.dataTable thead > tr > th.sorting_asc {
    background: url("../images/sort-asc.png") no-repeat 90% 50%;
    text-decoration:none;
}
table.dataTable thead > tr > th.sorting_desc {
    background: url("../images/sort-desc.png") no-repeat 90% 50%;
    text-decoration:none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
    padding-right:25px;
}
.table-striped > tbody {
    /*   border-right:1px solid #ced6d8;
      border-left:1px solid #ced6d8; */
}
.table-striped > tbody > tr {
    border-bottom:1px solid #ced6d8;
    background-color: rgba(255, 255, 255, 0.8);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.6);
}
.table-striped > tbody > tr > td {
    text-align:center;
    vertical-align:middle;
}

.table-striped > tbody > tr > td.column-small-txt {
    font-size:11px;
}
.productList .table-striped > tbody > tr > td {
    height:95px
}
.statisticTable .table-striped > tbody > tr > td {
    text-align: left;
    vertical-align: middle;
    padding-left: 25px;
}
#table_composition > tbody > tr {
    background-color:#FFFFFF;
}
#table_composition > tbody > tr.modified, #table_composition > tbody > tr.modified .form-control {
    color: #53c2e8 !important;
    font-weight: bold !important;
    border-color: #53c2e8 !important;
}
#table_composition > tbody > tr.table-sep {
    background-color:#6e7e8d;
    color:#FFFFFF;
    font-size:16px;
}
#table_composition input[type="checkbox"] {
    height:13px;
    width:13px;
    margin:auto;
}

.pagination{
    float: right;
    font-size: 14px;
}
.pagination > li > a {
    margin-right:7px;
    padding:5px 0;
    text-align:center;
    width:35px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border-color: #8695a2;
    color: #8695a2;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #FFFFFF;
    border-color: #8695a2;
    color: #27333e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #FFFFFF;
    border-color: #8695a2;
    color: #27333e;
}
.pagination > li > a.pagination-spe {
    background-color: #bcc5cb;
    border-color: #bcc5cb;
    color: #27333e;
    font-size:20px;
    padding:1px 0;
}

/* Ajax */
.ajaxLoader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    padding-top: 20%;
}
.ajaxLoader-txt {
    margin: 0 auto;
    background: #FFFFFF;
    padding: 40px;
    width: 300px;
    border-radius: 5px;
}
.ajaxLoader-txt span {
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 20px;
}

/* Login */
body.loginpage {
  padding-top: 63px;
  background-image: url("../images/background2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}
.container-login {
    width: 330px;
    text-align: center;
    padding: 15px;
    margin: 120px auto 120px;
    background-color: #f4f0e9;
}
.container-login input[type="text"],  .container-login input[type="password"] {
    position: relative;
    width: 220px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #7e7e7e;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #adb7ba;
    background-color: #fefdfc;
    height: 47px;
    border-radius: 0;
    display: block;
}
.container-login .btn {
    width: auto;
    line-height: 27px;
    margin: 26px auto 33px;
    text-transform: uppercase;
}

/* Homepage */
.main-container {
    border-radius: 6px;
    padding: 50px 60px;
    margin: 20px auto 30px;
    color: inherit;
    background-color: #eee;
}
.course-hp, .books-hp {
    display: none;
}
.course-hp.visible-block, .books-hp.visible-block {
    display: block;
}
.course-hp {
    margin-top: 20px;
}
.books-hp {
    margin: 50px auto;
}
.contact-select {
    width: 100%;
}
.create-contact-wrapper, .formcontact-error,
.create-contact-success, .confirm-button {
    display: none;
}
.formcontact-error {
    margin: 0 auto 30px;
    color: red;
    font-size: 20px;
}
.create-contact-success {
    color: green;
    font-size: 18px;
}
.existing-order {
    display: none;
    color: green;
    font-weight: bold;
    margin: 10px 0 10px;
}
tr.disabledLine {
  opacity: 0.3;
}
tr.disabledLine input[type=checkbox]{
    display: none;
}
.contact-form {
  margin-top: 40px;
}
.confirm-button {
    margin-top: 40px;
}
.table-pointer > tbody > tr {
    cursor: pointer;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.2);
}

.main-container h1 {
    font-size: 40px;
}
.main-container header.with-nav h1 {
    float:left;
    width: 60%;
}

.main-container h2 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.main-container label {
    font-weight: bold;
}
.main-container textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: none;
}
.order-actions {
    padding: 40px 0;
    clear: both;

}
/* Order List */
.filter-canceled-order {
    margin-top: 20px;
}
.filter-canceled-order label {
    margin-left: 10px;
}

/* Order detail */
.updateResult, .updateResultBooks {
    display: none;
    color: green;
    padding: 10px 0;
}
.updateResult.errorMsg {
    color: red;
}
.custOrderUpdate {
    float: right;
}
.custOrderBooksUpdate {
    float: right;
}
.orderBackCreated {
    margin-left: 100px;
}
.books-detail {
    padding:0 0 50px;
}
.updateResultBooks {
    text-align: right;
}
.allOrderBooks {
    margin: 0 0 0 5px;
}
.printOrder {
    float: right;
    margin-left: 10px;
}
.cancelOrder {
    float: right;
    margin-left: 10px;
}



/* Customer detail */
#customerForm input[type=checkbox] {
    float:left;
    margin:22px 10px 0 0;
}
#customerForm label {
    margin-top: 20px;
}
#customerForm input[type=submit] {
    clear: both;
    float: right;
}
.cust-orders {
    clear: both;
    padding-top: 40px;
}

/* Books */
.numberInput, .textInput {
    display: block;
    width: 100px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.textInput {
    width: auto;
}
.addBookToOrder {
    font-size: 30px;
}
.editorGroupOrder {
    display: none;
    margin: 50px auto;
}
.createGroupOrder {
    float:right;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .5rem;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
    padding-right: 20px;
}
.table th, .table td {
    padding: 0.75rem 0.5rem;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* EGOrder */
.updateNameEGOrder {
    width: 100%;
}
.updateQuantityResult {
    display: none;
    padding: 10px 0;
}
tr.egbCompleted {
    opacity: 0.3;
}

.order-nav {
    float:right;
}




/* Footer */
footer {
    text-align:center;
    /*  margin-top:100px; */
    background-color:#4e6274;
    color:#FFFFFF;
    padding:10px 0;
    position:fixed;
    bottom:0;
    width:100%;
}
footer a {
    color:#FFFFFF;
    text-decoration:none;
}
footer a:focus, footer a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}
