﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 40px;
}

a {
    color: #333;
}

.btn {
    border-radius: 0;
}

.main-bg {
    background: #FFF;
    margin-top: 20px;
    padding: 0;
    box-sizing: border-box;
}

.bg-light {
    background-color: #FFFFFF !important;
    box-shadow: 0 5px 5px -5px #e1e1e1;
}

.box-center {
    width: 300px;
    margin: 40px auto 0 auto;
}

.login-box {
    width: 300px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    display: table;
    border-radius: 0;
    margin-top: 10px;
}

    .login-box .btn {
        border-radius: 0;
    }

    .login-box input {
        height: 39px;
    }

.form-control {
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #cacaca;
}

.form-group label span.req {
    color: #f00;
}

.req {
    color: #f00;
}

.btn-success {
    background: #005686;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
}

    .btn-success:hover {
        background: #003553;
    }

.password {
    padding-top: 9px;
    float: right;
    color: #005686;
}

    .password:hover {
        color: #005686;
        text-decoration: underline;
    }

.item {
    margin: 5px 0 15px;
}

.product-list .breadcrumb {
    background: none;
    padding: 0.75rem 0;
    margin-bottom: 0;
}

.product-list .breadcrumb-item a {
    color: #005686;
    text-decoration: underline;
}

.product-list .breadcrumb-item.active {
    color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #000;
    content: "\f105";
    font-family: FontAwesome, sans-serif;
}

.product-list h1 {
    font-size: 20px;
    color: #005686;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-title a {
    text-decoration: none;
    display: table;
    width: 100%;
}

    .panel-title a:hover {
        text-decoration: none;
    }

.product {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 262px;
    width: 100%;
    transition: .5s ease;
    display: none;
}

.product:hover .overlay {
    background: rgba(0,86,176,0.70);
    cursor: pointer;
    display: block;
}

.overlay-zero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 262px;
    width: 100%;
    transition: .5s ease;
    background: rgba(0,86,176,0.70);
    cursor: pointer;
    display: block;
}



.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product img {
    display: block;
    width: 100%;
    height: 262px;
}

.product .image:hover {
    background: rgba(167, 129, 50, 0.8);
    display: block;
}

.product .title {
    padding: 5px 0 15px 0;
    text-align: center;
    color: #333;
}

    .product .title a {
        font-size: 14px !important;
        margin: 0;
        color: #333 !important;
        text-decoration: none;
    }

.product .h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    height: 54px;
}

.product .price {
    color: #005686 !important;
    font-size: 16px;
}

.product small {
    font-size: 14px !important;
    width: 100%;
    float: left;
    margin: 5px 0 10px;
}

    .product small input {
        width: 60px;
        height: 32px;
        border: 1px solid #cacaca;
        padding: 5px;
        margin-right: 5px;
    }

    .product small em {
        color: #FF0004;
    }

.product .cart-btn {
    /*background: #fff;
	color: #005686;
	font-size: 14px;
	padding: 6px 12px;
	clear: both;
	width: 135px;
	display: block;
	margin: 105px auto;
	text-decoration: none;
	border-radius: 0;*/
    background: #fff;
    color: #005686;
    font-size: 14px;
    padding: 6px 12px;
    clear: both;
    display: inline-block;
    margin: 105px auto;
    text-decoration: none;
    border-radius: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    width: 150px;
}

    .product .cart-btn i {
        margin-right: 5px;
    }

    .product .cart-btn:hover {
        background: #ffd400;
        color: #000;
    }

.product-bg {
    background: #FFF;
    padding: 0 20px;
}

.detail-sec {
    margin-top: 20px;
}

.details small {
    font-size: 14px !important;
    display: inline-block;
    margin: 5px 0 10px 0;
}

    .details small input {
        width: 60px;
        height: 32px;
        border: 1px solid #cccccc;
        padding: 5px;
        margin-right: 5px;
    }

    .details small em {
        color: #FF0004;
    }

.details p {
    margin: 10px 0;
}

.details .cart-btn {
    background: #005686;
    color: #FFF;
    font-size: 14px;
    padding: 6px 12px;
    width: 135px;
    display: inline-block;
    margin: 5px 0 5px 25px;
    text-decoration: none;
    border-radius: 0;
}

.details .current-price {
    font-size: 28px;
    color: #005686;
}

.details h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.details .cart-btn i {
    margin-right: 5px;
}

.details .cart-btn:hover {
    background: #003553;
}

.details-bg {
    background: #FFF;
    padding: 0 20px;
}

hr {
    width: 100%;
    float: left;
}

