
/* ********* TC **********

1. Fonts
2. Base
3. Sections
    a. Header
    b. Content
4. Media Queries
5. Browsers

**************************/



/* ===== F O N T S  ===== */


/* ===== end fonts ===== */


/* ===== B A S E ===== */

html, body {
    width:100%;
    min-width:1024px;
    height:100%;
    min-height:800px;
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family: 'Arial', sans-serif;
    color:#fff;
}

/* ===== end base ===== */


/* ===== S E C T I O N S ===== */

/* == A. Header == */

header {
    width:100%;
    height:45px;
    position:relative;
}

header .bgGradient {
    width:100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
    background-color: #c7c8ca;
}

#footer{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: #c7c8ca;
    color: #057c89;
    padding-top: 17px;
    font-size: 15px;
    text-align: right;
    z-index: 999;
}

#footer .inner {
    margin: 0 auto;
    width: 1280px;
    min-width: 1024px;
    max-width: 100%;
}

#footer span a {
    color: #057c89;
    text-decoration: none;
}
header .content {
    max-width:1024px;
    margin:0 auto;
    height:100%;
    width:100%;
    position: relative;
}

header ul {
    padding:0;
    margin:0;
    list-style: none;
}

header nav.menu {
    float:left;
    height:100%;
}

header nav.menu ul,
header nav.menu li {
    height:100%;
}

header nav.menu li {
    display:inline-block;
    padding-top:10px;
}

header nav.menu li a {
    color: #057c89;
    font-size:16px;
    padding:3px 10px 2px;
    display:block;
    text-decoration: none;
}

header nav.lang {
    float:right;
    margin-right: 255px;
    height:100%;
}

header nav.lang ul,
header nav.lang li {
    height:100%;
    overflow: hidden;
}

header nav.lang li {
    display: inline-block;
}

header nav.lang li.spacer,  header nav.menu li.spacer {
    color: #057c89;
    text-decoration: none;
    font-size: 12px;
    padding: 14px 10px 0;
    display: inline-block;
}

header nav.menu li a {
    font-weight: bold;
    font-size:12px;
}

header nav.lang li a {
    color: #057c89;
    text-decoration: none;
    font-size:12px;
    padding: 1px 6px 0;
    display:block;
    font-weight: bold;
}

header nav.lang li:first-child a,
header nav.menu li:first-child a {
    /*border-right:1px solid #057c89;*/
}

#folderHeader{
    height: 150px;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

#folderHeader .upraisingHeader{
    font-size: 40px;
    color: #416074;
    font-family: 'Arial', sans-serif;
}

#folderHeader img{
    width: 100%;
    margin-top: -20px;
}
content {
    background: url("/optimed_sites/upraising/images/form_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: calc(100% - 45px);
    width: 100%;
    position: relative;
}

content .mrg {
    max-width:1024px;
    width:1024px;
    position:absolute;
    left:calc(50% - 700px);
    height:calc(100% - 47px);
}

content .bgImg {
}

content .folder {
    height: 100%;
    width:779px;
    z-index:99;
    position: relative;
}

content .folder:after {
    content:'';
    width:2px;
    height:671px;
    position:absolute;
    right:0px;
    bottom:0px;
    background-color: transparent;
}

content .folder .bgContent {
    height:100%;
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
}

content .folder .content {
    position: relative;
    padding:40px 40px 40px 60px;
    height:calc(100% - 80px);
}

content .logo {
    margin-bottom:15px;
}

content .tabSection {
    border-color: rgba(87,172,224,1);
    -moz-border-image: -moz-linear-gradient(left, rgba(87,172,224,1) 0%, rgba(35,122,184,1) 50%, rgba(109,70,156,1) 100%);
    -webkit-border-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(87,172,224,1)), color-stop(50%, rgba(35,122,184,1)), color-stop(100%, rgba(109,70,156,1)));
    -webkit-border-image: -webkit-linear-gradient(left, rgba(87,172,224,1) 0%, rgba(35,122,184,1) 50%, rgba(109,70,156,1) 100%);
    -o-border-image: -o-linear-gradient(left, rgba(87,172,224,1) 0%, rgba(35,122,184,1) 50%, rgba(109,70,156,1) 100%);
    -ms-border-image: -ms-linear-gradient(left, rgba(87,172,224,1) 0%, rgba(35,122,184,1) 50%, rgba(109,70,156,1) 100%);
    border-image: linear-gradient(to right, rgba(87,172,224,1) 0%, rgba(35,122,184,1) 50%, rgba(109,70,156,1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ace0', endColorstr='#6d469c', GradientType=1 );*/
    border-bottom-width:1px;
    border-bottom-style: solid;
    width:100%;
    border-image-slice: 1;
    padding-bottom:15px;
}

content h1 {
    color:#6c469c;
    font-weight:normal;
    font-size:25px;
}

content .interne[data-name="home"]  {
    margin-top: 0;
    max-height: 500px!important;
}

content .interne[data-name="home"] h1 {
    font-size:17px;
    text-align:center;
    margin-top: 10px;
}

content .interne[data-name="home"] h1[style] {
    font-size: 22px;
}

content .interne {
    max-height: 335px;
    padding-right: 20px;
    overflow-y: auto;
    background-color: inherit;
}
@media screen and (min-height: 800px) {
    content .interne {
        max-height: calc(100vh - 515px);
    }
}

content .interne p {
    margin: 2px 0;
}
content .interne a {
    color: #057c89;
}

content .interne p a {
    color: #fff;
}

content form {
    text-align:center;
    margin-bottom:40px;
}

content form ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

content form label {
    font-size:12px;
    color: #416074;
}
.upraising-module{
    font-size: 18px;
    font-weight: bold;
    color: #416074;
}
#welcomeupraising{
    color: #416074;
}
.main .interne h1{
    color: #fff;
}

