body {
    font-family: "Proxima Nova", sans-serif;
}

/* HEADER */
.header {
    border-bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 10px 30px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
#mainPanel {
    position: relative;
}

#right-panel {
    align-items: center;
}
#user-block-holder {
    display: flex;
    align-items: center;
    max-width: none;
    height: auto;
    padding: 10px 30px 10px 15px;
    margin-right: 20px;
}
.user-block-info-holder {
    margin-top: 0;
}
#user-block-holder div#user-name {
    margin-top: 0;
}
#user-block-holder img {
    margin-top: 0;
    margin-right: 15px;
}
.logout {
    background: none;
    height: auto;
    width: auto;
}
.logout::before {
    content: "\f011";
    font: 26px "Font Awesome 5 Pro";
}

/*PAGE SIDEBAR MENU */
.page-content-wrapper {
    padding: 23px 20px 80px;
    border-left: 0;
}
#mainMenu {
    background-color: #f1f1f1;
}
ul.page-sidebar-menu > li:first-child {
    padding-top: 30px !important;
}
ul.page-sidebar-menu > li .fa::before {
    content: "";
}
ul.page-sidebar-menu > li .fa {
    width: 8px;
    height: 8px;
    background-color: #c2c3c7;
    border-radius: 50%;
    margin-right: 15px;
}
ul.page-sidebar-menu > li > a {
    font-weight: 600;
}
ul.page-sidebar-menu > li.active.open > a,
ul.page-sidebar-menu > li.open > a {
    border-radius: 0;
    background-color: transparent !important;
    color: #3a3a3a !important;
}
ul.page-sidebar-menu > li.open .fa {
    background-color: #3663f6;
}
ul.page-sidebar-menu > li.open > a:hover .fa {
    background-color: #3663f6 !important;
}

ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li.active > a:hover,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
    border-radius: 0;
    background-color: transparent !important;
    color: #3a3a3a !important;
}
ul.page-sidebar-menu > li.open > a i,
ul.page-sidebar-menu > li.active > a:hover i,
ul.page-sidebar-menu > li > a:hover i,
ul.page-sidebar-menu > li:hover > a i {
    background-color: #919191;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a {
    padding: 10px 15px;
    padding-left: 55px !important;
    transition: all .3s;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    color: #3a3a3a !important;
    background: #adbffc !important;
}
div#user-name {
    font: 600 16px/1.2 "Proxima Nova";
}

