@media all and (max-width: 979px) {
    * {
        box-sizing: border-box;
    }
}

html {
    overflow-y: scroll;
}

body{
    background: url(../images/layout/background.png) repeat 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 320px;
    max-width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
    color: #007ac3;
}

h2{
    font-size: 1.231em;
}

h3{
    font-size: 1.077em;
}

a{
    color: #007ac3;
}
a:hover{
    text-decoration: underline;
}

i {
    font-style: normal !important;
}

.il{
    display: block;
    padding: 0px;
    margin: 0px;
}
.il li{
    display: inline-block;
}

input[type=radio] {
    position: absolute;
    left: -9999px;
}

input[type=radio] + label {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    padding: 0 0 0 30px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

input[type=radio] + label:after {
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.25s;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-sizing: border-box;
}

input[type=radio]:checked + label:after {
    opacity: 1;
}

.lt-ie9 input[type=radio].checked + label:after {
    opacity: 1;
}

input[type=radio] + label:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgb(0,174,239);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: transform 0.25s, height 0.25s, width 0.25s;
    content: '';
}

input[type=radio]:focus + label:before {
    border: 1px solid rgb(0,174,239);
}

input[type=radio]:checked + label:after {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}

.lt-ie9 input[type=radio].checked + label:after {
    top: 6px;
    left: 6px;
    width: 50%;
    height: 50%;
}


/*///////////////////////////////////////////////
    Layout Styles
///////////////////////////////////////////////*/

#wrapper {
    margin:0 auto;
    max-width: 980px;
    width: 100%;
}
#wrapper.splash {
    width: 622px;
}

#content, #footer{
    display: block;
    float: left;
    width: 100%;
}

.content #content{
    background: #fff;
    margin-top: 20px;
    padding: 2%;
    width: 96%;
}

@media all and (max-width: 979px) {
    .content #content {
        width: 100%;
        padding: 15px;
    }
}

.content .wrapper{
    background: #fff;
}



/*///////////////////////////////////////////////
    Header Styles
///////////////////////////////////////////////*/

#header .nav .inner, #header .top-bar{
    width:980px;
    margin:0 auto;
}

.content #header .top-bar{
    height: 80px;
    padding-top: 20px;
}

.content #header .logo{
    float: left;
    width: 354px;
}

#header .nav{
    background: #404040; /* Old browsers */
    background: -moz-linear-gradient(top,  #4f4f4f 0%, #404040 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#404040)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f4f4f 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f4f4f 0%,#404040 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f4f4f 0%,#404040 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4f4f4f 0%,#404040 100%); /* W3C */
    behavior: url(/chop/PIE.php);
    height: 42px;
}
.nav li {
    position: relative;
    height: 100%;
    display: block;
    float: left;
}
.nav li a{
    padding: 10px 0px 10px 10px;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 	1.154em;
    height: 100%;
}
.nav li a:hover{
    color: #47cbfe;
}
.nav li.last a span{
    border-right: 0px;
}

.nav li span{
    border-right: 1px solid #888484;
    padding-right: 10px;
}
.nav li.active a{
    background: url(../images/layout/top-nav.png) no-repeat center bottom;
    color: #47cbfe;
}
.lt-ie7 .nav li.active a {
    background: none;
}
.nav li:first-child a{
    padding-left: 0px;
}
.nav li.last{
    border: 0px;
}

.nav .dropdown {
    display: none;
    position: absolute;
    left: 0; top: 100%;
    background: #404040;
    width: 220px;
    z-index: 10;
    margin: 0; padding: 5px 0;
}
.nav .dropdown li, .nav .dropdown li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0; margin: 0;
}
.nav .dropdown li {
    border-bottom: 1px solid #5b5b5b;
}
.nav .dropdown li:last-child {
    border: 0px;
}
.nav .dropdown li a {
    width: 86%;
    margin-left: 7%;
    background: none;
    color: #FFF;
    padding: 6px 0;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 13px;
}
.nav .dropdown li a:hover {
    color: #47CBFE;
}
.lt-ie7 .nav .dropdown li a {
    margin-left: 4%;
}

.nav li:hover .dropdown {
    display: block;
}

.lt-ie8 .il li{
    display: inline!important;
}

/*///////////////////////////////////////////////
    Site Styles
///////////////////////////////////////////////*/

