﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.box-shadow{
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .05);
}
.navBtn {
margin-left:5px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column   
*/
.dl-horizontal dt {
    white-space: normal;
}

h1 {
    font-family: 'Cairo', sans-serif;
    font-size:4.5em;
    color:rgba(65, 163, 126, 0.95)
}
.jumbotron {
background-color:rgba(204, 204, 204, 0.1)
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 310px; 
}

.textarea-wide {

max-width:600px !important;
}
.col-md-10 {
max-width:95%;
}
.legal-box{

    max-height:550px;
}

p.noteAlt {
    background-color: #f0f7fb;
    border-left: solid 4px #3498db;
    line-height: 1.2em;
    mc-auto-number-format: '{b}Note: {/b}';
    overflow: hidden;
    padding: 9px;
    font-size: 1em;
    min-height: 90px;
}

div.noteAlt {
    background-color: #f0f7fb;
    border-left: solid 4px #3498db;
    line-height: 1.4em;
    mc-auto-number-format: '{b}Note: {/b}';
    overflow: hidden;
    padding: 12px;
    font-size: 1em;
   
}



.title{
font-size:1.5em;
margin: 0 0 0 30px;
font-weight:bold;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.subTitle {
    font-size: 2.0em;
   color:#256aad;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.topArea {
    font-size: 1.0em;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left:5px;
}

.headerIrpMsg {
margin:60px 0 40px 0;
}

/*Checkbox code BEGIN*/
/* The container */
.CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    line-height: normal;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
   
}

    /* Hide the browser's default checkbox */
    .CheckboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 29px;
    background-color: #eee;
    box-sizing:inherit;
    border:solid;
    border-width:1px;
    border-color:rgba(57, 54, 54, 0.4);
}

/* On mouse-over, add a grey background color */
.CheckboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.CheckboxContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.CheckboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.CheckboxContainer .checkmark:after {
    left: 9px;
    top: 4px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CheckBoxText {
font-size: 0.8em;f
padding-bottom:15px;
}

.checkboxWraper {
    padding-top: 15px;
    padding-bottom: 20px;
}
/*Checkbox code END*/

hr {
    background: #ccc linear-gradient(to right,#ccc,#3e7cbf,#ccc) repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 20px 0 20px 0;
}

.hr-small {
    background: #ccc linear-gradient(to right,rgba(138, 148, 145, 0.55),#ccc,white) repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 10px 0 40px 0;
    max-width:200px;
   
   
}
h6 {
    color:rgba(0, 0, 0, 0.50);
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom:60px;
    font-weight: normal;
    font-size: 1.6em;
    border-left: 5px solid #256aad;
    padding-left:10px;
    font-family: 'Cairo',serif;
}

@media (max-width: 1000px) {
    p.noteAlt {
        height: 120px;
        font-size: 0.8em;
    }

    div.noteAlt {

        font-size: 0.8em;
    }

    .checkboxWraper {
        padding-top: 1px;
        padding-bottom: 70px;
    }
}


#startpage img {
    border: solid 1px rgba(102, 109, 116, 0.59);
}

#startpage .innerBox {
    margin: 10px 5px 10px 5px;
    padding: 7px;
    border: solid 1px rgba(102, 109, 116, 0.39);
    background-color: rgba(214, 231, 250, 0.29);
    border-radius: 3px;
}

#startpage .text-danger {
    margin-top: 5px;
    font-weight: 600;
}

#startpage .text-success {
    margin-top: 5px;
    font-weight: 600;
}