form#accreditation div.field {
	display: block;
	clear: both;
}

form#accreditation div.field > label {
	float: left;
	display: inline-block;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 0 !important;
	padding-top: 10px;
	height: 45px;
	font-size: 120% !important;
}

form#accreditation div.field > div {
	overflow: hidden;
}


form#accreditation {
	
	
}

form#accreditation div.info {	
	margin-bottom: 1em;
}

form#accreditation span.required {
	font-size: 120%;
	color: #C33;
}

form#accreditation h3,
.downloads h3 {
	text-transform: uppercase;
	font-size: 140%;
	
	color: #C33;
}

form#accreditation h4 {
	text-transform: uppercase;
	margin: 0.5em 0;
}

/* medium */

form#accreditation .section_journalist {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

form#accreditation input[type=text]:focus,
form#accreditation select:focus,
form#accreditation textarea:focus {
	 box-shadow:inset 0px 0px 0px 3px #DFEFFF;
     border-color: #C2D7EF !important;        
}

form#accreditation input.error,
form#accreditation select.error,
form#accreditation textarea.error {
	box-shadow:inset 0px 0px 0px 3px #FFDFE0;
    border-color: #c33 !important;        
}

form#accreditation .cbox {
	margin-top: 5px;
	display: block !important;
	width: 100% !important;		
}

form#accreditation .cbox:first-of-type {
	margin-top: 10px;
}

form#accreditation .cbox input {	
	float: left;	
	margin: 6px 10px 0 0;
}



form#accreditation .cbox > div.cbox_left {
	/*float: left;
	width: 200px;	*/
}

form#accreditation .cbox > div.cbox_right {
	overflow: hidden;
	margin-top: 5px;
	margin-left: 23px;
	display: none;
}

form#accreditation .cbox > div.cbox_right label {
	font-size: 100% !important;	
	height: 35px;
	line-height: 35px;
	width: 200px;
	padding-top: 0;
}

form#accreditation .cbox > div.cbox_right input {
	width: 200px;
	margin: 0 !important;
	padding: 5px 20px;
}



form#accreditation ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    
    font-style: italic !important;
}
form#accreditation :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	
	opacity:  1;
	font-style: italic !important;
}
form#accreditation ::-moz-placeholder { /* Mozilla Firefox 19+ */
	
	opacity:  1;
	font-style: italic !important;
}
form#accreditation :-ms-input-placeholder { /* Internet Explorer 10-11 */
	
	font-style: italic !important;
}

form#accreditation .medium_add {
	display: block;
	margin-bottom: 0.5em;
	padding: 10px 20px;
	border:1px solid white;
    box-sizing:border-box;
	cursor: pointer;
	color:#fff;
	text-transform: uppercase;
}
form#accreditation input[type=submit] {
    margin-top: 1em; 
     
} 


form#accreditation .status.error {
    color: #333;    
    border: 2px solid #C33;
    padding: 10px 20px; 
    font-size: 100%;
    background: #FFDFE0;
}

form#accreditation .status.error > span.info {
    color: #c33 !important;   
    font-size: 18px;
    display: block;
    font-weight: 700; 
    margin-top: 10px;
}

form#accreditation .status.error h3 {
    margin: 1em 0 0.5em;
    font-size: 18px;
}

#medium_grid {
	border: 1px solid #ccc;   
	
}

#medium_grid table {
	width: 100%;
	border-spacing: 0;    	
}

#medium_grid th {
	width: 25%;
	cursor: pointer;
	padding: 7px 0;	
	color: #4d4d4d;
	font-weight: normal;	
	border-bottom: none;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 0;
}

#medium_grid th.active {
	color: #fff;
	border: 1px solid white;
}

#medium_grid th.active h3 {
	color: #fff;
    font-weight:400;
}

#medium_grid th:last-of-type {
	border-right: none;
}

#medium_list .section_medium {
	padding: 1em;
}

form#accreditation .loading-bar {    
    background-color: #c33;
    height: 5px;    
    margin: 0px 0 0 0px;
    width: 0px;     
}


@media(max-width: 640px) { 
    
    form#accreditation div.field > label {
        float: none;
        display: block;
        width: 100%;
        padding: 0 0 5px 0 !important;
        height: auto;
        margin-top: 5px;
    }
    
    
    
}

.accreditation_login .light div:first-of-type {
    margin-bottom: 20px;
}

/* file upload */

.upload_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.upload_wrapper .file_button {
    display: block;
    background: #cc3333;    
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    text-align: center;
    width: 190px;
}

.upload_wrapper .file_button:hover {
    background: #000;
}

.upload_wrapper .selected_file {
    overflow: hidden;
}

.upload_wrapper .selected_file input {
    background: transparent url("../img/icon_file.jpg") no-repeat scroll 10px 50%;
    padding-left: 50px;
    display: block;    
}

.upload_wrapper .file_trigger {
    height: 0px; width: 0px; overflow: hidden;
}

/* details */

table.details {
	border-collapse: collapse;
	width: 100%;
	display: none;
}

table.details td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 6px;
}

table.details .table_title {
	padding: 0;
	border: none;
}

table.details h3,
table.details h4{
	display: block;
	color: #cc3333;	
	padding: 15px 0 5px;
	border-bottom: 2px solid #ccc;
	
}

/* accreditation media form */

h3.collapsed {
	display: block;
	padding: 10px;
	color: #fff;
	background: #cc3333;	
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}

h3.collapsed:hover {
	background: #000;
}

h3.collapsed.active:after {
	content: "-";
}

h3.collapsed:after {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	content: "+";
	font-size: 24px;
}

.accreditation_media h3 {
	display: block;
	margin-bottom: 20px;
}

.accreditation_media input[type=checkbox] {
	margin-right: 10px;
}

.accreditation_media hr {
	background: #ccc !important;
	margin-top: 20px;
}

h3.acc_info {
	font-size: 160% !important;
	color: #cc3333;
	font-weight: 700;
}