@import "reset.css";
body {
    min-width: 1500px;
    font: 0.8em/1.6em Tahoma;
    color: #808080;
    background-image: url("../images/background_pic.jpg");
}

.copy {
    color: #668600;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
}

#header {
    height: 50px;
    position: relative;
}
/*Start Navigation block*/

#top_line {
    width: 0;
    height: 0;
}
#navigation {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #668600;
}

#navigation ul li {
    height: 50px;
    float: left;
    background-image: url("../images/pipe.jpg");
    background-position: right 0;
    background-repeat: no-repeat;
}

#navigation ul li a {
    display: block;
    height: 37px;
    padding-top: 13px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

#navigation ul li a:hover {
    background-color: #536C00;
}
#navigation ul li a.active {
    background-color: #536C00;
}

.aactive {
    background-color: #536C00;
}
/*End Navigation block*/

#content {
    min-height: 800px;
    margin-top: 100px;
}

#footer {
    background: #737272 url("../images/footer_background_pic.jpg");
    min-height: 150px;
}

/*******************************************************************************/

.taskred {
    color: #cc0000;
}
.taskgreen {
    color: #008000;
}	

#table_login {
    width: 300px;
    margin: 50px auto;
    border: 1px solid #DEDFE1;
    border-radius: 10px;
    background-color: #ffffff;
    min-height: 300px;
    padding-left: 20px;
}

.login_p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #668600;
}

.login_input {
    width: 240px;
    height: 40px;
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    font-size: 25px;
    padding-left: 5px;
    color: #626974;
}
.login_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 10px #668600;
    -moz-box-shadow: 0 0 10px #668600;
    -o-box-shadow: 0 0 10px #668600;
    -ms-box-shadow: 0 0 10px #668600;
    box-shadow: 0 0 10px #668600;
    transition: box-shadow 0.4s;
}

#login_submit {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #668600;
}
#login_submit:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
}
/* start Կատարված button degin*/
#action_submit {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
}

#action_submit:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/* stop Կատարված button degin*/

/* start նոր առաջադրանք button degin*/
#action_submit1 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    padding: 9px;
    font-size: 16px;
    color: #668600;
}

#action_submit1:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/* stop նոր առաջադրանք button degin*/

/* start Վերադառնալ button degin*/
#action_submit2 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 220px;
    background-color: #ffffff;
    text-decoration: none;
    padding: 9px;
    font-size: 16px;
    color: #668600;
}

#action_submit2:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/* stop Վերադառնալ button degin*/
#clear {
    clear: both;
}

#error_div {
    width: 320px;
    margin: 30px auto 0 auto;
}

#error_div p {
    color: #668600;
    font: 17px Arial;
}
/* start main table in index.php*/

/* start task degin*/
.new_task {
    text-decoration: none;
}


#main_table_right {
    /*outline: 1px solid red;*/
    min-width: 500px;
    margin: 100px 0 0 100px;
    float: left;
}

.fieldset {
    border: 1px solid #DEDFE1;
    padding-left: 25px;
    padding-top: 25px;
    border-radius: 5px;
}

.legend {
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
}

#task_table {
    border: 1px solid #d1d1d1;
    min-width: 630px;
    max-width: 820px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#task_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#task_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    vertical-align: middle;
}

#task_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#task_table tr:hover td {
    background: #E8E8E8;
}

.task_text {
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
}
/* end task degin*/

#block_1 {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 200px;
    float: left;
}

#block_2 {
    margin-left: 100px;
    margin-bottom: 10px;
    width: 230px;
    float: left;
}

#block_3 {
    margin-left: 20px;
    width: 200px;
    float: left;
}

#block_4 {
    margin-left: 100px;
    width: 230px;
    float: left;
}

.block_head {
    font: 17px "Arial";
    color: #668600;
    text-indent: -10px;
}

#main_table_left {
    width: 560px;
    margin-top: 100px;
    float: left;
}

#block_ul li a {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-decoration: none;
}

#block_ul li a:hover {
    color: #668600;
    text-decoration: underline;
}
/* stop main table in index.php*/
/*******************************************************************************/
/*start new task design*/


/*new_task_form*/
#new_task_form {
    margin-left: 30px;
    margin-top: 30px;
    width: 670px;
}

