/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
@font-face {
    font-family: 'Bryant';
    src: url('fonts/BryantWebRegular.eot?') format('eot'), url('fonts/BryantWebRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Bryant';
    src: url('fonts/BryantWebMedium.eot?') format('eot'), url('fonts/BryantWebMedium.woff') format('woff');
    font-weight: bold;
    font-style: normal
}
body {
    font-family: Bryant, Helvetica, Arial, Verdana, serif;
    color:white;
    font-size: 16px;
    background:#3C3C3C;
}


a {
    color:#e6007e;
}
@media(max-width:768px) {

.mobileHide {
    display:none;
}

body {
    background:black;
}
    #imgBackground {
        background:none !important;
        background-image: none !important;
        padding-top:0 !important;
        padding-bottom:20px;
    }

#innerAd {
    padding-left:0px !important;
    padding-right:0px  !important;
}

#wrapper {
float:left;
clear:both;
}

.extraPad {
    padding:0;
}

}

#innerAd {
    padding-left: 30px;
    padding-right:30px;
}

#innerAd ul li{
margin-top:10px;
margin-bottom:10px;
}
#wrapper {

}

#wrapper.toggled {
    
}

#sidebar-wrapper {

}

#wrapper.toggled #sidebar-wrapper {
    
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#page-content-wrapper2 {
    width: 100%;
    padding: 15px;
}

#mainSideBar {
z-index: 2000;
position: fixed;
left: 0px;
width: 300px;
height: 100%;
margin-left: 0px;
overflow-y: auto;
background: #000;
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
transition: all 0.75s ease;
}

.modal-content {
position: relative;
background-color: rgba(0,0,0,0.6);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border: none;
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.clear {
    clear:both;
}
ul.Side {
    padding:0;
    margin:0;
    border-top: 1px solid #7E7E7E;
}
ul.Side li {
    padding: 25px;
    border-bottom: 1px solid #7E7E7E;
    cursor:pointer;
    list-style-type: none;
}
ul.Side li:hover {
    background: rgba(230,0,136,1);
     -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
ul.Side li:active {
    background: rgba(230,0,136,1);
     -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
ul.Side li a{
    color:#fff;
}

.locationTitle {
    padding-bottom: 71px;
    padding-left: 25px;
    margin: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}


.newBackend {
    width: 100%;
background: white;
opacity: 1;
padding-left: 30px;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.noPad {
    margin:0 !important;
    padding:0 !important;
}

.modPad {
    margin:0 !important;
    padding:0 0 0 300px !important;
}
.modToggle {
    margin:0 !important;
    padding:0 0 0 575px !important;
}


.modal-dialog {
    width:100% !important;
    margin-left:300px !important;
}


.modal-content {
color:white;
background: rgba(0,0,0,0.5);
}

ul.Side li a {
    text-decoration:none;
}


#location {
padding-top: 69px;
margin-right: 0;
margin-left: 0;
}


#closeButton {
float: right;
font-size: 35px;
font-weight: bold;
margin-right: 20px;
cursor:pointer;
}

.btn {
background: #e6007e;
color: #fff;
border-radius: 0px;
font-weight: bold;
float: right;
margin-left:15px;
}

.btn:hover {
background: #fff;
color: #e6007e;
transition: 0.5s;
}

#imgBackground {
background: linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) ),-webkit-linear-gradient(red, blue);,url(/pb3/corporate/Apostrophe/Adverts/img/management3.jpg) no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
padding-top: 50px;
}


a.loginBtn {
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
padding: 15px 0;
background: rgb(230,0,136);
color:white;
}

a.loginBtn:hover {
background:white;
color:rgb(230,0,136);
text-decoration:none;
}



@media(min-width:768px) {

    .extraPad {
    padding-top:50px; padding-left:30px; padding-right:30px; padding-bottom:20px;
}

    #wrapper {
        padding-left: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

    #wrapper.toggled {
        padding-left: 300px;
    }

    #sidebar-wrapper {

            z-index: 1000;
    position: fixed;
    left: 325px;
    width: 325px;
    height: 100%;
    margin-left: -25px;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    padding-top: 173px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;

    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}

#closeButton2 {
float: right;
font-size: 35px;
font-weight: bold;
margin-right: 20px;
cursor:pointer;
position: absolute;
top: 0;
right: 0;
}
