@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700&subset=latin,cyrillic);
* {
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
}
iframe {
    border: 0!important;
}
.color-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
.info-red {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #e17a7b;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.saved-color {
    font-size: 13px;
    min-height: 76px;
    display: flex;
}

.text-rigth {
    text-align: right;
}
.link {
    cursor: pointer;
}
.top-fullscreen {
    font-size: 13px;
    color: rgb(25, 49, 83);
}
.top-fullscreen:hover {
    color: #e4af61;
}

.saved-title {
    width: 13%;
    float: left;
}

.saved-content {
    width: 78.9%;
    float: left;
}
.saved-clean {
    width: 8%;
    float: right;
    text-align: left;
}
.saved-clean p:hover {
    cursor: pointer;
    color: #e17a7b;
}
#tree_full {
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	vertical-align : top;
	z-index : 0;
}

/* ============ TABS ==============*/
.tabs, .tabs_tp {
	width: 100%;
	background: #fff;
	margin: 0 0 30px;
}
.tabs__caption, .tabs_type_paint {
	/*height: 28px;*/
	line-height: 25px;
	list-style: none;
	border-top: 1px solid #eee;
	background: #FFF;
    padding: 0;
}
.tabs_type_paint {
	display : table;
	width : 100%;
}
.tabs__caption li, .tabs_type_paint li {
	float: left;
    padding: 15px 10px 10px;
    border: 1px solid transparent;
    color: #c33;
    font-size: 16px;
    cursor: pointer;
}
.tabs_type_paint li {
	float : none;
	display : table-cell;
	width : 25%;
	text-align : center;
	color : #ffffff;
	border-top: 5px solid rgba(0,0,0,0);
	padding: 10px 6px 10px;
}
.tabs_type_paint li:nth-child(1) {
	background-color : #ced4d1;
}
.tabs_type_paint li:nth-child(2) {
	background-color : rgb(187, 187, 186);
}
.tabs_type_paint li:nth-child(3) {
	background-color : #a3a9ab;
}
.tabs_type_paint li:nth-child(4) {
	background-color : #868686;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover, .vertical .tabs_type_paint li:hover {
    border-top: 5px solid #439639;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-bottom: none;
    background-color: #fff;
    color: #000;
    cursor: default;
    cursor: pointer;
    position: relative;
    bottom: 4px;
}
.tabs_type_paint li:hover {
	border-top: 5px solid #777;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-bottom: none;
    color: #000;
    cursor: default;
    cursor: pointer;
    position: relative;
    
}
.tabs__caption .active, .tabs_type_paint .active {
    border-top: 5px solid #00a046;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    color: #000;
    cursor: default;
        position: relative;
    bottom: 4px;
    background: #f0e7dc;
}
.tabs_type_paint .active {
	bottom : 0;
}
.tabs__content {
	display: none;
	border: 1px solid #eee;
	border-width: 0 1px 1px;
    background: #fff;
    padding: 41px 12px 0
    
}
.tabs_tp > .tabs__content {
	border : none;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}
.tabs__content.active {
	display: block;
}
.tabs.vertical, .tabs_tp.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs__caption, .vertical .tabs_type_paint {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs__caption li, .vertical  .tabs_type_paint li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs__caption li:hover, .vertical  .tabs_type_paint li:hover {
	width: 131px;
}
.vertical .tabs__caption .active, .vertical  .tabs_type_paint .active {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
	border-right: 1px solid #EFEFEF;
	margin-right: -1px;
}
.vertical .tabs__content {
	border-width: 1px;
}
.clear_tp {
	clear : both;
	margin : 20px 0;
}
/* ============ TABS ==============*/

.color-search {
    padding: 30px;
    background-color: #eeefef;
    display: flex;
    margin-bottom: 25px;
}

.search-field {
    float: left;
    width: 90%;
}

.search-field .field {
    margin: 0;
    padding: 5px 10px;
    /* width: 100%; */
    min-width: 250px;
    height: 35px;
    /* outline: none; */
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    background: transparent url('img/search.png') no-repeat 0 0;
    background-position: 10px 50%;
    background-size: 15px 15px;
    background-color: #fff;
}

.search-field .field {
    padding-left: 35px;
    border-color: #fff;
    border: none;
    width: 100%;
    height: 35px;
}
.search-button {
    float: left;
    width: 10%;
}
.button-dark {
    border-color: #525252;
    background-color: #525252;
}
.button:hover {
    background-color: #c33;
}
.button {
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    height: 35px;
    border: 1px solid #525252;
    outline: none;
    background-color: #525252;
    color: #fff !important;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    width: 100%;
}


#color-seatch-form {
    width: 100%;
}



