html {
    min-height: 100%;
    /*min-width: 616.66px;*/
}

body {
    margin: auto !important;
    background-color: #2cb3de;
    background-image: url('/img/views/sponsor_nu_z_achtergrond.png');

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
	background-attachment: fixed;
    /*min-width: 740px;*/
    /*width: 100%;*/
}

@font-face {
    font-family: 'RockwellBold';
    src: url('/css/fonts/Rockwell-Bold.eot');
    src: url('/css/fonts/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Rockwell-Bold.woff') format('woff'),
    url('/css/fonts/Rockwell-Bold.ttf') format('truetype'),
    url('/css/fonts/Rockwell-Bold.svg#RockwellBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RockwellRegular';
    src: url('/css/fonts/Rockwell-Regular.eot');
    src: url('/css/fonts/Rockwell-Regular.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Rockwell-Regular.woff') format('woff'),
    url('/css/fonts/Rockwell-Regular.ttf') format('truetype'),
    url('/css/fonts/Rockwell-Regular.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #566661;
    font-family: 'RockwellRegular';
    font-size: 14px;
    text-decoration: underline;
}

#flashMessage {
    /* Requires additional design */
    font-family: 'RockwellBold';
    font-size: 14px;
    position: absolute;
    top: 145px;
    left: 0px;
    width: 100%;
    z-index: 1001;
}

#flashMessage .message {
    padding: 5px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 0px #000;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background-color: #559AE4;
}

#flashMessage .flasherror {
    background-color: #eb1818;
}

#flashMessage .flashsuccess {
    background-color: #33BE07;
}

#flashMessage .flashwarning {
    background-color: #EB5C18;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #dcf1ff;
}

input[type='text'],
input[type='textfield'],
input[type='password'] {
    font-family: 'RockwellRegular';
    font-size: 14px;
    color: #999999;
    margin: 0 0 9px 0;
    padding: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 269px;
}

input[type='text']:disabled,
input[type='password']:disabled {
    background-color: #f0f0f0;
}

input[type='submit'] {
    color: #ffffff;
    font-family: 'RockwellRegular';
    font-size: 14px;
    background-color: #566661;
    border-radius: 5px;
    border: 0;
    padding: 12px 27.5px;
    margin: 0;
    cursor: pointer;
}

input[type='submit']:disabled {
    opacity: 0.4;
}

input[type='submit']:hover {
    background-color: #abcdd0;
}

label {
    width: 100%;
    display: block;
    font-family: 'RockwellBold';
    font-size: 14px;
    color: #333333;
    margin-bottom: 9px;
    
}

#top_back {
    background-color: #279cc1;
    opacity: 0.8;
    height: 79px;
    width: 100%;
    margin-bottom: 113px;
}

#top {
    position: relative;
    top: 0;
    z-index: 1;
    height: 79px;
    width: 100%;
	/*border: 1px solid red;*/
	background: #abcdd0;
}

#top #center {
    width: 700px;
    margin: 0 auto;
    padding-top: 26px;
}

#top #center #logo {
    width: 227px;
    height: 27px;
    cursor: pointer;
    background-image: url('/img/logo.png');
    margin: 0 auto;
}

#top #center #name {
    font-family: 'RockwellBold';
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    float: right;
}

#wrapper {
    width: 100%;
}

#wrapper #header {
    height: 85px;
    font-family: 'RockwellBold';
    color: #ffffff;
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    text-shadow: 0px 1px 1px #000;
	/*border: 1px solid ?red;*/
	background: #abcdd0;
	/*margin-top: -2px;*/
}

#wrapper #header .item {
    width: 700px;
    text-align: center;
}

#wrapper #header .items {
    width: 350px;
    text-align: center;    
    float: left;
}

#wrapper #container {
    width: 705px;

    font-family: 'RockwellRegular';
    background-color: #ffffff;
    overflow: auto;
    /*border-top: 2px solid #f5f5f5;*/
    /*border-bottom: 1px solid #ebedee;*/
    min-height: 400px;
    margin: auto;
	margin-top: 75px;
}

#wrapper #container #center {
	padding: 15px;
    margin: 0 auto;
}

#wrapper #container #center hr {
    border: 0;
    height: 1px;
    background-color: #efefef;
}

#wrapper #container .centerbar {
    width: 1px;
    background-color: #efefef;
    float: left;
    margin: 27.5px 0;
}

