﻿/*nobr SCROLL*/
.NoScroll{
    overflow:hidden;
}
#wrapper {
    min-height: 760px;
    background: white;
}
.navbar-fixed-top{
    z-index:50;
}
html {
    background-color: white;
}
.md-button {
    text-transform: unset;
}
md-content.md-default-theme, md-content {
    background-color: rgb(255,255,255);
}
.centered th{
    text-align:center;
}
.BasicElementsTab md-input-container {
    width:100%;
}
.addingOnModal{
    border:1px dotted blue;
    border-radius:5px;
    margin:10px;
}
.md-tab {
    text-transform: none
}
.red_button{
    background:red;
}
.accordionAddFile {
    cursor: pointer;
}
    .accordionAddFile:hover {
        background-color: #e6e6e6;
    }

.modalMainContent{
    margin:10px;
}
.hoverClose:hover{
    color:red;
}


.DropDown{
    top:34% !important;
}
.addSupplierFormCss md-input-container {
    min-width:25%;
}
.tableBorderBracket {
    border-left: 4px solid #cecccc;
    border-bottom: 4px solid #cecccc;
}
.HeadersChangeExcel {
    min-width: 150px;
    max-width: 150px;
}
.contractsPending.md-tab.md-active {
    background: #3838cc;
    border-radius: 10px 10px 3px 3px;
    color: white;
}
md-tabs md-ink-bar {
    color: rgb(0, 55, 255);
    background: rgb(0, 55, 255);
}
md-tab-item{
    max-width:500px !important;
}
.dropdown-menu{
    min-width:300px;
}
.top_menu_right {
    float: right;
    padding: 0px;
    margin: 0px;
}

/*LOADING BAR*/
#loading-bar-spinner .spinner-icon {
    animation: loading-bar-spinner 400ms ease-out infinite;
    border: 7px solid transparent;
    border-top-color: greenyellow;
    border-left-color: greenyellow;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

#loading-bar .bar {
    height: 7px !important;
    border-radius: 10px;
    background-color: #16c116; /* For browsers that do not support gradients */
}

/*To make the menu highlighted on the option the user selected*/
.selectedMenu {
    background: #002450 !important;
    font-style: italic;
}