
@font-face{
	src:url(../fonts/Heebo-Black.ttf);
	font-family: 'Heebo';
	font-weight: 900;
}
@font-face{
	src:url(../fonts/Heebo-ExtraBold.ttf);
	font-family: 'Heebo';
	font-weight: 800;
}
@font-face{
	src:url(../fonts/Heebo-Bold.ttf);
	font-family: 'Heebo';
	font-weight: 600;
}
@font-face{
	src:url(../fonts/Heebo-Medium.ttf);
	font-family: 'Heebo';
	font-weight: 500;
}
@font-face{
	src:url(../fonts/Heebo-Regular.ttf);
	font-family: 'Heebo';
	font-weight: 400;
	font-style: normal;
}
@font-face{
	src:url(../fonts/Heebo-Light.ttf);
	font-family: 'Heebo';
	font-weight: 300;
}
@font-face{
	src:url(../fonts/Heebo-Thin.ttf);
	font-family: 'Heebo';
	font-weight: 200;
}

/*************start*************/
img {
	max-width:100%;
	display:inline-block;
}
body {
	font-family: 'Heebo', sans-serif;
	direction:rtl;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}
a{
	cursor: pointer;
}
a:hover, a:focus{
	text-decoration:none;
}
.page_width{
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.hidden
{
	display: none;
}

.edit
{
	cursor: pointer;
}

/*************Login page area start*************/

.login_page{
	width: 100%;
	min-height: 100vh;
	background: url(../designFiles/login-bg-ipad.svg) bottom right no-repeat;
	background-size: cover;
	padding: 85px 0px 100px;
}
.logo_area{
	text-align: center;
}
.logo_area a{
	display: inline-block;
}
.logo_area a img{
	max-width: 150px;
}
.logo_area a span{
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	display: block;
	padding-top: 5px;
	line-height: 73px;
}
.login_form_area{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding-top: 40px;
}
.login_form_area label{
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: 47px;
}
.login_form_area .form-group {
    margin-bottom: 30px;
}
.login_form_area .form-group input{
	width: 100%;
	height: 80px;
	margin-top: 5px;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 0px;
}
.login_form_area button{
	position: relative;
	height: 90px;
	width: 100%;
	color: #fff;
    font-size: 44px;
	font-weight: 500;
	outline: none;
	border: none;
	background: none;
	border-radius: 2px;
}
.login_form_area button:hover{
	color: #2e2f3a;
}
.login_form_btn{
	position: relative;
	margin-top: 10px;
	background: linear-gradient(49.08deg, #43465A 0%, #25262D 100%);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.login_form_btn:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #fff;
	transition: 0.4s;
}
.login_form_btn:hover:before{
	width: 100%;
	background: #fff;
	transition: 0.4s;
}

.login_mobile_bg{
	display: none;
}

/*************Cow Data Page area start*************/


.cow_main{
	min-height: 100vh;
	background: url(../designFiles/Rectangle4.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 68px;
}
.page_header{
	width: 768px;
	margin: 0 auto;
	background: none;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
.page_header_main{
	width: 100%;
	max-width: 768px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.page_header_main .row{
	margin: 0px -5px;
}
.page_header_main .container-fluid{
	padding: 0px 5px;
}
.page_header_main .col-sm-4{
	padding: 0px;
}
.cow_logo_area{
	text-align: center;
	padding: 15px;
}
.cow_logo_area a{
	font-size: 20px;
	font-weight: 500;
	color: #007998;
	line-height: 35px;
}
.cow_logo_area a img{
	margin-left: 5px;
}
.left_nav{
}
.left_nav ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.left_nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 15px 10px;
}
.left_nav ul li a{
	display: block;
	text-decoration: none;
	line-height: 38px;
	cursor: pointer;
}
.right_nav{
	padding-right: 20px;
}
.right_nav ul{
	margin: 0;
	padding: 0;
	text-align: right;
}
.right_nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 15px;
}
.right_nav ul li a{
	display: block;
	text-decoration: none;
	line-height: 38px;
	cursor: pointer;
}


/*************Cow Data Page area start*************/


.cow_data{
	padding: 0px 15px 30px;
}
.cow_data_headding{
	padding-top: 20px;
	padding-bottom: 5px;
}
.cow_data_headding h2{
	font-size: 28px;
	font-weight: 500;
	color: #007998;
	line-height: 41px;
}
.cow_data_box{
	direction: rtl;
}
.cow_data_row{
	width: 100%;
	display: table;
	border-top: 2px solid #0e819f;
	border-left: 2px solid #0e819f;
	border-bottom: 2px solid #0e819f;
	background-color: rgba(255, 255, 255, 0.3);
}
.cow_data_col{
	width: 50%;
	display: table-cell;
	border-right: 2px solid #0e819f;
	vertical-align: top;
	padding: 20px 25px;
}
.cow_data_col h4{
	font-size: 22px;
	font-weight: 500;
	color: #007998;
	line-height: 36px;
	padding-bottom: 10px;
}
.cow_data_col h4 a{
	float: left;
}
.cow_data_col h4 a img{
	width: 25px;
}
.cow_data_right{
	
}
.cow_data_right_table{
	width: 100%;
	display: table;
}
.cow_data_row2{
	display: table-row;
}
.cow_data_col_1{
	display: table-cell;
	width: 190px;
	white-space: nowrap;
	font-size: 22px;
	color: #14131a;
	line-height: 36px;
}
.cow_data_col_2{
	display: table-cell;
	white-space: nowrap;
	font-size: 22px;
	color: #000;
	font-weight: 500;
	line-height: 36px;
}
.cow_data_col h5{
	font-size: 22px;
	color: #525256;
	line-height: 50px;
	padding-top: 25px;
}
.cow_data_arrows_area{
	padding-top: 5px;
}
.cow_data_arrows_area ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.cow_data_arrows_area ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
}
.cow_data_arrows_area ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #007998;
	text-align: center;
	line-height: 40px;
	display: block;
	transition: 0.3s;
}

.cow_data_arrows_area ul li a:hover, .cow_data_arrows_area ul li a:focus{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}
.cow_data_arrows_area ul li a img{
	width: 12px;
}
.roted_180{
	transform: rotate(180deg);
}



/*************Shiput Page area start*************/


.shiput_main{
	min-height: 100vh;
	background: #f5f5f5;;
	background-size: cover;
	padding-top: 68px;
	padding-bottom: 50px;
	position: relative;
}
.shiput_subheader{
	background: #007998;
}
.shiput_subheader_main{
	padding: 15px 25px 15px 100px;
	position: relative;
}
.shiput_subheader_main ul{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.shiput_subheader_main ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 29px;
}
.shiput_subheader_main ul li a{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 29px;
}
.shiput_subheader_main ul li img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.shiput_subheader_main ul li .devider{
	width: 1px;
	height: 29px;
	background: #fff;
	margin-left: 13px;
	margin-right: 13px;
}
.devider2{
	width: 5px;
}
.shiput_subheader_camera{
	position: absolute;
	top: 50%;
	left: 45px;
	margin-top: -20px;
}
.shiput_subheader_camera a{
	display: block;
	transition: 0.3s;
}
.shiput_subheader_camera a:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.shiput_form_area{
	padding: 40px 15px 40px 30px;
}
.shiput_form_area .col-sm-6{
	padding-bottom: 20px;
}
.shiput_form_area .col-sm-6 .row{
	margin: 0px -3px;
}
.shiput_form_area .col-xs-6 {
	padding: 0px 3px;
}
.shiput_form_area label{
	font-size: 19px;
	color: #25262d;
	line-height: 32px;
	padding: 8px 3px !important;
	font-weight: 500;
}
.shiput_form_area input{
	width: 100%;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 5px 15px;
	text-align: center;
	font-size: 26px;
	color: #25262D;
	font-weight: 500;
	line-height: 38px;
	outline: none;
	transition: 0.3s;
	cursor: pointer;
	margin-bottom: 25px;
}
.shiput_form_area input:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}
.shiput_form_area input:focus, .shiput_form_area input:active, .shiput_form_area input.active{
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
	border: 4px solid #009E3E;
	transition: 0.3s;
	background-color: #FFFF80;
	outline: none;
}
.shiput_footer{
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 34px 25px;
	width: 768px;
	margin: 0 auto;
}
.shiput_footer ul{
	margin: 0;
	padding: 0;
}
.shiput_footer ul li{
	list-style-type: none;
	float: left;
	width: 9%;
	box-sizing: border-box;
	padding: 5px;
	transition: 0.3s;
}
.shiput_footer ul li button{
	height: 53px;
	width: 100%;
	border-radius: 2px;
	background-color: #007998;
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.3s;
	box-sizing: border-box
}

