﻿
/* start notify */
div.x-sticky-queue {
    position: fixed;
    background-color: #cbe6b0;
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #bbb;
    -moz-box-shadow: 0px 0px 5px #bbb;
    -webkit-box-shadow: 0px 0px 5px #bbb;
    min-width: 200px;
    max-width: 400px;
    z-index: 9999999;
}

.error {
    background: none;
    background-color: #bbb;
}

.wraning {
    background: none;
    background-color: #f8ee9d;
}.warning {
    background: none;
    background-color: #f8ee9d;
}

.info {
    background: none;
    background-color: #bcd1b6;
}

.x-sticky.error {
    color: #fff;
}

.x-sticky.wraning {
    color: red;
}

.x-sticky.info {
    color: #000;
}

div.x-sticky-note {
    padding-right: 20px;
    min-width: 200px;
    max-width: 400px;
}

div.x-sticky {
    font-size: 12px;
    color: #aaa;
    display: none;
    padding: 10px;
    position: relative;
}

img.x-sticky-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}


.top-right {
    right: 20px;
}

.top-left {
    left: 20px;
}

.top-right, .top-left {
    top: -2px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.bottom-right {
    right: 20px;
}

.bottom-left {
    left: 20px;
}

.bottom-right, .bottom-left {
    bottom: -2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

.border-top-right, .border-top-left {
    border-top: 1px solid #999;
}

.border-bottom-right, .border-bottom-left {
    border-bottom: 1px solid #999;
}
/* end notify */
/* loading */
.loading-indicator {
    height: 80px;
    width: 80px;
    background: url( '/Resources/images/loading.gif'); /* For IE 6 and 7 */
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
/* end loading */


.inner-addon {
        position: relative;
    }

        /* style icon */
        .inner-addon .glyphicon {
            position: absolute;
            padding: 10px;
            pointer-events: visible;
        }

    /* align icon */
    .left-addon .glyphicon {
        left: 0px;
    }

    .right-addon .glyphicon {
        right: 0px;
    }
    .right-addon2 .glyphicon {
        right: -20px;
    }
    /* add padding  */
    .left-addon input {
        padding-left: 30px;
    }

    .right-addon input {
        padding-right: 30px;
    }

    .modal-body {
    display: table;
    height: auto;
    padding: 10px;
    position: relative;
    width:100%;
}
label.validationMessage{font-size: 12px;
    margin-bottom: -20px;}
.h1, .h2, .h3, h1, h2, h3{margin-top:10px;}
.col-xs-3fix {
        min-width: 120px;
    }
    .col-xs-3fix2 {
        min-width: 200px;
    }
    .fngrid{min-width:90px;width:90px;background-color: #ffc;}
    .idxgrid{min-width:30px;width:30px}
    .pull-right-header{position:absolute;top:15px;right:10px;}
    .searchdatefrom{width:90px;}
    .searchdateto{width:90px;}
    .searchdatetem{height:26px;}
    .searchbranch{height:26px;}
form:first-child label.has-error {
   animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}
@keyframes blink {
    from {
        opacity:1;
    }
    to {
      opacity:.5;
    }
}
@-webkit-keyframes blink {
    from {
        opacity:1;
    }
    to {
      opacity:.5;
    }
}
table th{background-color:#ffc;}
.modal-lg .table-responsive {
    max-width: 880px;
}
.modal-md .table-responsive {
    max-width: 700px;
}