.breadcrumbs{
    overflow: hidden;
    margin-bottom: 15px;
}
.breadcrumbs li a{
    color: #818080;
    font-size: 0.846em;
    text-decoration: none;
    padding-right:10px;
}
.breadcrumbs li a:after{
    content: " > ";
}
.breadcrumbs li:last-child a:after{
    content:"";
}

.pagination{
    float: left;
}
.pagination li{
    padding-right: 7px;
    border-right: 1px solid #333;
    margin-right: 7px;
    line-height: 1em;
}
.pagination li.title{
    border: 0px;
    font-weight: bold;
}
.pagination a{
    color: #444444;
}
.pagination .active a{
    color: 	#007AC3;
}
.pagination .last{
    border: 0px;
}

.signin #content{
    width: 622px;
    background: #f3f3f3;
    margin-top: 160px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.signin #content .header{
    background: #fff;
    width: 542px;
    padding: 25px 40px;
    overflow: hidden;
}
.signin #content .header img{
    float: left;
}
.signin #content .secure{
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 1.231em;
    padding-top: 16px;
}
.content .secure{
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 1.231em;
    padding-top: 16px;
    padding-top: 0px;
    width: 625px;
    height: 80px;
    overflow: hidden;
}
.content .secure a{
    color: #222;
    font-size:	0.813em;
    text-decoration: none;
    color: #444444;
    font-weight: bold;
}
.content .secure p{
    margin-bottom: 0px;
    margin-top: 15px;
    width: 625px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}
.content .secure i{
    padding-left: 8px;
}
.content .secure span{
    font-size: 	0.813em;
    color: #444444;
}

.signin #content .secure i{
    padding-left: 8px;
    font-size: 1.2em;
}

.signin #content .sign-content{
    padding: 30px 40px;
}

label{
    /*helvetica bold*/
    color: #444444;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    font-size: 1.077em;
}
label span{
    font-size: 0.786em;
    font-weight: normal;
}
label.cb{
    display: inline-block;
    padding-right: 10px;
    min-width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
}

input[type=radio] + label.cb:before {
    width: 24px;
}

input[type=radio] + label.cb:after {
    width: 12px;
    left: 12px;
}

button.btn, a.btn, input[type="submit"]{
    border: 0px;
    color: #FFFFFF;
    padding: 7px 12px 7px 15px;
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: bold;
    background: #02aced; /* Old browsers */
    background: -moz-linear-gradient(top, #02aced 0%, #007ac3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02aced), color-stop(100%,#007ac3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #02aced 0%,#007ac3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #02aced 0%,#007ac3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #02aced 0%,#007ac3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #02aced 0%,#007ac3 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #02aced, #007ac3); /*ie 6-9 via PIE*/
    border-radius: 7px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
    behavior: url(/chop/PIE.php);
}
button.btn.red,a.btn.red {
    background: #d81c5c; /* Old browsers */
    background: -moz-linear-gradient(top, #d81c5c 0%, #bd144d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81c5c), color-stop(100%,#bd144d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d81c5c 0%,#bd144d 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #bd144d, #d81c5c); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    color: #FFFFFF;
}
button.btn.red:hover,a.btn.red:hover {
    background: #bd144d; /* Old browsers */
    background: -moz-linear-gradient(top, #bd144d 0%, #d81c5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd144d), color-stop(100%,#d81c5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bd144d 0%,#d81c5c 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #d81c5c, #bd144d); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    text-decoration: none;
}

input[type="submit"]:hover, button.btn:hover, a.btn:hover{
    background: #007ac3; /* Old browsers */
    background: -moz-linear-gradient(top, #007ac3 0%, #02aced 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ac3), color-stop(100%,#02aced)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #007ac3 0%,#02aced 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #007ac3 0%,#02aced 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #007ac3 0%,#02aced 100%); /* IE10+ */
    background: linear-gradient(to bottom, #007ac3 0%,#02aced 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #02aced, #007ac3); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    text-decoration: none;
}

.btnsml{
    border: 0;
    background: none;
    color: #007AC3;
    font-weight: bold;
}

.btn i{
    padding-left: 25px;
}

a.btn-left i{
    padding-left: 0;
    padding-right: 25px;
}

form a.sub-link {
    margin-left: 10px;
    font-size: 14px;
    color: #007ac3;
    text-decoration: underline;
}
form a.sub-link:hover {
    text-decoration: none;
}


/*.btn.right{
    width: 160px;
}*/

.signin button{
    margin-right: 30px;
    margin-top: 15px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    font-size: 1.231em;
}

.signin button i{
    padding-left: 30px;
}

#content input[type="password"], #content input[type="text"], textarea{
    display: block;
    margin-bottom: 16px;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    border: 1px solid #dbdbdb;
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    padding: 8px;
}

#content input.datepick{
    display: block;
    margin-bottom: 16px;
    background: #FFFFFF;
    background: url(../images/layout/date.png) 95% center no-repeat;
    background: url(../images/layout/date.png) 95% center no-repeat, -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: url(../images/layout/date.png) 95% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: url(../images/layout/date.png) 95% center no-repeat, -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/layout/date.png) 95% center no-repeat, -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: url(../images/layout/date.png) 95% center no-repeat, -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: url(../images/layout/date.png) 95% center no-repeat, linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    border: 1px solid #dbdbdb;
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    padding: 8px;
}

#content input.search{
    color: #444444;
}

#content input[type="password"],
#content input[type="text"]{
    width: 263px;
    padding: 8px 9px;
}