.shiput_footer ul li button.off
{
	background-color: gray;
	cursor: not-allowed;
}

.shiput_footer ul li button.on:hover, .shiput_footer ul li button.on:focus{
	background-color: #00C54D;
	color: #fff;
	transition: 0.3s;
	border: none;
	outline: none;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}
.shiput_footer ul li button.on:active{
	margin-top: 5px;
	margin-bottom: -5px;
	transition: 0.3s;
}

/*************select farm Page area start*************/

.select_farm_main{
	background: -webkit-linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	background: -o-linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	background: linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	padding-top: 70px;
	min-height: 100vh;
}
.farm_select_area{
	
}
.farm_select_area .row{
	margin: 0px -4px;
}
.farm_select_area .col-xs-4, .farm_select_area .col-xs-6
{
	padding: 20px 4px 0px;
}
.farm_select_area label{
	color: #25262D;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}
.farm_select_area select{
	height: 48px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	color: #25262D;
	font-size: 22px;
	line-height: 22px;
	-webkit-appearance: none;
	-apple-appearance: menulist-button;
    -moz-appearance: none;
	background: url(../designFiles/chevron-down.svg) left 10px center no-repeat #fff;
	transition: 0.3s;
}
.farm_select_area select:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}
.farm_choose_area{
	padding: 20px 4px;
}
.farm_choose_area .row{
	margin: 0 -10px;
}
.farm_choose_area .col-xs-6{
	padding: 12px 10px 0px;
}
.farm_select_area input{
	height: 48px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	color: #25262D;
	font-size: 22px;
	line-height: 22px;
}
.farm_choose_headding{
	
}
.farm_choose_headding h2{
	color: #007998;
	font-size: 28px;
	font-weight: 500;
	line-height: 41px;
}
.farm_choose_item{
	position: relative;
	width: 100%;
	height: 105px;
	border: 1px solid #007998;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 7px 40px 7px 5px;
	transition: 0.3s;
}

