/* Additional classes */
.vertical-align {
  font-size: 0;
}
.vertical-align > [class*="col"] {
  display: inline-block;
  float: none;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: center;
}
.bottom-align {
  font-size: 0;
}
.bottom-align > [class*="col"] {
  display: inline-block;
  float: none;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: bottom;
}

/* Limit content width */
@media (min-width: 785px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 900px;
    }
}



.ui-state-highlight {
    background-color: #2ecc71;
}





/* Add here all your css styles (customizations) */
/* DLRG specific */
body {
    font-size: 14px;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}


/* Main Nav and Search */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: url(../../../../../../../fileadmin/speciality_distribution/restricted/images/bg_menu_main_search.png) repeat-x left top;
}
.header-v4 .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}
.header-v4 .navbar-default .navbar-nav > li.dropdown > a {
    padding: 10px 30px 11px 20px;
}
.header-v4 .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    text-transform: none;
    text-decoration: none;
    padding: 10px 20px 11px 20px;
}


.transparent-white h2 {
    font-size: 11px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: black 1px 1px 1px;
    line-height: 1.5em;
}
.transparent-white h2 a {
    color: #fff;
    text-decoration: none;
}


/* Topbar changes */
.topbar-v1 {
    height: 46px;
    position: relative;
}
.topbar-v1 ul {
    text-align: left !important;
}
.topbar-v1 a {
    text-decoration: none;
}
.topbar-v1 a:hover {
    color: #cc3900;
}
.topbar-v1 .container {
    bottom: 9px;
    position: absolute;
}




.navbar-header .row {
    background: url(../../../../../../../fileadmin/speciality_distribution/public/images/slider_start/01a.png) no-repeat center center;
}
.header-v4 .navbar-nav {
    margin-top: 0px;
}
.header-bg #title {
    position: absolute;
    top: 18px;
    z-index: 110;
}
.page-1 .header-bg #title {
    position: absolute;
    top: 180px;
    z-index: 110;
}




.boxed-layout {
    box-shadow: none;
}
.transparent-white {
    height: 125px;
    background: url(../../../../../../../fileadmin/speciality_distribution/restricted/images/bg_opacity_33.png) repeat center center;
}
.page-1 .transparent-white {
    height: 342px;
}

@media (max-width: 767px) {
    .navbar-header .row {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        height: 125px;
    }
    .page-1 .navbar-header .row {
        height: 200px;
    }
    .header-bg #title {
        top: 0px !important;
        left: 0px;
        width: 100%;
    }
    .header-bg #title h1 {
        margin-top: 0px;
        width: 100%;
    }

    /* Shift navbar toggle breakpoint */
    .navbar-right {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        margin: 0!important;
    }
    .navbar-header .row {
        width: 750px;
        height: 125px;
    }
    .page-1 .navbar-header .row {
        height: 285px;
    }
    .header-bg #title {
        left: 0px;
        width: auto;
    }
    .page-1 .header-bg #title {
        left: 0px;
        width: 450px;
    }
    .page-1 .transparent-white {
        height: 285px;
    }
    .boxed-layout {
        background: none;
    }


    /* Shift navbar toggle breakpoint */
    .navbar-right {
        float: right !important;
    }
    .header-v4 .navbar-collapse {
        border-top: none;
        border-bottom: none;
    }
}
@media (min-width: 1024px) {
    .navbar-header {
        margin: 0!important;
    }
    .navbar-header .row {
        width: 900px;
        height: 125px;
    }
    .page-1 .navbar-header .row {
        height: 342px;
    }
    .header-bg #title {
        left: -92px !important;
        width: auto;
    }
}







.page-1 .header-bg {
    position: relative;
}

.header-bg #title > h1 {
    border-bottom: 3px solid #fff;
    padding: 10px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    color: #cc3900;
    background: url(../../../../../../../fileadmin/speciality_distribution/restricted/images/bg_opacity_66.png) repeat center center;
}



/* Modal scollbar jump fix */
.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}



.wrapper {
    background: transparent;
}









.panel-emaco a {
    color: #ffffff;
    margin: 0 5px;
}
.h5, h5 {
    font-size: 16px !important;
}

 /*  */
.sky-form {
    box-shadow: inherit !important;
    border: inherit !important;
}




 /* Modal coloring */
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #2ecc71;
}
.modal-success .modal-header { background-color: #2ecc71; }
.modal-info .modal-header {    background-color: #3498db; }
.modal-warning .modal-header { background-color: #f1c40f; }
.modal-danger .modal-header {  background-color: #e74c3c; }

 /* Modal header text color white */
.modal-header h4 { color: #ffffff; }
.modal-header .close {
    margin-top: 0px;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

/* Make modals square */
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
