.add-title-margin {
    margin-bottom:70px;
}

.add-little-margin {
    margin-top: 30px !important;
}

.add-medium-margin {
    margin-top: 50px;
}

/*.ainput {
    width: 100%;
    border: 1px solid #f6f6f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 35px;
    display: inline-block;
}*/

.orange-border {
    border: 1px solid #b00402 !important;  
}

/*.input input {
    border-color: transparent;
}*/

./*form-control {
    border-color: transparent;
    box-shadow: transparent;
    -webkit-box-shadow: unset;
    font-family: "EON_BrixSansWeb", sans-serif;
    font-size: 20px;
}

.form-control:focus {
    border-color: transparent;
    outline: transparent;
    -webkit-box-shadow: unset;
}

.alabel {
    margin-top: 5px;
}*/

.atable {
    background-color: transparent !important;
}

.athead {
    background-color: #00738B !important;
    border: 10px solid  #00738B !important;
    color: white !important;
}

.white {
    color: white;
}

tr.noborder td {
    border-color: transparent;
    border: 0 !important;
}

tr.blue td {
    background-color: #1ea2b1;
}

tr.borderbottom td {
   
    border-top: 0 !important;
    border-bottom: 10px solid #1ea2b1 !important;
}

/*.atitle {
    border-bottom: 1px solid lightgray
}*/

.recaptcha {
    margin: 0px 30px 0px 0px;
    width: 304px;
    position: relative;
 }
 
 .recaptcha iframe {
    position: absolute;
    left: 0px;
    top: 0px;
 }

 .recaptcha-nopadding {
    padding-left: 15px;
 }

 .fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.miniMargin {
    margin-top:10px;
}

.pdfForm .input {
    border: 1px solid #f6f6f7;
}

.addRefBtn {
    margin-top:10px;
    width:183px !important;  
    margin-right:15px
}

.pdfForm .refInput input {
    font-size: inherit !important;
    background-color: #1ea2b1;
    color: white;
}

.pdfForm .refInput input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    font-size: inherit !important;
}

.pdfForm .refInput input::-moz-placeholder {
    color: white;
    opacity: 1;
    font-size: inherit !important;
}

.sideBorders {
    border-left: 10px solid #1ea2b1 !important;
    border-right: 10px solid #1ea2b1 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.upperBorder td {
    border-top: 10px solid #1ea2b1 !important;
    border-bottom: none !important;
}

.fullBorder td {
    border: 10px solid #1ea2b1 !important;
}

.fullWhiteBorder tr {
    border: 10px solid white !important;
    
}

.fullWhiteBorder tr {
    height: 10px;
}

.w100 {
    width: 100% !important
}

.FileNameEgg {
    margin-top: 10px;
}

.rotator {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.help-block {
    color: #a94442 !important;
}

.oi-font-small {
    font-size: 15px;
}

.ref-form-group {
    margin-bottom: 0px;
}

.td-text-center {
    text-align:center;
    padding-top: 13px !important;
}

.ref-buttton {
    width:100% !important; 
    margin-left:3px
}

.input-no-padding {
    padding-right:0px;
}

.oi {
    padding-left:15px
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 1599px) {
    .col-spec {
        width:100%
    }
}

.lblFileName {
    margin-bottom: 0px;
}

.alert-danger {
    font-size: 20px;
}

table td p{ border:none; }

.alert-danger {
    color: #fff;
    background-color: #b00402;
    border-color: #b00402;
}

table tr .text-danger{ color:#fff !important; }
table .btn{ color: #b00402; border:1px solid #b00402 }
table label{ font-size:14px; }
