/*
 Theme Name:     IVCA
 Theme URI:      http://ivca.de/
 Description:    IVCA theme built on U-Design framework
 Author:         Spiralli Business Solutions
 Author URI:     http://www.spiralli.ie
 Template:       u-design
 Version:        1
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../u-design/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

#gs-header, #piecemaker-header, #c1-header, #c2-header, #c3-header, #rev-slider-header {
background: #f5d074; /* Old browsers */
background: -moz-linear-gradient(left, #f5d074 0%, #ff920a 26%, #ff920a 50%, #ff920a 74%, #f5d074 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5d074), color-stop(26%,#ff920a), color-stop(50%,#ff920a), color-stop(74%,#ff920a), color-stop(100%,#f5d074)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* IE10+ */
background: linear-gradient(to right, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d074', endColorstr='#f5d074',GradientType=1 ); /* IE6-9 */
}  

#home-page-content, #page-content, .no_title_section #page-content {
background: #f5d074; /* Old browsers */
background: -moz-linear-gradient(left, #f5d074 0%, #ff920a 26%, #ff920a 50%, #ff920a 74%, #f5d074 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5d074), color-stop(26%,#ff920a), color-stop(50%,#ff920a), color-stop(74%,#ff920a), color-stop(100%,#f5d074)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* IE10+ */
background: linear-gradient(to right, #f5d074 0%,#ff920a 26%,#ff920a 50%,#ff920a 74%,#f5d074 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d074', endColorstr='#f5d074',GradientType=1 ); /* IE6-9 */
}  

#main-content {
background-color: #fff;
}

#home-page-content #content-container {
padding: 0;
}

.IVCA_courses thead{
    padding: 4px;
    background-color: #19357d;
    color: #F4BA2A;
    border: 1px solid black;
    font-size: 19px;
}

.IVCA_courses tbody{
    padding: 4px;
}

.IVCA_courses tbody tr{
    background-color: #97aeea;
    color: #333;
    border: 1px solid black;
}

.IVCA_courses tbody tr td{
    padding: 7px;
}

.IVCA_courses tbody tr:hover{
    background-color: #f7cc62;
}

.IVCA_courses tbody a{
    color: #620404;
}

.IVCA_courses tbody a:hover{
    text-decoration: underline;
    color: #333;
}

.hidden_label label{
    display: none !important;
}

.display_inline{
    display: inline-block;
    width: 22%;
    //padding: 10px;
}

.display_inline input{
    width: 90% !important;
}

.display_inline2{
    display: inline-block;
    width: 44%;
    //padding: 10px;
}

.display_inline2 input{
    width: 90% !important;
}

.CPD_form input[type="submit"]{
    display: none;
}

.CPD_form .sub_opt li{
    display: inline-block;
}
#simplemap p {
 	padding: 0; 
}
.sm-single-location-default-template {
display: none;
}

div#sidebar {
  background-color: white;
}

#page-content #content-container {
  background-color: white;
  display: table;
}