/*CLASSIC TABLE HOLDER*/
.classic-table-holder {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.classicTableWrap {
    position: relative;
    overflow: auto;
}
.classicTableWrap .tableWrapper {
    min-height: auto;
}
.ct-environment-wrapper {
    float: none;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.ct-environment-header {
    font: 600 20px/1.2 "Proxima Nova";
    color: #444;
    text-align: left;
    float: none;
}
table.classicTable {
    font: 13px/1.2 "Proxima Nova";
}
table.classicTable tr th {
    border-top: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(241, 241, 241);
}
table.classicTable tr th:last-child,
table.classicTable tr td:last-child {
    border-right: transparent;
}
table.classicTable tr:last-child td {
    border-bottom: none;
}

.tableWrapper::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
.tableWrapper::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}
.tableWrapper::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    transition: all .3s;
}
.tableWrapper::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc;
}
.classicTableWrap .tableWrapper,
.classicTableWrap .classicTableInfo {
    display: block;
}
.classicTableWrap .classicTableInfo {
    position: absolute;
    left: 100%;
    top: 0;
}
.thInner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 9px;
}
.swr {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.wSet {
    font-size: 14px;
    padding: 0;
}
/*CLASSIC TABLE OPTIONS*/
.classicTableWrap .ct-filter {
    display: none;
    padding-top: 12px;
}
.classicTableFunctional {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 3px;
    box-shadow: none;
    border: none;
    height: auto;
}
.ct-items-per-page {
    float: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 5px;
}
.ct-options-wrapper {
    float: none;
    margin-left: auto;
    display: flex;
}
.ct-options-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}
.ct-items-per-page {
    height: 30px;
}
.ct-items-per-page .select3-wrapper {
    height: 100%;
}
.ct-items-per-page .select3-select {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.ct-items-per-page .select3-output {
    height: auto;
    padding: 0 !important;
}
.ct-fast-search-wrapper .ct-fast-search {
    padding: 0 15px;
    margin-top: 0;
    height: 30px;
}

.classicTableWrap .ct-functional-dd {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.classicTableWrap .ct-functional-dd.opened {
    border: 0;
}
.classicTableWrap .ct-functional-close {
    height: 100%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select3-dd {
    border: 1px solid rgba(192, 192, 192, 0.75);
}
/*CLASSIC TABLE BUTTONS*/
.ct-environment-buttons {
    position: relative;
    margin-left: auto;
}
.ct-environment-buttons ul {
    display: flex;
}
.ct-environment-buttons ul li {
    float: none;
    margin-left: 0;
    margin-right: 10px;
}
.nb.btn.btnDouble {
    margin-bottom: 0;
}
.contentInner {
    background-color: #f6f6f6;
}
.ct-items-per-page .select3-angle {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 8px;
}
.ct-items-per-page.preInit i {
    position: relative;
    top: 0;
    right: 0;
}
.developer {
    margin: auto;
    bottom: 20px;
    right: 20px;
    transition: opacity .3s;
    opacity: .6;
}
.developer img {
    opacity: 1;
}
.developer:hover {
    opacity: 1;
}
.ct-fast-search,
.ct-items-per-page > * {
    border-radius: 9px !important;
}

.classicTableWrap .ct-functional-dd {
    position: relative;
    margin-top: 2px;
    /*display: none;*/
}


/*----sashec 21082019 ------*/

table.classicTable .markRow {
    width: 20px;
    height: 20px;
    border: 1px solid #ececec;
    padding: 0;
    margin: 3px;
    text-align: center;
    color: #616161 !important;
    cursor: pointer;
    background-color: #fff !important;
    border-radius: 3px;
    padding-top: 2px;
}

.markRow .rIdx {
    position: absolute;
    top: 6.5px;
    color: #949494;
    padding: 0;
    font-size: 10px;
    width: 18px;
    padding-top: 1px;
    text-align: center;
}

.ct-options-item i {
    display: none;
}

.ct-options-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;

}


.ct-options-item i {
    display: inline-block;
    background-image: url(../../img/icons16.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 18px;
    margin-top: -1px;
}

.ct-options-item.ct-options-save i{
    background-position: -570px -82px;
}

.ct-options-item.ct-options-save.active i{
    background-image: url(../../img/icons16_white.png);
    background-position: -477px -500px;
}


.ct-options-item.ct-options-filter i{
    background-position: -83px -499px;
}
.ct-options-item.ct-options-drop-filters i{
    background-position: -499px -328px;
    height: 18px;
}


.ct-options-item.ct-options-hide-columns i{
    background-position: -477px -536px;
}
.ct-options-item.ct-options-excel i{
    /*background-position: -569px -190px;*/
    background-position: -569px -334px;
}
.ct-options-item.ct-options-reload i{
    background-position: -118px -536px;
}


.classicTableWrap .ct-filter{
    border: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed!important;
    background-image: url(../../img/filters_bg_pattern.png);
}

.classicTableWrap .ct-filter .select3-wrapper{
    border-radius: 3px;
}
.classicTableWrap .ct-filter-list li input[type="text"] ,
.classicTableWrap .ct-filter-list li input[type="number"] {
    border-radius: 3px;
}

.input-group-addon {
    min-width: 0;
    border-left: 0;
    border-right: 0;
    background-color: #f6f6f6;
}

.ct-filter-list .filterTitle {
    color: #000;
    text-shadow: 0 1px 3px #fff;
    padding-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

.ct-options-save.active, .saveZone.active {
    color: #DDFFDE;
    background-color: rgba(82, 189, 112, 1);
    height: 26px;
    margin-top: 3px;
    border-radius: 5px;
}

#mainMenu li i {
    display: none;
}

a.menu-parent-node .title {
    font: 600 18px/1.2 "Proxima Nova";
}

a.menu-parent-node{
    padding-left: 20px!important;
}
a.menu-parent-node:hover .title{
    color: #1375ee;
}

#mainMenu {
    background-color: #ffffff!important;
}

ul.page-sidebar-menu > li > a{
    border: 0!important;
}
#mainMenu .sub-menu li i {
    display: inline-block;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a {
    padding-left: 30px !important;
}
ul.page-sidebar-menu > li.open .fa {
    background-color: #dbdfec;
}


ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover .fa{
    background-color: #51b2ee;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    color: #3a3a3a !important;
    background: aliceblue !important;
}


table.classicTable tr th {
    background-color: rgb(246, 246, 246)!important;
    text-shadow: 0 0 0 rgba(0,0,0,0)!important;
}

.mw-content-inner::-webkit-scrollbar, .newScroll::-webkit-scrollbar {
    width: 7px;
}

.mw-content-inner::-webkit-scrollbar-track, .newScroll::-webkit-scrollbar-track {
    background-color: #eee;
}

.mw-content-inner::-webkit-scrollbar-thumb, .newScroll::-webkit-scrollbar-thumb {
    background-color: #cacaca;
}

.tableWrapper::-webkit-scrollbar-thumb:hover {
    background-color: #51b2ee;
    width: 14px;
}

.ct-fast-search-wrapper .ct-fast-search {
    border: 1px solid aliceblue;
}

.ct-fast-search:focus{
    border: 1px solid #51b2ee;
    color: #000;
}

ul.page-sidebar-menu > li:first-child {
    padding-top: 38px !important;
}


.ctxMenu-wrapper {
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    border-radius: 2px !important;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    border: 0;
    z-index: 1000000;
}
.ctxMenu-wrapper li{
    font-size: 14px;

}


.ctxMenu-wrapper li:hover {

    background-color: #3676ff;
    color: #fff;
}

@keyframes developed_by_in {
    from {background-position: 0 0}
    to {background-position: 0 -62px}
}
@keyframes developed_by_out {
    from {background-position: 0 -62px}
    to {background-position: 0 0}
}


.developed-by{
    width: 85px;
    height: 44px;
    position: absolute;
    background-image: url(../../img/powered_by_sprite.png);
    background-repeat: no-repeat;
    bottom: -13px;
    right: -3px;

    animation: developed_by_out  0.15s  ease-in-out;
    background-position: 0 0;

}

.developed-by:hover{


    animation: developed_by_in  0.15s  ease-in-out;
    background-position: 0 -62px

    /*background-image: url(../../img/powered_by_hover.png);*/
}



.classicTableWrap {
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
    overflow: auto;
    padding: 0;
    background-color: #f6f6f6;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/* sashec update 02092109 */
/* Dashboard ccs.yes */

.dbrd-title {
    font: 400 16px/1.2 "Proxima Nova";
    color: #444;
    text-align: left;
    float: none;
    margin-bottom: 20px;
}

.dbrd-favorites-container .dbrd-items-list{
    display: flex;
}

.dbrd-favorite{
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    height: 70px;
    padding: 10px 18px;
    margin-right: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.dbrd-favorite:hover{
    box-shadow: 0 0 10px rgba(0, 53, 255, 0.15);
}
.dbrd-favorite:hover .dbrd-item-title{
    color: #0035ff;
}


.dbrd-item-title {
    font-size: 16px;
    font-weight: 600;
}
.dbrd-item-desc {
    font-family: arial, sans-serif;
    color: #6f6f6f;
    padding-top: 5px;
    max-height: 77px;
    overflow: hidden;
}

.dbrd-favorites-container {
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.dbrd-container {
    margin-top: 22px;
}

.dbrd-item-date {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #607D8B;
}

.dbrd-news .dbrd-item-title:hover{
    color: #0035ff;
    cursor: pointer;
}

.dbrd-news-container {
    margin-top: 29px;
}


.modal-content {
    border-radius: 6px;
    border: 0;
}

button.bootbox-close-button.close {
    background-color: #eaeaea;
    height: 31px;
    width: 31px;
    background-position: 11px 11px;
    border-radius: 4px;
    opacity: 0.7;
}

button.bootbox-close-button.close:hover {
    background-color: rgba(234, 0, 29, 0.09);
    opacity: 1;
}

.fade{
    background-color: #f0f8ffbf;
    outline: 0;
}

.modal-header{
    border-bottom: 0;

}

.itt_header {

    justify-content: start;
    padding-top: 30px;
}

.itt_option:first-child {
    border-top-left-radius: 22px;
    /*border-bottom-left-radius: 22px;*/
    border-right: 0;
}

.itt_option {
    cursor: pointer;
    border: 1px solid #d0d0d0;
    color: #696969;
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 11px 20px 10px 20px;
}

.itt_option.active::before{
    border-right: 0;
}

.itt_option:last-child{
    border-left: 0;
}


.fn-field.fn-readonly-field label {
    font-size: 13px;
    font-family: arial,sans-serif;
    color: #868686;
    width: 100%;
}

.fn-field.fn-readonly-field .fn-readonly {
    background-color: rgba(0,0,0,0);
    border: 0;
    text-align: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: arial, sans-serif;
    width: 100%;
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 10px;
}


.fn-field label {
    font-size: 13px;
    font-family: arial,sans-serif;
    color: #868686;
    width: 100%;
}

.wrapper-tabs {
    width: 100%;
    padding-left: 0;
}
.swag .fn-control {
    width: 100%!important;
}
.swag .fn-control.checkbox-wrapper {
    width: auto!important;
}

.select3-dd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.swag .fn-field{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.form-hl {
    padding-left: 25px;
}



.itt_tab-comments, .history-statuses{
    width: 100%;
}

.new-comment-field {
    height: 100px;
    border: none;
    border-top: 1px solid #f4f4f4;
    padding-left: 20px;
    padding-top: 40px;
    padding-right: 100px;
    outline: none;
    margin: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #919191;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07px;
}

.itt_tab.history-statuses {
    background-color: #fff;
    padding: 20px;
    height: calc(100vh - 310px)!important;
}

.log-status {
    margin-bottom: 20px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 21px;
}

.tangibles-tabs .history-comments {

    height: 100vh;
}

.new-comment-upload{
    outline: 0;
}
.tangibles-need-item-i p {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 400;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.tangibles-need-item-i span {
    font-family: arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.07px;
    font-size: 13px;
    color: #333;
}

.tangibles-need-item-i {
    margin-bottom: 12px;
    display: flex;
}


.additional-button {
    color: #db7093;
    display: inline;
    border: 0;
    padding: 3px 10px;
    border-radius: 7px;
    margin-left: 40px;
    font-size: 12px;
    background-color: #ffebf1;
}

.mw-config-access {
    right: 325px;
}

.mw-save-form{
    width: 160px!important;
}

.wrapper-file {
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    margin-right: 0;
    width: calc(25% - 15px);
}

.selected-file-on-gallery {
    background-color: aliceblue;
}

.wrapper-file .item-file {
    font-size: 26px;
    color: #2196F3;
}



.item-file-additional {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.item-file-additional i{
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 7px;
    font-size: 13px;
    color: #b3b3b3;
    cursor: pointer;
}

.item-file-additional i.item-file-remove:hover{
    color: #F44336;
}

.item-file-additional i.item-file-download:hover{
    color: #2196F3;
}


.wrapper-file-without-label {
    text-align: center;
    color: #1d1d1d;
    padding-top: 20px;
}

.label-file {
    background-color: aliceblue;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 3px;
    margin-top: 16px;
    margin-bottom: 9px;
    padding-bottom: 4px;
    font-size: 13px;
    color: #676c71;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa, .fas {
    font-weight: 400!important;
}

/*--END--sashec ------*/








.collapsed-hint{
    display: none!important;
}

.tce-search-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin: 0;
    background-color: #f9f9f9;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.role-hl {
    /*margin-bottom: 10px;*/
    color: #8a8a8a;
    background-color: aliceblue;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: -30px;
}
.tce-search-label {
    margin-top: 7px;
    margin-right: 20px;
    min-width: 170px;
    font-size: 15px;
    color: #7b7b7b;
}
.search_entries.fn-control {
    display: inline-block;
    border-radius: 10px;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-family: arial, sans-serif;
    color: #95abbd;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #2196f3;
    background-color: rgba(0,0,0,0);
}


.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    color: #3baceb;
}

.nav>li.active>a:hover, .nav>li.active>a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    color: #2196F3;
}

.nav_tabs,
.nav_tab.active {
    /*box-shadow: 0 0 0 rgba(0,0,0,0)!important;*/
}
.nav_tab.active {
    border-bottom: 2px solid #2196F3;
}

.nav-pills li.active {
    border-bottom: 3px solid #2196F3;
    outline: 0;
    position: relative;
    z-index: 1000;
}
.nav-pills li:first-child a{
    padding-left: 0;
}


/*nav_tabs*/

.nav_tabs {
    position: relative;
    /* border: 1px solid #ddd; */
    /*margin-right: 25px;*/
    border-radius: 0 0 0 15px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-top: 3px solid #ebebeb;
    margin-top: -3px;

    position: relative;
    z-index: 10;
}


.nav_tab {

    /*min-height: 623px;*/
    min-height: 520px;
}

.nav_tab.active {
    display: block;
    background-color: #ffffff;
    color: #363636;
    /*border: 1px solid #ddd!important;*/
    border-bottom: 0!important;
    box-shadow: 0 6px 11px -2px rgba(0,0,0,0.1);
}

.nav_tab {
    display: none;
    /*border: 1px solid #f8f8f8!important;*/
    border-bottom: 0!important;
    margin-bottom: 0;
}



h3.sub-label {
    font-size: 16px;
    margin-left: 45px;
    padding-top: 40px;
    margin-bottom: 30px;
    margin-top: 0;
}

#Lmap {
    position: relative;
    z-index: 100000;
    height: 590px;
    width: 1000px;
}

#get-route-btn{
    padding: 5px 7px;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#get-route-btn:hover,
#set-route-on-map:hover{
    background-color: #dedede;
}

#set-route-on-map{
    padding: 5px 7px;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 150px;
    margin-bottom: 10px;
}


#developer-link-holder{
    position: absolute;
    cursor: pointer;
    outline: 0!important;

    border: 0;
    z-index: 100;
    bottom: 8px;
    right: 16px;
    text-decoration: none!important;
}

.developed-by{
    width: 85px;
    height: 44px;
    display: none;
    /*position: absolute;*/
    position: relative;
    background-image: url(../../img/powered_by_sprite.png);
    background-repeat: no-repeat;
    /*bottom: -13px;*/
    right: 0;
    animation: developed_by_out  0.15s  ease-in-out;
    background-position: 0 0;

}

.developed-by:hover{
    animation: developed_by_in  0.15s  ease-in-out;
    background-position: 0 -62px
}

@-webkit-keyframes gocore_in {
    from{
        background-position-y: 0px;
        width: 46px;
    }
    to{
        background-position-y: -44px;
        width: 134px;
    }
}
@-webkit-keyframes gocore_out {
    from{
        width: 134px;
        background-position-y: -44px;
    }
    to{
        width: 46px;
        background-position-y: 0px;
    }
}


#go-core-fullstack-development-platform-on-nodejs {
    /*width: 46px;*/
    height: 44px;
    background-image: url(../../img/gocore_sprite_eng.png);
    background-position-x: 17px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat!important;
    /*position: absolute;*/
    bottom: -8px;
    right: 8px;

    -webkit-animation-name: gocore__out;
    -webkit-animation-duration: 2s;
    -webkit-animation: gocore__in 2s linear;
    /*-webkit-animation-timing-function: ease-in-out;*/
    /*-webkit-animation-fill-mode: ease-in-out;*/

    width: 46px;
    background-position-y: 0;

    transition: width 0.1s ease-in;
}