.table {
    border: 1px solid #cacaca;
}

    .table thead th {
        border-bottom: 0 solid #ccc;
        font-weight: 600;
    }

    .table th, .table td {
        border-top: 0 solid #ccc;
        padding: 10px;
    }

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}

tr {
    border: 0;
}

tbody {
    color: #000;
}

.qty {
    width: 80px;
    border: 1px solid #ccc;
}

.date {
    width: 100% !important;
}

select {
    border: 1px solid #ccc;
    color: #666;
}

h3 {
    font-size: 18px;
    padding: 10px 0 0 0;
    font-weight: 500;
}

.fa-times {
    color: #ff1f00;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

label {
    clear: both;
    float: left;
    font-weight: normal;
    margin-top: 5px;
}

.admin label {
    clear: both;
    float: left;
    width: 100%;
    font-weight: normal;
}

.admin input, .admin select {
    width: 100%;
}

select, input {
    border: 1px solid #cacaca;
    color: #333;
    padding: 3px;
    border-radius: 0;
    height: 39px;
}

    input[type="radio"], input[type="checkbox"] {
        padding: 0;
        margin-right: 5px;
        margin-left: 5px;
        height: auto;
    }

.fa-plus-square {
    font-size: 28px;
    color: #fecd68;
}

.description {
    height: 212px;
    border-radius: 0;
}

.btn-auto input {
    width: auto;
}

.oder-hislabel .control-label {
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}

.form-control-static {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.form-horizontal label {
    font-size: 14px;
}

.form-horizontal p {
    color: #666666;
    font-size: 14px;
}

.collapse {
    padding-right: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: left;
    margin-top: 20px;
}

    .navbar-nav li {
        list-style: none;
        font-size: 16px;
    }

        .navbar-nav li a {
            padding: 5px 10px;
            display: inline-block;
            color: rgba(0, 0, 0, 0.9) !important;
            text-decoration: none;
            font-size:13px;
        }

            .navbar-nav li a:hover {
                color: #005686 !important;
                border-radius: 0;
                text-decoration: none;
            }

        .navbar-nav li.active {
            color: #005686 !important;
            border-radius: 0;
            text-decoration: none;
            border-bottom: 2px solid #005686;
        }

.navbar-default .navbar-nav > .active > a {
    background-color: #FFF !important;
}

.navbar-nav li.active .nav-link {
    color: #005686;
}

.navbar-collapse li:last-child {
    padding-left: 0;
}

.navbar-light .navbar-collapse .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-collapse .nav-link:focus, .navbar-light .navbar-collapse .nav-link:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: 0rem;
}

.nav-item a:after {
}

.separator a:after {
}

.navbar-collapse li.nav-item:last-child a:after {
    padding-left: 0px !important;
}

h2.title {
    font-size: 28px;
    color: #025686;
    font-weight: 400;
}

.dropdown-menu {
    padding: 5px;
    border-top: 2px solid #005686;
    left: -30px;
    /*top: 163%;*/
    font-size: 16px;
}

.dropdown-item a {
    font-size: 16px;
    padding: 7px 10px;
}

.navbar-default .navbar-nav > .open > a {
    background-color: transparent !important;
}

.dropdown-item::before {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #005686;
    position: absolute;
    top: -8px;
    right: 10px;
    right: 72px;
}

.dropdown-item a {
    border-bottom: 0;
}

a.dropdown-item {
    width: 100%;
    font-size: 14px;
}

    a.dropdown-item:hover {
        border-radius: 0 !important;
    }

.show a.dropdown-toggle {
    color: #005686 !important;
}

.navbar {
    height: 120px;
}

.pad-left-none {
    padding-left: 0;
}

.navbar-toggler {
    display: none;
}

h3 {
    margin-top: 10px;
}

.fa-plus-square-o {
    font-size: 24px;
}

.table {
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}

.btn-login-submit {
    border-radius: 0;
}

.table > thead > tr > th {
    background: #ffd401;
    color: #000;
    border-bottom: 1px solid #ffd401;
    vertical-align: top;
}

.form-control-static {
    min-height: inherit;
}

.simplefilter {
    background: #f6f6f6;
    margin: 0 15px 10px 15px;
    padding: 10px 10px;
}

.dropdown-item i {
    width: 20px;
}

.img-thumbnail {
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 0;
}


/* Filter controls */
.item-desc {
    background-color: rgba(0,86,134,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0;
}

.simplefilter li {
    color: #000;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #c1c1c1;
}

    .simplefilter li.active {
        background-color: #003553;
        border: 1px solid #003553;
        color: #fff;
    }

    .simplefilter li:hover {
        background-color: #005686;
        border: 1px solid #005686;
        color: #fff;
    }

.multifilter li {
    background-color: #4b9eff;
}

    .multifilter li.active {
        background-color: #2265b4;
    }

.dropdown-menu {
    border-radius: 0;
}
/* Shuffle and sort controls */
.select {
    padding: 3px;
    width: 100%;
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}

.sortandshuffle .sort-btn {
    background-color: #de0000;
}

    .sortandshuffle .sort-btn.active {
        background-color: #9d0000;
    }
/* Search control */
.search-row {
    margin-left: 2.5rem;
}

.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

.panel-heading a:after {
    font-family: FontAwesome, sans-serif;
    content: "\f068";
    float: right;
    color: #000;
}

.panel-heading a.collapsed:after {
    content: "\f067";
}
/* style 6 */
.inputfile-6 + label {
    color: #333;
    font-weight: normal;
}

.inputfile-6 + label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

    .inputfile-6:focus + label, .inputfile-6.has-focus + label, .inputfile-6 + label:hover {
        border-color: #ccc;
    }

    .inputfile-6 + label span, .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem; /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 406px;
        min-height: 37px;
        display: inline-block !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        vertical-align: top !important;
    }

    .inputfile-6 + label strong {
        color: #000;
        background-color: #e4e4e4;
        display: inline-block;
        float: right;
        height: 37px;
    }

    .inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong {
        background-color: #e4e4e4;
    }

.select-file .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #f6f6f6;
    border-color: #e1e1e1;
}

