﻿textarea {
    min-width: 110px !important;
}

input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin-left: 2px;
}

.form-control {
    height: 30px;
    font-size: 12px;
}


/* Multiselect */

.ui-multiselect {
    max-width: 100% !important;
    height: 30px !important;
    min-width: 60px !important;
}

/*#NewprojectsPipelineScenarioDropDown + button {
    margin-bottom: 2px;
    width: 100% !important;
}*/

.delay-causes > .ui-multiselect {
    width: 100% !important;
}

.edit-multiselect > .ui-multiselect {
    width: 100% !important;
}

.single-select  {
        background: #dadada url('../images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x !important;
        color: #555 !important;
        border-radius: 4px !important;
}


.ui-multiselect-filter > input {
    display: inline-block;
    font-size: 11px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-weight: 100;
    height: 20px;
}

.filter-selected, filter-selected > button, .filter-selected > span {
    color: #00A34E;
}

.filter > input[type="checkbox"]:checked + label {
    color: #00A34E;
}

#OptionsButton {
    padding: 2px 6px;
    margin-top: 18px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 18px;
}

.ui-multiselect-checkboxes > li > label > input[type="checkbox"]:checked + span {
    color: #00A34E;
}

.ui-multiselect-checkboxes > li > label > span {
    margin-left: 3px;
}

.ui-widget-header .ui-icon {
 background-image: url('../images/ui-icons_222222_256x240 - Custom.png');
}
.ui-multiselect-filter input {
    width: 75%;
    font-size: 10px;
    margin-left: 5px;
    height: 15px;
    padding: 2px;
    border: 1px solid #292929;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}


.btn-selected, .btn-selected:hover {
    color: #00A34E;
}

.btn:active {
    margin-left: 1px 1px 0;
    box-shadow: -1px -1px 1px #000;
    outline: 1px solid black;
    background-image: linear-gradient(to top, #f4f5f5, #dfdddd);
}

.multiselect-form-inline + button {
    display: inline-block;
}

#DeleteScenarioDropdown + button {
    width: 73% !important;
}


.multiselect-container.dropdown-menu {
    min-width: 200px;
}

/* Button */

.btn-default-disabled, .btn-default-disabled:hover {
    background-color: #fff !important;
    cursor: default !important;
    color: lightgrey !important;
}

#TaskNameFilterSearchButton {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-left:-0.25em;
    margin-right:-0.25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    height: 30px;
    margin-top: 0px;
}

#TaskNameFilterTextBox {
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 80%;
}

.project .btn-group button {
    max-width: 190px;
}

.btn {
    padding: 3px 8px;
}


.btn-bufferZone-save {
    float: right;
    margin-right: 10px;
}

.li-no-border > span {
    border: none !important;
    color: black !important;
}

    .li-no-border > span:hover {
        background-color: #fff !important;
    }

#FileUpload {
    display: inline;
}

.senario-txt {
    width: 60% !important;
}

.graph-button-active
{
    background-color: #eeeeee;
    color: #00A34E;
    cursor: pointer;
}

.graph-button-inactive
{
    background-color: #fff;
    color: #000;
    cursor: default;
}

.chkbx-invisible {
    width: 0px;
    height: 0px;
}

.btn-sm-button {
    padding: 0px 5px !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.popover {
    min-width: 200px;
}

.back-btn, .hist-btn {
    /*width: 10%;*/
    margin-top: 5px;
    float: left;
    /*margin-left: 15px;*/
}

.font-bold{
    font-weight: bold;
}

.white-backgound{
    background-color:white !important;
}

.pager td{
    padding:3px;
}

.no-underscore:hover{
    text-decoration:none !important;
}

#dropdownMenu1 {
    border-color: #fff
}
.th-bold {
    font-weight: bold;
}

.timepicker {
    width: 100px !important;
}

.btn-nopadding {
    /*display: inline-block;*/
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: -3px;
}