#go-core-fullstack-development-platform-on-nodejs:hover{
    width: 170px;
    background-position-x: 17px;
    background-position-y: -44px;
}


.marLeft30{
    margin-left: 30px;
}



.category-list-item {
    margin-right: 10px;
    color: #777;
}
.category-list-item:after{
    content: '  →'
}

.category-list-item:last-child:after{
    content: ''
}

.category-map {
    margin-bottom: 7px;
}

.categories-list {
    margin-bottom: 35px;
}
#new_feature_block{
    max-width: 500px;
    margin-bottom: 40px;
}

.new_feature_inner{
    border: 1px solid forestgreen;
    border-radius: 5px;
    padding: 20px;
}


#save-new-product-feature {
    padding: 10px 10px;
    background-color: aquamarine;
    width: 140px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

#save-new-product-feature:hover{
    background-color: #9cffde;
}

#cancel-new-product-feature{
    padding: 10px 10px;
    background-color: #ffb6b6;
    width: 140px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}
#cancel-new-product-feature:hover{
    background-color: #ffc5c5;
}

#new-product-feature-value {
    width: 100%;
    margin-top: 20PX;
    height: 34px;
    border: 1px solid #d1d1d1;
    padding: 10px;
}
.add_feature_to_product{
    padding: 5px 10px;
    background-color: #6eccff;
    width: 240px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}
.add_feature_to_product:hover{
    background-color: #89d5ff;
}

.save_features {
    padding: 5px 10px;
    background-color: #7fff94;
    width: 240px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 20px;
}

.save_features:hover{
    background-color: #98ffa8;
}
.d-flex{
    display: flex;
}

.remove-product-feature{
    padding: 8px;
    background-color: #ffb6b6;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: -2px;
    width: 34px;
    top: 30px;
    height: 34px;
}
.remove-product-feature:hover{
    background-color: #ffc5c5;
}

.remove_picture {
    background-color: red;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    width: calc(100% - 10px);
    margin: 5px 5px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove_document {
    background-color: red;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    width: calc(100% - 10px);
    margin: 5px 5px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.set-thumbnail {
    background-color: #eee;
    padding: 8px;
    cursor: pointer;
    width: calc(100% - 10px);
    margin: 5px 5px;
    text-align: center;
    border-radius: 2px;
}

.set-thumbnail:hover {
    color: #1153e0;
}
.name_document_text{
    margin-bottom: 5px;
    padding: 8px 5px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}