﻿@charset "utf-8";
*{ margin:0; padding:0}
html, body{width:100%; height:100%; }
a{ text-decoration:none;}
li{ list-style-type:none;}
legend{display:none;}
fieldset{border:0;}
img{border:0;}

input:focus, select:focus, textarea:focus, button:focus, a:focus {outline: none !important;}

@font-face {
	font-family: 'Conv_BPG_Arial_Caps_2010';
	src: url('fonts/BPG_Arial_Caps_2010.eot');
	src: local('☺'),  url('fonts/BPG_Arial_Caps_2010.ttf') format('truetype'), url('fonts/BPG_Arial_Caps_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BPG_Arial_2010';
	src: url('fonts/BPG_Arial_2010.eot');
	src: local('☺'), url('fonts/BPG_Arial_2010.ttf') format('truetype'), url('fonts/BPG_Arial_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
header, footer, hgroup,
nav, section {
    display: block;
}
/*--------------------------------------------------------------*/
#wrapper{
	width:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
}
#header{
    background: url(Images/headerBg.png) left top;
}
.content-wrapper{
    width:98%;
    margin:auto;
    overflow:hidden;
}
#header .content-wrapper h1{
    width: 128px;
    height: 70px;
    margin: 5px 2% 5px 0;
    float: left;
}
#header .content-wrapper h1.site-title-logon{
    
     margin: 20px auto 5px auto;
     float:none;
}
#header .content-wrapper .userName{
    display:inline-block;
    color:#fff;
    font-family: 'Conv_BPG_Arial_2010';
    font-size:15px;
    margin-top:30px;
    font-weight:bold;
    float:left;
}
#header .content-wrapper .userName span{
    font-size:12px;
    font-weight:normal;
    margin-right:10px;
}
#header .content-wrapper h2.compName{      
    color: #fff;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:center;
}
#header .content-wrapper h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('Images/logo.png') no-repeat center center;
    background-size: 100% 100%;
    text-indent: -9999px;
}
#LogOn{
    width:310px;
    margin:50px auto;
}
#LogOn .formLine {
    width:100%;
    margin-bottom:25px;
}
#LogOn .formLine label{
    display:block;
    width:100%;
    color: #2B2B2B;
    font-size:0.93em;
    font-family: 'Conv_BPG_Arial_2010';
    margin-bottom:10px;
    text-align:center;
}
#LogOn .formLine input.k-textbox{
    display:block;
    width:299px;
    height:35px;
    text-indent:0;
    padding:0 5px;
    font-size:0.87em;
    font-family: 'Conv_BPG_Arial_2010';
}
#LogOn .formLine .k-button{
    display:block;
    color:#fff;
    padding: 0 10px;
    font-family: 'Conv_BPG_Arial_2010';
    width:130px;
    height:40px;
    border:0;
    margin:auto;
    background: rgb(128,23,24) !important;
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1)))!important;
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 )!important;
    
}
#LogOn .formLine .k-button.k-button.k-state-hover, #LogOn .formLine .k-button:hover {
    background: #600001 !important;
}
#content{
	width:100%;
	margin:auto;
	padding-bottom:60px;
	overflow:hidden;
}
#content .leftContent{
    width:12%;
    float:left;
}
#LeftMenu{
    width:100%;
    margin:30px 0;
    border:0;
}
.k-menu .k-item > .k-link{
    color: #2B2B2B;
    font-size:0.93em;
    font-family: 'Conv_BPG_Arial_2010';
    padding:10px 4%;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#e9e9e9;
    background: rgb(253,253,253);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
}
.k-menu .k-item > .k-link:hover, .k-menu .k-item > .k-link.active{
     color:#fff;     
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}
#content .rightContent{
    width:86%;
    padding-top:30px;
    float:right;
    overflow:hidden;
}
#content .rightContent .meeting{
    width:100%;
    text-align:center;
    color: #660001;
    font-size: 1.5em;
    font-family: 'Conv_BPG_Arial_2010';
   
}
#content .rightContent .meeting span{
    display:block;
    margin-bottom:15px;
}
#content .rightContent h2{
    color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 1em;
    margin-Bottom: 20px;
    font-weight: normal;
    padding: 10px 2%;
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
    -webkit-box-shadow: inset 4px 0px 0px 0px rgba(102,0,1,1);
    -moz-box-shadow: inset 4px 0px 0px 0px rgba(102,0,1,1);
    box-shadow: inset 4px 0px 0px 0px rgba(102,0,1,1);

}
#content .rightContent  .buttonLine{
    width:100%;
}
#content .rightContent  .buttonLine .k-button{
     color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.87em;
    margin-Bottom: 10px;
    font-weight: normal;
    padding: 10px 0.9%;
    line-height:16px;
    margin-bottom:10px;
    border:0; 
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
  
}
#content .rightContent .buttonLine #Download.k-button {
        padding: 8px 15px;
        line-height: 16px;
}
#content .rightContent  .buttonLine .k-button:hover{
     color:#fff;     
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}
#footerWrapper{ 
	width:100%;
	height:30px;
	position:absolute;
	margin-top:-81px;
	overflow:hidden;
	 bottom: 0;
	left: 0;
}
#footerWrapper .content-wrapper .copyRight{
    color: #2B2B2B;
    font-size: 0.75em;
    font-family: 'Conv_BPG_Arial_2010';
    margin-bottom:10px;
}


