﻿/********** Timer CSS for Jobsheet ************/
.tGiven {
    display: none;
}
.minutesPassed, .minutesPassed2 {
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 3px;
    border-radius: 25px;
    border: solid 1px #ffffff;
}
/********** Timer CSS for Jobsheet ************/

@media print{
    a[href]:after { display:none; }
}

.myGrid tbody tr td .aspNetDisabled input[type="checkbox"] {
            width: 25px;
            height: 25px;
            appearance: none;
            border: 1px solid black;
            position: relative;
        }

        .myGrid tbody tr td .aspNetDisabled input[type="checkbox"]:checked {
            background-color: red;
            border-color: black;
        }

        .myGrid tbody tr td .aspNetDisabled input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            left: 7px;
            top: 3px;
            width: 7px;
            height: 12px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            display: block;
        }

.myGrid tbody tr th,.myGrid thead tr th {
    background: black !important;
    color: white !important;
    position: sticky !important;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.myGrid tbody tr td a{
    font-size:larger;
    font-weight:bold;
    font-style:italic;
}
.dynamicLink {
    color: blue;
    cursor: pointer;
}
.dynamicLink:hover {
    text-decoration: underline;
}
.defaultCheck label
{
    text-indent:5px;
}
.marketting_Text{
    color:black;
    margin-top:5px;
    font-weight:normal;
    font-size:14px;
}
.marketting_Text b{
    
}
.menu-down-border{
    width:100%;
    background-image:url(../../images/nav_web_image_bottom.jpg);
    background-repeat:repeat-x;
    height:15px;
}
.menu-up-border{
    width:100%;
    background-image:url(../../images/nav_web_image_top.jpg);
    background-repeat:repeat-x;
    height:15px;
}
.total-amt-label {
    z-index: 5;
    margin: 5px;
    padding: 7px 10px;
    position: sticky;
    color: red;
    float: right;
    right: 30px;
    font-weight: bold;
    top: 10px;
    background-color: lightgray;
    border-radius: 4px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    30% {
        opacity: 0.2;
    }
}

.total-amt-label > input {
    color: black;
    border-radius: 5px;
    padding-left: 3px;
    max-width: 100px;
    font-weight: normal;
}

.total-amt-label > a {
    color: black;
    cursor: pointer;
}

.badge {
    background-color: Red;
    font-size: 15px;
    font-weight: bold;
}

.padding-top {
    padding-top: 15px !important;
}

.table-row-heading {
    background-color: #d8d5d5;
}

.Loading-UpdatePanel {
    position: absolute;
    z-index: 999;
    width: 90%;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    left: 5%;
    right: 5%;
}

.center {
    z-index: 1000;
    margin: 150px auto;
    padding: 10px;
    width: 147px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }

.gridLink {
    color: black;
    font-weight: bold;
}

.normal-gridLink {
    color: white;
    background-color: forestgreen;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.danger-gridLink {
    color: white;
    background-color: orangered;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.searchContainer {
    overflow: hidden;
    background-color: #ddd;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

    .searchContainer a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 13px;
        padding: 10px;
    }

    .searchContainer input[type=text] {
        float: right;
        padding: 6px;
        border: none;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-right: 10px;
        font-size: 13px;
    }

    .searchContainer select {
        margin: 0px auto;
        width: 98%;
        margin-bottom: 10px;
        border-top: none;
    }


.img-center {
    margin: 0 auto;
}

html, body {
    font-family: arial,helvetica!important;
    height: 100%;
    margin: 0px;
    font-size: 12px;
}
body.no-scroll {
  overflow: hidden;
}
.loading-message {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #00FFFF; /* CYAN */
    border-right: 16px solid #FF00FF; /* Megenta */
    border-bottom: 16px solid #FFFF33; /* Yellow */
    border-left: 16px solid #000000; /* Yellow */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0px auto;
    margin-top: 100px;
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.curve-corner {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px !important;
}
/*flag*/
#blockMessage {
    position: absolute;
    z-index: 1000;
    text-align: center;
    overflow:hidden;
}

    #blockMessage img {
        opacity: 1;
        position: relative;
        top: 40%;
    }

/*flag*/
.block-ui-style {
    height: 100%;
    min-height: 100%;
    display: none;
    z-index: 6;
    position: static;
    border: none;
    background-color: #032294;
    width: 100%;
    opacity: 0.6;
}

/* CSS for Spinner */
.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.panel > .panel-heading > .close {
    color: white;
    opacity: 1;
}

    .panel > .panel-heading > .close:hover {
        color: yellow;
        opacity: 1;
    }

.panel > .panel-heading > .panel-icon {
    position: absolute;
    margin-top: 6px;
    right: 25px;
}

.panel > .panel-heading, .panel > .panel-footer {
    height: 35px;
    background-image: none;
    padding-top: 1px;
    background-color: #032294 !important;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
}

.close {
    color: white;
    opacity: 1;
    line-height: 32px;
    margin-top: 0px;
}

.panel-info {
    border-color: #032294;
}

.form-control:focus {
    border-color: #032294;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 0, 0.6);
}

.btn-success {
    border-radius: 0px;
    background-color: #c5c5c5;
    border: solid 1px #843c3c;
    box-shadow: 1px 2px 4px #032294;
    transition: box-shadow 0.9s ease-in-out;
}

    .btn-success:hover {
        background-color: lightgray;
        box-shadow: 2px 7px 50px #032294;
        border: solid 1px darkgray;
    }

.btn-danger {
    border-radius: 0px;
    background-color: #f1bdbc;
    border: solid 1px #843c3c;
    box-shadow: 1px 2px 4px #032294;
    transition: box-shadow 0.9s ease-in-out;
}

    .btn-danger:hover {
        background-color: #d9534f;
        box-shadow: 2px 7px 50px #032294;
        border: solid 1px darkgray;
    }

.btn-warning {
    border-radius: 0px;
    border: solid 1px #843c3c;
    background-color: #ec971f;
    box-shadow: 1px 2px 4px #032294;
    transition: box-shadow 0.9s ease-in-out;
}

    .btn-warning:hover {
        background-color: #f4c482;
        box-shadow: 2px 7px 50px #032294;
        border: solid 1px #d88412;
    }

h1 {
    font-size: 25px;
    line-height: 35px;
}

h1, h2, h3 {
    text-transform: uppercase;
    color: #305CA7;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
}


.white-background {
    background-color: white;
}

.square-border {
    border-radius: 0 !important;
}

.btn-space {
    margin: 5px;
}

.table-outer-border {
    border: solid 1px #d8d5d5;
}

.modal-window-table {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin: 0px auto;
    width: 100%;
    border: solid 1px #d8d5d5;
}

.top-buffer {
    margin-top: 10px;
}

.dropDownFont {
    font-size: 15px;
}

.dropDownminwidth {
    min-width: 250px;
}

.upper {
    text-transform: uppercase;
}

.horizontal-align-center {
    text-align: center;
}

    .horizontal-align-center th {
        text-align: center;
    }

.bottom-buffer {
    margin-bottom: 10px;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.width-100-percent {
    width: 100%;
    margin-left: 0px;
}

.height-100-percent {
    height: 100%;
}

.vertical-middle {
    vertical-align: middle !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.border1 {
    border: solid 1px #000000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table-selected-row {
    background-color: #d8ecf6;
}

.loginPanel {
    margin: 0px auto;
    background-color: #ffffff;
    max-width: 350px;
    padding: 10px;
    border: solid 1px #cccccc;
    border-radius: 10px;
}

.table-hover-row .dropDownFont, .table-hover-alternate-row .dropDownFont {
    font-size: 12px !important;
}

.table-hover-alternate-row {
    color: black;
    background-color: #e8e8e8;
}

    .table-hover-row:hover, .table-hover-alternate-row:hover, table-selected-row:hover,
    .table-hover-row:hover .danger-gridLink, .table-hover-alternate-row:hover .danger-gridLink,
    .table-hover-row:hover .normal-gridLink, .table-hover-alternate-row:hover .normal-gridLink,
    .table-hover-row:hover a, .table-hover-alternate-row:hover a,
    .table-hover-row:hover .gridLink, .table-hover-alternate-row:hover .gridLink {
        background-color: #53d3c9 !important;
        color: #000000;
        -o-transition: 1s;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        /* ...and now for the proper property */
        transition: 1s;
    }

    .table-hover-row:hover input, .table-hover-alternate-row:hover input
    {
        color:black;
    }

.table-hover-row-dark {
    cursor: pointer;
    background-color: #032294;
    color: white;
}

    .table-hover-row-dark:hover {
        background-color: #d8d5d5;
        color: black;
    }

.panelshadow {
    box-shadow: 1px 2px 4px #032294;
transition: box-shadow 0.3s ease-in-out;
}

    .panelshadow:hover {
        box-shadow: 2px 7px 50px #032294;
    }

.hidden {
    display: none;
}

@media screen and (max-width: 600px) {
    #partnerTypeContainer {
        padding-top: 0px !important;
    }
    .carousel-indicators li {
        width: 5px;
        height: 5px;
    }

        .carousel-indicators li.active {
            height: 5px;
            width: 5px;
        }

    .searchContainer {
        padding: 5px;
    }

        .searchContainer a, .searchContainer input[type=text] {
            float: none;
            display: block;
            text-align: left;
            width: 98%;
            font-size: 12px;
            padding: 3px;
            margin: 0px auto;
        }

        .searchContainer input[type=text] {
            border: 1px solid #ccc;
            border-bottom: none;
        }

    .dropDownFont {
        margin: 0px auto;
    }

    .front-logo {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
    }

    .panel > .panel-heading {
        font-size: 13px;
    }

    h1 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 400px) {
    .panel > .panel-heading {
        font-size: 12px;
    }


    h1 {
        font-size: 15px;
        line-height: 20px;
    }

    .dropDownminwidth {
        min-width: 100px;
    }

    .row-eq-height {
        display: block;
    }
}

#partnerTypeContainer {
    min-height: 25px;
    padding-top: 10px;
}

hr {
  border:none;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px; 
}

.zoom {
    padding: 5px;
    background-color: transparent;
    transition: transform .2s; /* Animation */
    width: 200px;
    margin: 0 auto;
}

    .:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

select {
    background-color: #eeeeee !important;
}

.custom-dropdown-header {
    background-color: maroon;
    color: white;
}

.borderless {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

    .borderless tbody tr td, .borderless th td {
        border: none;
    }
.cellpadding0 tbody tr td, .cellpadding0 th td {
        padding: 0px;
    }
@media (max-width: 767px) {
    .custom-dropdown-header {
        background-color: #d4d4d4;
        color: black;
    }
}

.carousel-indicators {
    bottom: 3px !important;
}

.carousel-inner img {
    width: 100%;
}

.carousel-indicators li {
    margin:1px !important;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
}

    .carousel-indicators li.active {
        height: 10px;
        width: 10px;
        background-color: #858282;
    }

.right::before, .left::before {
    border: none !important;
}

/*Bootstrap Sub Menu CSS*/
.dropdown-menu li {
                position: relative;
            }
            .dropdown-menu .dropdown-submenu {
                display: none;
                position: absolute;
                left: 50%;
                top: -7px;
            }
            .dropdown-menu .dropdown-submenu-left {
                right: 50%;
                left: auto;
            }
            .dropdown-menu > li:hover > .dropdown-submenu {
                display: block;
            }
/*Bootstrap Sub Menu CSS*/

            select.form-control {
                -webkit-transition: none !important;
                transition: none !important;
            }

            select > li {
                display: inline-block;
            }

            .customerMessage {
                line-height: 35px;
                font-size: 15px;
            }

                .customerMessage b {
                    font-weight: bolder;
                }