html,
body {

    height: 100%;

}

body {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; 
}

a {
    color: #b7333e;
}

.home-header {
    width: 56%;
    min-width: 42rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    border-bottom: none;

}

.page-header {

    border-bottom: none;
    margin: 10px 0 0px;
    padding-bottom: 10px;
}
.page-header h2 {
    font-size: 36px;
}
.page-main {
    background: #f5f5f5;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.03);
}
.button {
    display: inline-block;
    border-radius: 0;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-family: "Droid Sans", Roboto, Arial, sans-serif;
    border: none;
}
.button-red {
    background: #ef7a62;
    color: white;
}
.button-red:hover {
    background: #da6249;
    color: white;
    text-decoration: none;
}

.button-red-invert {
    background: white;
    color: #ef7a62;
		border: 3px solid #ef7a62;
}
.button-red-invert:hover {
		background: snow;
    color: #da6249;
    text-decoration: none;
		border: 3px solid #da6249;
}

.button-big {
    font-size: 18px;
    padding: 12px 24px;
}
.button-compare {
    display: block;
    text-align: center;
    width: 100%;
}

.profile-block {
    background: white;
    border-radius: 3px;
    color: #525252;
    /* margin-top: 1rem; */
    width: 56%;
    min-width: 42rem;
    margin-left: auto; 
    margin-right: auto;
    padding: 0;
    margin-bottom: 40px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
}
.tabblock-container {
    padding: 16px;
}
h3 {
    font-size: 2rem;
    margin: 1.5rem 0;
}
.profile-block h3 {
    font-family: "Helvetica Neue", Roboto, sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-top: 12px;
}


.ab-right-text {
    margin-left: 52px;
    margin-right: 24px;
}
.ab-right-text p {
    margin-bottom: 4px;
    line-height: 16px;
}

.profile-block .check-instruction {
    font-family: "Droid Sans", sans-serif;
    font-size: 16px;
    color: #606161;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #EDF2F5;
}


.announcment-block h3 {
    color: #504f4c;
}



#paymentmessage .bg-success,
#redlines_result {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    border-radius: 2px;
    padding: 6px;
    background: #E1FFE1;
    border: 1px dashed #36D436;
    color: #25B725;
}
#redlines_result {
    margin-bottom: 12px;
}

#redlines_result.redlines_result_error {
	background: #FFECE1;
	color: #B72525;
}

#scan_result,
#redlines_result {
    font-size: 14pt;
    border: 1px dashed #5A70AD;
    padding: 8px;
    border-radius: 4px;
    margin-top: 14px;
}
#redlines_progress {} .progress-bar {
    background-image: linear-gradient(to bottom, #e57c64 0, #e57c64 100%);
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
}
.text-right {
    text-align: right;
}
#redlinesFileForm {
    background: white;
}