.k-selectable .k-header{
     color: #fff;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.87em;
    margin-Bottom: 10px;
    font-weight: normal;
    padding: 10px 0.9%;
    line-height:16px;
    margin-bottom:10px;
    border:0; 
    background:#660001;
    
 }
.k-grid-header .k-header > .k-link{
    color:#fff;
    padding: .5em 1em .4em 0 !important;
}
.k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color:#e9e9e9;
    padding:10px 0.5%;
    color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.87em;
    font-weight:  normal;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: left;
    background: #660001;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
#content .rightContent .k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: auto;
    border:0;
}
.k-grid td {
    color: rgb(43, 43, 43);
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.87em;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 10px .6em;
    border-color:#e9e9e9;
    overflow: hidden;
    line-height: 16px;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.k-pager-wrap {
    background-color: #fff;
}
.k-state-selected, .k-selectable tr:hover, .k-state-selected:hover, .k-state-selected:link, .k-state-selected:visited,.k-state-selected td {
    color:rgb(128,23,24);
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
  
    border-color: #b6b6b6;
}
.k-selectable tr:hover td, .k-state-selected td{
     color: rgb(128,23,24);
}
.k-pager-wrap{
    margin-top:30px;
    border:none;
}
.k-rtl .k-i-seek-e {  /*lastpage*/
    background-position: 0 -80px;
}
.k-rtl .k-i-arrow-e { /*next page*/
    background-position: 0 -16px;
}
.k-rtl .k-i-arrow-w { /*prev page*/
    background-position: 0 -48px;
}
.k-rtl .k-i-seek-w { /*first page*/
    background-position: 0 -112px;
}

.wrong-pass, .upload-success{
    width:400px;
    padding:20px 2% ;
    min-height:100px;
}
.upload-success{
    min-height:70px;
}
.wrong-pass h3, .upload-success h3{
    width: 100%;
    text-align: center;
    color: #660001;
    font-size: 1.5em;
    font-family: 'Conv_BPG_Arial_2010';
    margin-bottom:20px;
    margin-top:10px;

}
.upload-success h3{
    color:#00941a;
}
.wrong-pass p, .upload-success p{
    width: 100%;
    text-align: center;
    color: #660001;
    font-size: 1em;
    font-family: 'Conv_BPG_Arial_2010';
    margin-bottom:20px;
    margin-top:10px;

}

/*harvest add*/
#content .rightContent form{
    width:50%;
    float:left;
}
.rightContent .formLine{
    width:100%;
    overflow:hidden;
}
.rightContent .formLine .leftLine{
    width:44%;
    float:left;
    margin-right:3%;
    margin-bottom:20px;
    float:left;
}
.rightContent .formLine .leftLine label {
    display:block;
    width:98%;
    color: #2B2B2B;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    padding:0 1%;
    margin-bottom:10px;
}
.rightContent .formLine label {
    display:block;
    width:98%;
    color: #2B2B2B;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    padding:0 1%;
    margin-bottom:10px;
}
.rightContent .formLine .leftLine label.k-radio-label {
    padding-left: 30px; 
}

.k-radio:checked+.k-radio-label:after {
    background-color: #660001;
    border-radius: 50%;
}

.k-radio:active {
    outline: none !important ;
    box-shadow: none  !important;
    
}

