a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.software-menu {
    height: 50px;

    font-weight: normal;
    font-size: 20px;

    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #555;
    border: 1px solid #CCC;
    background-color: #F6F6F6;

    cursor: pointer;
}

.software-menu:hover {
    color: #FFFFFF;
    background-color: var(--main-color) !important;
}

.software-menu-current {
    color: #FFFFFF;
    background-color: var(--secondary-color) !important;
}


.header {
    border-left: 3px solid var(--main-color);
    padding-left: 24px;
}

.header h1 {
    text-align: left;
    font-size: 34px;
    color: var(--main-color);
    font-weight: normal;
    margin: 0;
    height: 70px;
    line-height: 1.1;
}

.header h1 span {
    color: #D52718;
}

.ui-accordion-header {
    background: var(--main-color) /*f7f7f7*/ !important;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.ui-accordion-header .header_result {
    float: right !important;
    text-transform: none;
    font-size: 0.8em;
    color: #E6E6E6;
}

.ui-state-active {
    background: var(--secondary-color) /*fee402*/ !important;
}

.ui-accordion-content {
    border: none !important;
}

.img-thumbnail {
    border-radius: 0 !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.input-group-addon {
    border-radius: 0 !important;
    background-color: #f6f6f6 !important;
}

.item-block {
    border: 1px solid #CCC;
		border-radius: 10px;
    height: 500px;
}

.form-field-addon {
	font-weight: bold;
    font-size: 0.7em;
}

.form-field-addon-before {
    width: 105px !important;
}

.form-field-addon-after {
    width: 50px !important;
}

.actions-menu-form {
    display: none;
    position: fixed;
    right: 99px;
    top: 200px;

    width: 400px;
    height: 540px;

    border: 1px solid #000;
    background: #f7f7f7 !important;
    z-index: 98;
}

#specifications_menu_submit_form {
    position: fixed;
    left: 15%;
    top: -570px;

    width: 70%;
    height: 600px;

    border: 1px solid #CCC;
    background: #f7f7f7 !important;
    z-index: 200;
}

#specifications_content {
    width: 90%;
    margin-left: 5%;
    height: 540px;
}

#specifications_icon {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;

    cursor: pointer;

    background: #f7f7f7 !important;
}

.actions-menu {
    position: fixed;
    right: 0;
    top: 200px;

    width: 100px;
    height: 435px;

    padding-top: 10px;
    background: #f7f7f7 !important;
    z-index: 97;
}

/*
	#specifications {
	position: fixed;
	right:5px;
	top:200px;
	
	width:95px;
	height:80px;
	font-size:50px;
	
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	
	border: 1px solid #000;
	border-left: 1px solid #f7f7f7;
	
	background: #f7f7f7 !important;
	
	z-index:99;
	}
*/

#send_to_email {
    position: fixed;
    right: 5px;
    top: 295px;
    width: 95px;
    height: 80px;
    font-size: 50px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border: 1px solid #000;
    /* border-left: 1px solid #f7f7f7;*/
    background: #f7f7f7 !important;
    z-index: 99;
}

#print_list {
    position: fixed;
    right: 5px;
    top: 390px;
    width: 95px;
    height: 80px;
    font-size: 50px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border: 1px solid #000;
    /*border-left: 1px solid #f7f7f7;*/
    background: #f7f7f7 !important;
    z-index: 99;
}

#download_pdf {
    position: fixed;
    right: 5px;
    top: 485px;
    width: 95px;
    height: 80px;
    font-size: 50px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border: 1px solid #000;
    /* border-left: 1px solid #f7f7f7;*/
    background: #f7f7f7 !important;
    z-index: 99;
}

.table_header {
    height: 20px;
    color: #FFF;
    background: var(--main-color) !important;
    border: 1px solid #CCC;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.table_cell {
    height: 20px;
    border: 1px solid #CCC;
    font-size: 11px;
    text-align: center;
}

