﻿

.clearAll {
    clear: both;
}

.clear {
    clear: both;
}


input.viewButton {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    /* font-family: "Helvetica Neue", Helvetica, Sans-serif; */
    word-spacing: 0px !important;
}


h2 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 22px;
    margin: 10px 0 10px 0 !important;
}

.page-header {
    position: relative;
    padding: 8px 10px;
    /* background: #69b3cd; */
    background: #659ebb;
    color: #fff;
    font-size: 24px;
}

table.search-by-table th {
    font-weight: normal;
    font-size: 11px;
    color: #f7f7f7;
    padding: 0px 3px 0px 0px;
    text-align: left;
}

table.search-by-table td {
    font-weight: normal;
    font-size: 12.5px;
    color: #000;
    padding: 0px !important;
    border: 0px solid #ccc;
    text-align: left;
    background: #f9f9f9;
}

.detail-div {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    height: 574px;
    width: 900px;
    margin-left: -421px; /* Width / 2 = Margin left */
    background-color: #fff; /* Move this to Theme specific css file (dark.css) */
    z-index: 900;
    -moz-box-shadow: 0 0 5px 15px #666;
    -webkit-box-shadow: 0 0 15px 5px#666;
    box-shadow: 0 0 15px 3px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-header {
    position: relative;
    padding: 10px 10px;
    background: #659ebb;
    /* margin-bottom: 10px; */
    color: #fff;
    font-size: 18pt;
    letter-spacing: 2px;
}


table.form-table {
    border: 0px solid red;
}

    table.form-table th {
        font-weight: normal;
        font-size: 11px;
        color: #717171;
        height: 12px;
        padding: 5px 0 2px 0;
        text-align: left;
        /* border: 1px solid blue; */
    }

    table.form-table td {
        font-weight: normal;
        font-size: 14px;
        color: #000;
        height: 24px;
        border: 1px solid #e6e6e6;
        padding: 0px 0 0px 3px;
        /* padding: 0px 0 3px 5px;
             border-bottom: 1px dotted #ccc; */
        /*border: 1px solid #f1eaea;*/
        text-align: left;
    }

table.adv-search-table {
    border: 0px solid red;
}

    table.adv-search-table th {
        font-weight: normal;
        font-size: 11px;
        color: #717171;
        height: 12px;
        padding: 5px 0 2px 4px;
        text-align: left;
    }

    table.adv-search-table td {
        font-weight: normal;
        font-size: 14px;
        color: #000;
        height: 25px;
        padding: 0px 0 3px 5px;
        text-align: left;
    }


table.detail-form-table {
    border: 0px solid red;
    /* float: left; 
	 margin-right: 47px;*/
    table-layout: fixed;
}

    table.detail-form-table th {
        font-weight: normal;
        font-size: 12px;
        color: #717171;
        height: 12px;
        padding: 5px 0 2px 0;
        text-align: left;
        border-bottom: 0px dotted #ccc;
        width: 100px;
    }

    table.detail-form-table td {
        font-weight: normal;
        font-size: 13px;
        color: #000;
        height: 25px;
        padding: 0px 0 3px 5px;
        border-bottom: 1px dotted #ccc;
        text-align: right;
        width: 125px;
    }


    table.detail-form-table .spacer {
        width: 10px !important;
        border: 0px !important;
        background: #fff;
    }


table.detail-form-prices {
    border: 0px solid red;
    table-layout: fixed;
}

    table.detail-form-prices th {
        font-weight: normal;
        font-size: 12px;
        color: #717171;
        height: 12px;
        padding: 5px 0 2px 0;
        text-align: left;
        border-bottom: 1px dotted #ccc;
        width: 100px;
    }

    table.detail-form-prices td {
        font-weight: normal;
        font-size: 14px;
        color: #000;
        height: 25px;
        padding: 0px 0 3px 5px;
        border-bottom: 1px dotted #ccc;
        text-align: right;
        width: 125px;
    }



.al {
    text-align: left !important;
}

.ar {
    text-align: right !important;
}

.ac {
    text-align: center !important;
}

.nbb {
    border: 0px !important;
    background: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m-0 {
    margin: 0px !important;
}


.ml-5 {
    margin-left: 5px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.m-auto {
    margin: 0 auto 0 auto;
}

.w-full {
    width: 100% !important;
}


.no-padd {
    padding: 0px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.my-blue {
    color: #69b3cd !important;
}

.padr-5 {
    padding-right: 5px !important;
}

.padt-5 {
    padding-top: 5px !important;
}

.of-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.of-h {
    overflow: hidden;
    white-space: nowrap;
}

.b-red {
    border: 1px solid red !important;
}

.b-blue {
    border: 1px solid blue !important;
}

.b-bold {
    font-weight: bold !important;
}

.uppercase {
    text-transform: uppercase;
}

.spacer-5 {
    width: 5px !important;
    border: 0px !important;
    background: #fff;
}

.spacer-10 {
    width: 5px !important;
    border: 0px !important;
    background: #fff;
}

.spacer-10 {
    width: 10px !important;
    border: 0px !important;
    background: #fff;
}

.SearchBtn {
    margin-top: 15px;
    width: 125px;
    height: 42px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.list-box-container {
    height: 103px;
    width: 130px;
    border: 1px solid #efefef;
    overflow-y: scroll;
    white-space: nowrap;
    overflow-x: hidden;
    margin-right: 10px;
}


.input-width {
    width: 100px;
}

.weight-width {
    width: 50px;
}



.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    font-size: 12px;
}

    .mdl-button--accent.mdl-button--accent.mdl-button--raised:not([disabled]), .mdl-button--accent.mdl-button--accent.mdl-button--fab:not([disabled]) {
        color: #fff;
        background-color: #5aa0cc;
    }

/* Data-grid overrides   */
ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-widget-content {
    border: 1px solid #448dae;
    background: #fff;
    font-weight: normal;
    color: #000;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right: 0px !important;
}

.ui-jqgrid tr.jqgrow td {
    height: 22px;
}

.ui-widget-content {
    border: 0px !important;
    color: #222222;
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: 1px;
    padding: 0;
}

.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    /*-webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
			 border: 2px solid #3f51b5 !important;	*/
    border: 2px solid red !important;
}

.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    margin: 2px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    z-index: 2;
    border: 2px solid #3f51b5 !important;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    /* background: #3f51b5 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiI…lsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K); */
    background: green !important;
}

.mdl-checkbox__ripple-container .mdl-ripple {
    background: #3f51b5;
    background: red !important;
}

.mdl-ripple.is-animating {
    transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);
    transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1);
}


