@font-face
{
    /*font-family: cc_LatoMedium;
    src: url(../fonts/Lato-Medium.ttf);*/
    font-family: cc_OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
body
{
    font-family: cc_OpenSans,sans-serif;
    font-size: 12px !important;
}

/* internal page styles */

.dataTables_filter input, .dataTables_length select
{
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

 #salesDataTable th:nth-child(1) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(2) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(3) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(4) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(5) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(6) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(7) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(8) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(9) input[type="text"]
{
    width: 60px !important;
}
#salesDataTable th:nth-child(10) input[type="text"]
{
    width: 60px !important;
}
/*-------------------------------------------------------------*/
#OperationDataTable th:nth-child(1) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(2) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(3) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(4) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(5) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(6) input[type="text"]
{
    width: 60px !important;
}
#OperationDataTable th:nth-child(7) input[type="text"]
{
    width: 60px !important;
}

/*-------------------------------------------------------------*/


.cc_h3Heading
{
    border-bottom: 2px solid #222830;
    border-radius: 0px;
    padding: 0px;
    font-weight: bold;
    margin: 20px 0px;
}

/*.navbar-brand
{
    padding: 5px;
    margin-right: 10px;
}*/

.waiting-loader
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background: white;
    opacity: 1;
}
.preHolder
{
    position:absolute;
    top: 50%;
    left: 50% ;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}
.navbar
{
    background-image: -webkit-linear-gradient(top,#f59660 0,#ea5d0a 100%);
    background-image: -o-linear-gradient(top,#f59660 0,#ea5d0a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f59660),to(#ea5d0a));
    background-image: linear-gradient(to bottom,#f59660 0,#ea5d0a  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59660', endColorstr='#ffea5d0a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    color: #FFF;
    font-weight: bold;
}

.navbar
{
    padding: 0px;
}
#navbarNav ul>li>a
{
    padding: 15px;
}
#navbarNav a
{
    font-weight: bold;
}
.nav-link
{
    text-transform: inherit;
}

.navbar-nav .nav-link
{
    font-size: 0.8rem;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a
{
    font-size: inherit;
}

.btn-link.bd-search-docs-toggle
{
    color: #FFF;
    border: 1px solid #FFF;
    padding: 4px !important;
}
.btn-danger
{
    font-weight: bold;
}

.card-body
{
    padding: 10px;
}
.card-header
{
    padding: 6px 15px !important;
    font-size: 0.95rem;
    font-weight: bold;
}
.cc_RACBody
{
    height: 260px;
    overflow-y: auto;
}
.cc_racHR
{
    margin: 7px 0px;
}
.cc_height260px
{
    height: 260px;
}

/*.justify-content-center
{
    margin-top: 20px;
}*/

.table thead th, .table thead td
{
    font-size: 0.85rem;
    font-weight: bold !important;
    padding: .70rem;
}
.table tbody td
{
    font-size: 0.85rem;
}
.table>thead>tr>th
{
    vertical-align: middle;
}
.table a
{
    font-size: 0.85rem;
    font-weight: bold;
}
.btn-danger i
{
    font-size: 1.1rem;
    padding: 1px;
}

.table tbody td
{
    padding:5px !important;
}
.table .form-control
{
    font-size:inherit !important;
}

/* 'Action' column for table, btn's inline for responsive */
.cc_minWidth100px
{
    min-width: 100px;
}
/* 'Action' column for table, btn's inline for responsive */

.cc_font12px
{
    font-size: 14px !important;
}

.form-control, .form-control:disabled, .form-control[readonly]
{
    padding: 0px 5px;
    height: 34px;
}

label
{
    font-weight: bold;
    font-size: 0.85rem;
    padding-top: 7px;
}

.modal-open .modal
{
    opacity: 1;
    /*padding-top: 100px;*/
}
/*.cc_bgNavbar,.navbar
{
    margin-bottom: 20px;
}*/
.cc_container
{
    margin:0px 103.5px;
}
/*.btn.btn-success, .btn-success.custom-file-control::before
{
    margin: 20px;
}
.btn.btn-primary, .btn-primary.custom-file-control::before
{
    margin: 20px;
}*/
.cc_btnVerticalCenter
{
    /*vertical-align: middle;
    display: table-cell;
    height: 75px;*/
    padding-top: 25px;
    position: relative;
    left: 15px;
}
.cc_marginBottom10px
{
    margin-bottom: 10px;
}
.cc_marginBottom20px
{
    margin-bottom: 20px;
}
.cc_noPaddingRight
{
    padding-right: 0px;
}
.cc_noPadding
{
    padding: 0px;
}
.cc_margin10px
{
    margin: 10px;
}
.cc_marginRight5px
{
    margin-right: 5px;
}
.cc_marginBottom100px
{
    margin-bottom: 100px;
}
.modal-sm
{
    max-width: 576px;
}

.badge
{
    font-size: 0.85rem !important;
    padding: 6px 7px;
}

textarea
{
    resize: none;
}

.col-md-2.text-right, .card
{
    margin-bottom: 10px;
}
.text-right {
    right: 17px;
}
input.form-control
{
    font-size: 0.9rem !important;
}

a.btn
{
    cursor: pointer;
}
.fstElement{
    display: block !important;
}
div.dt-buttons{
    top: 8px !important;
    left: 8px !important;
}
.form-check-label {
    margin-bottom: 0;
    margin-left: 3px;
}

@media screen and (max-width: 480px) and (min-width: 320px)
{


.loc {
    width: 19rem;
    margin: 0 auto;
    padding: 10px;
    overflow-x: auto;
    margin-left: -24px;
  }
.cc_height260px {
    height: 220px;
}
 .cc_btnVerticalCenter {
    padding-top: 0px;
    text-align: right;
    padding-bottom: 20px;
    /* padding-right: 8px; */
}

/* .toggle.btn.btn-sm.btn-danger.off {
    height: 31px !important;
    width: 106px !important;
    /* margin-top: 4px; */
}
button.btn.btn-sm.btn-primary.edit {
    /* margin-top: 4px; */
    width: 125px;
    margin-left: 4px;
    margin-bottom: 6px;
}


a.btn.btn-sm.btn-warning.back {
    margin-left: 4px;
    height: 30px;
    /* margin-top: 4px; */
}
.toggle.btn.btn-sm.btn-success {
    height: 31px !important;
    /* margin: .25rem !important; */
}


.toggle-on.btn {
    padding-right: 10px !important;
}

.cc_btnVerticalCenter
{
    /*vertical-align: middle;
    display: table-cell;
    height: 75px; */
    padding-top: 25px;
    position: relative;
    left: 5px;
    display: flex;
    justify-content: flex-end;
}



.toggle-off.btn-sm {
    padding-left: 8px !important;
}
.btn-group-sm.btn, .btn-sm {
    padding: .25rem .25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-left: 5px;
}
div.dt-buttons {
    padding-bottom: 0;
    margin: 10px;
}
.cc_form-group {
    width: 33%;
    padding-right: 0;
    /* margin-left: 3px;    */
}


@media screen and (min-width: 360px) and (max-width: 767px)
{


    table.dataTable thead th, table.dataTable thead td {
    padding: 9px 27px !important;
    border-bottom: 1px solid #111;
}
    .modal-content.editDocument {
        width: 98% !important;
        margin-left: 1% !important;
        margin-top: 50% !important;
    }
    .cc_btnVerticalCenter
    {
        padding-top: 0px;
        text-align: right;
    }
    .cc_marginTop10px
    {
        margin-top: 10px;
    }
    .cc_minWidth100px
    {
        min-width: 100px;
    }
    .dropdown-menu{
        margin-left: 0px !important;
    }
    #add_btn{
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .modal-content.document {
        width: 390px;
        margin-left: 1% !important;
        margin-top: 61% !important;

    }
    a.btn:not(.btn-warning) {
        color: #FFF !important;
        padding: 1px;
    }


}

@media (min-width: 1200px) {
    .container {
        max-width: 90% ;
    }

    /* .toggle.off .toggle-group .toggle-off {
    width: 50px !important;
} */
#DocumentTypeTable {
    min-width: 1000px;
}
/* .toggle {
    width: auto !important;
} */

}
