﻿/*Modal 2*/
/*.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 24rem;
	border-radius: 0.5rem;
}
.close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}
.close-button:hover {
	background-color: darkgray;
}
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}*/

/* From Colomns Styles */
.singleColomnForm {
    width: 605px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.twoColomnForm {
    width: 167px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    cursor: pointer;
}

tdl {
    text-align: center;
}

/* End of From Colomns Styles */

/* From Controller Styles */

.CustomGroupContainer_1 {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
}

.controllerGroupContainer {
    display: inline-block;
    /*margin-left: 10px;*/
}

.controllerLabel {
    /*vertical-align:middle !important;*/
    /*padding-left:2px !important;*/
}

.controllerInput {
    vertical-align: middle !important;
}

.controllerInputlog {
    /*vertical-align:middle !important;*/
    align-content: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;*/
    font-family: 'Lucida Sans Unicode' !important;
    color: #17adfa !important;
}

.customContainer_1 {
    display: block;
    margin-bottom: 5px;
    margin-left: inherit;
    margin-right: inherit;
}

.controllerContainer {
    display: block;
    margin-bottom: 5px;
}

.controllerContainer1 {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.controllerValidator {
    /*font-weight: bold !important;
    font-size: 16px !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    color: #808080 !important;*/
}

.singleColomnForm .controllerLabel {
    /*display:inline-block;*/
    /*width:148px !important;*/
    /*text-align:right;
	padding-right:10px;*/
}

.singleColomnForm .controllerInput {
    display: inline-block;
    font-size: 12px !important;
}

.singleColomnForm .controllerValidator {
    display: inline-block;
    width: 20px !important;
    font-family: Arial;
    font-size: 16px;
}

.twoColomnForm .controllerLabel {
    /*display:inline-block;*/
    /*width:160px !important;*/
    /*font-size:12px;*/
    /*height: 1px;*/
}

.twoColomnForm .controllerLabel1 {
    /*display: inline-block;*/
    /*width: 100px !important;*/
    /*font-size: 12px;*/
    /*height: 1px;*/
}

.twoColomnForm .controllerInput {
    display: inline-block;
    font-size: 12px !important;
}

.twoColomnForm .controllerInput1 {
    display: inline-block;
    font-size: 12px !important;
}

.twoColomnForm .controllerInput1 {
    display: inline-block;
    font-size: 12px !important;
    width: 100%;
}

.twoColomnForm .controllerValidator {
    display: inline-block;
    /*width:20px !important;*/
    /*font-family:Arial;*/
}

/* End of From Controller Styles */

.twoColomnForm input, .twoColomnForm textarea, .twoColomnForm select {
    width: 150px;
    margin: 0;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
    top: 207px;
}

.singleColomnForm input, .singleColomnForm textarea, .singleColomnForm select {
    margin: 0;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}

input[type=button] {
    width: 100px !important;
}

/*select {
	height:24px !important;
}

.tab-content{
	margin-top:5px !important;
}

input[type=radio]
{
	width : 20px !important;
	height : 15px !important;
	text-align:left  !important;
	vertical-align:middle !important;
}

input[type=checkbox] {
	vertical-align: middle;
	width: 13px !important;
	text-align: left !important;
}*/

input[type=number], .number {
    text-align: right !important;
}

a {
    cursor: pointer !important;
}

.btnAdd {
    border: 1px #0d7aff solid;
    padding: 2px 15px 2px 15px;
    width: 80px !important;
}

.btnSave {
    border: 1px #0d7aff solid;
    padding: 2px 15px 2px 15px;
    color: black;
}

.btnClear {
    border: 1px #7e0101 solid;
    padding: 2px 15px 2px 15px;
    color: black;
}

.btnSave:hover {
    border: 1px #00b991 solid;
}

.btnClear:hover {
    border: 1px #ff0000 solid;
}

.deleteRecord, .editRecord {
    cursor: pointer;
    text-align: center !important;
}

/* Grid Styling */
table {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

tableB {
}

.grid {
    width: 100%;
}

    .grid thead tr:first-child {
        height: 25px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
        background: rgb(226,226,226); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
        text-align: left;
    }

    .grid thead th {
        font-size: 12px;
        border: 1px solid #808080;
        padding: 6px !important;
        text-align: left;
    }

    .grid tbody tr:nth-child(even) {
        background: #e9e9e9; /* Old browsers */
    }

    .grid tbody tr:nth-child(odd) {
        background: #ffffff
    }

    .grid tbody th, .grid td {
        border: 1px solid #808080;
        font-size: 12px;
        /*padding: 5px !important;*/
        padding-left: 6px;
    }

    .grid tbody th {
        text-align: left;
    }

    .grid tbody tr:hover {
        background: rgba(219,219,219,1) !important;
        color: black !important;
    }

    .grid tbody .selected {
        background: rgba(209,209,209,1) !important;
        font-weight: bold !important;
        color: black !important;
    }

    .grid .editIco {
        width: 25px !important;
        cursor: pointer !important;
        text-align: center !important;
    }

    .grid .deleteIco {
        width: 25px !important;
        cursor: pointer !important;
        text-align: center !important;
    }

    .grid .isActive {
        width: 25px !important;
        text-align: center;
    }

.isActive {
    width: 25px !important;
    text-align: center;
}

.grid .number {
    text-align: right;
}

.grid a {
    font-weight: bold;
    text-decoration: underline;
}

    .grid a:hover {
        font-style: oblique;
        text-decoration: none;
        color: #ededed;
    }

.gridTemp {
    width: 100%;
}

    .gridTemp thead tr {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
        background: rgb(226,226,226); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    }

.gridTemp {
    border: 1px solid #808080 !important;
}

    .gridTemp th, .gridTemp td {
        padding: 3px !important;
        border: 1px solid #c4c4c4 !important;
    }

    .gridTemp tbody tr {
        height: 25px;
    }

.gridNoBorderAndFill tr, .gridNoBorderAndFill td {
    border: 0px solid #ffffff !important;
    background-color: none !important !;
}

.indicatorColomn {
    width: 20px !important;
    text-align: center !important;
}

.hiddenColomn {
    display: none !important;
}

.innerGridHolder {
    padding: 5px;
    background-color: #f8f6f6 !important;
    color: black !important;
}

.innerGridTable {
    margin-left: 20px !important;
}

    .innerGridTable thead {
    }

.innerGridTableRow {
}

/* End Of Grid Styling */

/* Inner Grid Style */

.grid {
    border-collapse: collapse;
}

    /*
.grid  th { background:#7CB8E2 url(/Assests/icons/header_bkg.png) repeat-x scroll center left; color:#fff; padding:7px 15px; text-align:left;}
.grid  td { background:#C7DDEE none repeat-x scroll center left; color:#000; padding:7px 15px; }
*/

    .grid div.arrow {
        background: transparent url(/Assests/icons/arrows.png) no-repeat scroll 0px -16px;
        width: 16px;
        height: 16px;
        display: block;
        cursor: pointer !important;
    }

    .grid div.up {
        background-position: 0px 0px;
    }

td img {
    cursor: pointer;
}

/*****************  Calender ***********************/
.datePickerHolder {
}

    .datePickerHolder::after {
        content: url('../icons/calendar.png');
    }

.bspCode {
    width: 125px !important;
}

.facCode {
    width: 125px !important;
}

/*****   pAGINATIONS --------------------------------*/

.paging-nav {
    text-align: right;
    padding-top: 2px;
}

    .paging-nav a {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: #ededed;
        color: #303030;
        border-radius: 3px;
        border: 1px dotted #c3c3c3;
    }

    .paging-nav .selected-page {
        background: #c3c3c3;
        font-weight: bold;
    }

/*------------------- eND OF PAGINATIONS ------------ */

/*************** Validation  ******/
.requierdFieldNumber {
}

.requierdFieldSub {
}

.requierdFieldDr {
}

.requierdFieldTaxPack {
}

.requierdField {
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color: #ff0000 !important;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/*********************************************/

.bspSearchPopUp_close {
    cursor: pointer !important;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
}

.alertTable {
    border-collapse: collapse;
    width: 100%;
}

    .alertTable th, td {
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

.dropdowm-menu:hover {
    color: #ff6a00;
    cursor: pointer;
}

select[id$='cmbCompany'] > option:hover {
    background-color: #ff6a00;
}

/*****Arrow Box POP UP****/
.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #003c88;
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(153, 153, 153, 0);
        border-top-color: #003c88;
        border-width: 11px;
        margin-left: -11px;
    }

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
        cursor: pointer;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: red;
            outline: 1px dotted #000;
            outline: -webkit-focus-ring-color auto 5px;
        }

        .inputfile + label * {
            pointer-events: none;
        }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

input.addEventListener( 'focus', function(){ input.classList.add( 'has-focus' ); });
input.addEventListener( 'blur', function(){ input.classList.remove( 'has-focus' ); });

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-js .inputfile + label {
    display: none;
}

.currencyTextBox {
    background-color: white;
    color: black;
}

input.disabled {
    pointer-events: auto;
    color: #AAA;
    background: #F5F5F5;
}