.k-combobox{
    width:100%;
}
.k-dropdown-wrap .k-input{
    width:96% !important;
    color: #2B2B2B;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    height: 32px;
    line-height: 32px;
    padding: 0 2%;
    text-indent: 0;
    
}
.k-rtl .k-dropdown-wrap .k-input{
    border-radius:4px;
}
.k-list{
    background-color:#fff;
}
.k-popup .k-list .k-item{
    line-height: 32px;
    min-height: 32px;
}
.k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-hover{
     color:#fff;
     border:0;
     box-shadow:none;
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}
.k-popup.k-list-container{
    padding: 0px;
    border-width: 0px;
    border-style: solid;
}
.k-animation-container{
margin-left: 2px !important;
}
.k-widget.k-tooltip-validation {
    border-color: #ffe79e;
    background-color: #ffe79e;
    color: rgb(128,23,24);
    margin-top: 10px;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    padding: 5px 5px 5px 5px;
    float: left;
}
.k-ff input.k-textbox {
    width:100% !important;
    color: #2B2B2B;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    height: 32px;
    line-height: 32px;
    padding: 0 2%;
    text-indent: 0;
}
.saveButton{
    display:inline-block;
    color:#fff;
    padding: 0 10px;
    font-family: 'Conv_BPG_Arial_2010';
    width:130px;
    height:38px;
    border:0;
    margin-right:2%;
    margin-bottom:10px;
    background: rgb(128,23,24) !important;
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1)))!important;
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 )!important;
    
}
.saveButton:hover {
    color:#fff;
    background: #600001 !important;
}
.backButton{
     color: #660001;
     padding: 0 10px;
    font-family: 'Conv_BPG_Arial_2010';
    width:70px;
    height:38px;
    border:0;
    margin-right:2%;
    margin-bottom:10px;
    border:0; 
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
  
}
.backButton:hover{
     color:#fff;     
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}
.leftLine select, .leftLine input{
    width:96%;
    border-radius: 4px;
    border-color: #d5d5d5;
    border:1px solid #d5d5d5;
    height:34px;
    line-height:34px;
    vertical-align:middle;
    padding:0 2%;
    font-size: 0.87em;
font-family: 'Conv_BPG_Arial_2010';
color: #2B2B2B;
}
.leftLine select{
    width:100%;
}
.leftLine input:focus{
    box-shadow:none;
}
.leftLine input.k-checkbox{
    width: 1em;
    height: 1em;
}
/*.resultContent{
    width:36%;
    margin-top:20px;
    border:2px dotted rgba(57,10,11,1);
    border-radius:4px;
    padding:10px 1.5%;
    float:left;
    position:fixed;
    right:2%;
    top:180px;
}*/
.resultContent{
    width: 36%;
    margin-top: 20px;
    border: 2px dotted rgba(57,10,11,1);
    border-radius: 4px;
    padding: 10px 1.5%;
    float: left;
    position: fixed;
    left: 14.8%;
    top: 250px;
}
.resultContent h3{
    color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 1.125em;
    margin-Bottom: 20px;
}
.resultContent .resultLine{
    width:100%;
    margin-bottom:15px;
    overflow:hidden;
}
.resultContent .resultLine span{
    display:inline-block;
    font-size: 14px;
    font-family: 'Conv_BPG_Arial_2010';
    color: #2B2B2B;
    margin-right:2%;
    font-style: italic;
    float:left;
}
.resultContent .resultLine .resultBlock{
    display:inline-block;
    font-size: 0.93em;
    font-family: 'Conv_BPG_Arial_2010';
    color: #660001;
    float:left;
}
.rightContent .formLine .leftLine label.k-checkbox-label{
    width:1em;
    height:1em;
    display:inline-block;
    margin-right:2%;
    margin-top:5px;
}
.k-checkbox:checked + .k-checkbox-label::before {
    background-color: #fff;
    border-color: #660001;
    color:  #660001;
}
.k-checkbox:focus + .k-checkbox-label::before {
   box-shadow: 0 0 3px 0 #660001;
   border-color: #660001;
}


.k-pager-info {
    font-size: 0.8em;
    font-family: 'Conv_BPG_Arial_2010';
    color: #2B2B2B;
}

#LeftMenu .k-state-highlight a {
     color:#fff;     
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}
/*end of harvest add*/

.k-button:active:hover{
    background:none;
    box-shadow:none !important;
    border:0;
}
#files {
    opacity:0;
}
.k-upload-button{
    color:#fff;
    border-radius: 4px;
    border-color: #d5d5d5;
    border: 0px solid #d5d5d5;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 2%;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    color: #2B2B2B;
    background: rgb(128,23,24) !important;
background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))) !important;
background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%) !important;
background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%) !important;
background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%) !important;
background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ) !important;
}
.leftLine .k-upload-button span{
    color:#fff;
}
.k-upload-button:hover{
    background: rgb(96, 0, 1) none repeat scroll 0% 0% !important;
}
.k-header{
    background:none;
}
.k-upload-sync .k-upload-button {
    margin: 0em .8em .8em 0em;
}

/*added*/
.passReset{
    width:94%;
    margin:auto;
    overflow:hidden;
}
.passReset li{
    width:44.8%;
    display:inline-block;
    margin-right:5%;
    float:left;
    font-size:0.8em;
    text-align:center;
}