#content input.long{
    width: 540px!important;
    padding: 8px 9px;
}

.lt-ie7 #content input.long{
    width: 525px!important;
}

.signin #content input[type="text"], .signin #content input[type="password"], .signin #content .textField{
    display: block;
    width: 100%;
    margin-bottom: 16px;
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    border: 1px solid #dbdbdb;
    padding: 8px;
}
.lt-ie7 .signin #content .textField {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    border: 1px solid #dbdbdb;
    padding: 8px;
}

#content input:focus, textarea:focus{
    border:1px solid #a5a5a5;
    outline: 0 none;
}

textarea{
    resize: none;
    width: 540px;
    height: 204px;
}

@media all and (max-width: 560px) {
    textarea {
        width: 100%;
    }
}

select{
    margin-bottom: 16px;
    /*width: 247px;*/
    width: 263px;
    padding: 8px;
    border: 1px solid #dbdbdb;
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
}

.signin .foot{
    font-size: 0.923em;
}

.content h1{
    border-bottom: 1px solid #d9d9d9;
    color: #007ac3;
    padding-bottom: 5px;
    font-size: 1.538em;
}

.content table{
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.content table.small-table{
    width: 460px;
}

#dashboard table.small-table{
    width: 755px;
}

.content .report-table-wrapper{
    float: left;
    position: relative;
    z-index: 1;
    width: 940px;
}

.content table.report-table{
    margin: 0px;
    width: 940px;
}

.content table.report-table th,
.content table.report-table td{
    padding: 8px 7px;
}

.content table.small-table th{
    text-align: left;
    padding-left: 15px;
    background: #f4f4f4;
}

.full th{
    text-align: left;
}

.full th:first-child{
    padding-left: 18px;
}

.full tr:nth-child(even) {background: #f7f8f8}
.full tr:nth-child(odd) {background: #FFF}

.lt-ie9 .full tr {
    background: #FFF;
}

.content td{
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    height: 20px;
}
.content td.page {
    padding: 6px 0;
}

.content table.small-table td{
    border-left: 1px solid #e1e1e1;
    padding-left: 18px;
}

.content table.small-table td.view{
    padding-left: 13px;
}

.content table.small-table th{
    vertical-align: top;
}

/*.content table th, .content table .page{*/
.content table thead th, .content table .page, .content table.small-table thead th{
    padding-left: 15px;
    text-align: left;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f4f4f4, #e1e1e1); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
}

.content table td{
    padding-left: 15px;
}

/*.content table.hover tr:hover{
    background: #eaf5f9;
}
.content table.hover tr.head:hover {
    background: transparent;
}*/

.content table th{
    padding: 8px 0;
    color: #444444;
}

.content table th small{
    font-weight: normal;
    font-size: 12px;
}

.content table thead th{
    font-size: 14px;
}

.content table th{
    border-bottom: 1px solid #e1e1e1;
}

.content table td:first-child{
    padding-left: 18px;
}

td.edit, td.delete, td.view{
    width: 220px;
}
td.view {
    padding-left: 10px;
}
td.edit a, td.delete a, td.view a {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
}
td.view:last-child {
    width: 300px;
}

td.sector-name{
    width: 125px;
}

a.delete{
    color: #d91c5c;
    /*margin-left: 8px;*/
}
table.hover tr td{
    vertical-align: top;
}
table.hover tr td span.name, table.hover tr td span.value {
    display: inline;
}
table.hover tr td span.controls {
    display: inline;
    text-align: left;
}

table.hover tr td span.controls a{
    display: inline-block;
    /*padding-right: 5px;*/
}

table.hover tr td span.value {
    width: 10%;
}

table.hover tr a{
    opacity: 1;
}
table.hover tr a.btn{
    margin: 3px 5px 3px 0;
}
.lt-ie9 table.hover tr a {
    display: inline;
    display: none;
}
.lt-ie9 table.hover tr:hover a {
    display: inline;
}
table.hover tr:hover a{
    opacity: 1;
}
table.hover tr a i.icon-eye-open {
    /*padding-left: 5px;*/
}
.lt-ie8 table.hover tr a i {
    padding-right: 5px;
}

.content a:hover i{
    text-decoration: none;
}

.content table td.page a{
    display: block!important;
    opacity: 1 !important;
}
table tr td.show a {
    display: inline;
    font-weight: bold;
}
.content #ui-datepicker-div table td{
    padding-left: 0px;
}

.content #ui-datepicker-div thead th{
    padding-left: 0px;
}

