﻿@import url('https://fonts.googleapis.com/css?family=Lato');

/*///////////// Form Styles /////////////*/
.pg_form {
    position: relative;
    margin-bottom: 70px;
}

/*///////////// Grid Styles /////////////*/
.gridstyle {
    margin: 5px 0px 0px 5px;
}

.gridheader {
    color: #333;
}

.gridDetails {
    height: 200px;
    padding: 10px 0px 0px 10px;
    border-top: 1px solid #dddddd;
    margin-top: -1px;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    border-left: 0.1em solid slategray;
    border-right: 0.1em solid slategray;
    border-bottom: 0.1em solid slategray;
}

.gridcontainer {
    width: 100%;
    margin: 0px;
}

.gridperformancediscrepancy {
    margin: 0px;
    font-size: 12px;
    width: 100%;
    height: 30%
}

.ui-grid-cell.red {
    background-color: red !important;
    color: #000 !important;
}

.ui-grid-cell.white {
    background-color: #fff !important;
    color: #000 !important;
}

.ui-grid-cell.yellow {
    background-color: #E4D40B !important;
    color: #000 !important;
}

.ui-grid-cell.darkGrey {
    background-color: #a9a9a9 !important;
    color: #000 !important;
    font-weight: bold;
}

.ui-grid-cell.lightGrey {
    background-color: #d3d3d3 !important;
    color: #000 !important;
}

/*///////////// Button Styles /////////////*/
.buttonaddeditdeletecontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.buttonwithicon {
    margin-right: 5px
}


/*///////////// Radio button Styles /////////////*/
.radiobtncontainer {
    color: #333333;
    display: inline;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 15px 0px 25px;
    cursor: pointer;
    font-size: 12px;
}

    .radiobtncontainer:hover {
        color: #000;
    }

    /* Hide the browser's default radio button */
    .radiobtncontainer input {
        position: absolute;
        visibility: hidden;
    }

/* Create a custom radio button */
.radiobtn {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    margin: auto;
    /*transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;*/
}

/* On mouse-over, add a grey background color */
.radiobtncontainer:hover input ~ .radiobtn {
    background-color: #a6bfb5;
    padding: 5px 5px 10px 10px
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the indicator (dot/circle) */
.radiobtncontainer .radiobtn:after {
    display: block;
    position: absolute;
    border: 3px solid #e6e4e4;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0px;
    left: 0px;
    z-index: 5;
    /*transition: border .25s linear;
    -webkit-transition: border .25s linear;*/
}

/* When the radio button is checked, add a blue background */
input[type="radio"]:checked ~ .radiobtn {
    background-color: #262961;
    padding: 5px 5px 10px 10px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0px 0px 0px 0px;
}

/*///////////// Text Styles ///////////////////////*/
.textformat {
    white-space: pre-wrap;
    padding-left: 10px;
    overflow-wrap: break-word;
}

.fontweightnormal {
    font-weight: normal !important
}

/*///////////// Textbox Styles ///////////////////////*/
.smalltextbox {
    width: 100px !important
}

.smallmediumtextbox {
    width: 250px !important
}

.mediumtextbox {
    width: 300px !important
}

.largetextbox {
    width: 500px !important
}



/*///////////// Textarea Styles ///////////////////////*/
.textareacontainerpadding {
    padding-left: 15px !important
}

.textareawidth {
    min-width: 100px;
    max-width: 700px;
    width: 100%;
    height: 100px !important;
}

.textareamodal {
    min-width: 100px !important;
    width: 400px !important;
    height: 200px !important;
}
/*///////////// Table Styles ///////////////////////*/
.Observationtable > tbody > tr > td, .Observationtable > tbody > tr > th, .Observationtable > tfoot > tr > td, .Observationtable > tfoot > tr > th, .Observationtable > thead > tr > td, .Observationtable > thead > tr > th {
    padding: 5px !important;
    border-color: darkgrey !important;
    font-size: 12px !important;
}

.table-condensed {
    font-size: 12px;
}

.no-border {
    border: none;
}

/*///////////// Validation Styles ///////////////////////*/
.border-warning {
    border-color: orange;
}

.required {
    color: red !important;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

.red-placeholder::-webkit-input-placeholder {
    color: #f70500 !important;
    border-color: #f70500 !important;
}

.red-placeholder:-moz-placeholder {
    /* FF 4-18 */
    color: #f70500 !important;
    border-color: #f70500 !important;
    opacity: 1;
}

.red-placeholder::-moz-placeholder {
    /* FF 19+ */
    color: #f70500 !important;
    border-color: #f70500 !important;
    opacity: 1;
}

.red-placeholder::-ms-input-placeholder {
    /* IE 10+ */
    color: #f70500 !important;
    border-color: #f70500 !important;
}

.red-placeholder::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f70500 !important;
    border-color: #f70500 !important;
}

.red-placeholder::placeholder {
    /* modern browser */
    color: #f70500 !important;
    border-color: #f70500 !important;
}


.grey-placeholder::-webkit-input-placeholder {
    color: grey !important;
}

.grey-placeholder:-moz-placeholder {
    /* FF 4-18 */
    color: grey !important;
    opacity: 1;
}

.grey-placeholder::-moz-placeholder {
    /* FF 19+ */
    color: grey !important;
    opacity: 1;
}

.grey-placeholder::-ms-input-placeholder {
    /* IE 10+ */
    color: grey !important;
}

.grey-placeholder::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey !important;
}

