@font-face{
    font-family: "Cocomat";
    font-weight: 400;
    font-style: normal;
    src:url('../cssUser/Cocomat_Regular.ttf');
}

::-webkit-scrollbar-thumb {
    background: #ececec;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0.2);
}


/*Настройки для адаптивки и скрола*/
html::-webkit-scrollbar {width:8px;}
div::-webkit-scrollbar {width:5px;height:2px;}
textarea::-webkit-scrollbar {width:3px;height:2px;}
ul::-webkit-scrollbar {width:0px;height:2px;}
::-webkit-scrollbar-track {

    background:#fafafa;
}
::-webkit-scrollbar-thumb {
    background:#ececec;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}




html::-o-scrollbar {width:8px;}
div::-o-scrollbar {width:5px;height:2px;}
ul::-o-scrollbar {width:0px;height:2px;}
::-o-scrollbar-track {

    background:#fafafa;
}
::-o-scrollbar-thumb {
    background:#f0f0f0;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}


html::-moz-scrollbar {width:8px;}
body::-moz-scrollbar {width:8px;}
div::-moz-scrollbar {width:5px;height:2px;}
ul::-moz-scrollbar {width:0px;height:2px;}
::-moz-scrollbar-track {

    background:#fafafa;
}
::-moz-scrollbar-thumb {
    background:#f0f0f0;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.TableUserTheme{
    background-color:#ffa100;
}

.TableUserTheme h6{
    font-weight: bold !important;
}

.TableUserTheme th{
    padding:2px 2px !important;
    /*border-left: 1px dashed #eeeeee;*/
    font-weight: bold !important;
}
.TableUserTheme th button{
    font-weight: bold !important;
    font-size: 0.9em;
}
.TableUserTheme th:nth-child(1){
    padding-left: 2.5% !important;
}


.TableUserTheme td{
    padding:5px 0 !important;
    /*border-left: 1px dashed #eeeeee;*/
}
.TableUserTheme td:nth-child(1){
    padding-left: 1.9% !important;
}


.borderTableRadiuse{
    border:1px solid #eeeeee;
    border-radius: 0 !important;
    min-height:200px;
}

.TableUserTheme{
    background-color:#ffa100;
}

.TableUserTheme h6{
    font-weight: bold !important;
}

.TableUserTheme th{
    padding:2px 2px !important;
    /*border-left: 1px dashed #eeeeee;*/
    font-weight: bold !important;
}
.TableUserTheme th button{
    font-weight: bold !important;
    font-size: 0.9em;
}
.TableUserTheme th:nth-child(1){
    padding-left: 2.5% !important;
}


.TableUserTheme td{
    padding:5px 0 !important;
    /*border-left: 1px dashed #eeeeee;*/
}
.TableUserTheme td:nth-child(1){
    padding-left: 1.9% !important;
}


.divProductListDialogNewProduct{
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #eeeeee;
    cursor:pointer;
}

.divProductListDialogNewProduct:hover {
    background-color:#faf4ff !important;
}