.search-btn {
    background-color: #008fc1;
    border: 1px solid #008fc1;
    color: #fff !important;
    width: 100px;
    height: 30px;
    margin: 20px 0 0 0;
}

.search-btn-blue {
    background-color: #008fc1;
    border: 1px solid #008fc1;
    color: #fff !important;
}


/* test checkbox styling */
/* Create a custom checkbox */

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    /* padding-left: 14px; */
    padding-left: 11px;
    padding-top: 2px;
    margin-left: 3px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.adv-search-input {
    border: 0px !important;
    border-bottom: 1px dotted #ccc !important;
    height: 18px;
    width: 45px;
    margin-right: 15px;
}

.adv-search-select {
    border: 0px;
    /*border-bottom: 1px dotted #ccc !important; */
    height: 24px;
    width: 80px;
    padding: 3px 0 3px;
    margin-right: 15px;
}

/* Detail view images */

.imageThumbBox {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid red; /* #666; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}


.thumImage {
    background-color: #666;
    position: absolute;
    color: #fff;
    width: 150px;
    margin-top: 1px;
    z-index: 10;
    font-size: 9px;
    text-align: center;
}

.documentbox .imgbox {
    border: solid 1px rgb(153, 153, 153);
    /*overflow: hidden;*/
    /*overflow: auto !important;*/
    overflow: hidden;
    width: 260px;
    height: 260px;
    /*-moz-box-shadow: 0px 0px 10px 2px #999;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(153, 153, 153);
    box-shadow: 0px 0px 10px 2px rgb(153, 153, 153);*/
    float: left;
}

.documentbox img {
    /* width: 92px !important;  don't set width otherwise image will be distorted */
    height: 261px !important;
    width: auto;
    border: 0px solid red;
}

.documentbox {
    width: 260px !important;
    height: 262px !important;
    float: left;
    margin: -1px 0 0 -1px;
    position: relative;
    /*padding-top: 15px;*/
}

.thumImage {
    background-color: #666;
    position: absolute;
    color: #fff;
    width: 150px;
    margin-top: 1px;
    z-index: 10;
    font-size: 9px;
    text-align: center;
}

.comments-area {
    width: 100%;
}


.grid-button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #fff;
    font-size: 12px;
    background: #3498db;
    padding: 5px 10px 5px 10px;
    border: 0px;
    text-decoration: none;
}

/* grid header row backround */
ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #333;
    background: #69b3cd !important;
}


.footer-button {
    height: 32px !important;
    line-height: 32px !important;
    margin: 5px 3px 0 3px !important;
    /*background:#69b3cd !important; 
    color: #fff !important;*/
    color: rgb(33,150,243) !important;
    border: 1px solid rgb(33,150,243) !important;
}

.blue-label {
    font-size: 13.5px;
    letter-spacing: 2px;
    color: #68b3cd !important;
    border-bottom: 1px solid #68b3cd;
}

.btn-clear-search-new {
    width: 125px;
    font-size: 11px !important;
    color: #adadad !important;
    border: 1px solid #ccc;
    margin-left: 0px;
}

/* loading spinner css */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* fix radio button alignment issue */
input[type="radio" i] {
    vertical-align: middle;
    margin-top: -3px;
}

/** Toggle button css start */
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-left: 20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 13px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Active";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Inactive";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/** Toggle button css end */


input:focus, textarea:focus, select:focus {
    outline-color: #659ebb !important;
    background-color: #fff;
    outline-width: 1px !important;
}

/* New spinner (loading) style */
.show-working {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.new-footer {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