/*new_task_label_text class*/
.new_task_label_text {
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    cursor: pointer;
}
/*for help*/
.margin {
    margin-bottom: 15px;
}

.margin_right {
    margin-right: 36px;
}

#margin {
    width: 610px;
    height: 70px;
}
/*new_task_subject_input*/
#new_task_subject_input {
    margin-top: 5px;
    padding-left: 7px;
    width: 605px;
    border: 1px solid #DEDFE1;
    height: 30px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#new_task_subject_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/*new_task_description_area*/
#new_task_description_area {
    margin-top: 5px;
    width: 610px;
    height: 150px;
    border: 1px solid #DEDFE1;
    font-size: 17px;
    padding-left: 7px;
    border-radius: 3px;
    color: #626974;
    resize: none;
}

#new_task_description_area:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

.new_task_description_area {
    overflow: scroll;
}

/*new_task_select*/
#new_task_select {
    margin-top: 5px;
    display: block;
    width: 190px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
}

/*new_task_date_input*/
#new_task_date_input {
    float: left;
    margin-top: 5px;
    padding-left: 7px;
    width: 100px;
    border: 1px solid #DEDFE1;
    height: 30px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#new_task_date_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

.hotel_date {
    margin-top: 5px;
    padding-left: 7px;
    width: 100px;
    border: 1px solid #DEDFE1;
    height: 30px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

.hotel_date:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/*register buttin design*/
#register_submit {
    float: right;
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 37px;
    font-size: 16px;
    color: #668600;
}

#register_submit:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/*min blocks for due date and submit */
#min_block1 {
    width: 120px;
    float: left;
}

#min_block2 {
    width: 120px;
    float: right;
}

#separator_block {
    width: 170px;
    float: left;
    margin-right: 40px;
}

/*task letter design*/
#task_letter {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
    width: 700px;
    min-height: 600px;
    margin: 50px auto 0 auto;
    padding: 0 30px;
}

.letter_header {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.letter_min_div {
    width: 700px;
    border-bottom: 1px dashed #668600;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}
/*text letter */
.letter_text1 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 30px;
}

.letter_text2 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
}

/* start letter button degin*/
#letter_submit {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 9px;
    font-size: 16px;
    color: #668600;
}

#letter_button_div {
    margin: 40px auto;
    width: 150px;
}

#letter_submit:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/*stop new task design*/
/*******************************************************************************/
/*Start customer block design*/

#customer_main_left {
    margin: 30px 0 0 30px;
    width: 1050px;
    min-height: 300px;
}

.cust_text {
    font: 15px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 5px;
    margin-left: 10px
}
/*customer firstname input */
#cust_firstname {
    width: 165px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#cust_firstname:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#cust_agr_name {
    width: 90px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#cust_agr_name:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#cust_date {
    width: 100px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#cust_date:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/*customer lastname input */
#cust_lastname {
    width: 165px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#cust_lastname:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#cust_username {
    width: 165px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#cust_username:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/* customer sex select*/
#cust_sex_select {
    width: 90px;
    height: 30px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
}

/* customer location select*/
#cust_location_select {
    width: 90px;
    height: 30px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
}

/* customer status select*/
#cust_status_select {
    width: 90px;
    height: 30px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
}

/*custome search image*/
#cust_search {
    width: 32px;
    height: 32px;
    position: relative;
    left: 20px;
    top: 9px;
}

/*customer search table*/

#cust_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 30px;
    margin-left: 57px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#cust_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#cust_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
}

#cust_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#cust_search_table tr:hover td {
    background: #E8E8E8;
}

.cust_search_text {
    font: 15px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
}

/*custom manage button*/
#cust_manage_button {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 3px;
    font-size: 16px;
    color: #668600;
}

#cust_manage_button:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#customer_main_right {
    width: 150px;
    position: relative;
    top: -25px;
    left: 1125px;
    
}

/* start նոր հաճախորդ button degin*/
#customer_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#customer_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#io_main_right {
    width: 150px;
    position: relative;
    top: -30px;
    left: 1035px;
    
}

/*Reports*/
#reports_main_left {
    margin: 30px 0 0 30px;
    width: 1050px;
    min-height: 300px;
}

