﻿#addForm .SubmitButton {
    margin-bottom: 3px;
}

.SubmitButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3dc21b;
    box-shadow: inset 0px 1px 0px 0px #3dc21b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

    .SubmitButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
        background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
        background-color: #5cbf2a;
    }

    .SubmitButton:active {
        position: relative;
        top: 1px;
    }

.cancelButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

    .cancelButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
        background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
        background-color: #bc3315;
    }

    .cancelButton:active {
        position: relative;
        top: 1px;
    }

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    /*width: 60%;*/
}

select {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    width: 60%;
}

.profile-update {
    border: 1px solid rgb(204, 204, 204);
    float: left;
    padding: 1px;
    position: absolute;
    right: 150px;
    top: 48px;
}

/*.form-box {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #cdcdcd;
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}*/

.form-box-heading {
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    box-shadow: 0 1px 0 #ffffff inset;
    background: #e8e8e8;
}

    .form-box-heading h5 {
        color: #666666;
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
    }

.form-box-title {
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    box-shadow: 0 1px 0 #ffffff inset;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .form-box-title span.icon {
        padding: 5px 10px 8px 0px;
        float: left;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-box-shadow: 1px 0 0 0 #ffffff;
    }

    .form-box-title h5 {
        color: #666666;
        text-shadow: 0 1px 0 #ffffff;
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
    }
/*

.form-box .form-group {
    content: " ";
    display: table;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

    .form-box .form-group .control-label {
        color: #404040;
        font-weight: normal;
        font-size: 13px;
        text-shadow: 0 1px 0 #fff;
        text-align: right;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 7px;
        width: 28%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        float: left;
    }

    .form-box .form-group .contol-item {
        float: left;
        width: 45%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px;
        position: relative;
    }*/

.form-box {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
    padding: 0 1px;
    position: relative;
}

    .form-box .form-box-title {
        background: #59728a url("../images/fitem.png") no-repeat scroll 0 0;
        border-bottom: medium none rgb(58, 58, 60);
        height: 37px;
        padding: 4px 10px 5px 20px;
        text-align: left;
        border-radius: 0;
    }

        .form-box .form-box-title .fa-align-justify {
            color: #fff !important;
        }

        .form-box .form-box-title h5 {
            font-size: 10pt;
            color: #fff;
            text-transform: uppercase;
            padding: 7px 10px 5px 5px;
            border-radius: 5px;
            text-align: left;
            font-weight: normal;
        }

    .form-box .form-group {
        height: 40px;
        border-bottom: 1px dotted #dddddd;
        margin: 10px 0px 10px 0px;
    }

        .form-box .form-group .control-label {
            color: rgb(53, 54, 56);
            float: left;
            font-size: 10.5pt;
            margin-right: 40px;
            margin-top: 5px;
            text-align: right;
            width: 35%;
        }

        .form-box .form-group .contol-item {
            font-size: 10.5pt;
            width: 56%;
            float: left;
            color: #353638;
        }

.browse-sty {
    background: #e98725;
    width:120px;
    padding:5px;
    overflow:hidden;
    margin-top:10px;
    position:relative;
    cursor:pointer;
    border-radius:2px;
    margin-left:28px;
}

.browse-sty span{
   position:absolute;
   color:#fff;
   left:22px;

   font-size:15px;
}

.browse-sty input{
  opacity:0;
   cursor:pointer;
}

    .browse-sty:hover
    {
        background: #d87a1c;
    }

/*.page-content-title .pagetitle-menubar >li{
    width:150px;
}*/

/*.page-content-title .pagetitle-menubar >li>a{
   display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
.page-content-title .pagetitle-menubar >li>.active{
     background: none repeat scroll 0 0 #ededed;
    color: #3b3b3b;
    font-weight: 600;
}*/

.child-page-content {
    /*background-color: #fff !important;*/
    min-height: 512px !important;
    padding: 0px 0px 25px 0px;
    height: auto;
}