.content #ui-datepicker-div table td a{
    display: block;
}

.content table.full select{
    width: 140px;
    margin-bottom: 0px;
    padding: 3px;
    margin-right: 14px;
}

.content table.full .delete{
    /*padding-left: 5px;*/
}


.content .foot{
    background: #f2f2f2;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.foot .il {
    color: #6c6a6a;
    font-size:0.846em;
    padding: 15px 0 15px 25px;
}

.foot .il li{
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #6c6a6a;
}

.foot .il li.last{
    border-right: 0px;
}

.foot .il a{
    color: #6c6a6a;
    text-decoration: none;
}

.foot .il .right{
    padding-right: 25px;
    margin-right: 0;
    border-right: 0;
    font-weight: bold;
}

@media all and (max-width: 830px) and (min-width: 636px) {

    .foot .il .right {
        clear: both;
        float: left;
        margin-top: 3px;
        padding-bottom: 15px;
    }
}

@media all and (max-width: 505px) {

    .foot .il li {
        width: 100%;
        margin-bottom: 2px;
        margin-right: 0;
        border-right: 0;
    }

    .foot .il {
        padding-bottom: 25px;
    }
}

/*form*/

form{
    margin-bottom: 15px;
}
.signin form{
    margin-bottom: 0px;
}

form fieldset{
    background: #f3f3f3;
    margin-bottom: 15px;
}

form fieldset .inner{
    padding: 20px 20px 10px;
}

hr{
    border-color: #d9d9d9;
    margin: 0px;
}

select.il-form {
    width: auto!important;
    margin-right: 10px;
    margin-right: 10px;
    padding: 4px;
    width: 65px !important;
}

.form_row label input{
    margin-bottom: 16px;
}

.lt-ie7 .form_row label input{
    margin-bottom: 0px;
}

.lt-ie7 .form_row{
    margin-bottom: 16px;
}
/*report*/
.report-top{
    overflow: hidden;
}

.chart-cont{
    border: 1px solid #e1e1e1;
    width: 940px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    z-index: 1;
}
.chart-cont div {

}

.question{
    width: 100%;
}
.question h2 {
    color: #444;
}
.question select{
    width: 455px;
}

.buttons{
    width: 140px;
}
.report-top .btn{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 12px;
}
.report-top .btn i{
    float: right;
    padding-top: 2px;
}
.lt-ie8 .report-top .btn {
    margin-bottom: 10px;
}
.lt-ie8 .report-top .btn i {
    position: absolute;
    right: 10px;
    top: 8px;
}

.tab-head{
    display: block;
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    border-left: 1px solid #E1E1E1;
    clear: right;
    margin: 0;
    position: relative;
    z-index: 2;
}

.tab-head li{
    display: block;
    float: left;
    background: #fff;
    font-size: 1.077em;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    float: left;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: -1px;
}
.tab-head li a{
    display: block;
    float: left;
    padding: 14px 25px;
    outline: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}
.tab-head li a:hover {
    text-decoration: none;
}
.tab-head li.active{
    background: #f7f8f8;
    position: relative;
    top:0px;
    border-bottom: 1px solid #F7F8F8;
}
.tab-head li.active a{
    color: #007ac3;
}

