﻿/*********************** CSS Index *************************/
/* 1. Body                                                 */
/* 2. Files management                                     */
/*                                                         */
/***********************************************************/


/* 1.Body **************************************************/
/***********************************************************/
body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.create-button {
    margin: 10px 0 10px 0;
}


/* 2. Files management**************************************/
/***********************************************************/
 #dropArea{
        background:#d4d4d4;
        border:gray dashed 1px;
        height:80px;
        text-align:center;
        color:#3c3c3c;
        padding-top:26px;
}
.active-drop{
    background:#77bafa !important;
    border:solid 2px blue !important;
    opacity:.5;
    color:black !important;
}

.file-upload{
    text-align:center;
    display: inline !important;
}

.upload-message{
    padding:10px 0 10px 0;
    color:darkseagreen;
    font-size:22px;
}

.modal-description-type label{
    padding:10px 0 10px 0;
}
.page-content {
    margin: 15px 0 0 0;
}

h2.no-pdf-title {
    text-align: center;
    display: block;
    border-bottom: 0;
    margin: 3em 0 2em 0;
    font-size: 36px;
}

#embedURL {
    height: 100%;
}

iframe {
    min-height:450px;
    height:100%;
    border: 0 !important;
    background: rgb(242, 242, 242) !important;
}

.modal-dialog {
    width: 800px;
}
.menu-users {
    border-bottom: 1px!important;
    border-bottom-style: solid!important;
}

.date-picker-disabled {
    cursor: not-allowed;
    max-width: 100px;
    background-color: #F6F6F6;
}

.check-box {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: 34px;
    margin-top: -7px;
}

/* Override Bayer CSS **************************************/
/***********************************************************/

.megamenu {
    background: #7e58ae !important;
}

.extra-nav a {
    background-color: #7e58ae !important;
}


.meta-btns a {
    background: transparent !important;
}

.megamenu > li > a {
    background: #7e58ae !important;
}

.megamenu li.n1 a {
    background-image: url(//shared.bayer.com/img/sys/nav-icons.png) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: 56px auto !important;
    width: 55px !important;
}

.megamenu li a:hover {
    color: #fff;
}

.form-top {
    background: #7e58ae !important;
}

a {
    color: #7e58ae;
}

.panel-primary > .panel-heading {
    background-color: #7e58ae !important;
    border-color: #7e58ae !important;
}