.passReset li:last-of-type{
    margin-right:0;
}
.passReset li:first-of-type{
    width:43%;
    margin-right:0;
}
.passReset li:last-of-type{
    display:inline-block;
    padding-left:5%;
    border-left:1px solid  #4a4a4a;
    float:left
}
.passReset li a{
    color: #2B2B2B;
    font-family: 'Conv_BPG_Arial_2010';
}
.passReset li a:hover{
    color: #660001;
}
.passResetInner{
    width:20%;
        margin-top: 30px;
    float:right;
}
.passResetInner li{
    width:30.8%;
}
.passResetInner li:first-of-type{
    width:53%;
    font-size:0.68em;
    margin-top:2px;
}
.passResetInner li a{
    color: #fff;
}
.passResetInner li:last-of-type{
    display:inline-block;
    padding-left:5%;
    border-left:1px solid  #fff;
    float:left
}
.passResetInner li:last-of-type a{
    font-weight: 600;
}
.k-rtl .k-numeric-wrap .k-input{
    border-radius: 5px 3px 3px 5px;
}
.k-dropdown-wrap .k-input {
    width: 96% !important;
    color: #2B2B2B;
    font-size: 0.87em;
    font-family: 'Conv_BPG_Arial_2010';
    height: 32px;
    line-height: 32px;
    padding: 0 2%;
    text-indent: 0;
}
.passResetInner li a:hover{
    color: #fff;
}

.k-numerictextbox .k-icon {
    height: 15px;
}
span.k-numerictextbox {
    background-color: transparent;
    width: 100%;
}
/*---------*/
div.k-treeview {
    white-space: normal;
}
.k-treeview > .k-group{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin-bottom:30px;
}
.k-treeview .k-item{
    overflow:hidden;
    margin-bottom:10px;
    padding:0;
    line-height: 22px;
}
.k-treeview span.k-checkbox-wrapper{
    display:inline-block;
    margin-right:3%;
    float:left;
}
.k-treeview span.k-in{
    display:inline-block;
    color: #2B2B2B;
    font-size: 0.81em;
    font-family: 'Conv_BPG_Arial_2010';
    line-height:16px;
    white-space: pre-wrap;
    float:left;
   padding:0;
}
.k-in.k-state-selected, .k-in:hover, .k-in.k-state-selected:hover, .k-in.k-state-selected:link, .k-in.k-state-focused, .k-in.k-state-selected:visited, .k-in:hover {
    color:#2B2B2B;
    background: none;  
    border-color: rgb(253,253,253);
    box-shadow:none;   
    padding:0;
}

#Acts .formLine .leftLine{
    width:30% !important;
    float:left;
    margin-right:3%;
    margin-bottom:20px;
    float:left;
}

#GridActs {
    clear: both;
}

.k-window{
    width:400px;
    min-height:100px;
    overflow:hidden;
}
.upload-success{
    min-height:70px;
}
.k-window-titlebar {
    position: absolute;
    width: 96%;
    height: auto;
    border-bottom-width: 0px;
    margin-top: -2em;
    font-family: 'Conv_BPG_Arial_2010';
    padding: 15px 2%;
    font-size: 1em;
    white-space: pre-wrap;
    min-height: 16px;
    margin-bottom:20px;
    float:left;
}
.k-window-title{
    display:inline-block;
    width: 90%;
    text-align: center;
    color: #660001;

}
.k-header{
    background:none;
    border:0
}
div.k-window-content {
    position: relative;
    height: 40%;
    padding:0 30%;
    overflow: auto;
    outline: 0;
    margin-top: 40px;
    margin-bottom:15px;
}
.k-button.delete-confirm{
     color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 0.87em;
    margin-Bottom: 10px;
    font-weight: normal;
    padding: 10px 15%;
    line-height:16px;
    margin-right:5%;
    margin-bottom:10px;
    border-radius: 4px;
    border:0; 
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
    margin-top:8px
  
}
.delete-cancel{
    display:inline-block;
     color: #660001;
    font-family: 'Conv_BPG_Arial_2010';
    font-size: 14px;
    margin-Bottom: 10px;
    font-weight: normal;
    padding: 10px 10%;
    line-height:16px;
    margin-right:5%;
    margin-bottom:10px;
    margin-top:-50px !important;
    border-radius: 4px;
    border:0; 
    background: rgb(253,253,253) ;
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(215,215,215,1))) ;
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(215,215,215,1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7',GradientType=0 );
}
.k-button.delete-confirm:hover, .delete-cancel:hover{
     color:#fff;     
    background: rgb(128,23,24);  /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,23,24,1) 0%, rgba(57,10,11,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,23,24,1)), color-stop(100%,rgba(57,10,11,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,23,24,1) 0%,rgba(57,10,11,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801718', endColorstr='#390a0b',GradientType=0 ); /* IE6-9 */
}