.tab-content {
    padding: 26px 20px;
    background: #f7f8f8;
    clear: both;
    border: 1px solid #E1E1E1;
    float: left;
    position: relative;
    z-index: 1;
    width: 900px;
}

.tabs table{
    margin-bottom: 0px;
}





#content .search-wrap {
    display: block;
    float: left;
    margin-bottom: 16px;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 16%,#ffffff 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f1f1f1, #ffffff); /*ie 6-9 via PIE*/
    border: 1px solid #dbdbdb;
    behavior: url(/chop/PIE.php);
    padding: 0px;
}

@media all and (max-width: 640px) {
    #content .search-wrap {
        width: 100%;
    }
}

.lt-ie8 #content .search-wrap {
    width: 250px;
}
#content .search-wrap input{
    display: block;
    float: left;
    border: 0px;
    background: none transparent;
    margin: 0; padding: 0;
    padding: 9px;
    width: 180px;
    color: #444444;
}
#content .search-wrap button{
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    background: none transparent;
    margin: 0; padding: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0px;
    font-size: 16px;
}


#content .wrappingContent{
    display: block;
    float: left;
    width: 100%;
}

#content .contentLeft, #content .contentRight {
    display: block;
    float: left;
    width: 460px;
}
#content .contentLeft p {
    margin-bottom: 15px;
}
#content .contentRight {
    float: right;
}
#content .contentRight .btn {
    float: right;
    margin: 0px;
    width: 195px;
    box-shadow: 0 0 0;
    margin-bottom: 15px;
}

#content .contentRight .btn-wide{
    width: 215px;
}

#content .contentRight .btnWide{
    width: 285px;
}

#content .contentRight .btn.first {
    float: left;
}
#content .contentRight .btn i {
    float: right;
    width: 20px;
    text-align: right;
    position: relative;
    top: 3px;
    font-size: 18px;
}
.lt-ie8 #content .contentRight .btn {
    position: relative;
}
.lt-ie8 #content .contentRight .btn i {
    float: none;
    position: absolute;
    right: 15px;
    top: 7px;
}


#content .alert {
    display: block;
    float: left;
    width: 98%;
    background: #f3f3f3;
    border: 1px solid #B94A48;
    padding: 1% 10px;
    color: #B94A48;
    font-size: 14px;
    margin-bottom: 25px;
}

#content .confirm {
    background: #f4fcef;
    border: 1px solid #007AC3;
    color: #007AC3;
    text-align: center;
}

#content .alert i.icon-exclamation-sign {
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
#content .alert p {
    margin: 0;
    display: inline;
    font-weight: bold;
    margin-top: 5px;
    vertical-align: middle;
}

#content .alert .btn {
    float: right;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    box-shadow: 0 0 0;
    border-radius: 7px;
    line-height: 1.4;
}
#content .alert .btn i {
    padding-left: 15px;
}

#content .contentRight .alert {
    width: 94%;
    padding: 3%;
}
#content .contentRight .alert i.icon-exclamation-sign{
    margin-bottom: 10px;
    display: block;
    float: left;
    top: 0px;
}
#content .contentRight .alert p {
    float: none; display: inline;
}

#content .block {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
#content .block.right {
    float: right;
}
#content .block h2 {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f4f4f4, #e1e1e1); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    color: #444444;
    padding: 8px 15px;
    font-size: 14px;
    margin: 0;
}
#content .block .content {
    background: #f7f8f8;
    display: block;
    float: left;
    width: 91.55%;
    padding: 4%;
    border: 1px solid #e1e1e1;
    padding-bottom: 5px;
    min-height: 175px;
    color: #444444;
}
#content .block .content p {
    margin-bottom: 20px;
}
#content .block .content a {
    text-decoration: underline;
}
#content .block .content a:hover {
    text-decoration: none;
}
#content .block .content h3 i {
    font-size: 16px;
    padding-left: 10px;
}
#content .block .content .item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#content .block .content .item p {
    display: block;
    float: left;
    width: 85%;
    font-size: 13px;
    margin: 0;
}
#content .block .content .item a {
    text-decoration: none;
}
#content .block .content .item .btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 1px 15px;
    float: right;
    box-shadow: 0 0 0;
    border-radius: 7px;
    margin: 0;
}