#wrapper #container .item {
    width: 294.5px;
    margin: 0 auto;
}

#wrapper #container .items {
    width: 294.5px;
    float: left;
    padding: 20px;
    position: relative;
    margin: auto !important;
}

#wrapper #container .login_item {
    width: 295px;
    padding: 27.5px;
    margin: 0 auto;
    overflow: auto;
}

#wrapper #container .register_item {
    width: 700px;
    padding: 27.5px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}

#wrapper #container .register_item input[type='text'],
#wrapper #container .register_item input[type='password'] {
    width: 349px;
}

#wrapper #container .edit_item {
    width: 700px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
}

#wrapper #container .edit_item input[type='text'],
#wrapper #container .edit_item input[type='password'] {
    width: 280px;
    float: left;
}

#wrapper #footer {
    margin: 17px 0;
    width: 100%;
    text-align: center;
    font-family: 'RockwellBold';
    font-size: 14.3px;
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
}

/* -- Validation circles -- */
.circle {
    border: 4px solid #00C012;
    border-radius: 50px 50px 50px 50px;
    float: left;
    height: 10px;
    width: 10px;
    margin: 14px 0 0 6px;
}

.border_red {
    border-color: #B10000;
}

.border_gray {
    border-color: #d8d8d8;
}

/* -- Dropdown -- */
.dropdown {
    background-image: url('/img/views/site/dropdown_icon.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.optionlist {
    width: 375px;
    list-style: none;
    padding: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 1001;
    left: 205px;
    top: 156px;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px 6px 4px #d8d8d8;
}

.optionlist li {
    height: 50px;
    width: 349px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 50px;
    font-family: 'RockwellRegular';
    color: #999999;
    background-color: #ffffff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;;
}

.optionlist li:hover {
    background-color: #0ba0ff;
    color: #ffffff;
}

.edit_item .corner_textarea {
    width: 643px;
    height: 100px;
}

.corner_textarea {
    font-family: 'RockwellRegular';
    font-size: 14px;
    color: #999999;
    margin: 0 0 9px 0;
    padding: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 348px;
    height: 80px;
}

ul li {
    list-style-type: none;
    padding-bottom: 11px;
}

ul li div {
    background-color: #ffffff;
    width: 228px;
    height: 46px;
    text-align: center;
}

ul li .grey {
    background-color: #e6e6e6;
    text-align: left;
    text-indent: 20px;
}

ul li .grey span {
    padding-left: 20px;
}

#menu {
    width: 700px;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 35px;
}

#menu ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#menu ul li a {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

#menu ul li a:hover {
    color: #333;
}

#menu li {
    background-color: #e4e4e4;
    padding: 0 0 0 0;
    height: 60px;
    line-height: 60px;
    width: 349px;
    text-align: center;
    float: left;
    margin: 0 1px 0 0;
}

#menu ul li.active {
    background-color: #00a5f7;
}

#menu ul li.active a {
    color: #ffffff;
}













.header {
    /*border: 1px solid red;*/
    background: #abcdd0;
    padding: 20px;
    font-family: 'RockwellBold';
    color: #fff;
    position: relative;

}

.header .item {
    /*border: 1px solid red;*/

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;

}
.modal-top.no-center {
    text-align: left;
    font-size: 0;

}
.top-item {
    /*border: 1px solid red;*/
    display: inline-block;
    width: calc(50%);
    font-size: 28px;
    margin: 0;
    text-align: left;
    text-align: center;
    padding: 20px 0;
}

.top-item.active {
    background: #566661;
    color: #fff;
}

.top-item.active a {
    color: #fff;
}


.header #logo {
    width: 227px;
    height: 27px;
    cursor: pointer;
    background-image: url('/img/logo.png');
    margin: 0 auto;
}

.header-welcome {
    text-align: center;
    margin-top: 5px;
}

.header-welcome a {
    /*border: 1px solid red;*/
    float: right;
}

 #signin-link {
    font-size: 16px;
     color: #fff !important;
     text-align: center ;
    margin-top: 15px;
}

 #signin-link a {
     color: #fff;
 }

.modal {
    /*border: 1px solid red;*/

}

.modal-top {
    /*border: 1px solid transparent;*/
    text-align: center;
     background: #abcdd0;
    color: #fff;
}

.modal-body {
    /*border: 1px solid red;*/
}