.tooltip > .tooltip-inner {
    background-color: #9e2121;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
.files-tooltip {
    color: #3e3e3e;
    border-bottom: 1px dashed #ababab;
}


.text-page h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.text-page h2 {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lead {
text-align: justify;
}

.lead.redline-lead {
    font-size: 19px;
    line-height: 1.3;
}
.learn-screen {
    padding: 30px;
}
.learn-screen.learn-screen-red {
    background: #f7ecec;
    margin-top: 10px;
}
h2.learn-h2 {
    font-size: 36px;
    font-family: 'Slabo 27px', "Georgia", serif;
    font-weight: 400;
}


.button-down {
    background: url("../img/icon-down.png");
    width: 40px;
    height: 40px;
    display: inline-block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.red .form-signin .alert.alert-danger {
    color: red;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 1px;
    margin-top: 5px;
    font-size: 12px;
}
.form-signup label {
    margin-top: 8px;
    margin-bottom: 2px;
}
.forum-signin.forum-signup {
    padding-top: 8px;
}
label {
    font-weight: normal;
    color: #333;
}
.checkbox {
	display: inline-block;
    padding-right: 8rem;
}
.checkbox label,
.radio label {
    padding-left: 0px;
    padding-right: 1.70rem;
    margin-right: 1.70rem;
}

.parentbox  {
    width: 100%;
	
}

.form-signin input {
    border: 1px solid #dedede;
    box-shadow: none;
}

.red .alert.alert-danger {
    background: none;
    color: white;
    box-shadow: none;
    border: 1px dashed white;
    text-shadow: none;
    margin-top: 24px;
    text-align: center;
    margin-bottom: 0px;
}
h1.alert-success {
    font-size: 22px;
    text-align: center;
    border: 1px dashed #b2dba1;
    background: #ECFBEB;
}
.red .alert.alert-info {
    margin-top: 24px;
    text-align: center;
    background: none;
    color: white;
    box-shadow: none;
    text-shadow: none;
    border: 1px dashed white;
    margin-bottom: 0px;
}
.center-justify {
    text-align: justify;
    text-align-last: center;
}

.form-group-half {
    width: 46%;
    margin-right: 0;
    margin: 0;
    display: inline-block;
		vertical-align: middle;
}
.form-group-half-right {
    float: right;
}
.form-group-file {
    padding: 6px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px dashed darkgrey;
    margin-bottom: 8px;
    /* min-height: 3rem; */
}
#firstInputFileDOCXDropArea.highlight, #secondInputFileDOCXDropArea.highlight {
	border: 1px solid darkgrey;
	background-color: lightblue;
}

.form-group-file.attached {
    background: #f5f5f5;
}
.form-group-file label {
    cursor: pointer;
}
.form-group-half label,
.form-group-full label {
    font-size: 14px;
    font-weight: normal;
    font-weight: bold;
    margin-top: 5px;
    color: #666;
    text-transform: uppercase;
}
.form-group-half input.form-control,
.form-group-full input.form-control,
.form-group-full textarea.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 13px;
    padding: 8px;
    font-size: 14px;
    background: none;
    border-radius: 2px;
    box-shadow: none;
}
.checkbox-hidden {
    display: none;
}
.checkbox-box {
    width: 21px;
    margin-right: 8px;
    float: left;
    height: 21px;
    background: url("../img/ui-elements.png");
    display: inline-block;
}

.checkbox-box.checked {
    background-position: 0px 21px;
}

.icon-file {
    width: 27px;
    height: 27px;
    background: url("../img/icon-upload.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    float: left;
    margin-right: 9px;
    margin-top: 8px;
    margin-left: 5px;
}
.icon-file.attached {
    background: url("../img/icon-attached.png");
}
.glyphicon.glyphicon-transfer {
    font-size: 20px;
		height: 50px;
		display: inline-block;
		vertical-align: middle;
		line-height:50px;
		cursor: pointer;
}
#redlinePriority {
    margin-top: 20px;
    margin-bottom: 24px;
}
.file-hint {
    font-size: 12px;
    margin-top: -5px;
    display: block;
    margin-bottom: 5px;
    min-height: 5rem;
}

p.file-hint {
    text-indent: -0rem;
    padding-left: 4rem;
}

.tabblock-header {
    background: #666666;
    color: white;
    padding: 18px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.performRedlinesButton {
    margin-top: 24px;
}
.resetButton {
    margin-top: 6px;
}
.checkbox+.checkbox {
    margin-top: 0;
}
.radio-inline+.radio-inline {
    margin-left: 0;
}
.radio-inline {
    padding-left: 10px;
    color: #333;
}
.button-outline {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    color: #8a8a8a;
    padding: 8px 25px;
    text-transform: uppercase;
}
.button-outline:hover {
	color: #da6249;
	border-color: #da6249;
	text-decoration: none;
}
.button-outline.button-red {
    border: none;
    color: white;
}
.pagination {
    margin: 0;
}
#PrevLinkBlock,
#NextLinkBlock {
    list-style: none;
    color: #666666;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    float: right;
    margin-bottom: 16px;
}
#PrevLinkBlock a,
#NextLinkBlock a {
    color: #666;
}
.pricing-page {
    background: #f5f5f5;
}
.pricing-page h2 {
    border-bottom: none;
    margin-bottom: 0;
}
.container-short {
    /* width: 660px !important; */
    background: #f5f5f5;
}





.copyright {
    padding-left: 0;
    margin-left: 0;
}



ul.footer-links {
    list-style: none;
}
ul.footer-links li {
    display: inline;
    margin-left: 12px;
}

footer.footer {  
    padding-bottom: 20px;
    margin-bottom: 0px;
}

footer.force-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;

}

@media (max-width: 720px) {
    .footer.force-bottom {
        position: relative; 
    }
}

@media (max-height: 820px) {
    .footer.force-bottom {
        position: relative; 
    }
}

li.list-item {
font-size: 2rem;
}

.pt-first-item {
    border-right: 1px solid #e6e6e6;
    color: #5c5c5c;
    padding-left: 14px;
    box-shadow: inset -1px 0 5px rgb(0 0 0 / 5%)
}