.main .interne .big{
    color: #fff;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

content form input {
    width: 200px;
    margin-left: 5px;
    margin-bottom:5px;
    padding: 4px 7px;
    border:none;
    background-color: #fff;
    color: #539ff8;
    font-family: "Arial";
    font-size: 14px;
    font-weight: 400;
}
content form input::-webkit-input-placeholder {color: #416074;}
content form input::-moz-placeholder {color: #416074;}
content form input:-ms-input-placeholder {color: #416074;}
content form input:-moz-placeholder {color: #416074;}

content form .errors {
    margin-top:20px; color: #ef003e;
}

content form input[type="submit"] {
    height:36px;
    margin-top:30px;
    background-color: #ffffff;
    border-radius: 18px;
    color: #057c89;
    text-transform: uppercase;
    font-size:20px;
    font-weight: bold;
    cursor:pointer;
    padding: 0 15px;
}

content .notes {
    font-size:14px;
    text-align:center;
    padding:0 40px;
}

content .notes a {color: #fff;}

content ul {padding-left: 25px;}
content ul li {margin-bottom: 15px;}

content .download ul {
    list-style: none;
    margin: 10px 0 0;
    padding:0;
}

content .download li {margin-bottom:25px;overflow:visible;}
content .download li:last-child,
content .download li:last-child a span {
    margin-bottom:0
}

content .download a {
    position: relative;
    display:block;
    text-decoration:none;
    color:#504f4e;
    font-size:20px;
    font-weight: bold;
}

content .download a span{
    display: block;
    text-align: center;
    background-color: #fff;
    color: #057c89;
    min-height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-bottom: 20px;
}

content table {
    width:100%;
    border-collapse: collapse;
    font-size:16px;
    margin-bottom:30px;
}

content table tr {
    height:35px;
    padding-bottom:10px;
}

content table td.title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

content .icon {
    width:35px;
    padding-right:30px;
}

content .name a {
    color: #fff;
}

content .name a:hover {
    color:#6c469c;
}

content .size {
    text-align:right;
    min-width: 90px;
}

content .date {
    text-align:right;
    min-width: 100px;
}

content .nav-button {
    cursor:pointer;
    width:100px;
    height:36px;
    margin-top:30px;
    background:#fff;
    border-radius: 18px;
    border: 0 none;
    color: #057c89;
    text-transform: uppercase;
    font-size:15px;
    font-weight: bold;
    cursor:pointer;
}
content #home-btn{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
content #next-btn{
    position: absolute;
    bottom: 30px;
    right: 10px;
}
/* ==== upraising static pages ===*/
.learning-objectives li{
    font-size: 17px;
    margin-top: 30px;
    color: #687d90;
}

.interne #column-left{
    float: left;
    font-size: 12px;
    color: #687d90;
    width: 48%;
}

.interne #column-right{
    float:right;
    font-size: 12px;
    color: #687d90;
    width: 48%;
}
.commitee-mb-info li{
    margin-bottom: 10px;
}

.commitee-mb-info .commite-mb-name{
    font-size: 15px;
    font-weight: bold;
    color: #247ebfb3;
    margin-bottom: 10px;
}
.interne #contact-us{
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
    font-size: 17px;
    color: #393a3bb3;
}
.interne #contact-us a, .interne #contact-us span{
    color: #2c6ea7;
}
#footer-right{
    float: left;
    margin-left: 0;
}
#footer_mention{
    float: right;
    margin-right: 30px;
}

#aknowledgements {
    font-size: 13px;
    font-style: italic;
    margin-top: 1px
}
/* ===== end sections ===== */





@media (max-width:1224px) {
    content {overflow: hidden;position:relative;}
    content .mrg {overflow:hidden;left:0;}
}
