body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #181818;
    overflow: scroll;
}

.main {
    width: 1300px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

.header {
    width: 1300px;
    height: auto;
    float: left;
}

.csmlogo {
    width: 152px;
    height: 110px;
    float: left;
    display: block;
    text-align: center;
    font-size: 30px;
    top: 20px;
}

.head_top {
    /*width: 1300px;*/
    width: 1249px;
    height: 138px;
    float: left;
}

.head_tp_lft {
    width: 764px;
    height: 134px;
    float: left;
}

.head_tp_rgt {
    margin-right:100px;  /*Add by anil*/
    width: 260px;
    height: 134px;
    float: right;
}

.tab {
    width: 1300px;
    height: 22px;
    float: left;
    background-color: #e2b997;
    background: -webkit-linear-gradient(#e2b997, #fde4c8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2b997, #fde4c8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2b997, #fde4c8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2b997, #fde4c8); /* Standard syntax (must be last) */
    margin: -12px 0 0 0px;
    border-radius: 5px;
    border: 1px solid #f3c19e;
    padding: 2px 0 0 0;
}


.tab_lft {
    width: 483px;
    height: 25px;
    float: left;
}

.tab_rgt {
    margin-left: 285px;
    width: 530px;
    height: 25px;
    float: left;
}

.date_time {
    width: 450px;
    height: 20px;
    float: left;
    margin: 10px 0 5px 62px;
    color: #ba0000;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.centerdiv {
    width: 450px;
    height: 110px;
    float: left;
    margin: 0 0 0 26px;
}

.names {
    width: 450px;
    height: auto;
    float: left;
    margin: 5px 0 0px 62px;
    color: #ba0000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: center;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1.0;
    }
}

.khar {
    float: left;
    margin: 3px 0 0 10px;
}

.last {
    float: left;
    margin: 3px 16px 0 229px;
}

.box {
    overflow-y: auto; /*Add by Anil 28072025*/
    width: 245px; /*Add by Anil 28072025*/
    margin-right: -112px; /*Add by Anil 28072025*/
    margin-top: 8px; /*Add by Anil 28072025*/
    /*height: 81px;*/
    height: 105px;
    border: 1px solid #f2c09c;
    border-radius: 5px;
    float: right;
    /*margin: 15px 0 0 0;*/
}

.gold {
    width: 200px;
    height: 19px;
    float: left;
    border-bottom: 2px solid #0669b3;
    margin: 8px 0 0 12px;
    color: #FFFFFF;
    font-weight: 500;
}

.dtls {
    width: 200px;
    height: 52px;
    float: left;
    margin: 8px 0 0 10px;
}

.gvGold_header {
    font-weight: bold;
    height: 21px;
    width: 217px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0 10px;
    background-color: #e2b997;
    background: -webkit-linear-gradient(#e2b997, #fde4c8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2b997, #fde4c8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2b997, #fde4c8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2b997, #fde4c8); /* Standard syntax (must be last) */
    margin: -8px 0 0 -10px;
}

.gvGold_Row {
    color: #181818;
    text-align: center;
    font-size: 11px;
}

.dtl_row {
    width: 227px;
    height: 17px;
    float: left;
    margin: 3px 0 4px 0;
}

.label {
    width: 53px;
    height: 17px;
    float: left;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 0 0 15px;
    color: #FFFFFF;
}

.administrator {
    position:relative;
    height: 17px;
    float: left;
    color: #181818;
    margin: 0px 0 0 10px;
    font-weight: bold;
}

.wrapper {
    width: 1300px;
    min-height: 470px;
    height: auto;
    float: left;
    margin: 10px 0px 0px 0px;
}

.one {
    width: 240px;
    height: 300px;
    float: left;
    margin: 0 0 0 10px;
}

.two {
    width: 436px;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
}

.new_cust {
    height: 30px;
    width: 433px;
    float: left;
    margin: 19px 0 0 0;
}

.existing_cust {
    width: 365px;
    height: 122px;
    float: left;
    border: 1px solid #9c9c9c;
    margin: 27px 0 0 35px;
}

.exist_row {
    width: 360px;
    height: 28px;
    float: left;
    margin: 20px 0 0 5px;
}

.exist_label {
    width: 120px;
    float: left;
}

.exist_cntrl {
    width: 158px;
    float: left;
}

.sales {
    width: 436px;
    height: auto;
    min-height: 214px;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 17px 0 0 15px;
}




.content {
    width: 430px;
    height: auto;
    min-height: 140px;
    margin: 0px 0 0 5px;
    float: left;
}

.cspermission {
    width: 436px;
    height: auto;
    min-height: 150px;
    float: left;
    background: #904a27;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 17px 0 0 0;
}




.cspercontent {
    width: 425px;
    height: auto;
    min-height: 115px;
    background: #f7fcc8;
    border-radius: 10px;
    margin: 30px 0 0 5px;
}


.three {
    width: 269px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}

.cash {
    width: 269px;
    height: 27px;
    float: left;
    background: #889fb8;
}

.stock {
    width: 267px;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}

.stock_cntnt {
    width: 261px;
    height: auto;
    float: left;
    margin: 0px 0 0 3px;
    border-bottom: 1px solid #a9aeb1;
}

.accessories {
    width: 267px;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}

.acc_cntnt {
    width: 261px;
    height: 107px;
    float: left;
    margin: 0px 0 0 3px;
    overflow: auto;
}

.service {
    width: 267px;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}

.ser_cntnt {
    width: 261px;
    height: 100px;
    float: left;
    margin: 0px 0 0 3px;
    overflow: auto;
}

.order {
    width: 267px;
    min-height: 139px;
    height: auto;
    float: left;
    margin: 15px 0 15px 0;
}

.ord_cntnt {
    width: 267px;
    height: 113px;
    float: left;
    margin: 0px 0 0 0px;
    overflow: auto;
    border-bottom: 1px solid #a9aeb1;
}

.new_cust_btn {
    width: 243px;
    height: 29px;
    float: left;
    background: #7192b8;
    border-radius: 5px;
    margin: 0 0 0 80px;
}

    .new_cust_btn a {
        color: #000000;
        text-decoration: none;
    }

.four {
    width: 100%;
    height: 27px;
    float: left;
    margin: 0px auto;
    bottom: 0;
    position: relative;
}

.four_tab {
    width: 1300px;
    height: 26px;
    background-color: #e2b997;
    background: -webkit-linear-gradient(#e2b997, #fde4c8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2b997, #fde4c8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2b997, #fde4c8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2b997, #fde4c8); /* Standard syntax (must be last) */
    border-radius: 5px;
    border: 1px solid #f3c19e;
    margin: 0px auto;
    border-radius: 5px;
}

.four_tp {
    width: 100%;
    height: 27px;
    float: left;
    margin: 0px auto;
    top: 0;
    position: absolute;
}

.four_tab_tp {
    width: 1300px;
    height: 0px;
    background-color: #e2b997;
    border-radius: 5px;
    border: 1px solid #f3c19e;
    margin: 0px auto;
    border-radius: 5px;
}
/*Dashboard Start*/
.cashhand {
    width: 303px;
    min-height: 160px;
    height: auto;
    background: #889fb8;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 15px 0 0 28px;
}

.cashhand_cntnt {
    width: 295px;
    min-height: 130px;
    height: auto;
    float: left;
    border-radius: 10px;
    margin: 0px 0 0 4px;
}

.topsale {
    width: 303px;
    min-height: 160px;
    height: auto;
    background: #889fb8;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 15px 0 0 28px;
}

.topsale_cntnt {
    width: 295px;
    min-height: 130px;
    height: auto;
    float: left;
    border-radius: 10px;
    margin: 0px 0 0 4px;
}

.staff {
    width: 303px;
    min-height: 160px;
    height: auto;
    background: #889fb8;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 15px 0 0 28px;
}

.staff_cntnt {
    width: 295px;
    min-height: 130px;
    height: auto;
    float: left;
    border-radius: 10px;
    margin: 0px 0 0 4px;
}

.btn {
    width: auto;
    min-width: 80px;
    height: 21px;
    border-radius: 5px;
    background-color: #f4c6a5;
    background: -webkit-linear-gradient(#f4c6a5, #fee7d5); /* For Safari */
    background: -o-linear-gradient(#f4c6a5, #fee7d5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f4c6a5, #fee7d5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f4c6a5, #fee7d5); /* Standard syntax (must be last) */
    margin: 0 10px 0 0;
    border: 1px solid #f4c6a5;
    color: #181818;
}

    .btn:hover {
        background-color: #fee7d5;
        background: -webkit-linear-gradient(#fee7d5, #f4c6a5); /* For Safari */
        background: -o-linear-gradient(#fee7d5, #f4c6a5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fee7d5, #f4c6a5); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fee7d5, #f4c6a5); /* Standard syntax (must be last) */
        border: 1px solid #f4c6a5;
        color: #181818;
    }

.btn_txt {
    float: left;
    margin: 4px 0 0 0px;
    padding: 0 18px 0 18px;
    font-family: Droid Serif;
    font-weight: 12px;
}




.btn_simple {
    width: 50px;
    float: left;
    height: 23px;
    color: #000000;
    margin: 0 15px 0 15px;
}

    .btn_simple a {
        color: #000000;
    }

        .btn_simple a:hover {
            color: #FFFFFF;
        }

.btn_simple12 {
    width: 50px;
    float: left;
    height: 23px;
    color: #000000;
    margin: 0px 15px 0px 2px;
}

    .btn_simple12 a {
        color: #000000;
    }

        .btn_simple12 a:hover {
            color: #FFFFFF;
        }

.search_btn {
    width: 67px;
    height: 23px;
    background-color: #f4c6a5;
    background: -webkit-linear-gradient(#f4c6a5, #fee7d5); /* For Safari */
    background: -o-linear-gradient(#f4c6a5, #fee7d5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f4c6a5, #fee7d5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f4c6a5, #fee7d5); /* Standard syntax (must be last) */
    border-radius: 5px;
    float: left;
    margin: 2px 0 0 5px;
    border: 1px solid #f4c6a5;
}

    .search_btn:hover {
        background-color: #fee7d5;
        background: -webkit-linear-gradient(#fee7d5, #f4c6a5); /* For Safari */
        background: -o-linear-gradient(#fee7d5, #f4c6a5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fee7d5, #f4c6a5); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fee7d5, #f4c6a5); /* Standard syntax (must be last) */
        border: 1px solid #f4c6a5;
        color: #181818;
    }











.btn_main {
    width: auto;
    float: left;
    height: 35px;
}

    .btn_main a {
        text-decoration: none;
        color: #000000;
    }

        .btn_main a:hover {
            text-decoration: none;
            color: #FFFFFF; /* box-shadow: 0px 3px 5px #888888;*/
        }


/*.search_btn
{
    width: 67px;
    height: 23px;
    background: #799bc3;
    border-radius: 5px;
    float: left;
    margin: 2px 0 0 5px;
    box-shadow: 3px 3px 5px #888888;
}
.search_btn:hover
{
    box-shadow: 0px 0px 5px #FFFFFF;
}
.search_btn a
{
    text-decoration: none;
    color: #000000;
}
.search_btn a:hover
{
    color: #FFFFFF;
}*/
.simp_btn {
    width: auto;
    float: left;
    height: 100px;
}

.simp {
    width: auto;
    min-width: 70px;
    height: 23px;
    border-radius: 5px;
    background: #799bc3;
    margin: 0 10px 0 0;
    border: 1px solid #799bc3;
    box-shadow: 0px 3px 5px #888888;
}

    .simp:hover {
        box-shadow: 0px 3px 5px #FFFFFF;
    }

.simp_txt {
    float: left;
    margin: 3px 0 0 0px;
    padding: 0 18px 0 18px;
}

.simp_btn a {
    color: #000000;
}

    .simp_btn a:hover {
        color: #FFFFFF;
    }