.lt-ie8 .btn{
    border: 0px;
    color: #FFFFFF;
    padding: 8px 12px 8px 15px;
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: bold;
    background: #02aced; /* Old browsers */
    background: -moz-linear-gradient(top, #02aced 0%, #007ac3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02aced), color-stop(100%,#007ac3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #02aced 0%,#007ac3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #02aced 0%,#007ac3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #02aced 0%,#007ac3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #02aced 0%,#007ac3 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #02aced, #007ac3); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
}

.lt-ie8 .btn:hover{
    background: #007ac3; /* Old browsers */
    background: -moz-linear-gradient(top, #007ac3 0%, #02aced 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ac3), color-stop(100%,#02aced)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #007ac3 0%,#02aced 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #007ac3 0%,#02aced 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #007ac3 0%,#02aced 100%); /* IE10+ */
    background: linear-gradient(to bottom, #007ac3 0%,#02aced 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #02aced, #007ac3); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    text-decoration: none;
}
.lt-ie8 .btn.red {
    background: #d81c5c; /* Old browsers */
    background: -moz-linear-gradient(top, #d81c5c 0%, #bd144d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81c5c), color-stop(100%,#bd144d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d81c5c 0%,#bd144d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d81c5c 0%,#bd144d 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #bd144d, #d81c5c); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    color: #FFFFFF;
}
.lt-ie8 .btn.red:hover {
    background: #bd144d; /* Old browsers */
    background: -moz-linear-gradient(top, #bd144d 0%, #d81c5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd144d), color-stop(100%,#d81c5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bd144d 0%,#d81c5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bd144d 0%,#d81c5c 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #d81c5c, #bd144d); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    text-decoration: none;
}

/*it's not really red!'*/
.red{
    color: #D91C5C;
}

#questionnaire .inner {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#questionnaire .inner.innerRole {
	padding-right: 60px;
}

@media all and (max-width: 979px) {
    #questionnaire .inner {
        width: 100%;
    }
}

#questionnaire hr{
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
}

#questionnaire .question{
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 180px 0 0;
}

#questionnaire .question.noRadio {
    padding: 0;
}

#questionnaire label {
    float: left;
    padding: 0;
    position: relative;
}

#questionnaire .answer_group {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.lt-ie9 #questionnaire .answer_group {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -21px;
    z-index: 1;
}

.lt-ie9 #questionnaire .singleRadio .answer_group {
    margin-top: -12px;
}

// #questionnaire .singleRadio .answer_group .answer {
//     top: -10px;
// }

#questionnaire .answer_group .answer {
    float: right;
    position: relative;
    z-index: 1;
    padding-left: 5px;
    width: 30px;
}

#questionnaire .answer_group .answer span {
    display: block;
    margin: 0;
    text-align: center;
}

@media all and (min-width: 980px) {
    #questionnaire .answer_group .answer span {
        padding-right: 6.5px;
    }
}

.groupComments {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.groupComments textarea {
    height: 100px;
    width: 100%;
}

@media all and (max-width: 640px) {

    #questionnaire label {
        top: 0;
    }

    // #questionnaire .answer label {
    //     top: -3px;
    //     width: 22px;
    // }

    #questionnaire .answer_group {
        width: auto;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        float: left;
        margin: 10px 0 0;
        text-align: center;
    }

    #questionnaire .answer_group .answer span {
        margin: 0 0 5px;
    }

    #questionnaire .singleRadio .answer_group {
        width: 20px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
    }


    #questionnaire input[type="radio"] {
        width: 15px;
        height: 15px;
    }

    #questionnaire .question {
        width: 100%;
        padding: 0;
    }

    #questionnaire singleRadio .answer_group .answer {
        padding: 0 5px;
    }

    #questionnaire singleRadio .answer_group .answer:after {
        display: none;
    }

    #questionnaire .answer_group .answer {
        display: inline-block;
        padding: 0 10px;
        width: auto;
    }

    #questionnaire .answer_group .answer:after {
        content: '';
        width: 1px;
        background: #d9d9d9;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    #questionnaire .answer_group .answer:first-child:after {
        display: none;
    }

    #questionnaire .answer_group .answer label {
        float: none;
    }

    .groupComments textarea {
        width: 100%;
    }

}

.monospace{
    font-family: "Lucida Console","Monaco","monospace";
}

.content table a i.inline-icon{
    display: inline-block;
    padding-right: 5px;
}

.content .element-structure .btn{
    margin-right: 0;
    border-radius: 0;
    border-right: 1px solid #55c7f2;
}

