.cg-wrapper{
    display: block;
    width:100%;
    float: left;
}
.cg-wrapper.relative{
    position: relative;
}
.cg-form-container{
    display: none;
}
.cd-hidden{
    display: none;
}
.cg-input{
    -webkit-appearance: none;
    box-sizing: border-box;
    font-size: 16px;
    height: 34px;
    line-height: 18px;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(181, 181, 181);
    border-image: initial;
    padding: 7px 12px;
    margin-bottom: 15px;
}
.cg-wrapper input.cg-input.error{
    border-color:#e40000;
}
.cg-input:focus, .cg-input:hover {
    box-shadow: rgb(0, 122, 255) 0px 0px 0px 1px inset;
    border-color: rgb(0, 122, 255);
    outline: none;
}
.cg-wrapper label{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
    margin-right: 6px;
}
.cg-wrapper label.checkbox{
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}
.cg-wrapper label.margin{
    margin-top: 42px;
}
.cg-select-type h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin:25px 0;
}
.cg-select-type{
    text-align: center;
	min-height: 150px;
}
.cg-default-button{
    margin: 0 5px;
    background: transparent;
    font-size: 13px;
    color: #e40000;
    border: solid 2px #e40000;
    display: inline-block;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 25px;
    height:auto;
    -webkit-box-shadow: none!important;
    box-shadow:none!important;
}
.cg-default-button:hover{
    color: #fff!important;
    background-color: #e40000;
    text-decoration: none;
}
.cg-default-button.button-preview{
    margin: 25px 0;
}
.cg-specific-data{
    padding: 25px 0;
    text-align: center;
}
.cg-specific-data p{
    font-size: 16px;
    line-height: 24px;
    font-weight:300;
    margin-bottom: 20px;
}
.preview-contract{
    position: fixed;
    z-index:1000;
    background-color:#fff;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin: auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
    max-height: 80%;
    max-width: 80%;
    width:800px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}
.preview-contract-header{
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    background-color: #fff;
}
.preview-contract-header a{
    float: right;
    width:30px;
    height:30px;
    position: relative;
    -webkit-box-shadow: none!important;
    box-shadow:none!important;
}
.preview-contract-header a::after, .preview-contract-header a::before{
    display: block;
    width:30px;
    height:1px;
    background-color: #222;
    content: '';
    position: relative;
    top:15px;
}
.preview-contract-header a::before{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.preview-contract-header a::after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.preview-contract-content{
    padding: 15px;
}
.preview-contract-content ol{
    padding-left: 40px;
    padding-right:20px;
}
.cg-wrapper.success h4{
    font-size: 18px;
    line-height:29px;
    font-weight: 300;
}
.cg-wrapper.error h4{
    font-size: 18px;
    line-height:29px;
    font-weight: 300;
}
.cg-wrapper .cd-wrapper.cd-hidden {margin-bottom:20px;}
    
.cg-wrapper  .cd-wrapper .col-xs-12, .cg-wrapper  .cd-wrapper .col-xs-6 {margin-top:10px;}

.cg-wrapper  .col-xs-12.text-center {text-align:center;}
	
.cg-wrapper  .col-xs-12.text-center .cg-default-button {margin:10px auto;}
.cg-wrapper  input.cg-input {background: #fff; border: solid 1px #ccc; border-radius: 2px;}
	
.cg-wrapper  .cg-default-button {border:solid 2px;}

#generateDocument.cg-default-button {background:#e20000;color:#ffffff;border:solid 2px #e20000;border-radius:3px;}

.cg-wrapper label.margin {margin-top:0;}

input::placeholder {color:#d9d9d9;}

.cg-wrapper{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden-text{
    display: none;
}