.table_cell_highlight {
    color: #D52718;
    font-weight: bold;
}

.table_cell_highlight_empty {
    color: #FF6600;
}

.specifications_table {
    width: 100%;
}

.specifications_table_header {
    height: 25px;
    color: #555;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.specifications_table_cell {
    height: 25px;
    color: #555;
    border: 1px solid #000;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;

    padding-left: 5px;
    padding-right: 5px;
}

.tab-content {
    margin-top: 20px;
}

.nav-tabs > li > a {
    font-size: 18px;
}

.radio {
    display: block !important;
}

.right_block {
    margin-left: 2px;
}

.next-row {
    margin-top: 20px;
}


.head_main_site {
    position: relative;
    margin: 0 auto;
    height: 180px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.head_main_main_site {
    max-width: 1440px;
    min-width: 1200px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    min-height: 180px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    line-height: 21px;
    padding-top: 0 !important;
    margin-top: 0 !important;
    position: relative;
}

.logo_img_main_site {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 180px;
    height: 150px;
    min-width: 180px;
    border-right: 3px solid #2b7aaf;
}

.navigation_main_site {
    width: 300px;
    height: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    position: relative;
    float: left;
    padding-top: 45px;
    padding-left: 15px;
}

.navigation_main_site span {
    position: relative;
    float: left;
    padding-top: 15px;
    width: 100%;
    height: 100%;
    color: #e6e6e6;
    font-size: 20px;
    text-align: left;
}

.menu_navigation_main_site {
    position: relative;
    float: right;
    width: 756px;
    height: 64px;
    margin-top: 25px;
}

.menu_item_main_site {
    position: relative;
    float: left;
    width: 102px;
    height: 39px;
    background: #fff linear-gradient(to bottom, #fff, #e6e6e6);
    margin: 12px 0 12px 3px;
}

.menu_item_main_site div {
    position: relative;
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
}

.menu_item_main_site div a {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
}

/*.active_tab  {position:relative; float:left; width:102px; height:39px; background: #faa419; background: linear-gradient(to bottom, #ffc30c, #faa419);  margin-left:3px;  cursor:pointer; }*/
.active_tab {
    position: relative;
    float: left;
    width: 102px;
    height: 39px;
    background: #d92819;
    background: linear-gradient(to bottom, #d92819, #ca2617);
    margin-left: 3px;
    cursor: pointer;
}

.active_tab div a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.search_main_site {
    position: relative;
    float: right;
    height: 55px;
    width: 350px; /* background: url(/site/image/search_op.png) no-repeat top right;*/
    margin-top: 20px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav li a {
    color: #fff !important;
}

.link-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.calc-link {
    border: 1px solid;
    padding: .5em;
    color: gray !important;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .software-menu {
        font-size: 12px;
    }

    .nav-tabs > li > a {
        font-size: 12px;
    }

    .item-block {
        height: auto;
        padding-bottom: 10px;
    }

    .right_block {
        margin-left: 0;
        margin-top: 10px;
    }

    .right_block_container {
        padding-left: 0;
    }

    .next-row {
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    .software-menu {
        font-size: 14px;
    }

    .nav-tabs > li > a {
        font-size: 14px;
    }

    .item-block {
        height: auto;
    }

    .right_block {
        margin-left: 0;
        margin-top: 10px;
    }

    .right_block_container {
        padding-left: 0;
    }

    .next-row {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .software-menu {
        font-size: 16px;
    }

    .nav-tabs > li > a {
        font-size: 16px;
    }

    .item-block {
        height: auto;
    }

    .right_block {
        margin-left: 2px;
        margin-top: 0;
    }

    .next-row {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .software-menu {
        font-size: 18px;
    }

    .nav-tabs > li > a {
        font-size: 18px;
    }

    .right_block {
        margin-left: 2px;
        margin-top: 0;
    }

    .next-row {
        margin-top: 20px;
    }
}

.title-accordion {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-control {
	min-width: 145px;
}