.farm_choose_item:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}
.farm_choose_item_link{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.farm_choose_item_link a{
	height: 100%;
	width: 100%;
	z-index: 100;
	display: block;
}

.farm_choose_item_arrow{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 30px;
	border-radius: 2px;
	background-color: #007998;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	text-align: center;
	line-height: 105px;
	z-index: 10;
}

.farm_choose_item.lastSelected
{
	border-width: 4px;
	border-color: #4040FF;
}

.farm_choose_item.infected
{
	border: 4px solid red !important;
}

.farm_choose_item.noNoa .farm_choose_item_arrow
{
	background-color: #C0C0C0;
}

.farm_choose_item_info{
	position: absolute;
	top: 40%;
	left: 0px;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	z-index: 20;
	cursor: pointer;
}
.farm_choose_item h4{
	height: 32px;
	color: #25262D;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}
.farm_choose_item h5{
	height: 29px;
	color: #25262D;
	font-size: 20px;
	line-height: 29px;
}
.farm_choose_item ul{
	margin: 0;
	padding: 0;
}
.farm_choose_item ul li{
	list-style: none;
	display: inline-block;
	height: 21px;
	color: #595A5E;
	font-size: 14px;
	line-height: 21px;
}


/*************select Cow Page area start*************/

.select_cow_main{
	background: -webkit-linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	background: -o-linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	background: linear-gradient(#ABD8E3 0%, #F5FAFB 100%);
	min-height: 100vh;
	padding: 70px 0px 30px;
}
.select_cow_area, .select_cow_area_2, .select_cow_area_3, .select_cow_area_4{
	padding-left: 5px;
	padding-right: 5px;
}
.select_cow_area{
	
}
.select_cow_area .row{
	margin: 0px -4px;
}
.select_cow_area .col-xs-6{
	padding: 0px 4px;
}
.select_cow_area label{
	color: #25262D;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}
.select_cow_area select{
	height: 48px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	color: #25262D;
	font-size: 22px;
	line-height: 22px;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url(../designFiles/chevron-down.svg) left 10px center no-repeat #fff;
	transition: 0.3s;
}
.select_cow_area select:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}

.select_cow_area select option.judge
{
	color: #00C54D;
}

.select_cow_area_2{
	
}
.select_cow_area_2{
	padding-top: 25px;
}
.select_cow_area_2 h3{
	color: #007998;
	font-size: 28px;
	font-weight: 500;
	line-height: 41px;
}
.cow_area_2_checkbox{
	
}
.cow_area_2_checkbox .row{
	margin: 0px -10px;
}
.cow_area_2_checkbox ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.cow_area_2_checkbox ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0px 5px;
}
.checkbox_item {
  position: relative;
}
.checkbox_item label {
	cursor: pointer;
	color: #25262D;
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
	position: relative;
	padding-right: 30px;
}
.checkbox_item label:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0px;
	width: 25px;
	height: 25px;
	background: url(../designFiles/Oval.svg) center center no-repeat;
	background-size: 25px;
}
.checkbox_item input[type="radio"],
.checkbox_item input[type="checkbox"] {
  visibility: hidden;
	display: none;
}
.checkbox_item input[type="radio"]:checked + label {
	
}
.checkbox_item input[type="radio"]:checked + label:after,
.checkbox_item input[type="checkbox"]:checked + label:after {
	width: 25px;
	height: 25px;
	background: url(../designFiles/Group.svg) center center no-repeat;
	background-size: 25px;
}

.select_cow_area3_main{
	border-top: 1px solid #007998;
	padding-top: 15px;
	
}
.select_cow_area_3 .row{
	margin: 0px -10px;
}
.select_cow_area_3 ul{
	margin: 0;
	padding: 0;
}
.select_cow_area_3 ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0px 5px;
}
.mikra 
{
  position: relative;
}