.panel-group .panel {
    margin-bottom: 10px;
}

    .panel-group .panel:hover {
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
        background: #fff;
    }

.panel-group .panel {
    border-radius: 0;
}
/* Custom Styles */
.input-validation-error {
    border-color: red !important;
}

footer {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #045688;
    color: #FFF;
    padding: 15px 0;
}

.disabled {
    color: #ccc !important;
}

#alertMessage {
    position: fixed;
    display: block;
    z-index: 99999999;
}

.orderhistory-margin-bottom-30 {
    margin-bottom: 60px;
}

.green {
    color: lawngreen;
}

.input-group-addon {
    border-radius: 0;
}

.margin-top-30 {
    margin-top: 30px;
    margin-right: 5px;
}

.form-mrg .form-group {
    margin-bottom: 3px !important;
}

.padding-0 {
    padding: 0;
}

.addmanager-select {
    position: relative;
    clear: both;
    margin-bottom: 22px;
}

    .addmanager-select select {
        position: absolute;
        width: 94%;
        display: inline-block;
        right: 35px;
        left: 0;
    }

    .addmanager-select a {
        position: absolute;
        right: 0;
        padding-top: 8px;
    }

.pad-top {
    padding-top: 15px;
}

.thank-sec {
    width: 768px;
    margin: 50px auto !important;
    text-align: center;
}

.waitdiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.waitMsg {
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.modal-content {
    border-radius: 0 !important;
}

.col-md-offset-new {
    margin-left: 24%;
}

.comp-name {
    padding-top: 20px;
    width: 100%;
    text-align: right;
}

    .comp-name a {
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }
/************PortfolioFilter Start***************/
.portfolioFilter {
    background: #f6f6f6;
    margin: 0 15px 10px 15px;
    padding: 10px 10px;
}

    .portfolioFilter a {
        margin-bottom: 5px;
        color: #666;
        text-decoration: none;
        border: 1px solid #c1c1c1;
        padding: 4px 15px;
        display: inline-block;
    }

        .portfolioFilter a.current {
            background: #005686;
            border: 1px solid #005686;
            color: #FFF;
        }

.portfolioContainer {
    border: 1px solid #FFF;
}

img {
    max-width: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.careg-btn {
    width: 87%;
}
/************PortfolioFilter END***************/

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .box-center {
        margin: 100px auto 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse li.nav-item:last-child {
        padding-left: 0px;
    }

    .nav-item a::after {
        content: "";
    }

    .nav-item {
        border-bottom: 0 solid #f1f1f1;
    }

        .nav-item:last-child {
            border-bottom: 0px solid #f1f1f1;
        }

    .navbar-nav {
        margin-top: 30px;
    }

        .navbar-nav li {
            font-size: 12px;
        }

    .dropdown-menu {
        font-size: 14px;
    }

    .table-responsive {
        border: 1px solid #ddd;
    }

    .col-md-offset-new {
        margin-left: 5%;
    }
}

@media only screen and (max-width: 768px) {
    .form-horizontal p {
        padding: 7px 15px;
    }

    .filtr-container .col-xs-6 {
        width: 48%;
    }

    .simplefilter li {
        margin: 5px;
    }

    .table-responsive .table {
        margin-top: 0;
    }

    .navbar-toggle {
        margin-top: 50px;
    }

    .box-center {
        margin: 10px auto 0 auto;
    }

    .margin-top-30 {
        margin-top: 10px;
    }

    .col-md-offset-new {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        padding: 20px 0;
    }

    .navbar-toggler {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        margin: 60px 0 0 0;
    }

    .navbar-collapse {
        width: 100%;
        margin: 27px auto 0 !important;
        padding: 0;
    }

    .navbar-nav {
        float: none;
        background: #fff;
        position: relative;
        z-index: 9999;
        padding: 0;
        margin: 0;
    }

    .dropdown-menu {
        padding: 5px;
        border-top: 1px solid #000;
        left: -3px;
        top: 125%;
        font-size: 16px;
        width: 100%;
    }

    .dropdown-item::before {
        right: 50%;
    }

    .navbar-nav li {
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        margin: 0 auto;
    }

    .navbar {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width: 480px) {
    .box-center {
        margin: 20px auto 0 auto;
    }

    .details .cart-btn {
        margin: 5px 0 5px 0;
        clear: both;
    }

    .inputfile-6 + label span {
        width: auto;
    }

    .filtr-container .col-xs-6 {
        width: 100%;
    }
}

#pOrderLegends {
    float: right;
}

    #pOrderLegends > button {
        color: #fff;
        cursor: default;
    }

        #pOrderLegends > button:hover {
            color: #fff !important;
        }

