/* Table */

.table-bordered {
    border: 0px;
}

.table-bordered > thead > tr > th{
    border: 0px;
    border-bottom: solid 2px #252525;
}

table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}

.table-bordered > tbody > tr > td{
    border: 0px;
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: 1px solid #999;
}

/* Body */

.breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
}

.breadcrumb a {
    color: #4a4a4a;;
    font-weight: 400;
}

/* Box */

.box-desc {
    font-size: 15px;
}

.box .box-header .box-desc i {
    color: white;
    font-size: 1.5em;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.box {
    border-top-width: 5px;
}

.user-panel > .image > img {
    height: 45px;
}

/* Menu */

#menu {
    min-height: 480px;
    margin-top: 20px;
}

.sbox {
    webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

#menu .icon {
    padding-top: 12px;
    width: 150px;
    float: left;
    height: 180px;
    background: #ffffff26;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    transition: width 2s;
    text-align: center;
}

#menu .icon .iconname {
    font-weight: bold;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

#menu .icon .iconimage {
    width: 100%;
    text-align: center;
}

#menu .icon:hover {
    background: #cdcdcd;
    cursor: pointer;
}

#menu img {
    height: 70px;
    margin-top: 15px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 10px;
}

.pd {
    padding: 5px;
}

#menu .icon .icondesc {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#menu .icon .iconname .tituloicon {
    font-size: 14px;
    font-weight: bold;
}

#menu a {
    color: #222222;
}

.breadcrumb {
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
}

.breadcrumb a {
    color: #4a4a4a;;
    font-weight: 400;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Panel */

.title-second {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #3c8dbc
}

.title-panel {
    font-size: 35px;
    font-family: 'Fjalla One', sans-serif;
}

.text-modules {
    text-align: justify;
}

.icon-module {
    font-size: 7em;
    margin: 20px auto;
}

.img-module {
    margin-top: 120px;
}

.border-footer {
    padding-top: 18px;
    border-top: 2px solid #00a65a;
}

.box-title-sales {
    margin-top: 0px;
    margin-bottom: 0px;
}

#container {
    margin: 0 auto;
    height: 25%;
}

.img-panel {
    /*width: 75%;*/
}

.info-box-number {
    font-weight: normal;
}

.description-block > .description-text {
    text-transform: none;
}

.form-control{
    border-radius: 3px;
}

/* Buttons */

.btn-remove {
    color: #0c0c0c;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-remove:hover {
    color: #c9302c;
}

.btn.btn-flat {
    border-radius: 3px;
}