.mikra div 
{
	color: #25262D;
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
	position: relative;
	padding-right: 40px;
}
.mikra div:after 
{
	content: "";
	position: absolute;
	top: 6px;
	right: 0px;
	width: 32px;
	height: 18px;
	border: 3px solid #fff;
}

.mikra.mikra_young div:after 
{
	border: 3px solid #DB1E35;
}

.mikra.mikra_sand div:after 
{
	border: 3px solid #EAf523;
}

.mikra.mikra_reserve div:after 
{
	border: 3px solid #002AF0;
}

.mikra.mikra_judge div:after 
{
	border: 3px solid #00C54D;
	background: #00C54D;
}

.mikra.mikra_partJudge div:after 
{
	border: 3px solid #F58623;
}

.select_cow_area_4{
	
}
.select_cow_area_4 .row{
	margin: 0px -8px;
}
.select_cow_area_4 .col-xs-4{
	padding: 16px 8px 0px;
}
.cow_select_btn{
	width: 100%;
	height: 65px;
	border: 1px solid #007998;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.3s;
	margin-bottom: 25px;
}

.cow_young
{
	border: 4px solid #BF2A3E !important;
}

.cow_sand
{
	border: 4px solid #D8E050 !important;
}

.cow_reserve
{
	border: 4px solid #092EC4 !important;
}

.cow_judge
{
	background: #00C54D;
	border-color: #24AD65;
}

.cow_judge .cow_select_arrow
{
	z-index: 5;
}

.cow_judge input[type="checkbox"] + label 
{
	background: #00C54D;
	color: #fff;
	padding-right: 65px;
}

.cow_judge input[type="checkbox"] + label:after 
{
	right: 34px;
	border: 1px solid #00C54D;
	box-shadow: 0 2px 4px 0 #00C54D;
	background: url(../designFiles/check.png) center center no-repeat #00C54D;
	background-size: 15px;
}

.cow_partJudge
{
	border: 4px solid #E88935 !important;
}

.cow_select_btn:hover
{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}

.cow_select_btn label {
/*	width: 100%;*/
	width: max-content;
	height: 65px;
	cursor: pointer;
	color: #25262D;
	font-size: 20px;
	line-height: 65px;
	font-weight: 400;
	position: relative;
	padding-right: 45px;
	display: block;
	z-index: 50;
}