.grid {
    border-collapse: collapse;
    border: 1px solid rgb(211, 211, 211);
    width: 100%;
    empty-cells: hide;
    margin-top: 5px;
}

    .grid tr {
        vertical-align: middle;
         border-bottom: 1px solid #ddd;
    }

    .grid th {
       /* line-height: 23px;*/
        margin: 0;
        border-right: 1px solid silver;
        border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
        background: #e6e6e6 /*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #454545 /*{fcDefault}*/;
        font-family: Arial;
        font-size: 13px;
        background-color: teal;
        font-weight: bold;
        font-family: sans-serif;
        font-size: 12px;
        padding: 7px 8px 7px 8px;
        text-align: left;
        color: #fff;
        font-weight: 600;
    }

    .grid td {
        font-family: verdana,arial;
        font-size: 12px !important;
        text-align: left;
        border-right: 1px solid #ddd !important;
        padding: 10px 6px 10px 6px !important;
        vertical-align: middle;
        color: #fff;
        /*color: #3D3D3D {fcContent}*/
    }


        .grid td input {
            font-size: 12px !important;
            padding: 3px 12px !important;
        }

        .grid td a {
            cursor: pointer;
        }

            .grid td a:hover {
                text-decoration: underline;
            }

    .grid tr:nth-child(odd) {
        background-color: #223536 !important;
        color: #fff;
    }

    .grid tr:nth-child(even) {
        background-color: #616567 !important;
      
        color: #fff;
    }

    

.hoverTr {
    /*background-color:#FF3131 !important;
    color:#fff !important;*/
    background: #fbf8e9 !important;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .hoverTr td {
    }

.Unpaid td {
    color: black;
}

.Paid td {
    color: black;
    background-color: #A0DEA0;
}

.deactive td {
    background-color: #000000;
    color: #FFFFFF;
}

.no-img-sty {
    border: 1px solid #CCC;
    height: 70px;
    margin: 6px auto;
    padding: 2px;
    width: 92px;
}

    .no-img-sty img {
        width: 100%;
    }

.divSearchItem {
    background-color: none;
    vertical-align: middle;
    padding: 0px 0px 3px 0px;
    border: none;
    line-height: 35px;
    height: 36px;
    border-bottom: 0px;
    text-align: right;
    margin-bottom: 3px;
}

.divSearchItem > input[type="text"] {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    color: rgb(128, 128, 128);
    display: inline-block;
    float: left;
    font-size: 10px;
    line-height: 18px;
    margin-right: 7px;
    margin-top: 0px;
    padding: 5px 10px;
    width: auto;
}

.divSearchItem > select {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    color: rgb(128, 128, 128);
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-right: 7px;
    margin-top: 0px;
    padding: 4px 10px;
    width: auto;
}

.m-b-md h3 {
    font-size: 16px;
    font-weight:600;
    color:#555;
}

.password-page .form-box {
    padding: 20px 0;
}

    .password-page .form-box .form-group {
        height: 35px;
    }

    .password-page .form-box input[type="password"] {
        padding: 7px 10px;
    }

.grid tr:hover {
   
}

.grid tr:nth-child(2n+1) {
    background: none repeat scroll 0% 0% #FCFCFC;
}

.btnSearchGrid {
    background-color: rgb(135, 236, 236);
    border: 1px solid rgb(24, 166, 152);
    color: rgb(69, 69, 69);
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    padding: 7px 10px;
    text-decoration: none;
}

