/*****************/
/*  Main Styles  */
/*****************/
body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    background: #081e4b url(/db/img/main-bg-gradient.gif) repeat-x;
}

p {
    margin: 0px 5px 10px 0px;
}

.nomargin {
    margin: 0px 0px 0px 0px;
}

h1 {
    font-size: 24px;
    color:#000000;
    font-weight: bold;
    margin:0px 0px 5px 0px;
    padding:0px;
}
h2 {
    font-size: 18px;
    color:#da4f01;
    font-weight: bold;
    margin:0px 0px 5px 0px;
    padding:0px;
}
h3 {
    font-size: 18px;
    color:#da4f01;
    font-weight: normal;
    margin:0px 0px 5px 0px;
    padding:0px;
}
h4 {
    font-size: 16px;
    color:#da4f01;
    font-weight: normal;
    margin:0px 0px 5px 0px;
    padding:0px;
}

h4.register {
    font-weight:bold;
}

h5 {
    font-size: 14px;
    color:#da4f01;
    font-weight: bold;
    margin:0px 0px 5px 0px;
    padding:0px;
}
h6 {
    font-size: 14px;
    color:#da4f01;
    font-weight: bold;
    margin:0px 0px 5px 0px;
    padding:0px;
}
ul, ol {

}
ul li {

}
ol li {

}
body.mceContentBody a {
    color: #a56e82 !important;
}
a:link, a:visited, a:hover {

}
a:hover	{

}

a.noborder {
    border-bottom: none;
    text-decoration: none;
}
img {
    border: none;
}

/*custom*/

.clearBoth {
    clear: both;
}

.CustomColour1 {
    color: #FF0000;
}
.CustomColour2 {
    color: #0000FF;
}
.CustomColour3 {
    color: #00FF00;
}


.InputError, .error {
    color: #FF0000;
    font-weight:bold;
}

/*****************/
/* Layout Styles */
/*****************/

#header {
    background-color: #000;
    padding: 20px 0;
}

input#search {
    background-image: url(../images/templateimages/icon_search.jpg);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    text-indent: 20px;
    height: 31px;
    color: #333333;
    font-size: 13px;
    width: 190px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
}

#logo {
    margin: 45px 0 0 0;
    text-align:center;
}

#logo img {
    margin: 0 auto;
}


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

.border-grey {
    border-left: 1px solid #ccc;
}

#content-container {
    padding: 20px 15px 30px 0;
}


#content-container img {
    max-width: 100%;
    height: auto;

}

#content-container iframe,  #content-container embed {
    max-width: 100%;
}

#content-container ul {
    padding-left: 17px;
}

.navbar  {
    margin: 0;
    background: url(/db/img/main-nav-bg-50.gif) #333333 repeat-x bottom;
    border: none;
    border-radius: 0;
    border-top: 2px solid #000;
    min-height: 35px;
}

.nav>li>a {
    padding: 14px 40px;
    color: #FFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

    border-left: 2px solid #343434;

}

/*.nav>li>a {
    border-bottom: 5px solid #343434;
}*/
.nav>li>a:hover, .nav>li>a:focus {
    background: url(/db/img/main-nav-bg-over-50.gif) repeat-x;
    /*background-color: #343434;*/
    /*border-bottom: 5px solid #ed732f;*/
}

.nav>li:last-child>a {
    border-right: 2px solid #343434;
}

.navbar-form {
    margin-right: 15px;
}

#mainContainer {
    position: relative;
    width: 100%;
    border-top: 2px solid #000;
}

#menu {
    position: relative;
    width: 1019px;
    height: 35px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url(../images/training/main-nav-bg.gif) repeat-x;
    border-left: 2px solid #343434;
    border-right: 2px solid #343434;
}

#contentContainer {
    position: relative;
    width: 100%;
    background: url(../images/training/main-content-bg.gif) repeat-y;
}
#contentContainerLeft {
    position: relative;
    float: left;
    width: 171px;
}
#subHeading {
    position: relative;
    width: 153px;
    height: 40px;
    padding: 12px 8px;
    background: #e8e8e8 url(../images/training/left-nav-top-space.gif) repeat-x;
    border: 1px solid #ccc;
}
#subHeadingInternal {
    position: relative;
    width: 153px;
    padding: 12px 8px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #666;
    background: #eeaf8b url(../images/training/left-nav-heading-int.gif) repeat-x;
    border: 1px solid #ccc;
}
#trainingMenu {
    position: relative;
    padding: 10px 0 20px 15px;

}
#trainingMenu li a {
    /*color: #000;*/
    text-decoration: none;
}
#trainingMenu li {
    position: relative;

    list-style-type: none;
    padding: 8px 18px;
    border-bottom: 1px dotted #000;
}
/** Home **/
.subNavHome {
    padding-left: 0;
}
.subNavHome li:hover {
    color: #acb605;
    background: url(../images/training/left-nav-bg-over.gif) repeat-x bottom;
}
.subNavHome li.active {
    background: url(../images/training/left-nav-bg-over.gif) repeat-x bottom;
}
.subNavHome li.active a {
    color: #acb605 !important;
    font-weight: bold;
}