.cow_select_btn label:after {
	content: "";
	position: absolute;
	top: 21px;
	right: 12px;
	height: 21px;
	width: 21px;
	border: 1px solid #595A5E;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.cow_select_btn input[type="checkbox"] {
  visibility: hidden;
	display: none;
}
.cow_select_btn input[type="checkbox"]:checked + label {
	
}
.cow_select_btn input[type="checkbox"]:checked + label:after {
	height: 21px;
	width: 21px;
	border: 1px solid #00C54D;
	border-radius: 2px;
	background: url(../designFiles/check.png) center center no-repeat #00C54D;
	background-size: 15px;
	box-shadow: 0 2px 4px 0 #00C54D;
}
.cow_select_arrow
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 62px;
	text-align: left;
	z-index: 1000;
	cursor: pointer;
}
.cow_select_arrow img
{
	width: 8px;
	margin-top: 22px;
	margin-left: 10px;
}

.fullred_checkbox input[type="checkbox"]:checked + label {
	background: #DB1E35;
	color: #fff;
	padding-right: 65px;
}
.fullred_checkbox input[type="checkbox"]:checked + label:after {
	right: 34px;
	border: 1px solid #DB1E35;
	box-shadow: 0 2px 4px 0 #DB1E35;
	background: url(../designFiles/check.png) center center no-repeat #DB1E35;
	background-size: 15px;
}
.fullblue_checkbox input[type="checkbox"]:checked + label {
	background: #002AF0;
	color: #fff;
	padding-right: 65px;
}
.fullblue_checkbox input[type="checkbox"]:checked + label:after {
	right: 34px;
	border: 1px solid #002AF0;
	box-shadow: 0 2px 4px 0 #002AF0;
	background: url(../designFiles/check.png) center center no-repeat #002AF0;
	background-size: 15px;
}
.fullgreen_checkbox input[type="checkbox"]:checked + label {
	background: #00C54D;
	color: #fff;
	padding-right: 65px;
}
.fullgreen_checkbox input[type="checkbox"]:checked + label:after {
	right: 34px;
	border: 1px solid #00C54D;
	box-shadow: 0 2px 4px 0 #00C54D;
	background: url(../designFiles/check.png) center center no-repeat #00C54D;
	background-size: 15px;
}
.fullyellow_checkbox input[type="checkbox"]:checked + label {
	background: #F58623;
	color: #fff;
	padding-right: 65px;
}
.fullyellow_checkbox input[type="checkbox"]:checked + label:after {
	right: 34px;
	border: 1px solid #F58623;
	box-shadow: 0 2px 4px 0 #F58623;
	background: url(../designFiles/check.png) center center no-repeat #F58623;
	background-size: 15px;
}


/*************Searchbar area start*************/


.searchbar_area{
	height: 72px;
	width: 100%;
	background-color: #007998;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	position: relative;
	padding: 12px 0px; 
	margin-top: -74px;
	transition: 0.3s;
}
.searchbar_show{
	margin-top: 0px;
	transition: 0.3s;
}
.searchbar_form_area{
	position: relative;
	padding-left: 50px;
}
.searchbar_form_area form{
	position: relative;
}
.searchbar_form_area input{
	width: 100%;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 5px 30px 5px 60px;
	font-size: 20px;
	color: #000;
}
.searchbar_form_area button{
	width: 50px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	border: none;
	outline: none;
}
.searchbar_form_area button img{
	width: 20px;
}
.close_search{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.close_search img{
	width: 19px;
}







/*************Modals Area*************/

.shiput_modal{
	
}
.shiput_modal .row{
	margin: 0px -13px;
}
.shiput_modal .col-xs-6{
	padding: 20px 13px 0px;
}

.shiput_modal_item{
	width: 100%;
	height: 210px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	background-image: url('../designFiles/camera_blue.png');
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}
.shiput_modal_item:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}
.shiput_modal_image{
	width: 1000px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	line-height: 210px;
	z-index: 10;
	cursor: pointer;
}
.shiput_modal_image img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.shiput_modal_image_trash{
	width: 47px;
	height: 47px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	background-color: #007998;
	z-index: 20;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
}
.shiput_modal_image_trash img{
	width: 24px;
	height: 24px;
}
.modal-title{
	color: #007998;
	font-size: 28px;
	font-weight: 500;
	line-height: 41px;
}
.modal-header {
    padding: 15px 25px 0px;
	border: none;
	position: relative;
}
.modal-body {
    padding: 10px;
}
.shiput_modal_border{
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #007998;
}
.modal-content {
	background: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}