.content .element-structure .first{
    border: 0;
    background: #606060; /* Old browsers */
    background: -moz-linear-gradient(top,  #606060 0%, #3d3d3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#3d3d3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #606060 0%,#3d3d3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606060 0%,#3d3d3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606060 0%,#3d3d3d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #606060 0%,#3d3d3d 100%); /* W3C */
}

.content div.or{
    margin-bottom: 9px;
    line-height: 15px;
    text-align: center;
    color: #444;
    font-size: 1.077em;
    font-weight: bold;
}

.content div.or hr{
    margin-bottom: -9px;
}

.content div.or span{
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}

.back i{
    padding-left: 0px;
    padding-right: 25px;
}

#dashboard{
    width: 940px;
}

#dashboard #legend{
    padding: 5px;
}

/*#dashboard #legend.fixed{
    position: fixed;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    top: 0;
}

#dashboard #legend.fixed.test {
    position: absolute;
    top: 8000px;
}*/

#dashboard #legend .row{
    margin-bottom:5px;
    height:15px;
    line-height:15px;
}

#dashboard #legend .row .color{
    float:left;
    height:0;
    width:0;
    position: relative;
    z-index: 1;
}

#content table.hover form{
    margin: 0 5px;
    float : right;
}

#content table.hover form button.btn{
    margin: 0;
    font-size: 13px;
    padding: 5px 10px 5px 13px;
    margin: 5px 0 5px 0;
}

table tr td form{
    vertical-align: middle;
}