.report_input {
    width: 165px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

.report_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/* start նոր հաճախորդ button degin*/
#io_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#io_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/* stop նոր հաճախորդ button degin*

/*customer information*/

#cust_info {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
    width: 600px;
    min-height: 600px;
    margin: 50px auto 0 auto;
    padding: 0 30px;
}

#cust_info1 {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
    width: 600px;
    min-height: 300px;
    margin: 50px auto 0 auto;
    padding: 0 30px;
}

.cust_info_header {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 40px;
}

.cust_info_header_error {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 40px;
    margin-left: 170px;
}

.cust_min_div {
    width: 600px;
    border-bottom: 1px dashed #668600;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}

#cust_button_div {
    margin: 40px auto;
    width: 150px;
}

.cust_text1 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 30px;
}

.cust_text2 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
}

/*button for customer Խմբագրել*/
#cust_submit1 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
}

#cust_submit1:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

/*button for customer Նոր Պայմանագիր*/
#cust_submit2 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
}

#cust_submit2:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#cust_buttons_div {
    margin: 40px auto;
    width: 260px;
}

/*new_customer_form*/
#new_cust_form {
    margin-left: 30px;
    margin-top: 30px;
    width: 750px;
}

/*new_cust_text class*/
.new_cust_label_text {
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    cursor: pointer;
}

/*new_task_subject_input*/
.new_cust_all_input {
    margin-top: 5px;
    padding-left: 7px;
    width: 300px;
    border: 1px solid #DEDFE1;
    height: 30px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

.new_cust_all_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

/*new_task_select*/
#new_cust_select {
    margin-top: 5px;
    margin-bottom: 22px;
    display: block;
    width: 307px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
    height: 30px;
}

.sub_new_cust_select {
    margin-top: 5px;
    margin-bottom: 40px;
    display: block;
    width: 307px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
    height: 30px;
}

.new_cust_select {
    height: 104px !important;
}

#new_cust_select_1 {
    margin-top: 5px;
    margin-bottom: 22px;
    display: block;
    width: 307px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
    min-height: 30px;
}

#new_cust_select_2 {
    margin-top: 5px;
    margin-bottom: 22px;
    display: block;
    width: 307px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
    min-height: 30px;
}

/*new cust left block*/
#new_cust_left_block {
    width: 330px;
    float: left;
}

/*new cust right block*/
#new_cust_right_block {
    width: 330px;
    float: right;
    margin-right: 5px;
}

#new_cust_right_block_1 {
    width: 330px;
    float: left;
    margin-left: 10px;
}

#arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50px;
}

#arrow1 {
    position: absolute;
    width: 35px;
    height: 50px;
    left: 280px;
    top: 75px;
}

#arrow2 {
    position: absolute;
    width: 35px;
    height: 50px;
    left: -29px;
    top: 75px;
}

#arrow_left {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background: url("../images/arrow_left.png") no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

#arrow_left:hover {
    opacity: 1;
}

#arrow_right {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background: url("../images/arrow_right.png") no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#arrow_right:hover {
   opacity: 1;
}

.arrow_right1 {
    width: 30px;
    height: 30px;
    background: url("../images/arrow_right.png") no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.arrow_right1:hover {
    opacity: 1;
}

.arrow_left1 {
    width: 30px;
    height: 30px;
    background: url("../images/arrow_left.png") no-repeat;
    cursor: pointer;
    opacity: 0.8;
     transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.arrow_left1:hover {
    opacity: 1;
}

.add_subservice {
    width: 15px;
    height: 15px;
    background: url(../images/add.jpg) no-repeat;
    position: absolute;
    top: 165px;
    left: 400px;
    cursor: pointer;
}

.remove_subservice {
    width: 15px;
    height: 15px;
    background: url(../images/remove.png) no-repeat;
    position: absolute;
    top: 165px;
    left: 425px;
    cursor: pointer;
}

.sub_fieldset {
    min-width:650px; 
}

.new_subservice_form {
    float: left;
    margin-left: 10px;
    margin-top: 82px;
    display: none;
}

#new_cust_right_block_2 {
    position: relative;
    width: 330px;
    float: left;
    margin-left: 70px;
}

#new_cust_right_block_3 {
    position: relative;
    width: 330px;
    float: left;
}

#advansed_service {
    width: 930px;
    min-height: 200px;
    float: left;
    position: relative;
}