.shiput_modal .modal-content {
	width: 580px;
}
.modal-header .close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	margin-top: -38px;
	text-align: center;
	opacity: 1;
}
.modal-header .close img{
	width: 18px;
}
.modal-dialog {
	padding: 50px 30px;
}
.modal-backdrop.in {
    filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(37,38,45,0.8);
}
.modal-backdrop{
    filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(37,38,45,0.8);
}

/*************select-Cow-Details Modals Area Start*************/

.select_cow_details_modal{
	
}
.select_cow_etails_modal_table{
	width: 100%;
	display: table;
}
.select_cow_etails_modal_row{
	display: table-row;
}
.select_cow_etails_modal_col_1{
	float: right;
/*	display: table-cell;*/
	width: 175px;
	padding: 0px 15px;
	box-sizing: border-box;
	vertical-align: top;
	color: #25262D;
	font-size: 22px;
/*	line-height: 48px;*/
	margin-top: 7px;
	margin-bottom: 8px;
}

.select_cow_etails_modal_col_2{
	float: right;
/*	display: table-cell;*/
	padding: 0px 15px;
	box-sizing: border-box;
	vertical-align: top;
	color: #25262D;
	font-size: 22px;
	font-weight: 500;
/*	line-height: 48px;*/
	margin-top: 7px;
	margin-bottom: 8px;
}

div#addCow .select_cow_etails_modal_col_2
{
	float: none;
	display: table-cell;
	line-height: 48px;
}

#selectCowDetails_data .select_cow_etails_modal_col_1, 
#selectCowDetails_data .select_cow_etails_modal_col_2
{
	line-height: 48px;
	margin: 0px;
}

/*************
#select_cow_details .select_cow_etails_modal_row:hover .select_cow_etails_modal_col_2{
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
#select_farm_details .select_cow_etails_modal_row:hover .select_cow_etails_modal_col_2{
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
#select_farm_details .select_cow_etails_modal_row2:hover .select_cow_etails_modal_col_2{
	border: none;
	background-color: none;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
*************/
.select_cow_details_modal .modal-content {
	width: 375px;
	margin: 0 auto;
}
.select_cow_details_modal input{
	height: 48px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 5px 10px;
	color: #25262D;
	font-size: 20px;
	line-height: 29px;
}

div#selectCowDetails_data input#milkingGroupNo,
div#selectCowDetails_data input#cowNumber
{
	width: 135px;
	margin-right: -8px;
}

.modal_textarea_1{
	padding-top: 10px;
}
.select_cow_details_modal textarea{
	height: 75px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 5px 10px;
	color: #25262D;
	font-size: 20px;
	line-height: 29px;
}
.modal_btns_1{
	padding-top: 12px;
	display: none;
}
.modal_btns_open{
	display: block;
}
.modal_btns_1 ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.modal_btns_1 ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 8px;
}
.modal_btns_1 ul li a{
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: 0.3s;
}
.modal_btns_1 ul li a:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}
.modal_btns_1 ul li a img{
	width: 19px;
	display: inline-block;
}
.modal_submit_1{
	padding-top: 15px;
}
.modal_submit_1 .row{
	margin: 0px -25px;
}
.modal_submit_1 button{
	color: #FFFFFF;	
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	height: 55px;
	width: 100%;
	background-color: #007998;
	border: none;
	outline: none;
	transition: 0.3s;
}
.modal_submit_1 button:hover, .modal_submit_1 button:focus{
	transition: 0.3s;
	box-shadow: 0 5px 10px rgba(0,0,0,.14);
}
.select_cow_details_modal .modal-body {
	padding-bottom: 0px;
}
.select_cow_etails_modal_row2 .select_cow_etails_modal_col_2{
	font-weight: 400;
}
.select_cow_etails_modal_row2 img{
	width: 36px;
	margin-left: 5px;
}

.select_cow_etails_modal_col_1.contact, 
.select_cow_etails_modal_col_2.contact
{
	width: 100%;
}

.select_cow_send{
	text-align: center;
}

.select_cow_send .modal-content. 
.modal_msg .modal-content 
{
	margin: 0 auto;
}

