﻿.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

th.sorting_asc, th.sorting_desc {
    cursor: pointer;
    position: relative;
}

    th.sorting_asc a::after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5;
        content: "\e259";
    }

    th.sorting_desc a::after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5;
        content: "\e260";
    }

.buttonContainer .btn {
    margin-left: 5px;
}

.table td:first-child {
    font-weight: bold;
}

.table td input[type='text'], 
.table td input[type='password'], 
.table td select {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  color: inherit;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.alert-text {
    color: #ED5565;
}

.requiredValidatorFailed {
    border: 1px solid #ED5565;
}

.requiredValidatorSuccess {
    border: 1px solid #E5E6E7;
}

#page-wrapper {
    overflow: hidden;
}

.smallInput {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  color: inherit;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  height: 20px;
  padding: 0px 0px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: normal;
}

.bigLeftBorder {
    border: 3px solid #1C84C6 !important;
}

.nav-tabs > li > a.normalTab {
    background-color: #8899AA !important;
    color: #CCC;
}

.nav-tabs > li.active > a.normalTab {
    background-color: #8899AA !important;
    color: white !important;
}

.nav-tabs > li > a.phaseTab {
    background-color: #919191 !important;
    color: #CCC;
}

.nav-tabs > li.active > a.phaseTab {
    background-color: #919191 !important;
    color: white !important;
}

a.aspNetDisabled {
    color: #333;
    background-color: #E6E6E6;
    border-color: #8C8C8C;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center;
    cursor: default;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
}

.note-editor .note-editable {
    background-color: #FFF;
    background-image: none;
    border: 0px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.chosen-container.chosen-container-single {
    width: 100% !important; /* or any value that fits your needs */
}

.radioButtonList label {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 10px;
}

.datepicker{z-index:10151 !important;}

.modal.large {
    width: 80%; /* respsonsive width */
    margin-left:-40%; /* width/2) */ 
}

.input-group-addon-custom {
  background: none;
  border: 0px;
  padding: 0px;
}

/*.form-control::-webkit-input-placeholder { color: lightseagreen; }
.form-control:-moz-placeholder { color: lightseagreen; }
.form-control::-moz-placeholder { color: lightseagreen; }
.form-control:-ms-input-placeholder { color: lightseagreen; }*/


.openClose {
    cursor: pointer;
    font-size: 18px;
}

.popover {
    max-width: 1024px !important;
    z-index: 100000 !important;
}