#standart_service {
    width: 930px;
    min-height: 200px;
    float: left;
    position: relative;
}

.add_service {
    width: 15px;
    height: 15px;
    background: url(../images/add.jpg) no-repeat;
    position: absolute;
    top: 30px;
    right: -130px;
}

.add_service a {
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
}

.ad_select {
    border: 1px solid #CCCCCC;
    color: #626974;
    display: block;
    font-size: 17px;
    min-height: 30px;
    width: 270px;
    position: relative;
}

.ad_div {
    float: left;
    width: 270px;
    margin-right: 40px;
    position: relative;
}

/*button for customer Գրանցել*/
#cust_register_submit1 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
    padding: 0 15px;
}

#cust_register_submit1:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#cust_button_div1 {
    margin: 0 29px 25px 0;
    float: right;
    width: 100px;
}

.td_no_pointer {
    cursor: default !important;
}

/*button for customer Հեռացնել*/
#cust_submit3 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
}

#cust_submit3:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#cust_buttons_div1 {
    margin-top: 15px;
    margin-left: 56px;
    width: 180px;
}

/*for email*/

.margin .p_text {
    font: 15px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    line-height: 25px;
}

.email_names {
    color: #626974;
}

/*Stop customer block design*****************************************************/

/* start hotel/packgae block design**********************************************/
#hotels_main_left {
    margin: 30px 0 0 30px;
    width: 1050px;
}

.cust_text3 {
    font: 15px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-left: 10px
}

.cust_text4 {
    font: 15px "Arial";
    color: #626974;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 5px;
    margin-left: 10px
}

#cust_margin_div {
    margin-top: 30px;
    min-width: 700px;
    margin-left: 30px;
}


#hotel_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 50px;
    margin-left: 120px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#hotel_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#hotel_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
    vertical-align: middle;
}

#hotel_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#hotel_search_table tr:hover td {
    background: #E8E8E8;
}

#hotel_button_div1 {
    margin-top: 15px;
    margin-left: 118px;
    width: 500px;
}

.hotel_submit_button1_input {
    margin-top: 5px;
    padding-left: 7px;
    width: 300px;
    border: 1px solid #DEDFE1;
    height: 40px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

.hotel_submit_button1_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#hotel_submit1 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 50px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
    padding: 0 15px;
}

#hotel_submit1:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#hotel_main_right {
    width: 150px;
    position: relative;
    top: -25px;
    left: 970px;
    
}

#hotel_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#hotel_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}


#hotel_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 30px;
    margin-left: 85px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#hotel_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#hotel_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
}

#hotel_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#hotel_search_table tr:hover td {
    background: #E8E8E8;
}

#hotel_buttons_div1 {
    margin-top: 15px;
    margin-left: 82px;
    width: 180px;
}

/*new_hotel_form*/
#new_hotel_form {
    margin-left: 30px;
    margin-top: 30px;
    width: 750px;
}

#new_hotel_form_1 {
    margin-left: 30px;
    margin-top: 30px;
    width: 1100px;
}

.price_fieldset {
    border: 1px solid #DEDFE1;
    padding-left: 25px;
    padding-top: 25px;
    border-radius: 5px;
    margin-left: 30px;
    width: 830px;
}

.price_legend {
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
}

#hotel_price_search_table {
    border: 1px solid #d1d1d1;
    min-width: 800px;
    max-width: 1100px;
    margin-bottom: 50px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#hotel_price_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#hotel_price_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    vertical-align: middle;
}

#hotel_price_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#hotel_price_search_table tr:hover td {
    background: #E8E8E8;
}

.price_input {
    width: 165px;
    height: 20px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 15px;
    border-radius: 3px;
    color: #626974;
}

.price_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#price_button_div {
    margin-left: 775px;
    width: 100px;
}

.price_margin {
    margin-bottom: 30px;
}

/*Stop hotel/packgae block design*****************************************************/


/*Start user block design*****************************************************/
#user_main_left {
    margin: 30px 0 0 30px;
    width: 1200px;
    min-height: 300px;
}

#user_main_right {
    width: 150px;
    position: relative;
    top: -29px;
    left: 1035px;
    
}

/* start նոր հաճախորդ button degin*/
#user_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#user_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#user_buttons_div {
    margin-top: 15px;
    margin-left: 56px;
    width: 310px;
}