.subNavHome .glyphicon {
    margin-right: 6px;
    color: #aeaeae;
}

.subNavHome#subNavHomeTop {
    background-color: #f9f9f9;
}

.subNavHome#subNavHomeTop li {
    border-bottom: 1px solid #FFF;
}

/** Internal **/
.subNav li:hover {
    background: url(../images/training/left-nav-bg-over-int.gif) repeat-x bottom;
}
.subNav li.active {
    background: url(../images/training/left-nav-bg-over-int.gif) repeat-x bottom;
}
/** Home **/
#contentContainerRightHome {
    position: relative;
    float: left;
    width: 769px;
    padding: 42px 53px 34px 30px;
}
#contentContainerRightHome ul, ol {
    padding: 3px 0px 12px 15px;
    margin: 0px 0 0 15px;
}
/*
				#contentContainerRightHome img {
                    border: 4px solid #acb606;
                    margin-bottom: 15px;
                }
*/
/** Internal **/
#contentContainerRight {
    position: relative;
    float: left;
    width: 792px;
    padding: 18px 30px;
}
#contentContainerRight ul, ol {
    padding: 3px 0px 12px 15px;
    margin: 0px 0 0 15px;
}
#homeLeft {
    position: relative;
    float: left;
    width: 613px;
}
#homeRight {
    position: relative;
    float: left;
    width: 145px;
    padding: 0 0 0 10px;
}

/** Full width **/
#contentContainerFull {
    position: relative;
    width: 100%;
    background: url(../images/training/main-content-bg-nomenu.gif) repeat-y;
}

#contentContainerFullWidth {
    position: relative;
    float: left;
    width: 940px;
    padding: 42px 53px 34px 30px;
}
/*************
/ SEARCH
*************/
#search_box {
    position: absolute;
    z-index: 1;
    right: 53px;
    top: 4px;
    width: 143px;
    height: 22px;
    text-align: right;
}
#search_form, #search_form * {
    display: inline;
}
#search_form .header2 {
    margin: 0px;
}

#search_keywords {
    position: relative;
    float: right;
    width: 114px;
    height: 22px;
    background: url(../images/training/search-bg-middle.png) repeat-x;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #787878;
}
#search_submit {
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
    width: 23px;
    height: 22px;
}
/** end search **/

/*************
/ FOOTER
*************/

#footer {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #eee;
    background: url(../images/training/footer-bg.gif) repeat-x;
	padding-bottom:10px;
}
#footer p {
    padding: 15px 0 0 15px;
}

#footer a {
    color: #8c8c8c;
    text-decoration: none;
}
#footerLeft {
    position: relative;
    float: left;
    padding: 12px 0 0 25px;
}
#footerRight {
    position: relative;
    float: right;
    padding: 6px 30px 0 0;
}

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)

	font styles (font-width, color, text-alignment, etc...)

	theme related (border, background, etc...)
}
*/

#header-rsawa {
    position: relative;
    width: 1023px;
    height: 273px;
    background: url(/images/header-rsawa.png) no-repeat;
    border-bottom: 1px solid #fff;
}

a img {
    border:none;
}

@media (min-width: 1200px) {
    .nav>li>a {
        padding: 14px 50px;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 20px 15px;
    }
    #logo {
        margin-top: 10px;
    }
    .nav>li>a {
        padding: 14px 15px;
    }
}

/* collapsed sidebar styles */
@media (max-width: 767px) {
    .border-grey {
        border: none;
    }

    body {
        padding-top: 51px;
    }

    #content-container {
        padding: 10px 15px 20px 15px;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        left: 0;
    }
    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -60%;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -64%;
    }
    .row-offcanvas-right.active {
        right: 60%;
    }
    .row-offcanvas-left.active {
        left: 60%;

    }

    .row-offcanvas-left.active .sidebar-offcanvas {

    }


    .sidebar-offcanvas {

        position: absolute;
        top: 0;
        width: 60%;

    }
    #sidebar {
        padding-top:0;
        background: #fff;
    }

    #sidebar-toggle {
        float: left;
        margin-left: 15px;
        padding: 9px 10px;
        background: url(../images/training/main-nav-bg-over-50.gif) repeat-x;

    }

    .navbar-toggle {
        border-color: #ddd;
        background-color: #333333;
        color: #FFF;
        color: #FFF;
        padding: 7px 15px;
    }

    a.navbar-toggle:focus, a.navbar-toggle:hover {
        color: #fff;
        background-color: #515151;
    }

    .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    #subNavContainer {
        padding-left: 0;
    }
}


/*NEW BS FRIENDLY 2018 */
.form-group {
    margin-bottom:5px;
}

.questionrow { border-top:1px solid #ccc; margin-top:15px; padding-top:10px; }



/* Accessibility Features */
.dropbtn {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float:right;
    margin:0px 5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

.nav>li.state-active>a {
    color: #ed732f;
}
.nav>li.state-active>a:hover, .nav>li.state-active>a:focus {
    color: white;
}