.select_cow_send .modal-content 
{
	width: 260px;
}

.select_cow_send_icon
{
	text-align: center;
}

.select_cow_send_icon img
{
	width: 51px;
	display: inline-block;
	margin-top: 17px;
}

.select_cow_send h5, .modal_msg h5
{
	color: #25262D;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.modal_msg h5
{
	padding: 20px 20px 5px 20px;
}

.modal_msg .modal-body
{
	border: 4px solid #007998;
}

.modal_msg .modal-header
{
	padding: 0px;
}

.select_cow_send .modal-body, .modal_msg .modal-body, .modal-content 
{
    padding: 0px 10px;
}

.select_cow_groups{
}
.select_cow_groups .modal-body {
    padding: 0px 10px;
}
.select_cow_groups .modal-header {
    padding: 15px 10px 0px;
}
.select_cow_groups .modal-content {
	width: 775px;
	margin: 0 auto;
}
.popup_slider{
	
}
.popup_slider_item  input.item_box_priority
{
	width: 80%;
}
.group_add_btn
{
	float: left;
	margin-top: 5px;
}
.item_box_group_delete
{
	float: left;
	margin-top: 15px;
}
.item_box_group_delete img
{
	width: 15px;
}
#owl-demo{
	direction: ltr;
	background-color: #D8D8D8;
	padding: 10px;
}
#owl-demo .item{
	margin: 0px 3px;
	float: right;
}
.popup_slider .row{
	margin: 0px -25px;
}
.popup_slider .col-xs-12{
	padding: 0px 15px;
}
.popup_slider_item{
	position: relative;
	min-height: 100px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	padding: 0px 58px 5px 5px;
	padding-right: 58px;
}
.popup_slider_item_image{
	width: 52px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #007998;
	line-height: 100px;
	text-align: center;
	z-index: 8;
	cursor: move;
}
.popup_slider_item_image img{
	max-width: 100%;
	display: inline-block;
}
.popup_slider_item input{
	width: 100%;
	height: 42px;
	color: #25262D;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 5px;
	transition: 0.3s;
}
.popup_slider_item input:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}
.popup_slider_item button{
	width: 100%;
	height: 42px;
	color: #25262D;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	text-align: right;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	transition: 0.3s;
}
.popup_slider_item button:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}
.farm_logo{
	position: absolute;
    z-index: 9;
	cursor: move;
	background: url(../designFiles/cow-farm.svg) center center no-repeat #007998;
	background-size: 79px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
	display: inline-block;
	border-radius: 50%;
	line-height: 140px;
	text-align: center;
	overflow: hidden;
}
.farm_logo_box{
	width: 140px;
	height: 140px;
}
.farm_logo:hover{
	transition: 0.3s;
	box-shadow: 0 3px 6px 1px rgba(0,0,0,0.5);
}
.modal-dialog {
	width: auto;
	display: table;
	min-height: 90vh;
	box-sizing: border-box;
	margin: 0 auto;
}
.modal-content{
	display: table-cell;
	vertical-align: middle;
	height: auto;
}
.modal-header, .modal-body{
	background-color: #F5F5F5;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #F5F5F5;
    border: none;
}
.popup_slider {
	max-width: 715px;
	margin: 0 auto;
}
#owl-demo-2{
	direction: ltr;
}


/*************end*************/


[data-drop-target] {
	height: auto;
	min-height: 260px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.drag-enter {
	border: 2px dashed #000;
}
.select_cow_groups .modal-body {
    padding: 0px;
}

.popup_slider{
	width: 100%;
	overflow: hidden;
	background-color: #D8D8D8;
    padding: 10px;
	border-left: 10px solid #D8D8D8;
	border-right: 10px solid #D8D8D8;
	
}
.popup_slider_main{
	white-space: nowrap;
	padding: 0px 15px;
}
.select_cow_groups .item{
	white-space: normal;
	width: 157px;
	display: inline-block;
}
.cow_groups_drag_field{
	width: 100%;
	min-height: 550px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cow_groups_drag_field .item
{
	position: absolute;
}
.farm_logo_main{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
}
.farm_logo_field{
	position: relative;
}
.select_cow_groups .modal_submit_1 .row {
    margin: 0px -15px;
}