.grey-placeholder::placeholder {
    /* modern browser */
    color: grey !important;
}

select:required:invalid {
    color: red;
    /*border-color: red;*/
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

/*///////////// glyphicon Styles ///////////////////////*/

.iconsuccesscolor {
    color: green !important;
}

.iconerrorcolor {
    color: red !important;
}

.iconalignment {
    text-align: center;
}

/*///////////// Checkbox Textbox Styles ///////////////////////*/
.othertextbox {
    margin: 0px 11px 10px;
}

/*///////////// Matrix Of Services Styles ///////////////////////*/
.labelaligment {
    text-align: left !important;
    width: 50px !important;
}

.aliglabel {
    padding-right: 0px !important;
    padding-left: 10px !important;
}

/*///////////// Report paramaters list  ///////////////////////*/
.topgrid {
    width: 100% !important;
}

    .topgrid .col-md-1 {
        width: 8% !important;
    }

    .topgrid .col-xs-2 {
        width: 0px !important;
    }

    .topgrid .col-sm-2 {
        width: 100px !important;
    }

    .topgrid .col-sm-2 {
        width: 100px !important;
    }

    .topgrid .col-md-4 {
        width: 228px !important;
    }

    .topgrid label {
        padding-top: 7px !important;
    }

.topgridbottompadding {
    padding-bottom: 10px !important;
}

.ieplre_gridparamters {
    padding-left: 5px !important;
}


/* FOR IEPV3 */
.hackForFontSize12px {
    font-size: 12px;
}

.hide-required {
    color: red;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 5px;
}

.inner-panel1-text {
    margin-left: 10px;
    margin-right: 10px;
}


.iep-datepicker-textbox {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 20px;
}

.iep-datepicker-btn {
    height: 30px !important;
}

.iep-datepicker-error-text {
    font-size: 12px;
    color: red;
    margin-bottom: -5px;
    margin-left: 10px;
}

.iep-amend-edit-btns {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 15px 10px;
    /*text-align: center;*/
    margin-bottom: 20px;
}

.iep-amend-edit-btns-messages {
    margin-top: 10px;
}

.iep-date-format-error {
    display: inline-block;
    color: red;
    padding-left: 5px;
}
/* END FOR IEPV3 */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    /*color: #555;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: bold;
    color: black;
}

.list-width {
    width: 80%;
}

.alert-info {
    position: relative !important;
}

.close {
    float: none;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    margin-top: -10px;
}

.alert.bottom, .alert.bottom-left, .alert.bottom-right, .alert.top, .alert.top-left, .alert.top-right {
    position: fixed;
    z-index: 1050;
    margin: 30px;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -6px;
    right: 10px;
    opacity: 0.66;
}

/* UI-Grid header non-alignment fix */

.ui-grid-header-cell-row {
    display: block;
}

.ui-grid-header-cell {
    display: block;
    float: left;
}