.btn-proposal {
    background-color: #666;
}

.btn-inprocess {
    background-color: #6DC86F;
}

.btn-pending {
    background-color: #FD9827;
}

.btn-complete {
    background-color: #12796B;
}

.btn-confirmed {
    background-color: #548BE5;
}

.btn-rejected {
    background-color: #FC1A24;
}

.btn-expired {
    background-color: #000;
}

.btn-draft {
    background-color: #666;
}

.btn-submitted {
    background-color: #6DC86F;
}

.tblellipsis {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yellowBorder {
    border: 2px solid #FFD401;
}

.redBorder {
    border: 2px solid #FF0000;
}
.yellowBackground {
    background: #FFD401;
}

.btn-od-dispatch {
    background-color: #C4BC00;
}

.bold {
    font-weight: bold;
}
/*.cke_editor_Description 
{
    margin-top:32px!important;
    margin-bottom:10px!important;
}*/
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../images/loading.gif') top left no-repeat;
    border: none;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
    }

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
}

.input-group-lg .file-caption-name {
    height: 25px;
}

.file-zoom-dialog {
    text-align: left;
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

    .file-error-message pre, .file-error-message ul {
        margin: 0;
        text-align: left;
    }

    .file-error-message pre {
        margin: 5px 0;
    }

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-image {
    font: 40px Impact, Charcoal, sans-serif;
    color: green;
}

.krajee-default.file-preview-frame {
    position: relative;
    display: table;
    margin: 8px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
}

    .krajee-default.file-preview-frame:not(.file-preview-error):hover {
        box-shadow: 3px 3px 5px 0 #333;
    }

    .krajee-default.file-preview-frame .kv-file-content {
        height: 170px;
    }

    .krajee-default.file-preview-frame .file-thumbnail-footer {
        height: 70px;
    }

.krajee-default .file-preview-image {
    vertical-align: middle;
}

.krajee-default .file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.krajee-default .file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}

.krajee-default[data-template="audio"] .file-preview-audio {
    display: table-cell;
    vertical-align: middle;
    height: 170px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.krajee-default .file-preview-audio audio {
    vertical-align: middle;
}

.krajee-default .file-zoom-dialog .file-preview-text {
    font-size: 1.2em;
}

.krajee-default .file-preview-other {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

    .krajee-default .file-preview-other:hover {
        opacity: 0.8;
    }

.krajee-default .file-actions, .krajee-default .file-other-error {
    text-align: left;
}

.krajee-default .file-other-icon {
    font-size: 8em;
}

.krajee-default .file-actions {
    margin-top: 15px;
}

.krajee-default .file-footer-buttons {
    float: right;
}

.krajee-default .file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin: 5px auto;
}

.krajee-default .file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    position: absolute;
    text-align: center;
    bottom: -6px;
    left: -6px;
    padding: 8px 8px 1px 3px;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #8a6d3b;
    border-top: 1px solid #8a6d3b;
    border-top-right-radius: 24px;
    font-size: 12px;
}