.ddlPageSize {
    margin-top: 5px;
    padding: 5px;
    width: 243px;
    margin-top: 1px;
    width: 60px;
    -webkit-appearance: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.btn-cancel {
    background-color: #fd3838;
    background-image: linear-gradient(to bottom, #fd3838, #f54b4b);
    border: 1px solid #fd3838;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 2px 4px 0 0;
    padding: 7px 10px 6px;
    text-decoration: none;
}

/*-------------------------------------css for alert popup--------------------*/
.alertPopupBody {
    opacity: 1;
    position: fixed;
   
    left:50%;
    top: 20%;
    margin-left:-20%;
    font-family: sans-serif;
    height: auto;
    width: 40% !important;
    z-index: 99999999999;
}

    .alertPopupBody .mb-container {
        background: rgba(182, 70, 69, 0.9);
    }

.tdALertHeader {
    height: 20px;
    padding: 1px 0 3px;
}

.mb-container .mb-middle {
    width: 50%;
    left: 25%;
    position: relative;
    color: #FFF;
    padding:30px 0;
    text-align:center;
}
.mb-container .mb-middle p{
    line-height:27px;
}

.mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}

/*content: "\2709"; message*/
/*content: "\2706"; phone*/
/*content: "\27BD"; next*/
/*content: "\275D";  double quote*/
/*content: 'i';  notification*/
/*content: '\002713';  ok*/
/*content: '\26E2';*/

.errorCss {
    padding-left: 13px;
    /*padding-top: 4px;*/
    font-size: 19px;
    color: #fff;
    float: left;
}

    .errorCss span {
        font-size: 18px;
        color: #fff;
    }

    .errorCss:before, .errorCss:before {
        content: "\26A0"; /*alert icone*/
        font-family: sans-serif;
    }

.tdALertHeader span {
    color: #fff;
}

.tdALertBody {
    height: auto;

    vertical-align: top;

    padding: 16px 0;
}

    .tdALertBody span {
        color: rgb(85, 85, 85);
        font-size: 15px;
        font-weight: 500 !important;
        font-family: Roboto;
    }

    .tdALertBody h3 {
        font-weight: normal;
        padding:15px 15px 40px 15px;
        margin-top:0;
        text-align:center;
        font-size:18px;
        color:#333;
        line-height:24px;
    }

.tdCloseButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.closeAlertButton {
    color: #f4f4f4;
    background: #4683B2;
    font-weight: bold;
    padding: 8px 18px 8px 18px;
    margin-left: 5px;
    margin-top: 2px;
    font-family: Arial,sans-serif;
    border-radius: 2px;
    border: solid 0 #e3edf4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.closeAlertpopsty {
    color: #f4f4f4;
    font-weight: bold;
    width:27px;
    height:27px;
    font-family: Arial,sans-serif;
    float: right;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2) url("../images/cros-img-pop.png") no-repeat scroll 7px 7px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-right:5px;
}

.closeAlertButton:hover {
    text-decoration: none;
}

.confirmCss {
    padding-left: 20px;
    font-size: 22px;
    color: #E74949;
}

    .confirmCss span {
        font-size: 16px;
        color: #E74949;
    }

    .confirmCss:before, .errorCss:before {
        content: "\26A0"; /*alert icone*/
        font-family: sans-serif;
    }

.tdConfirmHeader {
    background-color: #FBC963;
    border-radius: 7px 7px 0px 0px;
    height: 45px;
}

.ConfirmPopupBody {
    opacity: 1;
    position: fixed;
    left:50%;
    top: 20%;
   
    font-family: sans-serif;
    width:40% !important;
    z-index: 99999999999;
    margin-left:-20%;
}
    .ConfirmPopupBody .mb-container {
        background: rgba(149, 183, 93, 0.9);
    }
    .WarningPopupBody {
    opacity: 1;
    position: fixed;
    left:50%;
    top: 40%;
    background: rgba(254, 162, 35, 0.9);
    font-family: sans-serif;
    width:40% !important;
    z-index: 99999999999;
    margin-left:-20%;
}

.infoPopupBody {
    opacity: 1;
    position: fixed;
    left:50%;
    top: 60%;
    background: rgba(63, 186, 228, 0.9);
    font-family: sans-serif;
    width:40% !important;
    z-index: 99999999999;
    margin-left:-20%;
}

.messagepopup-overlay {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.tdConfirmBody {
    height: 50px;
    background-color: #fff;
    vertical-align: top;
    padding-top: 30px;
    text-align: center;
}

.tdConfirmBody span {
    color: #E74949;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: Arial;
}

.tdConfirmCloseButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: center;
    padding-right: 20px;
    padding-bottom: 10px;
}

.CssyesDoit {
    border-radius: 5px;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #2ecc71;
    box-shadow: 0px 1px 0px 1px #15B358;
    cursor: pointer;
}

    .CssyesDoit:hover {
        text-decoration: none;
    }

.tdSuccessBody #alertMessage dd {
    color: rgb(69, 69, 69);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500 !important;
}

.successPopupBody {
    opacity: 1;
    position: fixed;
    left: 35%;
    right: 23%;
    top: 20%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
    font-family: sans-serif;
    height: auto !Important;
    width: 33% !important;
    z-index: 99999999999;
    border-left: 3px solid rgb(41, 182, 166);
    border-right: 3px solid rgb(41, 182, 166);
    border-bottom: 3px solid rgb(41, 182, 166);
}