#user_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 30px;
    margin-left: 57px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
#user_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#user_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
}

#user_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#user_search_table tr:hover td {
    background: #E8E8E8;
}

.price_hotel_name {
    width: 300px;
    margin: 25px 0 25px 57px;
    font: 17px "Arial";
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
}

/*Stop user block design*****************************************************/

/*Start service block design*/
#service_main_right {
    width: 160px;
    position: relative;
    top: -25px;
    left: 888px;
    
}

/* start նոր հաճախորդ button degin*/
#service_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#service_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#service_info {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
    width: 600px;
    min-height: 450px;
    margin: 50px auto 0 auto;
    padding: 0 30px;
}

#service_button_div {
    margin-top: 40px;
    margin-left: 520px;
    width: 105px;
}

#service_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 30px;
    margin-left: 88px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#service_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#service_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
}

#service_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#service_search_table tr:hover td {
    background: #E8E8E8;
}

#service_button_div {
    margin-top: 15px;
    margin-left: 86px;
    width: 180px;
}

#service_button_div1 {
    margin-top: 15px;
    margin-left: 520px;
    width: 180px;
}

.new_service_form {
    width: 360px !important;
}

#new_service_description_area {
    margin-top: 5px;
    width: 300px;
    height: 150px;
    border: 1px solid #DEDFE1;
    font-size: 17px;
    padding-left: 7px;
    border-radius: 3px;
    color: #626974;
    resize: none;
}

#new_service_description_area:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

.new_service_description_area {
    overflow: scroll;
}
/*Stop service block design*******************************************************/
/*Start package block design*/
#package_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 50px;
    margin-left: 120px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#package_search_table tr th {
    padding: 10px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
}

#package_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
    vertical-align: middle;
}

#package_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#package_search_table tr:hover td {
    background: #E8E8E8;
}

#formid {
    margin-left: 30px;
    margin-top: 30px;
    width: 1050px;
}

.package_horizone_block {
    width: 1050px;
    float: left;
    margin-bottom: 20px;
}

#attached_cust_block {
    display: none;
}

.package_horizone_block_season {
    width: 1050px;
    float: left;
    margin-bottom: 20px;
    display: none;
}

.sub_package_horizone_block_season {
    width: 1050px;
    float: left;
    margin-bottom: 20px;
    display: none;
}

.sub_package_horizone_block {
    width: 1050px;
    float: left;
    margin-bottom: 20px;
    display: none;
}

.package_min_block {
    float: left;
}

.package_min_block1 {
    float: left;
    margin-left: 20px;
    margin-top: 27px;
}

.sub_agreement {
    color: #626974;
    cursor: pointer;
    font: 17px "Arial";
    text-shadow: 1px 1px 0 #FFFFFF;
    margin-top: 5px;
    margin-right: 50px;
}

.sub_agreement:hover {
    color: #668600;
    text-decoration: underline;
}

#frame1 {
    border: 1px solid #cccccc;
    position: fixed;
    top: 100px;
    left: 100px;
    background: #FFFFFF;
    display: none;
}

.frame_close {
    position: fixed;
    top: 110px;
    left: 1040px;
    color: #626974;
    cursor: pointer;
    font: 15px "Arial";
    text-shadow: 1px 1px 0 #FFFFFF;
    display: none;
    width: 35px;
    height: 35px;
    z-index: 10000;
    background: url("../images/frame_close.png") no-repeat;
}

.attached_cust_td_bank, .attached_cust_th_bank, .attached_cust_td_cash, .attached_cust_th_cash, .attached_cust_name {
    display: none;
}

.package_min_block2 {
    float: left;
    margin-top: 31px;
    width: 150px;
}

#cancel {
    float: left;
    margin-left: -30px;
    margin-top: 35px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/cancel.png") no-repeat;
    display: none;
}

.package_price_input {
    padding-left: 5px;
    width: 100px;
    border: 1px solid #DEDFE1;
    height: 30px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
    margin: 0 5px;
}

#duration1_up {
    position: absolute;
    top: 63px;
    left: 641px;
    display: none;
}

#sub_duration1_up {
    position: absolute;
    top: 63px;
    left: 641px;
    display: none;
}

.package_price_input:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