.krajee-default .file-drag-handle {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.krajee-default .file-upload-indicator {
    font-size: 13px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding-bottom: 0;
}

.krajee-default.file-preview-error .file-upload-indicator {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.krajee-default.file-preview-success .file-upload-indicator {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.krajee-default.file-preview-loading .file-upload-indicator {
    background-color: #e5e5e5;
    border-color: #777;
}

.krajee-default .file-thumb-progress {
    height: 10px;
}

    .krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
        height: 10px;
        font-size: 9px;
        line-height: 10px;
    }

.krajee-default .file-thumbnail-footer {
    position: relative;
}

.krajee-default .file-thumb-progress {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}

.krajee-default.kvsortable-ghost {
    background: #e1edf7;
    border: 2px solid #a1abff;
}

/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.file-caption-main {
    width: 100%;
}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
    display: none;
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-thumb-loading {
    background: transparent url('../images/loading.gif') no-repeat scroll center center content-box !important;
}

.file-sortable .file-drag-handle {
    cursor: move;
    cursor: -webkit-grabbing;
    opacity: 1;
}

    .file-sortable .file-drag-handle:hover {
        opacity: 0.7;
    }

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.file-preview .clickable,
.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.file-uploading {
    background: url('../img/loading-sm.gif') no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.file-zoom-dialog .modal-body {
    position: relative !important;
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    outline: none;
    opacity: 0.7;
    top: 45%;
    font-size: 4em;
    color: #1c94c4;
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 5px;
    right: 10px;
}

.floating-buttons, .floating-buttons .btn {
    z-index: 3000;
}

    .file-zoom-dialog .kv-zoom-actions .btn,
    .floating-buttons .btn {
        margin-left: 3px;
    }

.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
    outline: none;
    box-shadow: none;
    opacity: 0.5;
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
    left: 1px;
}

.file-zoom-dialog .btn-next {
    right: 1px;
}

.file-zoom-content {
    height: 480px;
    text-align: center;
}

    .file-zoom-content .file-preview-image,
    .file-zoom-content .file-preview-video {
        max-height: 100%;
    }

    .file-zoom-content > .file-object.type-image {
        width: auto;
        height: auto;
        min-height: inherit;
        max-width: 100%;
        max-height: 100%;
    }

    .file-zoom-content > .file-object.type-video,
    .file-zoom-content > .file-object.type-flash {
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .file-zoom-content > .file-object.type-audio {
        width: auto;
        height: 30px;
    }

    .file-zoom-content > .file-object.type-pdf,
    .file-zoom-content > .file-object.type-html,
    .file-zoom-content > .file-object.type-text,
    .file-zoom-content > .file-object.type-default {
        width: 100%;
    }

.file-preview-initial.sortable-chosen {
    background-color: #d9edf7;
}

.hide-content .kv-file-content {
    display: none;
}

/* IE 10 fix */
.btn-file ::-ms-browse {
    font-size: 10000px;
    width: 100%;
    height: 100%;
}

/* exif orientations */
.rotate-2 {
    transform: rotateY(180deg);
}

.rotate-3 {
    transform: rotate(180deg);
}

.rotate-4 {
    transform: rotate(180deg) rotateY(180deg);
}

.rotate-5 {
    transform: rotate(270deg) rotateY(180deg);
}

.rotate-6 {
    transform: rotate(90deg);
}

.rotate-7 {
    transform: rotate(90deg) rotateY(180deg);
}

.rotate-8 {
    transform: rotate(270deg);
}

.file-zoom-content .is-portrait-gt4 {
    margin-top: 60px;
}

.notification-alert {
    margin-left: 10%;
    background-color: #fdcd67 !important;
}

.hide-notification {
    display: none;
}

.margin-0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.notification-detail {
    background-color: #ffd401;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.margin-15
{
 margin-top: 15px;
}
.pointer-hand{
    cursor: pointer!important;
}
.padding-seven{
    padding:7px;
}
   
.sticky-notification{
    height: 30px;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 6%;
}
.dnone{
    display:none;
}
.navbar-nav li:first-child a{
    padding-left:0;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #005686 !important;
    border-color: #005686 !important;
}
.quotation-list h1 {
    font-size: 20px;
    color: #005686;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pQtyLegends {
    float: right;
}
.btn-Save {
    background: #005686;
    border: 0;
    border-radius: 0;
    margin-right: 14px;
}
.width92{
    width:92px;
}
.widthinc {
    width: 93px;
    border: 1px solid #ccc;
}
.textalignright{
    text-align:right;
}
.ui-autocomplete {
    max-height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #ffd401 !important;
    color: black !important;
    border: #ffd401 !important;
}
.checkboxalign{
    width: auto !important;
    box-shadow: none; 
    margin-top: 12px !important;
}