.tableStock > tbody > tr > td {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}
.tableStock > thead > tr > th {
    padding: 0px;
}

blockquote {
    font-size: 14px;
    padding: 10px 0px 10px 20px;

}

label {
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .nav-tabs>li.active {
        float: left;
    }

    .nav>li.active>a {
        display: block;
    }

    .nav-tabs>li {
        float: none;
    }

    .nav>li>a {
        display: none;
    }
}

.form-control{
    padding: 5px 5px;
}

.select2-container--default .select2-selection--single {
    border-color: #ccd1d9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 14px;
    margin-top: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-top: 2px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #00aeff !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border-color: #ccd1d9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #00aeff !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
}

.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

input[type=checkbox], input[type=radio] {
    margin: 0 5px 0 0;
}

.input-group-addon {
    border: none;
}

.changeCheckbox {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxChange.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.changeCheckboxChecked {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxCheckedChange.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.changeCheckboxCheckedBlue {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxCheckedChangeBlue.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.changeCheckboxCheckedRed {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxCheckedChangeRed.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.changeCheckboxOpen {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxOpen.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.changeCheckboxClose {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxClose.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.positionInputText{
    display: inline-block;
    width: 160px;
    margin: 0 5px;
    padding: 2px;
    text-align: center;
    height: 30px;
}
.positionInputTextBlock{
    display: table-cell;
    width: 160px;
    margin: 0 5px;
    padding: 2px;
    text-align: center;
    height: 30px;
}

p {
    margin: 0;
}


.checkboxPush {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxPush50New.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.checkboxSms {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxSms50New.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.checkboxPlasticCard {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxPlasticCard50New.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.checkboxPhoneCard {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxPhoneCard50New.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.checkboxAppCard {
    display: inline-block;
    background-image: url(../newImg/img18-03-20/checkboxAppCard50New.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border-color: #f8f8f8;
    background-position: center;
    position: relative;
    top: 3px;
}

.btnMarginTop24{
    margin: 24px 0px 0px 0px;
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTable {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.dataTables_wrapper .dataTables_filter {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
}

.dataTables_wrapper .dataTables_filter label {
    color: #505458;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #00aeff !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
}

.box-content .box-title {
    margin: 0px 0px 15px 0px;
}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
     cursor: text;
}


table.dataTable thead .sorting_asc {
    background-image: none;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-danger{
    background-color: #f1b0b7
}

table.dataTable tbody tr {
    height: 92px;
}

#tableAllComment tbody tr {
    height: 160px;
}

.lead {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.dashed {
    border-top: 1px dashed #eee;
}


.cd-increase{
    background: #ff8f00;
}
.cd-decrease{
    background: #ea4335;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: -7px;
        font-size: 26px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
         margin: 1em 0;
    }
}


.notice-green {
    color: #ffffff;
    background: #00bf4f;
}




