﻿html, body {
    height: 100%;
}

[ng-click] {
    cursor: pointer;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99995;
    -webkit-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    overflow-y: auto;
    min-height: 250px;
}

    .modalDialog h1, .modalDialog h2, .modalDialog h3, .modalDialog h4, .modalDialog h5, .modalDialog h6 {
        text-align: center;
    }

input:required:after {
    content: " *";
    color: red;
}

input.ng-dirty.ng-valid,
select.ng-dirty.ng-valid:not([disabled="disabled"]),
.showValidation input.ng-valid,
.showValidation select.ng-valid  {
    -webkit-box-shadow: inset 0px 0px 15px -3px rgba(0,255,0,1);
    -moz-box-shadow: inset 0px 0px 15px -3px rgba(0,255,0,1);
    box-shadow: inset 0px 0px 15px -3px rgba(0,255,0,1);
}

input.ng-invalid,
select.ng-invalid,
.showValidation input.ng-invalid,
.showValidation select.ng-invalid {
    -webkit-box-shadow: inset 0px 0px 15px -3px rgba(255,0,0,1);
    -moz-box-shadow: inset 0px 0px 15px -3px rgba(255,0,0,1);
    box-shadow: inset 0px 0px 15px -3px rgba(255,0,0,1);
}

label.form-label-ra-short {
    width: 35px;
}

.zTop {
    z-index: 99999 !important;
}

.align-right {
    text-align: right;
}

.stack-span {
    display: inline-block;
    vertical-align: top;
}

.form-line {
    display: block;
}

.note-text-grey {
    color: grey;
    font-size: 9pt;
}

.modalDialog > div {
    /*width: 400px;*/
    /*position: relative;*/
    /*margin: 10% auto;*/
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}


.close {
    background: transparent;
    -moz-transition: opacity 400ms ease-in;
    color: #999;
    line-height: 25px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 3px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    opacity: .3;
}

    .close:hover {
        color: #000000;
        opacity: .6;
    }

.form-label-ra {
    margin-right: 5px;
    width: 125px;
    text-align: right;
}

/*input[type='text'].ext {
    width: 50px;
}

input[type='tel'].extible {
    width: 120px;
}*/

.mediumGrid {
    width: 100%;
    height: 750px;
}

.center-parent {
    position: relative;
}

.center-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered {
    text-align: center;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.animate-show {
    opacity: 1;
}

    .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
        transition: all linear 1.5s;
    }

    .animate-show.ng-hide {
        line-height: 0;
        opacity: 0;
        padding: 0 10px;
    }

.concealed {
    text-decoration: none;
    color: white;
    margin: 0;
}

a.concealed:hover, a.concealed:visited, a.concealed:focus, a.concealed:active {
    text-decoration: none;
    color: white;
    margin: 0;
}

.drop-up {
    top: auto;
    bottom: 100% !important;
}

.alert-success:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: green;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e013";
}

.alert-info:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: blue;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e101";
}

.alert-warning:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: gold;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e107";
}

.alert-danger:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: red;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e014";
}

.summary-info-label {
    font-size: 9pt;
}

.summary-info-value {
    color: #035203;
    font-weight: bold;
    font-size: 11px;
    padding-left: 3%;
}

.ui-grid-header-cell-label {
    font-size: 11px;
    text-transform: uppercase;
}

.ui-grid-cell-contents {
    font-size: 12px;
    color: black;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.fileContainer:hover {
    font-weight: bold;
}

.fileContainer {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}