.tdSuccessHeader {
    background-color: #29b6a6;
    border-radius: 7px 7px 0px 0px;
    height: auto;
    padding-left: 20px;
    padding: 7px 0 4px;
}

.cssSuccessHeaderContent {
    background-image: url("../Images/cong-img.png");
    background-repeat: no-repeat;
    font-size: 12px;
    color: #fff;
    margin-left: 16px;
    padding-left: 22px;
    height: auto;
    vertical-align: middle;
    float: left;
}

.ConfirmCss {
    width: 250px;
    float: left;
    padding-left: 20px;
}

.tdSuccessBody {
    background-color: #fff;
    vertical-align: top;
    color: #488948;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
}

    .tdSuccessBody p {
        padding-top: 3px;
    }

.tdCloseConfirmButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.closeConfirmButton {
    border-radius: 5px;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #E74949;
    box-shadow: 0px 1px 0px 1px #E74949;
    cursor: pointer;
}

    .closeConfirmButton:hover {
        text-decoration: none;
    }

.closeSuccessButton {
    color: #f4f4f4;
    font-weight: bold;
    padding: 8px 18px 20px;
    font-family: Arial,sans-serif;
    float: right;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("../images/cros-img-pop.png") no-repeat scroll 13px 8px;
}

    .closeSuccessButton:hover {
        text-decoration: none;
    }

/*-------------------------------------End of css for alert popup--------------------*/

.tblSearch {
    background-color: #fff;
    margin: 10px 0px 10px 0px;
    border: 1px solid #4FBDEE;
    border-collapse: collapse;
}

    .tblSearch td {
        padding: 10px 10px 10px 0px;
    }

    .tblSearch tr {
        border-bottom: 1px solid #E2E2E2;
    }

.headerMarque {
    font-size: 14pt;
    color: #FFF;
    vertical-align: middle;
    margin: 12px 30px 0px 0px;
    font-weight: bold;
}

/*=============================================================================new============================*/

.page-info {
    /*margin: 0px 0px 12px 0px;*/
}

.info-img {
    width: auto;
    float: left;
    vertical-align: top;
    background: url(/Icons/info-icon.png) 0px center /20px 20px no-repeat;
    padding: 12px 0 10px 25px;
}

    .info-img img {
        height: 15px;
        width: 15px;
    }

.info-desc {
    width: 90%;
    float: left;
    vertical-align: top;
    margin-bottom: 8px;
    color: #9d1c1c;
}