.package_label_text {
    font: 17px "Arial";
    color: #626974;
    text-shadow: 1px 1px 0px #fff;
    cursor: pointer;
}

#package_submit1 {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    margin-left: 585px;
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
    color: #668600;
}

#package_submit1:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}
/**Stop package block design*****************************************************/

/*Start agreement block design*/
#agreement_main_left {
    margin: 30px 0 0 30px;
    width: 1000px;
    min-height: 300px;
}

#agreement_main_right {
    width: 160px;
    position: relative;
    top: -29px;
    left: 1070px;
    
}

/* start նոր հաճախորդ button degin*/
#agreement_main_right a {
    border: 1px solid #DEDFE1;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15px;
    color: #668600;
}

#agreement_main_right a:hover {
    border: 1px solid #668600;
    background-color: #668600;
    color: #FFFFFF;
    cursor: pointer;
}

#agreement_search {
    width: 32px;
    height: 32px;
    position: relative;
    left: -20px;
    top: 33px;
}

#agreement_main_left #cust_registerform tr td {
    padding-right: 30px;
}

#agreement_firstname {
    width: 150px;
    height: 30px;
    border: 1px solid #DEDFE1;
    padding-left: 5px;
    font-size: 17px;
    border-radius: 3px;
    color: #626974;
}

#agreement_firstname:focus {
    border: 1px solid #668600;
    -webkit-box-shadow: 0 0 5px #668600;
    -moz-box-shadow: 0 0 5px #668600;
    -o-box-shadow: 0 0 5px #668600;
    -ms-box-shadow: 0 0 5px #668600;
    box-shadow: 0 0 5px #668600;
    transition: box-shadow 0.4s;
}

#agreement_username_select {
    width: 185px;
    height: 30px;
    border: 1px solid #cccccc;
    font-size: 17px;
    color: #626974;
}

#agreement_search_table {
    border: 1px solid #d1d1d1;
    margin-top: 30px;
    min-width: 800px;
    max-width: 1100px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#agreement_search_table tr th {
    padding: 5px 15px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center;
    vertical-align: middle;
}

#agreement_search_table tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 5px 3px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    cursor: pointer;
    vertical-align: middle;
}

#agreement_search_table tr:nth-child(odd) td {
    background: #f2f2f2;
}

#agreement_search_table tr:hover td {
    background: #E8E8E8;
}

#agreement_buttons_div {
    margin-top: 15px;
    width: 180px;
}

#agreement_info {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
    width: 800px;
    min-height: 600px;
    margin: 50px;
    padding: 0 30px;
}

.agreement_info_header {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    margin-top: 30px;
}
/*Stop agreement block design*/

/*back button*/
.back {
    width: 50px;
    height: 50px;
    background: url(../images/back1.png) no-repeat;
    position: fixed;
}

.back a {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}
/*
.back:hover {
    background: url(../images/back_active.png) no-repeat;
}*/

#store_cust {
    border: 1px solid red;
    width: 600px;
    min-height: 260px;
    position: absolute;
    top: 101px;
    left: 830px;
    padding: 20px;
    
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    -webkit-box-shadow: 4px 8px 10px #cccccc;
    -moz-box-shadow: 4px 8px 10px #cccccc;
    -o-box-shadow: 4px 8px 10px #cccccc;
    -ms-box-shadow: 4px 8px 10px #cccccc;
    box-shadow: 4px 8px 10px #cccccc;
}

#clean_cust {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/clean_cust.png) no-repeat;
    cursor: pointer;
}

.delete_cust {
    width: 10px;
    height: 10px;
}

.cust_text5 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #668600;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 30px;
    display: block;
    float: left;
}

#omited_cust {
    border: 1px solid #d1d1d1;
    min-width: 600px;
    -o-box-shadow: 0 1px 2px #d1d1d1;
    -ms-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

#omited_cust tr td {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    padding: 3px 5px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
}

#omited_cust tr:nth-child(odd) td {
    background: #f2f2f2;
}

#omited_cust tr:hover td {
    background: #E8E8E8;
}

#omited_cust tr td:nth-child(1) {
    cursor: pointer;
    background: url(../images/delete_cust.png) no-repeat;
    background-position: 5px;
}

.download {
    margin-left: 46px;
    margin-top: 15px;
}

.deactive {
    background: #C1E15B;
    cursor: default;
}