﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.top, .top * {
    vertical-align: top !important;
}

.dl-horizontal dt {
    white-space: normal;
}

.mauto {
    margin: auto;
}

.m10 {
    margin: 10px;
}

.bord-top-none {
    border-top: none;
}
.mtop1{
    margin-top:1px;
}
.mtop50 {
    margin-top: 50px;
}

.minh450 {
    min-height: 450px;
}
/* Set width on the form input elements since they're 100% wide by default */
input.comment {
    height: 10px !important;
}

textarea.comment{
    height: 40px !important;.
}

.accordion-toggle, .accordion-toggle:hover {
    width: 97%;
    display: inline-block;
    text-decoration: none;
}

.load-container {
    padding: 20px;
}

.ui-loading {
    background: url('images/ajax-loader.gif') no-repeat center;
    min-height: 300px;
}

.grid-loading {
    background: url('images/ajax-loader.gif') no-repeat center;
    min-height: 40px;
    position: absolute;
    /*margin-top: 5px;*/
    width: 100%;
    z-index: 50000;
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -ms-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.modal{
    z-index: 20000;
}
.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog, .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.vertical {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.in-box-loading {
    background: url('images/min-ajax-loader.gif') no-repeat center;
}

.fixed-pos {
    position: fixed;
    margin:10px -25px -25px -25px;
    padding: 15px;
    display: block;
    width: 80%;
    z-index:5000;
}

/*.ui-fade {
    position: absolute;
    background-color: #c7d0cf;
  
    top:0;
    left:0;
    width:100%;
    height:100%;
    width: 98%;
    opacity: 0.3;
    color: black;
    text-align: center;
    z-index: 30000;
}*/
.long-text {
    display: block !important;
    word-wrap: break-word !important;
    height: 33px !important;
    overflow-y: auto;
}

.btn-add {
    height: 20px !important;
    font-size: 10px !important;
    padding: 2px 4px 2px 4px !important;
}
.wrap-btn{
    white-space: normal;
    height:auto!important;
}
.dim {
    opacity: 0.4;
}


.disp-none {
    display: none;
}

.success {
    padding: 5px !important;
    margin-bottom: 5px !important;
    margin: 5px auto;
    width: 800px;
}

.normal-text {
    font-size: 11px;
}

.fade {
    -webkit-transition: opacity 5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: opacity 5s ease-out;
    opacity: 0;
}

type-head {
    display: inline-block;
}

.form-horizontal input[type="image"] {
    height: 80px;
}

.panel-open .panel-heading {
    background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    border-bottom: 1px solid #013E75;
}

.panel-heading {
    background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44, 115, 181, 0.98) 0%,rgba(0, 87, 166, 0.74) 38%,rgba(44, 115, 181, 0.98) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: linear-gradient(top bottom, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    border-bottom: 1px solid #013E75;
    color: #fff;
    padding: 5px 10px !important;
}

    .panel-heading a span, .panel-heading label, .panel-heading .fa {
        color: #fff;
    }

.nestedPanel .panel-open .panel-heading {
    /*background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    border-bottom: 1px solid #013E75;*/
    padding: 5px 8px !important;
    background: #808080;
}

.nestedPanel .panel-heading {
    /*background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44, 115, 181, 0.98) 0%,rgba(0, 87, 166, 0.74) 38%,rgba(44, 115, 181, 0.98) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    background: linear-gradient(top bottom, rgba(44,115,181,0.79) 0%,rgba(0,87,166,0.79) 38%,rgba(0, 87, 166, 0.79) 100%);
    border-bottom: 1px solid #013E75;
    color: #fff;*/
    padding: 5px 8px !important;
}

    .nestedPanel .panel-heading a span, .nestedPanel .panel-heading label, .nestedPanel .panel-heading .fa {
        color: #fff;
    }

tr.nested-header th {
    padding: 3px !important;
    font-size: 12px !important;
}

.form-control, .input-group-addon {
    border-radius: 0px;
}
input[type="radio"].form-control{
    height:22px;
}
.input-group-typehead.input-group-addon {
    padding: 0px !important;
    border: none !important;
}

.form .form-control, .form-cal-btn, .form-horizontal .form-control {
    height: 30px;
}

input[type="image"] {
    height: 80px;
}

input[type="text"], input[type="email"] {
    height: 28px !important;
}

.ui-datepicker {
    z-index: 100000 !important;
}

.form textarea.form-control, .form-horizontal textarea.form-control {
    height: 50px;
}

.form .control-label, .form-horizontal .control-label {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.btn, .list-group-item {
    height: 28px;
    padding: 4px 8px 4px 8px;
    font-size: 13px;
}

.list-group-item {
    text-align: left !important;
}

select {
    height: 25px !important;
    padding: 2px 5px 2px 5px !important;
}

.p0px {
    padding: 0px;
}

.p5px {
    padding: 5px;
}

.p10px {
    padding: 10px;
}

.pl0px {
    padding-left: 0px;
}

.pl4px {
    padding-left: 4px;
}

.pl5px {
    padding-left: 5px;
}

.pl15px {
    padding-left: 15px;
}

.pr0px {
    padding-right: 0px;
}

.pb10px{
    padding-bottom:10px;
}
.default {
    opacity: 1;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.parent-table table tr td input {
    margin-bottom: 1px;
}

.input-group.typehead {
    display: block !important;
}
/*.typehead:not(:focus) .overlap{
    display:inline-block;
}

.typehead:not(:focus) .overlap{
    display:none;
}*/
.overlap:focus {
}

.rq-error {
    font-size: 11px;
    color: #7e1616;
    font-weight: bold;
    background-color: #f2dede;
}
.rq-CommentError
{
    font-size: 11px;
    color: #7e1616;
    font-weight: bold;
    background-color: #f2dede;
}
.rq-Mand-error {
    font-size: 11px;
    color: #7e1616;
    font-weight: bold;
    background-color: #f2dede;
}

.label-xs {
    font-size: 12px;
    margin-left: 1px;
    margin-right: 1px;
}

.help-icon {
    color: #fff;
    color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    color: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    color: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    color: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    color: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    /*color: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);*/
    margin-right: 5px;
    cursor: pointer;
}

.bgBorder {
    border-bottom: 1px solid rgba(44,115,181,1);
}

.bg-default {
    background-color: #ddd;
}

tr.bg-default th {
    border: 1px solid #fff !important;
}

.form-group.inline-input-group > .input-group {
    display: inline-block;
}

.modal-header, .modal-footer {
    padding: 5px !important;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
}

.input-error, .ng-invalid-pattern {
    border: 1px solid #ff0000;
}

.list-group.overlap {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 15000;
    margin-top: 30px;
    min-width: 200px;
}

ul.pagination {
    margin: 0px;
    border: none;
}

.pagination.btn, ul.pagination {
    padding: 0px;
}

.list-group-item {
    padding: 4px 10px;
    height: auto;
}



.glyphicon {
    cursor: pointer;
}

.h10 {
    max-height: 10px;
}

.h11 {
    max-height: 11.3px;
}

.h15 {
    max-height: 15px;
}

.h20 {
    max-height: 20px;
}

.h25 {
    max-height: 25px;
}

.h30 {
    max-height: 30px;
}

.h35 {
    max-height: 35px;
}

.h40 {
    max-height: 40px;
}

.h45 {
    max-height: 45px;
}

.h60 {
    max-height: 60px;
}

.h85 {
    max-height: 85px;
}

.h92 {
    max-height: 92px;
}

.h100 {
    max-height: 100px;
}

.h120 {
    max-height: 120px;
}

.h150 {
    max-height: 150px;
}

.h180 {
    max-height: 180px;
}

.h200 {
    max-height: 200px;
}

.h250 {
    max-height: 250px;
}

.h300 {
    max-height: 300px;
}

.h350 {
    max-height: 350px;
}

.h380 {
    max-height: 380px;
}

.h400 {
    max-height: 400px;
}

.h450 {
    max-height: 450px;
}

.hp100 {
    max-height: 100%;
}


.wpx10 {
    width: 10px;
}

.wpx11 {
    width: 11.3px;
}

.wpx15 {
    width: 15px;
}

.wpx20 {
    width: 20px;
}

.wpx25 {
    width: 25px;
}

.wpx30 {
    width: 30px;
}

.wpx35 {
    width: 35px;
}

.wpx40 {
    width: 40px;
}

.wpx45 {
    width: 45px;
}

.wpx85 {
    width: 85px;
}

.wpx92 {
    width: 92px;
}

.wpx100 {
    width: 100px;
}

.wpx110 {
    width: 110px;
}

.wpx140 {
    width: 140px;
}

.wpx150 {
    width: 150px;
}

.wpx200 {
    width: 200px;
}
.wpx250 {
    width: 250px;
}
.wpx300 {
    width: 300px;
}

.wpx400 {
    width: 400px;
}

.wpx280 {
    width: 280px;
}

.iwpx70 {
    width: 70px !important;
}

.iwpx80 {
    width: 80px !important;
}

.iwpx300 {
    width: 300px !important;
}


.w10 {
    width: 10%;
}

.w11 {
    width: 11.3%;
}

.w15 {
    width: 15%;
}

.w19 {
    width: 19%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w31-33 {
    width: 31.33%;
}

.w35 {
    width: 35%;
}

.w38 {
    width: 38%;
}

.w40 {
    width: 40%;
}

.w42 {
    width: 42%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w56 {
    width: 56%;
}

.w60 {
    width: 60%;
}

.w62 {
    width: 62%;
}

.w65 {
    width: 65%;
}

.w67 {
    width: 67%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w89 {
    width: 89%;
}

.w92 {
    width: 92%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w350 {
    width: 350px;
}

.iwauto {
    width: auto !important;
}

.iw5 {
    width: 5% !important;
}

.iw7 {
    width: 7% !important;
}

.iw10 {
    width: 10% !important;
}

.iw11 {
    width: 11.3% !important;
}

.iw15 {
    width: 15% !important;
}

.iw20 {
    width: 20% !important;
}

.iw22 {
    width: 22% !important;
}

.iw25 {
    width: 25% !important;
}

.iw26 {
    width: 26% !important;
}

.iw28 {
    width: 28% !important;
}

.iw30 {
    width: 30% !important;
}

.iw35 {
    width: 35% !important;
}

.iw36 {
    width: 36% !important;
}

.iw40 {
    width: 40% !important;
}

.iw45 {
    width: 45% !important;
}

.iw50 {
    width: 50% !important;
}

.iw48 {
    width: 48% !important;
}

.iw70 {
    width: 70% !important;
}

.iw80 {
    width: 80% !important;
}

.iw85 {
    width: 85% !important;
}

.iw92 {
    width: 92% !important;
}

.iw100 {
    width: 100% !important;
}


/*       POPUP */
 

/* Modal Content */
.updateposition-modal-content {
      margin: auto;
    padding: 15px;
    border: 1px solid rgba(0,87,166,1);
    width: 300px;
    float: right;
    position: absolute;
    top: 60px;
    left: 920px;
    border-radius:10px;
    background-color:whitesmoke;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}