.color-block:hover {
    transform: scale(1.1,1.1);
    cursor: pointer;
}
.color-block {
    width: 110px;
    height: 60px;
    max-width: 9%;
    background-color: aquamarine;
    margin: 5px;
    float: left;
}
.tree-background {
	display : inline-block;
	width : 100%;
	height : 100%;
	vertical-align : top;
}



.color-picker {
    width: 100%;
}

.navigate {
    color: #989797;
    font-size: 13px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.color-choice-ctrl {
    margin: 30px 0 15px;
    font-size: 0;
}
.color-saved-ctrl-current { 
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    max-width: 14%;
    text-align: center;
    border: 1px solid #eee;
    margin: 2px;
    cursor: pointer;
}
.color-saved-ctrl-current:hover { 
    background-color: #e8e8e8;

}
.color-choice-ctrl-current {
    /* float: left; */
    display: inline-block;
    width: 45%;
    font-size: 14px;
    vertical-align: middle;
        cursor: pointer;
}
.color-choice-ctrl-sample {
    display: inline-block;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #f5f5f5;
    vertical-align: middle;
}
.color-choice-ctrl-name {
    display: inline-block;
    vertical-align: middle;
}
.color-choice-ctrl-caption {
    margin-top: 15px;
    color: #ccc;
    font-size: 11px;
}
.color-choice-ctrl-elms {
    display: inline-block;
    width: 55%;
    /* float: right; */
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
}
.color-choice-ctrl-current strong {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
}
.selected {
    outline: 3px solid #c33;
}
#selected_color_container img {
	display : none;
	width : 100%;
	height : 100%;
	vertical-align : top;
}
#color_fullscreen {
    display: none;
    position: fixed; 
    width: 100%; 
    height: 100%; 
    left: 0px; 
    top: 0px; 
    z-index: 10000; 
}
#color_fullscreen a, #color_fullscreen p {
	position : relative;
	z-index : 5;
}
.color-choice-ctrl-elms a:hover, #color_fullscreen a:hover {
    cursor: pointer;
    color: #e4af61;
}
.saved_color_title {
    font-size: 16px !important;
}
.navigate b {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.navigate a:hover {
    color: #e4af61;
}
.navigate a {
    color: #989797;
    text-decoration: none;
    font-size: 13px;
}
.searched {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
#color_search_rez h1, #color_search_rez p{ 
    text-align: center;
}
#color_search_rez .save { 
    font-size: 14px;
    color: brown;
}
#color_search_rez .name { 
    font-size: 12px;
    min-height: 45px;
}
#color_search_rez {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 10px;
    min-height: 347px;
    display: none;
}
.colse-search:hover {
    cursor: pointer;
    color: rgb(212, 95, 73);
}
.colse-search {
    width: 100%;
    display: inline-block;
    background-color: #e3e3e3;
    padding: 10px 0;
}
.mailform {
    background-color: #eee;
    position: fixed !important;
    top: 20%;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid #a6c6dd;
    display: none;
    z-index: 9999;
}
.mailclose {
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 12px;
    color: rgb(212, 95, 73);
}
.color-block {
    cursor: pointer;
}
.close-saved {
    text-align: right;
/* padding: 6px 0; */
font-weight: 700;
padding-right: 6px;
}
.close-saved:hover {
    color: #e17a7b;
}
a {
    color: #000000!important;
}