.modal-section {
    /*border: 1px solid red;*/
    padding: 15px;

}


.section_element {
    /*border: 1px solid red;*/
    position: relative;
    padding: 15px;
    /*padding-right: 25px;*/

}

.section_element input, .section_element textarea {
    float: none !important;
    width: calc(100% - 30px) !important;
}


.section_element .circle {
    float: none;
    position: absolute;
    top: 0;
    left: 10px;
    height: 10px;
    width: 10px;
}

.section_element .input {
    /*border: 1px solid red;*/
    /*position: relative;*/

}

.section_element label {
    padding-left: 25px;
}

.section_element.inl-b .input {
    display: inline-block;
    width: calc(50% - 2px);
    /*margin-left?*/

}

.element-title {
margin-bottom: 10px;
}

.section_element .img {
    width: 100px;
    display: inline-block;
    display: inline-block;
}

.img img {width: 100%}
.element-meta {
    /*border: 1px solid red;*/
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
}

.reset-text{
    padding-top: 27px !important
}

.logout{
    width: 64px;
}

.register{
    height: 100px;
    margin-top: -22px !important; 
}

/*Smaller devices (phones etc, 768px and down) */
@media only screen and (max-width: 768px){
    .col-xs-12 {
    width: 100% !important;
    }
    .col-xs-11 {
    width: 91.66666667% !important;
    }
    .col-xs-10 {
    width: 83.33333333% !important;
    margin-left: 0 !important;
    }
    .col-xs-9 {
    width: 75% !important;
    }
    .col-xs-8 {
    width: 66.66666667% !important;
    }
    .col-xs-7 {
    width: 58.33333333% !important;
    }
    .col-xs-6 {
    width: 50% !important;
    }
    .col-xs-5 {
    width: 41.66666667% !important;
    }
    .col-xs-4 {
    width: 33.33333333% !important;
    }
    .col-xs-3 {
    width: 25% !important;
    }
    .col-xs-2 {
    width: 16.66666667% !important;
    height: 600px !important;
    }
    .col-xs-1 {
    width: 8.33333333% !important;
    }
    .col-xs-hdr{
        width: 100% !important;
        padding: 0 !important;
        top: 25px !important;
        font-family: 'RockwellBold';
        color: #ffffff;
        font-size: 24px;
        text-shadow: 0px 1px 1px #000;
        /*border: 1px solid ?red;*/
        background: #abcdd0;
        visibility: visible;
        text-align: center;
    }
    .col-xs-hdr3{
        width: 100% !important;
        padding: 0 !important;
        top: 12px !important;
        font-family: 'RockwellBold';
        color: #ffffff;
        font-size: 24px;
        text-shadow: 0px 1px 1px #000;
        /*border: 1px solid ?red;*/
        background: #abcdd0;
        visibility: visible;
        text-align: center;
    }
    .item-height {
        height: 180px;
    }    
    .centerbar{
        display: none !important;        
    }
    .col-forgot{
        float: right !important;
    }
    .logout{
        display: none !important;
    }
    .hdr3{
        display: none !important;
    }
    .logout-text{
        align-items: center;
    }
    .header-welcome a {
        float: none !important;
    }
    .pass_confrm{
        display: inline-block !important;
        width: 91.66666667% !important;
    }
    .no-float{
        float: none !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
    .col-md-12 {
    width: 100% !important;
    }
    .col-md-11 {
    width: 91.66666667% !important;
    }
    .col-md-10 {
    width: 83.33333333% !important;
    }
    .col-md-9 {
    width: 75% !important;
    }
    .col-md-8 {
    width: 66.66666667% !important;
    }
    .col-md-7 {
    width: 58.33333333% !important;
    }
    .col-md-6 {
    width: 50% !important;
    }
    .col-md-5 {
    width: 41.66666667% !important;
    margin: 0 !important;
    }
    .col-md-4 {
    width: 33.33333333% !important;
    }
    .col-md-3 {
    width: 25% !important;
    }
    .col-md-2 {
    width: 16.66666667% !important;
    }
    .col-md-1 {
    width: 8.33333333% !important;
    }
    .col-xs-hdr3{
        display: none;
    }
    .logout{
        float: right !important;
    }
    .logout-text{
        display: none !important;
    }
    .pass_confrm{
        display: inline-block !important;
        width: 91.66666667% !important;
    }
    .login-header{
        display: none !important;
    }
}