.btnAddNew {
    background: rgba(223,117,20,1);
    background: -moz-linear-gradient(left, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,117,20,1)), color-stop(100%, rgba(199,100,14,1)));
    background: -webkit-linear-gradient(left, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    background: -o-linear-gradient(left, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    background: -ms-linear-gradient(left, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    background: linear-gradient(to right, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    color: white;
    border-radius: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    padding: 6px 1.2em;
    border: 0 rgba(0,0,0,0);
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

    .btnAddNew:hover {
        background: rgba(223,117,20,1);
        background: -moz-linear-gradient(top, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,117,20,1)), color-stop(100%, rgba(199,100,14,1)));
        background: -webkit-linear-gradient(top, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
        background: -o-linear-gradient(top, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
        background: -ms-linear-gradient(top, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
        background: linear-gradient(to bottom, rgba(223,117,20,1) 0%, rgba(199,100,14,1) 100%);
    }

.grid3 {
    border: 1px solid #D7D7D7;
    border-collapse: collapse;
    empty-cells: hide;
    width: 100%;
}

    .grid3 tr {
        border-bottom: 1px solid #D7D7D7;
        vertical-align: middle;
    }

    .grid3 th {
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
        color: #2F2F2E;
        display: table-cell;
        font-weight: 500;
        padding: 8px 12px;
    }

    .grid3 td {
        border-right: 0px solid #bebebe;
        font-size: 13px;
        padding: 6px 12px;
        text-align: left;
        color: #2F2F2E;
    }

.my-button {
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 15px;
    margin: 0px 0 0;
    line-height: 25px;
    display: inline-block;
    border: none;
    color: #fff;
    font-weight: 500;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    line-height: 12px;
    font-size: 11px;
    -webkit-box-shadow: 0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
    -moz-box-shadow: 0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
    box-shadow: 0 -5px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.3) inset;
}

    .my-button:hover {
        color: #fff;
    }

    .my-button span {
        float: left;
        display: inline-block;
        margin-top: 3px;
        margin-right: 5px;
    }

.blue {
    background-color: #01afe7;
    border: 1px solid #009bcd;
}

    .blue:hover {
        background-color: #15c6ff;
    }

.slate {
    background-color: #838B8E;
    border: 1px solid #767c7f;
}

    .slate:hover {
        background-color: #939c9f;
    }

.pink {
    background-color: #ea3271;
    border: 1px solid #d72160;
}

    .pink:hover {
        background-color: #FD5D94;
    }

.lamb {
    background-color: #e6c470;
    border: 1px solid #d5b462;
}

    .lamb:hover {
        background-color: #F7D683;
    }

.red {
    background-color: #D54336;
    border: 1px solid #c5392c;
}

    .red:hover {
        background-color: #f4695d;
    }

.grey {
    background-color: #bdbdbd;
    border: 1px solid #acacac;
}

    .grey:hover {
        background-color: #CFCFCF;
    }

.brown {
    background-color: #b0a066;
    border: 1px solid #998b57;
}

    .brown:hover {
        background-color: #C5B475;
    }

.white {
    background-color: #dddddd;
    border: 1px solid #c7c7c7;
    color: #555;
}

    .white:hover {
        background-color: #eee;
    }

.purple {
    background-color: #c215d5;
    border: 1px solid #790186;
}

    .purple:hover {
        background-color: #e034f3;
    }

.orange {
    background-color: #FC9B0F;
    border: 1px solid #e58700;
}

    .orange:hover {
        background-color: #fcc10f;
    }

.delete {
    background-color: #ef6658;
    border: 1px solid #ec6a5d;
}

    .delete:hover {
        background-color: #ff7f72;
    }

.edit {
    background-color: #457D97;
    border: 1px solid #35667c;
    color: #fff;
}

    .edit:hover {
        background-color: #5695b3;
    }

.save {
    background-color: #59900C;
    border: 1px solid #79ab34;
}

    .save:hover {
        background-color: #6DAB15;
    }

.cancel {
    background-color: #4F514C;
    border: 1px solid #333;
}

    .cancel:hover {
        background-color: #757575;
    }

.mandatory {
    color: red;
}

.req {
    color: red;
}

.icon-product
{
     font-size: 16px;
    position: relative;
    top: 3px;
    cursor:pointer;
}

.mt-10
{
    margin-top:10px;
}

.mt-20
{
    margin-top:20px;
}

.mrg-15
{
    margin:15px;
}

.divSearchItem #SearchField {
    width:170px; height:32px;
}


.number {
    margin-top: 0;
}
.email-sample {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 0 2px 2px #f2f2f2;
    margin-bottom: 20px;
    background:#fff;
    min-height:180px;
}
.email-sample strong {
    background: #f2f2f2;
    color: #000;
    padding: 5px;
}

.grid .btn{
    font-size:11px !important;
    font-weight:normal !important;
}
#btnReset
{
    margin-left:8px;
}

.alertPopupBody .mb-container .mb-middle {
    width: 100% !important;
    left: 0% !important;
}

@media only screen and (max-width: 600px) {
    .alertPopupBody {
        width: 100% !important;
        left: 0px !important;
        right: 0px !important;
        margin: 0 !important;
        padding: 0px 20px;
    }
  
}

/* Mobile Layout */
@media (max-width: 400px) {

    .ConfirmPopupBody {
        position: fixed;
        top: 20%;
        right: 0;
        bottom: 0;
        left: 0;
        width:100% !important;
        margin-left:0% !important;
    }
    .mb-container {
        position: relative;
        background-clip: padding-box;
        box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
        outline: 0;
        margin: 10px;
        padding: 0px 5px;
    }

        .mb-container .mb-middle .mb-title{
            font-size:24px;
        }
        .mb-container .mb-middle {
            width: 100%;
            left: 0%;
        }
    

/*laptop*/
@media screen and (min-width: 1024px) and (max-height: 1310px) {
    .copyref {
        float:right !important;
    }
}