.dataTables_wrapper{
    margin-bottom: 20px;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.dataTables_wrapper .datatable{
    margin-bottom: 0;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dataTables_wrapper .datatable tr td,
.dataTables_wrapper .datatable thead tr th{
    padding-left: 10px;
    padding-right: 15px;
}

.dataTables_wrapper .datatable thead tr{
    background: #f4f4f4; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f4f4f4, #e1e1e1); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    cursor: pointer;
}
.dataTables_wrapper .datatable thead tr th.sorting{
    background-image: url('../images/datatable-sort.png');
}
.dataTables_wrapper .datatable thead tr th.sorting_desc{
    background-image: url('../images/datatable-down.png');
    background-image: url('../images/datatable-down.png'), -webkit-gradient(linear, left top, left bottom, from(#E6F2FB), to(#BFDEFA)); /* Saf4+, Chrome */
    background-image: url('../images/datatable-down.png'), -webkit-linear-gradient(top, #E6F2FB, #BFDEFA); /* Chrome 10+, Saf5.1+ */
    background-image: url('../images/datatable-down.png'),    -moz-linear-gradient(top, #E6F2FB, #BFDEFA); /* FF3.6+ */
    background-image: url('../images/datatable-down.png'),     -ms-linear-gradient(top, #E6F2FB, #BFDEFA); /* IE10 */
    background-image: url('../images/datatable-down.png'),      -o-linear-gradient(top, #E6F2FB, #BFDEFA); /* Opera 11.10+ */
    background-image: url('../images/datatable-down.png'),         linear-gradient(top, #E6F2FB, #BFDEFA); /* W3C */
}
.dataTables_wrapper .datatable thead tr th.sorting_asc{
    background-image: url('../images/datatable-up.png');
    background-image: url('../images/datatable-up.png'), -webkit-gradient(linear, left top, left bottom, from(#E6F2FB), to(#BFDEFA)); /* Saf4+, Chrome */
    background-image: url('../images/datatable-up.png'), -webkit-linear-gradient(top, #E6F2FB, #BFDEFA); /* Chrome 10+, Saf5.1+ */
    background-image: url('../images/datatable-up.png'),    -moz-linear-gradient(top, #E6F2FB, #BFDEFA); /* FF3.6+ */
    background-image: url('../images/datatable-up.png'),     -ms-linear-gradient(top, #E6F2FB, #BFDEFA); /* IE10 */
    background-image: url('../images/datatable-up.png'),      -o-linear-gradient(top, #E6F2FB, #BFDEFA); /* Opera 11.10+ */
    background-image: url('../images/datatable-up.png'),         linear-gradient(top, #E6F2FB, #BFDEFA); /* W3C */
}

.dataTables_wrapper .datatable thead tr th{
    background-position: 96% center ;
    background-repeat: no-repeat;
}

@media all and (max-width: 640px) {

    .dataTables_wrapper .datatable tr td, .dataTables_wrapper .datatable thead tr th {
        display: block;
        height: auto;
        float: left;
        width: 50% !important;
        border: none;
        padding: 10px 10px 0;
    }

    .dataTables_wrapper .datatable tr td:nth-child(2) {
        font-weight: bold;
    }

    .dataTables_wrapper .datatable tr td:last-of-type, .dataTables_wrapper .datatable thead tr th {
        padding-bottom: 10px;
    }

    .dataTables_wrapper .datatable tr td form, .dataTables_wrapper .datatable tr td .btn {
        width: 100%;
        max-width: 250px;
        float: left !important;
        margin: 0 !important;
    }

    .dataTables_wrapper .datatable thead tr th:last-of-type {
        display: none;
    }
}

.dataTables_wrapper div.bottom {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e1e1e1 100%); /* W3C */
    -pie-background: linear-gradient(to bottom, #f4f4f4, #e1e1e1); /*ie 6-9 via PIE*/
    behavior: url(/chop/PIE.php);
    color: #444;
    float: left;
    position: relative;
    z-index: 1;
    width: 96%;
    padding: 0 2%;
    font-size: 14px;
    border: 1px solid #E1E1E1;
    border-top: none;
    height: 36px;
    line-height: 36px;
}

@media all and (max-width: 979px) {

    .dataTables_wrapper div.bottom {
        width: 100%;
    }
}

.dataTables_wrapper div.bottom .dataTables_info{
    font-weight: bold;
    float: left;
    position: relative;
    z-index: 1;
    font-size: 13px;
}
.dataTables_wrapper div.bottom .dataTables_paginate{
    float: right;
    position: relative;
    z-index: 1;
}
.dataTables_wrapper div.bottom .dataTables_paginate a{
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 5px;
    color: #444;
    cursor: pointer;
}
.dataTables_wrapper div.bottom .dataTables_paginate a.paginate_active{
    color: #007AC3;
}
.dataTables_wrapper th.datatable-sort-no-sort{
    min-width: 130px;
}

@media all and (max-width: 640px) {

    .dataTables_wrapper div.bottom {
        text-align: center;
        width: 100%;
        height: auto;
    }

    .dataTables_wrapper div.bottom .dataTables_info, .dataTables_wrapper div.bottom .dataTables_paginate {
        display: inline-block;
        float: none;
    }
}

.hidden{
    display: none;
}
#content .dataTables_wrapper .top{
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
}
#content .dataTables_wrapper .top .search-wrap input{
    font-size: 13px;
    width: 215px;
    padding-right: 35px;
    background: url('../images/search-bg.png') top right no-repeat;
}

@media all and (max-width: 640px) {

    #content .dataTables_wrapper .top .search-wrap input {
        font-size: 16px;
        width: 100%;
    }
}

#content .report-choose label{
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

#content .small-table input{
    margin: 0;
    width: 400px;
}
#content ul.biglist li{
    padding-bottom: 15px;
}

#content .datatable th.institute{
    width: 300px;
}
#content .datatable th.datatable-sort-no-sort{
    text-align: center;
}
#content #datatables-filterAll{
    float: right;
    position: relative;
    z-index: 3;
    margin-bottom: -35px;
    /*display: none;*/
}
#content #datatables-filterAll input{
    background: url("../images/search-bg.png") no-repeat scroll right top transparent;
    font-size: 13px;
    padding-right: 35px;
    width: 215px;
    margin: 0;
}
#content form #reset{
    display: none;
}
#questionnaire-legend{
    float: right;
    width: 120px;
    position: relative;
    z-index: 1;
    color: #444444;
    font-size: 1.077em;
    font-weight: bold;
    margin: 0 0 15px;
}

#questionnaire-legend span {
    display: block;
}

@media all and (max-width: 640px) {

    #questionnaire-legend {
        width: 100%;
    }

    #questionnaire-legend span {
        float: left;
        margin: 0 0 5px;
    }

    #questionnaire-legend span:last-child {
        float: right;
    }
}

.form_row  {
    float: left;
    width: 100%;
}

.form_row .left {
    margin-right: 20px;
}

.form_row:last-child {
    margin: 0 0 20px;
}

#content input[type="text"].batch_submit {
    width: 100%;
}

/*
.radioRow label.cb {
    padding-left: 30px;
    padding-top: 2px;
}

.radioRow input[type=radio] + label {
    width: auto;
}
*/