﻿body, html {
    font-family: Verdana;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 4px;
    padding: 5px 3px;
    height: 20px;
    width: 140px;
    margin-top: 3px;
}

.topmarge tbody tr td {
    text-align: center;
}

.Header_top .contain {
    display: none !important;
}

.srchdr input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 31px;
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.codecada select {
    margin-top: 3px;
    height: 31px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-delete {
    background: #F44336;
    color: #fff;
}

.collectionbtn input:nth-child(1) { /* Add */
    background-color: #0d6efd; /* Blue */
    color: white;
    border: 1px solid #0d6efd;
}

.collectionbtn input:nth-child(2) { /* Edit */
    background-color: #198754; /* Green */
    color: white;
    border: 1px solid #198754;
}

.collectionbtn input:nth-child(3) { /* Delete */
    background-color: #dc3545; /* Red */
    color: white;
    border: 1px solid #dc3545;
}

.collectionbtn input:nth-child(4) { /* Save */
    background-color: #20c997; /* Teal */
    color: white;
    border: 1px solid #20c997;
}

.collectionbtn input:nth-child(5) { /* Cancel */
    background-color: #6c757d; /* Gray */
    color: white;
    border: 1px solid #6c757d;
}

.collectionbtn input:nth-child(6) { /* Assign City */
    background-color: #0dcaf0; /* Light Blue */
    color: black;
    border: 1px solid #0dcaf0;
}

.collectionbtn input {
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
}

input[type=button], input[type=submit] {
    color: #fff;
    transition: all 350ms ease-out 0s;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px !important;
    border: 1px solid #34a853;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    background: #34a853;
}

    input[type=button]:hover, input[type=submit]:hover, .search input:hover {
        transition: all 350ms ease-out 0s;
        background: #cb1e27;
        border: 1px solid #cb1e27;
    }
/*input[type=text], input[type=password],select, textarea{  padding:3px 5px; border-radius: 2px;   border:1px solid #ccc;  background: #fff!important;  color:#666; width:96%;  resize: none;height:20px;}
*/ .mdl {
    width: 99%;
    margin: 0 auto;
}

.Header_top {
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 27px;
    margin-bottom: 7px;
    overflow: hidden;
    padding: 3px 0;
    text-align: right;
    width: 100%;
}

    .Header_top img {
        width: 20px !important;
    }

.mdl_bdr {
    width: 100%;
    float: left;
}

.textbox {
    border: 1px solid #e5e5e5 !important;
    padding: 3px 0 !important;
}

.Header_bottom {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-top: 4px;
    width: 100%;
    float: left;
    text-align: right;
    height: 38px;
}

.tblResult {
    width: 99.99%;
    border-right: 1px solid #dfdfdf;
}

    .tblResult td {
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 9px 5px;
        font-size: 12px;
        border-width: 1px;
    }

    .tblResult tr:first-child td {
        background-color: #f0f0f0 !important;
        color: #000000;
        text-align: center;
        border-left: 0;
        border: 1px solid #d6d6d6;
        font-size: 14px;
    }

    .tblResult tr:nth-child(2) td {
        height: 18px;
    }

    .tblResult tr:nth-child(even) {
        background: #fff;
        transition: all 0.3s ease 0s;
    }

    .tblResult tr:nth-child(odd) {
        background: #F9FBFC;
        text-align: left !important;
        border-top: 1px solid #dfdfdf;
    }

.font select {
    border: 1px solid #e9e9e9;
    padding: 4px;
    width: 100% !important
}

#totalCount {
    line-height: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-align: left;
}

.print {
    width: 24px;
    height: 24px;
    left: 10px;
    top: 5px;
    position: absolute;
    cursor: hand;
}

.mem {
    width: 678px;
    padding: 10px 0 10px 20px;
    margin: 20px 0;
    color: #108CAE;
    font: bold 9pt verdana;
    text-align: left;
    border: 1px solid #108CAE;
}

.printbtn {
    height: 23px;
    border: none;
    background: orange;
    margin-left: 300px;
    color: #000000;
    width: 95px;
}

    .printbtn:hover {
        color: #ffffff;
        cursor: hand;
    }

.nextand2 {
    width: 200px;
}

.textBox {
    width: 150px;
    padding: 1px 3px;
    border: 1px solid #666666;
}

.clear {
    clear: both;
}

.pic_im {
    border: 1px solid #cccccc;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 50px;
}

.text_in {
    color: #333333 !important;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 270px;
}

.oderdate {
    width: 90px !important;
}

.contain_left {
    float: left;
    width: 50%;
    text-align: left;
    display: block;
}

.contain_left_bt {
    float: left;
    width: 225px;
}

.contain {
    margin-top: 5px;
    width: 280px;
    float: right;
    display: flex;
    border: 0px solid #cccccc;
    justify-content: flex-end;
}

.newest {
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin-right: 5px;
    background: url(../images/1.png) no-repeat center;
}

.newer {
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    padding: 3px;
    background: url(../images/2.png) no-repeat center;
}

.page_total {
    float: left;
    width: auto;
    height: 19px;
    font: normal 14px calibri;
    padding: 0px 5px 0 5px;
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
}

.txtb {
    border-radius: 4px !important;
    padding: 3px !important;
    width: 60px !important;
}

.older {
    cursor: pointer;
    float: left;
    border-right: 1px solid #e6e9ee;
    border-left: 1px solid #e6e9ee;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin-right: 5px;
    background: url(../images/3.png) no-repeat center;
}

.oldest {
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    padding: 3px;
    background: url(../images/4.png) no-repeat center;
}

.pg {
    float: left;
    line-height: 35px;
}

.txt1, .of {
    border: 0 solid;
    float: left;
    font-size: 15px;
    font-weight: 300;
    padding: 3px;
    text-align: center;
    width: auto;
}

.txtb {
    border: #cccccc 1px solid;
    width: 20px;
    background: #fff;
    color: #231f20;
    font: normal 14px calibri;
    text-align: center;
}

.chkClass {
    background-image: url(../Images/checkbox_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
}

.chkClass1 {
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
}

.displaycss {
    background-color: #ffffff;
    font: normal 15px calibri;
}

.rowcss {
    background-color: #F7F5F5;
    display: none;
}

.tablecss {
    background-color: #ffffff;
}

.plusClass {
    background-image: url(../images/plus.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.plusClass1 {
    background-image: url(../images/minus.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.selectedRowTree {
    background-image: url(../images/selectedRow.png);
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: 1px solid #EFFCFF;
}

._selectedRowTree {
    background-image: url(../images/selectedRow.png);
    background-repeat: no-repeat;
    background-position: 150px 0;
}

.yearprev {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    float: left;
    border: 1px solid #e6e9ee !important;
    background: url(../images/prev111.png) no-repeat center !important;
}

.year {
    width: 70px !important;
    height: 30px !important;
    line-height: 31px;
    color: #c69102 !important;
    text-align: center !important;
    border: 1px solid #e6e9ee !important;
    float: left;
    margin: 0 2px;
    font-size: 19px;
}

input[type=button].year {
    height: 30px !important;
}

.yearnext {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    float: left;
    border: 1px solid #e6e9ee !important;
    background: url(../images/next111.png) no-repeat center !important;
}

table {
    width: 100%;
}

a {
    color: Black;
    text-decoration: none;
}

.buttonstyle.btnRights {
    padding: 4px 9px !important;
    border: 0 none;
}

.boxing {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
    overflow: hidden;
}

.title-top {
    padding: 5px 0 10px;
}

    .MainTableHeader, .title-top h2 {
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        color: #29166f;
        text-align: left !important;
    }

.box-top {
    overflow: hidden;
}

.right-div {
    float: right;
}

.left-div {
    float: left;
    margin-top: 16px;
}

.collage {
    float: right;
    margin-right: 15px;
    width: 150px;
}

    .collage select {
        width: 100%;
        border: 1px solid #e6e9ee;
        padding: 7px 5px;
        margin-top: 4px;
    }

.pay_central .hdc {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 2px;
    font-size: 18px;
    color: #004a8d;
}

.collage.colo {
    width: 300px;
}

.collage.serch {
    width: 55px;
    margin-top: 18px;
}

.contain_left {
    background: none repeat scroll 0 0 #fff;
    padding-top: 0;
}

.form-bg {
    font-family: "Open Sans",sans-serif;
    overflow: hidden;
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    margin: 45px auto;
    padding: 20px;
    width: 600px;
}

.megacod {
    border-bottom: 1px double #dddddd;
    overflow: hidden;
    padding: 10px;
    width: 98%;
}

.maintoptille {
    padding: 0 0 0 10px;
}

.codecada.datsel.oderdate > select {
    width: 80px;
    margin-bottom: 10px;
}

.changepassword > input {
    background: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #202020;
    float: left;
    font-style: italic;
    padding: 5px 10px;
    width: 95%;
    font-size: 14px;
}

.btn.btnRights.sign {
    background: #9662c6 !important;
    color: #FFF;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    float: right !important;
    font-size: 20px;
    font-style: normal !important;
    font-weight: 300 !important;
    padding: 10px !important;
    width: 182px !important;
    transition: all 0.3s ease 0s;
}

.changepassword label {
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
}

.changepassword {
    margin: 0 auto 10px;
    overflow: hidden;
    width: 73%;
}

.form-bg .title-top h2 {
    text-align: center;
}

.btn.btnRights.sign:hover {
    background: #582488 !important;
}

.postserobox {
    clear: both;
    display: list-item;
    float: left;
    overflow: hidden;
    padding-bottom: 8px;
    width: 140px;
}

.setpp {
    float: left;
}

.flo {
    float: left;
}

.serchico img {
    width: 100% !important;
}

.actionico {
    float: right;
    margin-bottom: 6px;
    width: 298px;
    text-align: right;
}

.changepassword.whatsp {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 10px;
    ;
}

.changepassword.classdate {
    float: left;
    margin-left: 80px;
    width: 235px;
}

    .changepassword.classdate input, .changepassword.classdate1 input {
        width: 78%;
    }

.changepassword.classdate1 {
    float: left;
    margin-left: 0px;
    width: 235px;
}

.changepassword select {
    width: 100% !important;
}

.changepassword option {
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    font-size: 13px !important;
    color: #404040;
}

.TextBoxStyle {
    border: 0 none;
    font-size: 13px;
    color: #29166f;
}

.Header_top .left-div {
    float: left;
    margin-top: 2px;
}

.year.input {
    height: 28px !important;
}

.box-top.maine {
    padding: 5px 12px 2px 12px;
}

.serchico {
    float: right;
    width: 80px;
    margin-left: 10px;
}

    .serchico img {
        width: 100% !important;
        max-width: 100% !important;
    }

.borderlight {
    border: 1px solid #e6e9ee;
    padding: 4px 5px !important
}

.add-data {
    background: none repeat scroll 0 0 #fff;
    margin-top: 3px;
}

.tblinn tr:first-child td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

.TextBox.icon {
    background-image: url("../images/Calendar.png") !important;
    background-position: 171px 1px !important;
    background-repeat: no-repeat !important;
    background-size: 23px auto !important;
}

.margened {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #e6e9ee !important;
    border-top: 3px solid #e6e9ee !important;
    padding: 7px 6px;
}

.popcon {
    background: none repeat scroll 0 0 #fff;
    margin-top: 4px;
}

.actionico.actipn2 {
    float: right;
    width: 302px;
    padding-bottom: 8px;
}

.boxing .title-top h2 {
    text-align: left;
}

.form-bg .boxing .title-top h2 {
    margin: 0 auto;
    text-align: left;
    width: 446px;
}

.boxing.maclass {
    margin-bottom: 2px;
}

.collage.trans {
    width: 180px;
    display: inline-table;
}

.collage.tsres {
    width: 61px;
    padding: 18px 0 0;
}

.serch-left {
    float: left;
    margin: 12px 0 0;
    padding: 4px 5px 3px;
}

.serch-lef a {
    color: #9662c6 !important;
}

.collage.trans label {
    clear: both;
    display: block;
}

.collage.colo input {
    border: 1px solid #e6e9ee;
    padding: 3px 5px;
    width: 96%;
}

.collage.transed > input {
    padding: 4px;
    width: 92% !important;
}

.demoleft {
    float: left;
    margin: 17px 15px;
}

#divMain .style1 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    padding: 20px;
    width: 770px;
}

.collage.transeding {
    width: 275px;
}

    .collage.transeding label {
        clear: both;
        display: block;
    }

    .collage.transeding > input {
        border: 1px solid #ccc;
        padding: 4px;
        width: 90%;
    }

.collage.transedng {
    padding: 18px 1px 10px 0;
    width: 133px;
}

.style1 table tr:first-child td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

.UploadButton.myButton {
    padding: 10px;
    width: 126px;
}

.collage.Stud > input {
    padding: 4px;
    width: 93%;
}

.collage.fuZIP label {
    display: block;
    overflow: hidden;
    padding-bottom: 6px;
}

.auto {
    border: 1px solid #e6e9ee;
    border-radius: 6px;
    margin: 30px auto;
    overflow: hidden;
    padding: 20px;
    width: 700px;
}

.collage.fuZIP {
    float: left;
    width: 200px;
}

.fileupdate {
    margin: 0 auto;
    width: 292px;
}

.collage.fuZIPing {
    width: 60px;
    margin-top: 22px;
}

.btnssection {
    clear: both;
    overflow: hidden;
    width: 100%;
}

    .btnssection .collage.Stud {
        width: 47%;
    }

.btnssection {
    border-top: 1px solid #e6e9ee;
    clear: both;
    display: inline-block;
    margin: 18px 0;
    overflow: hidden;
    width: 100%;
    padding: 15px 0
}

.twobtns {
    text-align: right;
    width: 96%;
}

.element {
    border-bottom: 1px solid #e6e9ee;
    float: left;
    margin: 0 auto;
    padding: 10px;
    width: 670px;
}

.btmbdr td {
    text-align: left !important;
}

.boxing > table tr:first-child td, #tblTimeTable table tr:first-child td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

.boxing.Classwise {
    padding: 10px 0;
}

    .boxing.Classwise h2 {
        padding: 10px;
    }

.treemenu {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}

.left-div .collage.class {
    float: left;
    width: 190px;
}

.collage.Time {
    margin-top: 20px;
}

    .collage.Time strong {
        font-size: 17px;
        font-weight: unset;
    }

.contrecor {
    float: left;
    text-align: left;
    width: 200px;
    padding-left: 10px;
}

.btrecord {
    float: left;
    line-height: 0;
    margin-right: 9px;
    padding-top: 8px;
}

.boxing.Recording {
    padding: 10px 0 7px 0
}

    .boxing.Recording h2 {
        padding-left: 10px
    }

.row.xts {
    padding-top: 3px;
}

.right-div.nvdt {
    padding-bottom: 4px;
}

.srchdr {
    border-bottom: 1px solid #c1bcbc;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 23px;
    padding: 5px 0 15px 12px;
    text-transform: capitalize;
    width: 100%;
}

.contain.cslses {
    float: right;
    width: 219px;
}

.tablebox {
    background: none repeat scroll 0 0 #fff;
}

.tablebox {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e6e9ee;
}

.imagephoto {
    border: 1px solid #9662c6 !important;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    line-height: 31px;
    padding: 0 8px 0 10px;
    color: #9662c6;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}

    .imagephoto:hover {
        background: #9662c6;
        color: #fff;
    }

.javapont {
    padding: 10px 0 0 10px;
    overflow: hidden;
}

#tblUploadHistory a {
    color: #9662c6
}

#tbl_0 td {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 4px 0;
}

.productquery {
    clear: both;
    margin-top: 10px; /*overflow: hidden;*/
}

.boxing.Main {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.padd-bottom {
    overflow: hidden;
    padding-bottom: 30px;
}

.pdiv {
    border-top: 1px solid #ccc;
    width: 820px;
    margin: auto;
    padding-top: 10px;
}

h2 {
    font-weight: normal;
    margin: 0;
}

.MainTableHeaderDV {
    text-align: center;
}

.tdpad input {
    border: 1px solid #dcd8cf !important;
    margin-bottom: 6px;
    padding: 3px 5px !important;
}

    .tdpad input[type="button"] {
        color: #fff !important;
        border: 1px solid #25aaed !important;
    }

.btnsaall input {
    border: 1px solid #25aaed !important;
}

.Studentd {
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.setpp .year.input {
    height: 20px !important;
    line-height: 0;
}

.marks {
    float: left;
    width: 100%;
    color: green;
    padding-top: 7px;
    font-size: 14px;
}

    .marks input {
        width: 50px;
    }

.answer {
    float: left;
    width: 100%;
    color: #707070;
    padding-top: 7px;
    font-size: 15px;
}

.main_contain {
    width: 700px;
    font: normal 8pt verdana;
    color: #3F3F3F;
    border: 1px solid #cccccc;
    margin: 0px auto;
    padding: 20px 10px;
}

.btnsaall {
    border-top: 1px solid #ccc;
    float: right;
    padding: 8px 0;
    text-align: right;
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
}

.txt {
    height: 14px;
}

.red {
    background: #FFAFAF;
    color: #333333;
}

.blue {
    color: #333333;
}

.gray {
    background: #dfdfdf;
    color: #333333;
}

.green {
    background: #73DF61;
    color: #333333;
}

.yellow {
    background: #FEFFAF !important;
    color: #333333;
}

.block {
    background: #333333;
    color: #efefef;
}

.p_Address {
    border-bottom: 1px dashed #cccccc;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
}

.pic_upadd {
    width: 100%;
}


    .pic_upadd > p {
        padding: 0 0 2px;
    }

#tblQues label {
    font-size: 14px;
}

.border.no {
    border: 0 none;
}

.displayans select {
    margin-left: 10px;
    width: 70px;
}

#div1 {
    padding-bottom: 10px;
}

.wor {
    float: left;
}

.expendmenu {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.dropdown {
    float: left;
    overflow: hidden;
    padding: 10px 0 0;
    width: 214px;
}

.d1div {
    float: left;
    width: auto;
    height: 22px;
    padding: 8px 0 16px 0 !important;
}

.selectdiv {
    overflow: auto;
    margin: 0px auto;
}

.alldb {
    float: left;
    width: 100%;
}

.Questionq {
    width: 100%;
    overflow: auto;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: both;
}

.alldb div {
    float: left
}

.font.MainTablebdr.abhi {
    margin-top: 15px !important;
}

.border.bordno {
    border: 0px
}

b {
    font-weight: 300
}

.navegi {
    color: #000;
    font-size: 16px;
    padding: 15px 0 3px !important;
}

.MainTableHeader.shedudl {
    color: #000;
    font-size: 16px;
    padding: 10px;
    text-align: center !important;
}

.collage.dating > input {
    width: 90%;
}

.MainTablebdr.abhidexi {
    border: 0 none !important
}

.Meeting_Details h2 {
    border-bottom: 1px solid #e6e9ee;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 0 6px;
    text-align: center;
}

.MainTablebdr.abhidexi input[type="text"], .MainTablebdr.abhidexi input[type="password"], .MainTablebdr.abhidexi select, .MainTablebdr.abhidexi textarea {
    padding: 2px;
    margin-bottom: 8px;
}

#tblEmployee tr:first-child td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

#tblEmployee tr:nth-child(2n+1) {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background: none repeat scroll 0 0 #fafafa;
}

.minclab {
    margin: 0 auto;
    text-align: center;
    width: 71% !important;
}

.download {
    float: left;
    width: 120px;
    background: none repeat scroll 0 0 #9662c6;
}

.file {
    margin-top: 25px;
}

.allvideo {
    margin-top: 90px;
}

.boxing.grapf {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    padding: 10px;
    z-index: 9;
}

.box-top.grapf {
    overflow: initial;
}

.collage.height > select {
    float: right;
    height: 31px;
    width: 90%;
}

    .collage.height > select option {
        margin-right: 200px !important;
    }

.collage.height > label {
    line-height: 32px;
}

.clerquetion .collage.height {
    width: 100%;
}

.clerquetion {
    clear: right;
    float: right;
    margin-top: 10px;
    width: 696px;
}

.classtypedetaols {
    padding: 10px 0 90px;
}

.font .MainTablebdr .mindra {
    font-size: 12pt;
}

.mainBox.maibx {
    clear: both;
    width: 100%;
}

.flotingl {
    float: left;
}

.Quitd {
    float: left;
    width: 100%;
}

.setionsec {
    float: right;
    padding: 10px;
    width: 98%;
    border-bottom: 1px solid #cccccc;
}

.boxing.bboy {
    float: left;
    width: 100%;
}

ul.dynatree-container a {
    color: #333333 !important;
    margin: 0 0 0 3px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}

.sroni {
    margin-bottom: 10px;
    position: relative;
}

.font.MainTablebdr.classinfonmat tr:first-child td {
    background-color: #9662c6;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

.font.MainTablebdr.classinfonmat tr td {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.font.MainTablebdr.classinfonmat {
    background: none repeat scroll 0 0 #ffffff;
}

.create {
    color: #fff;
    left: 10px;
    position: absolute;
    top: -33px;
}

.codecada {
    float: left;
    margin-right: 13px;
    width: 200px;
}

.dg12.Nature.residen label {
    display: block;
    padding-bottom: 3px;
    font-size: 12px;
    padding-top: 7px;
    height: 15px;
    color: #031d60;
}

li {
    list-style: outside none none;
}

table {
    border-collapse: collapse;
}

.tblResult tr td:nth-child(1) {
    width: 7px;
}

.tblResult tr td:nth-child(2) {
    width: 7px;
}

.denzoom {
    box-shadow: 0 0 2px #999;
    margin: 10px auto;
    padding: 10px;
    width: 900px;
}

.colorbo {
    background: #f4f4f4 none repeat scroll 0 0;
    clear: both;
}

.zoomdetails p {
    float: left;
    width: 153px;
    font-size: 12px;
    min-height: 13px;
    word-wrap: break-word;
}

.den_lbl > label {
    display: block;
    float: left;
    text-align: right;
    width: 117px;
    margin-right: 6px;
}

.den_lbl > input {
    float: left;
    width: 228px;
}

.den_lbl > select {
    float: left;
    width: 240px;
}

.col-sm-12.magi {
    margin: 0 0 7px;
    clear: both;
}

.den_lbl textarea {
    resize: none;
    width: 643px;
}

.den-col {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 0 10px;
    width: 830px;
}

.nameid {
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 7px;
}

.den_lbl.den_save {
    clear: both;
    float: right;
    overflow: hidden;
    margin-right: 53px;
}

    .den_lbl.den_save > input {
        width: 60px;
    }

.den_editad select {
    float: left;
    width: 200px !important;
    padding: 2px
}

.denzoom .srchdr {
    margin-top: 0;
}

.denb_line_block .den_left {
    float: left;
    margin-right: 12px;
    width: 390px;
}

.den_left {
    float: left;
    margin-right: 12px;
    width: 320px;
}

.den_editad > input {
    float: left;
    width: 183px;
}

.den_editad label {
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    text-align: right;
    width: 109px;
    height: 15px;
    font-size: 12px;
    color: #383838;
}

.colore:hover {
    color: #fff;
    cursor: pointer;
}

.fa-user-plus {
    color: #cb1e27;
}

    .fa-user-plus:hover {
        color: #fff;
    }

.den_editad {
    clear: both;
    height: 30px;
}

    .den_editad.Den_save > input {
        float: right;
        margin-top: 7px;
        width: 60px !important;
    }

    .den_editad textarea {
        float: left;
        width: 188px;
    }

.leftwindow.positiom {
    position: relative;
}

.red25 {
    color: #396300;
    position: absolute;
    right: 38px;
    text-transform: capitalize;
    top: 3px;
}

.den_del {
    font-size: 14px;
    color: #25aaed;
}

.div900 td {
    font-size: 12px;
}

.zoomdetails li {
    float: left;
    width: 100%;
}

.den_mr > select {
    float: left;
    margin-right: 10px;
    width: 50px !important;
}

.den_nameded > input {
    width: 130px;
}

.den_clear {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 0
}

.tdpad {
    clear: both;
    overflow: hidden;
}

.den_clersave {
    float: right;
    margin: 10px 0px 0 0;
}

.den_fileset {
    margin-bottom: 20px !important;
}

.contain_left.den_space {
    margin-bottom: 7px;
}

.den_editad.den_gen > input {
    width: 20px;
}

.den_editad.den_gen p {
    float: left;
    margin: 0;
    padding: 0;
}

.den_body {
    clear: both;
    margin-bottom: 2px;
    overflow: hidden;
}

.btnsaall.de_no {
    border: 0 none;
}

.fupload {
    border: 0 none !important;
    left: -90px;
    position: absolute;
    top: 70px;
    width: 78px !important;
}

.denfly input {
    border: 0 none !important;
    height: 30px !important;
}

.denfly {
    float: left;
    position: relative;
    width: 100px;
}

.den_left.srchdr {
    border: 1px solid #ccc;
    min-height: 300px;
    padding: 6px 10px 5px 8px;
    border-radius: 5px;
    /*border-bottom: 1px solid #ccc;*/
}

.denphot {
    background: #fb6305 none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.den_editad.height_den {
    height: 108px;
}

.den_mrx .den_editad input {
    width: 184px;
}

.denphot img {
    width: 100%;
}

.den_mrx {
    float: right;
    width: 196px;
}

    .den_mrx .den_nameded > input {
        width: 120px;
    }

    .den_mrx .den_editad label {
        text-align: left;
        width: 130px;
    }

.srchdr.den_sp {
    margin-bottom: 10px;
}

.den_left.den_big {
    width: 340px;
}

    .den_left.den_big .den_editad select {
        width: 212px !important
    }

.de_drcr p {
    float: right;
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 30px;
}

.de_drcr {
    float: left;
    width: 85px;
}

.den_Leadger {
    float: left;
    margin-left: 10px;
}

    .den_Leadger.denw {
        width: 530px;
    }

.den_bigb {
    padding: 10px 0 0 10px;
}

.srchdr.den_down {
    margin-bottom: 10px;
}

.den_editad td {
    font-size: 12px;
}

.denpadi {
    padding: 0 10px;
}

.codecada.Den_adsearch {
    width: 120px;
}

.rowShow tr:first-child td {
    border-right: 1px solid#ccc
}

.den_charge {
    float: right;
    width: 280px;
}

    .den_charge strong {
        font-size: 13px !important;
        width: 170px !important;
        color: #666;
    }

    .den_charge p {
        text-align: left !important;
        width: 88px !important;
    }

.Transactioncharges li:nth-child(3) strong {
    color: #333;
    font-size: 14px !important;
    width: 170px !important;
}

.central {
    box-shadow: 0 0 4px #969696;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 94%;
    padding: 10px;
}

.edtbntn.den_savebtns {
    float: left;
}

.add_sp {
    float: right;
    margin: 0 25px 0 0px;
}

.denphot.posotion img {
    border-radius: 90px;
    float: none;
    margin: 0 auto;
    width: 110px;
}

a#imgTransfer {
    background: #383838;
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.den_sellerlogin {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 400px;
}

    .den_sellerlogin p {
        font-size: 12px;
        width: 180px !important;
    }

    .den_sellerlogin strong {
        font-size: 12px !important;
        height: 20px;
        overflow: hidden;
    }

    .den_sellerlogin.den_sell {
        height: 100px;
        position: relative;
        width: 100px;
    }

.contain_left ul {
    margin: 0;
    padding: 0;
}

.colore {
    font-size: 13px;
}

.colore {
    color: #cb1e27;
    cursor: pointer;
    padding: 6px;
    transition: all 0.3s ease 0s;
}

.codecada.onecoden.venderd.den_bank {
    width: 94%;
}

.tblResult td:last-child {
    border-right: 1px solid#dfdfdf;
}

.codecada.emil.search {
    width: 230px;
    margin-top: 20px;
}

.den_charge.den_width {
    width: 340px;
}

.col-sm-6 {
    height: 34px;
    width: 50%;
}

.codecada.emil > select {
    width: 140px;
}

.codecada.datsel select {
    width: 138px;
}

.codecada.emil.search.den_div > input {
    width: auto;
}

.den_paynow {
    position: absolute;
    right: 30px;
    top: 8px;
}

.den-col.den_col_summ {
    width: 100%;
}

.denb_line_block {
    overflow: hidden;
    padding: 0 0 8px;
}

.denb_line_block {
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    padding: 0 0 8px;
}

.srchdr.bder {
    border-bottom: 1px solid #e0e0e0;
}

.den_pan {
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 0 5px;
    color: #2b2b2b;
}

.UploadButton.myButton {
    padding: 10px;
    width: 150px;
}

.codecada.saecg.den_asp {
    margin-right: 0 !important;
}

.seller_graph.marq {
    margin: 0;
    line-height: 40px;
}

.Delivery_Address {
    padding: 0 0 0 10px;
}

.milde_body {
    border: 1px solid #cccccc;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
}

.credit {
    clear: both;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 10px 0 0;
}

.Note {
    color: #666;
    font-size: 12px;
    padding: 5px 0 0;
}

.megacod .codecada.datsel > label {
    display: inline-block;
    color: #3c3c3c;
    font-size: 12px;
    padding-bottom: 3px;
}

.codecada.saecg > label {
    height: 20px;
    display: inline-block;
}

.codecada.emil.search.mails {
    margin: 2px 0 0 7px;
}

    .codecada.emil.search.mails > label {
        width: 1000%;
    }

.total_name.aprowl {
    font-size: 20px;
    text-align: left;
}

.middle_sp img {
    width: auto;
    height: 80px;
}

#approval .col-xs-6.col-sm-6.den_sha {
    height: 220px;
    padding: 70px 0;
}

.middle_sp {
    text-align: center;
}

.sp_count {
    clear: both;
    display: block;
    font-size: 40px !important;
}

.total_name.aprowl {
    color: #25ae88;
}

.sp_count.vl {
    color: #25ae88;
}

.total_name.aprowl.erro_sp, .total_name.aprowl.erro_sp .sp_count {
    color: #d75a4a
}

.sp_month {
    margin: 5px 8px 0 15px;
    color: #383838
}
/* -----------------------Student----------------------------- css*/
.arrow-bg {
    background: url("../images/arow.png") no-repeat scroll 214px center rgba(0, 0, 0, 0);
}

.form-bg.rebo {
    border: 0 none;
}

.listing {
    border: 1px solid #ccc;
    border-radius: 60px;
    height: 120px;
    margin: 0 auto;
    width: 120px;
    overflow: hidden;
}

    .listing img {
        border: medium none;
        vertical-align: middle;
        width: 100%;
        overflow: hidden;
    }

.addalldata {
    margin: 40px auto;
    width: 400px;
}

.form-bg.rebo .boxing .title-top h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}

.oreport {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}

.nameusr {
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

#tblHistory tr:first-child td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

#tblHistory tr td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px
}

#divAmt {
    font-size: 16px;
    line-height: 26px;
}

    #divAmt span {
        border-top: 1px solid #ccc;
        clear: right;
        display: block;
        float: right;
        font-size: 18px;
        margin-top: 13px;
        overflow: hidden;
        padding-top: 5px;
        width: 100%;
    }

.rightsectond2 {
    clear: both;
    float: right;
    margin-top: 20px;
}

.paynoo {
    clear: both;
    display: block;
    float: right;
    font-size: 18px !important;
    height: 40px;
    overflow: hidden;
    padding: 13px !important;
    width: 40%;
}

.mdl.lasrde {
    width: 100%;
}

.rightsectond2 p {
    clear: both;
    padding: 15px 0 0;
}

.title-top.new {
    padding-bottom: 0;
}

    .title-top.new h2 {
        padding: 0;
    }

.pgrgt {
    float: left;
    line-height: 25px;
}

.Header_top.new {
    width: 100%;
}

.Attendance {
    width: 700px;
    margin: 2px auto 0 auto;
    padding-top: 10px;
}

.Header_bottom.new {
    padding: 9px;
    width: 99%;
}

.MainTableHeader.newregi > td {
    background-color: #9662c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
}

.MainTablebdr.newrefi {
    border: 0 none;
    padding: 0;
}

.attendst {
    background: none repeat scroll 0 0 #ffffff;
}

.MainTablebdr.newrefi {
    border: 0 none;
    padding: 0;
    width: 700px;
}

.dedmos {
    float: left;
    width: 530px;
}

.usname {
    float: left;
    width: 70%;
}

.cars {
    float: left;
    padding-right: 20px;
    width: 71px;
}

.spdright {
    float: right;
}

.fillur {
    float: left;
    padding-bottom: 3px;
    width: 100%;
}

.collage.colo > label {
    clear: both;
    display: block;
}

.selec1 {
    clear: none;
    float: left;
    margin-right: 15px;
    width: 47%;
}

    .selec1:last-child {
        margin-right: 0px;
    }

.font.border {
    box-shadow: 0 0 10px #ccc;
    margin: 80px auto;
    width: 500px;
    padding: 10px;
}

.btnstest {
    border-bottom: 4px double #ccc;
    clear: both;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 5px 0 14px 0;
    width: 100%;
}

.year > input {
    border: 0 none;
    height: 24px;
    text-align: center;
    width: 53px;
}

.den_left.den_cal {
    width: 150px;
}

.Office_close {
    float: left;
    padding: 5px 0 0;
}

.canaddds {
    margin: 0 auto;
    width: 1040px;
}

.den_monthcl {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #333;
    font-size: 13px;
    padding: 7px 0;
    text-transform: uppercase;
}

.den_editad.den_gen._denclose p {
    padding: 4px 0 0;
}

.den_editad.float > input {
    margin-right: 5px;
    width: auto;
}

.codecada.den_swap {
    width: 490px;
}

.den_all {
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
}

.dem_point {
    font-size: 12px;
}

.den_colcon {
    font-size: 16px;
}

    .den_colcon a {
        color: #25aaed
    }

.den_gree {
    float: left;
    color: #6bad00
}

.codecada.den_height {
    height: auto !important;
}

.leftdiv.den_pro {
    float: left;
    width: 330px;
    overflow: hidden;
}

    .leftdiv.den_pro .codecada {
        width: 367px;
    }

        .leftdiv.den_pro .codecada input {
            width: 146px;
        }

        .leftdiv.den_pro .codecada select {
            width: 169px;
        }

        .leftdiv.den_pro .codecada input[type="text"] {
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-right: 4px;
            margin-bottom: 10px;
            padding: 5px 3px;
            height: 20px;
            width: 162px;
            margin-top: 3px;
        }

.fancybox-wrap {
    top: 40px !important;
}

.leftdiv.den_pro .codecada label {
    width: 142px;
}

.content.new_denmix {
    float: none !important;
    margin: 7px auto !important;
    overflow: hidden;
    padding: 13px 0 0 !important;
    width: 669px !important;
}

.den_editad.den_doc {
    height: 60px;
}

.tdpad.Bank_info .den_editad label {
    width: 110px
}

.tdpad.Bank_info .den_agency {
    width: 276px;
}

.tdpad.Bank_info .den_editad > input {
    width: 140px;
}

.btmbdr {
    cursor: pointer
}

.Intermideate_back {
    float: left;
}

.bank_info_d {
    border-bottom: 1px dashed #cccccc;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 6px;
}

.hdc.listmin {
    position: relative;
}

    .hdc.listmin .actionbtn {
        position: absolute;
        right: 12px;
        top: 6px;
    }

.actionbtn li {
    float: left;
}

    .actionbtn li a {
        border: 1px solid #cb1e27;
        float: left;
        font-size: 14px;
        margin: 0 0 0 3px;
        padding: 3px;
        color: #25aaed
    }

.fa-trash {
    color: red;
}

.conde .fa-download {
    color: #25aaed
}

.tblResult.pivcode {
    margin: 7px 0;
    overflow: hidden;
    padding-bottom: 10px;
}

.btnUpdateAllLoc {
    margin: 10px;
}
/* -----------------------Test series----------------------------- css*/

.Registration_Series {
    background: none repeat scroll 0 0 #ffffff;
    padding-top: 20px;
}

.Update_Package {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 2px solid #cccccc;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    width: 100%;
}

    .Update_Package table {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin-right: 25px;
        width: 400px;
    }

    .Update_Package a {
        color: #Ff0000 !important;
        transition: all 0.3s ease 0s;
    }

.collectionbtn {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
    text-align: right;
}
/*.collectionbtn input[type="button"]:disabled {
        background-color: #cccccc !important;*/ /* light grey */
/*border: 1px solid #999999 !important;
        color: #666666 !important;
        cursor: not-allowed;
        opacity: 1;*/ /* remove Bootstrap default opacity if any */
/*}*/
.midbg {
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    padding-bottom: 5px;
}

.ms-choice {
    width: 283px !important;
}

.fonrs {
    float: left;
    margin-right: 10px;
}

.linkadd {
    float: left;
}

.addcata {
    border-bottom: 1px dashed #ccc;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

.linkadd > a {
    border: 1px solid #25aaed;
    display: inline-block;
    padding: 7px 20px;
    color: #25aaed
}

.displaycss a .fonrs {
    color: #25aaed;
    float: right;
}

.sroni > input {
    padding: 7px 25px !important;
    text-align: left;
    width: 311px;
}

.tressc {
    float: left;
    position: relative;
}

.refresh {
    position: absolute;
    top: 0;
}

.tressc > input {
    padding: 10px 30px !important;
    text-align: left;
    width: 300px;
}

.refresh {
    color: #fff;
    left: 10px;
    position: absolute;
    top: 8px;
    z-index: 9;
}

.sinks {
    box-shadow: 0 0 5px #ccc;
    margin: 40px auto;
    overflow: hidden;
    padding: 0 10px 10px;
    width: 370px;
}

.titlesen h2 {
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    margin-bottom: 7px;
    padding-bottom: 8px;
}

.sroni span {
    font-size: 12px;
    color: #000;
}

.comma {
    border-bottom: 1px dashed #ccc;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

#ddltextsearch, #ddlButton {
    width: 107%;
}

.txtSaveU {
    float: right;
    margin-top: 10px;
}

.txtQuesris {
    float: left;
    width: 420px;
}

#mainD input {
    padding: 2px 4px;
}

#mainD select {
    width: 102%;
}

.adnewoption {
    margin-left: 20px;
    width: 170px;
    position: relative;
}

.textopti {
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

.adpng {
    float: left;
    position: absolute;
    right: -35px;
}

.textopti input {
    width: 230px;
}

.adpng .addons li {
    height: 23px;
}

.txtQuesris input {
    width: 468px;
    height: 21px;
}

.addntns {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 11px;
    padding: 7px 15px;
    text-align: right;
}

.addintry {
    padding-left: 23px;
    width: 155px;
}

.addons.none {
    display: none;
}

.mecebtro select {
    width: 100%;
}

#tblupload td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 4px;
}

    #tblupload td:last-child {
        border-right: 1px solid #ccc;
    }

.TextBoxStyle.stue {
    width: 49px !important;
}

.TextBoxStyle.fstname {
    width: 81px;
}

.Mandatory {
    color: #ff0000;
}

.apayamount {
    font-size: 17px;
    color: #25aaed
}

.den_pdr img {
    width: 100% !important;
}

.btncon {
    border: 1px solid #cb1e27;
    float: right;
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 0;
    text-align: center;
    width: 120px;
    border-radius: 5px;
    background: #cb1e27;
    color: #ffffff !important;
    clear: both;
}

th input#btnReject_2 {
    background: #f15122;
    border: 1px solid #f15122;
}

.btncon > a {
    color: #ffffff;
}

.rowShow tr:first-child td {
    background-color: #afafaf !important;
    border-left: 0 none;
    color: #ffffff;
    text-align: center;
}

.rowHide {
    display: none;
}

.rowShow {
    height: 100px;
    display: table-cell;
}

.code {
    box-shadow: 0 0 5px #666666;
    float: left;
    margin: 30px 0 30px 20px;
    overflow: hidden;
    padding: 10px;
    width: 1535px;
}

.code12 {
    border-bottom: 4px double #cccccc;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.code1 {
    border-right: 1px solid #cccccc;
    float: left;
    min-height: 150px;
    overflow: auto;
    padding-right: 10px;
    width: 180px;
    position: relative;
}

.coden {
    color: #000000;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 150px;
    width: 100%;
}

.codennnn {
    float: left;
    width: 307px;
}

.codennnnfxs {
    border-right: 1px solid #cccccc;
    float: left;
    margin-left: 10px;
    padding-right: 10px;
    width: 670px;
    position: relative;
}

.clearbxjh {
    position: absolute;
    right: 9px;
    top: -5px;
}

    .clearbxjh.vsp {
        right: 63px;
    }

    .clearbxjh > a {
        border: 1px solid #333333;
        color: #333333;
    }

.code a {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #01acf1;
    border-radius: 2px;
    line-height: 25px;
    color: #01acf1;
    display: inline-block;
    font-weight: 400;
    margin: 5px 0;
    padding: 1px 10px;
}

.Transactioncharges li p {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 14px 0 0;
    padding: 0;
    text-align: right;
    width: 310px;
}

#tblCookies tr:first-child td {
    background-color: #818181 !important;
    border-left: 0 none;
    color: #ffffff;
    text-align: center;
}

.saled {
    float: right;
}

.Notes > strong {
    display: inline-block;
    padding: 5px 0;
}

.Transactioncharges {
    float: right;
    width: 500px;
}

.addto.pro.adcart {
    clear: both;
    overflow: hidden;
}

.Transactioncharges span {
    float: left;
    font-size: 15px;
}

.Transactioncharges ul {
    clear: both;
    overflow: hidden;
}

    .Transactioncharges ul li {
        overflow: hidden;
        padding-bottom: 6px;
        white-space: nowrap;
    }

.fancybox-wrap {
    top: 40px !important;
}

.prductad {
    width: 86%;
    float: left;
}

.Transactioncharges li strong {
    float: left;
    font-weight: 600;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: right;
    width: 310px;
    font-size: 18px;
}

.Transactioncharges li:nth-child(2) {
    border-bottom: 1px dashed #ccc;
}

.Transactioncharges spam {
    font-size: 16px;
    float: left;
}

.paidHistory > a {
    border: 1px solid #25aaed;
    display: inline-block;
    font-size: 14px;
    padding: 5px 25px;
    color: #fff;
    background: #25aaed;
    transition: all 0.3s ease 0s;
}

    .paidHistory > a:hover {
        background: #006aad;
        border: 1px solid #006aad
    }

.paidHistory {
    margin-top: 14px;
    float: right;
    margin-right: 10px;
}

.Itemteb {
    box-shadow: 0 0 5px #ccc;
    margin: 8px auto 0 !important;
}

.texarea {
    width: 756px;
    text-align: left;
    padding-left: 20px;
}

.savesuccs {
    float: none;
    margin: 39px auto;
    width: 116px;
}

    .savesuccs > span {
        color: #3ea500;
    }

.Transactioncharges.leftamt {
    float: none;
    width: auto;
}

.maindiv {
    margin: 20px auto;
    padding: 5px;
}

.codecada.onecoden {
    height: auto;
    width: 250px;
    margin: 7px 0 10px;
}

    .codecada.onecoden > input {
        border-radius: 5px;
        float: left;
        width: 60%;
    }

    .codecada.onecoden > label {
        color: #333;
        font-size: 12px;
        font-weight: normal;
    }

    .codecada.onecoden > select {
        border-radius: 0;
        padding: 2px 5px;
        margin: 0 1px;
    }

    .codecada.onecoden.venderd > input {
        width: 88%;
    }

.codecada.downstape {
    width: 100%;
}

.Shippingcast {
    border-bottom: 1px dashed #ddd;
    clear: both;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 0;
    font-size: 12px;
}

.codecada.downstape label li strong {
    display: inline-block;
    margin-right: 0px;
    text-align: right;
    width: 80px;
}

.codecada.downstape li {
    padding-bottom: 5px;
    font-size: 12px;
    display: flex;
}

.codecada.downstape label {
    padding: 0;
}

.codecada.downstape {
    width: 450px;
    float: left;
    height: auto;
}

.savebtn {
    border-top: 4px double #ccc;
    clear: both;
    padding: 10px 0 0;
}

    .savebtn > input {
        padding: 5px 30px !important;
    }

.codecada.downstape li input {
    margin: 3px 5px 0px
}

.rowShow {
    -webkit-transition: 1s bottom, 4s 1s left cubic-bezier(0,1,1,1);
    -moz-transition: 1s bottom, 4s 1s left cubic-bezier(0,1,1,1);
    -o-transition: 1s bottom, 4s 1s left cubic-bezier(0,1,1,1);
    transition: 1s bottom, 4s 1s left cubic-bezier(0,1,1,1 );
}

.dentlog ul li strong {
    text-transform: capitalize;
    color: #666;
    float: left;
    font-size: 13px;
    text-align: right;
    width: 170px;
    margin-right: 10px;
}

.dentlog ul li p {
    float: left;
    margin: 0;
    padding: 0;
    width: 260px;
}

.dentlog ul li {
    overflow: hidden;
    padding-bottom: 5px;
}

.srchdr > p {
    color: #999;
    font-size: 11px;
    margin: 4px 0 0;
    padding: 0;
}

.edtbntn {
    float: right;
    margin-right: 20px;
    margin-right: 20px;
}

    .edtbntn a {
        border: 1px solid #00b537;
        display: block;
        float: right;
        padding: 6px 16px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        background: #00b537;
        border-radius: 5px;
        margin-right: 20px;
    }

.dentlog ul {
    clear: both;
    overflow: hidden;
}

    .dentlog ul li p img {
        border: 1px solid #ccc;
        padding: 5px;
    }

.dentlog.newlo ul li strong {
    width: 200px;
}

.calcle {
    overflow: hidden;
    padding-bottom: 10px;
}

    .calcle input[type="button"] {
        float: right;
    }

    .calcle input[type="text"] {
        width: 98%;
    }

.respic {
    border-radius: 130px;
    height: 80px;
    text-align: center;
    width: 80px;
}

    .respic img {
        width: 100%;
    }

.picimg {
    clear: both;
    padding-left: 130px;
}

.codecada.saecg.ssig {
    width: auto;
}

.leftdiv .codecada {
    width: 320px;
}

.mecebtro.maybo {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
}

    .mecebtro.maybo label {
        float: left;
        text-align: right;
        width: 180px;
        margin-right: 4px;
    }

    .mecebtro.maybo select {
        float: left;
    }

    .mecebtro.maybo .codecada > input {
        float: left;
    }

    .mecebtro.maybo .leftdiv .codecada {
        height: 35px;
        width: 440px;
    }

.yeswid {
    float: none !important;
    margin-left: 20px;
    text-align: left;
    width: 10px !important;
}

.mecebtro.maybo .leftdiv .codecada textarea {
    min-height: 60px;
    resize: none;
    width: 278px;
}

.dicrpition {
    clear: both;
    margin-top: 2px;
    padding: 10px 0 0;
}

.codecada.hidisc {
    height: 80px !important;
}

.den_close {
    clear: both;
    overflow: hidden;
    padding: 10px 0 11px;
}

#toggle {
    clear: both;
    overflow: hidden;
}

    #toggle .content {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin-bottom: 1px;
        padding: 10px 0;
        width: 100%;
    }

    #toggle > h3.active, #toggle > h3.active i {
        background: #333 url("../images/rightaavv.png") no-repeat scroll right center;
        border: 1px solid #333;
        color: #ffffff;
        width: 98%;
    }

    #toggle > h3 {
        margin-top: 4px;
        background: #048cbe url("../images/rightaa.png") no-repeat scroll right center;
        border: 1px solid #cb1e27;
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        padding: 4px;
        text-transform: capitalize;
        width: 98%;
    }

.dicrpition {
    border-bottom: 4px double #ececec;
    clear: both;
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
}

.leftwindow.positiom .onecoden > select {
    width: 200px;
}

.topmarge {
    clear: both;
    margin-top: 10px;
}

.onecoden {
    float: left;
    margin-right: 12px;
    overflow: hidden;
}

.addons li, #contain_left li {
    border: 1px solid #cb1e27;
    color: #333;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}

.codecada.onecoden.venderd {
    height: auto;
    margin: 0 0 10px;
    padding: 7px 0;
    width: 250px;
}

    .codecada.onecoden.venderd h4 {
        color: #2b2b2b;
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

.den_rema label {
    float: left;
    font-size: 12px;
    margin: 10px 7px 0 0;
    width: 70px;
}

.den_rema > input {
    float: left;
    width: 70%;
}

.actionico.den_action {
    float: left;
    width: 70px;
}

.den_rema {
    margin: 15px 0 5px;
    overflow: hidden;
}

.den_delete {
    color: #25aaed;
    font-size: 14px;
    cursor: pointer;
}

    .den_delete .fa-trash-o {
        color: red;
    }

    .den_delete .fa-pencil {
        color: green;
    }

.den_agency.den_class {
    margin: 20px auto;
    width: 664px;
}

.den_agency.den_commintion {
    clear: both;
}

.codecada.saecg.top {
    height: 27px;
    margin-top: 25px;
}

.buttonstyled {
    width: auto;
}

.buttonstyledsm {
    width: 14px;
    height: 14px;
}

.zoomdetails strong {
    float: left;
    font-size: 11px;
    margin-right: 5px;
    text-align: right;
    width: 100px;
}

.denreturn {
    height: 30px;
}

.den_return {
    float: right;
    font-size: 13px;
    margin-top: 0px;
    min-height: 25px;
    overflow: hidden;
    padding-bottom: 10px;
    text-transform: capitalize;
}

    .den_return li {
        width: 100px !important;
        float: left;
    }

    .den_return a {
        border: 1px solid #3fb4fb;
        color: #00448b;
        display: block;
        margin-right: 0;
        padding: 6px 10px;
        text-transform: uppercase;
    }

.den_cancle {
    float: left;
    margin: 2px 10px 0 0;
}

#lblStatus {
    color: #74bb00;
    font-size: 15px;
    font-weight: bold;
}

.den_resuete {
    float: left;
    margin-right: 10px;
    width: 424px;
}

.pan {
    border-bottom: 1px solid #b5b5b5;
    overflow: hidden;
}

.den_resuete > input {
    padding: 2px 5px;
    float: left;
    width: 332px;
    font-size: 12px;
}

.den_resuete > select {
    float: left;
    padding: 2px 5px;
    width: 258px;
}

.den_resuete > label {
    float: left;
    margin-right: 8px;
    padding: 0;
}

.den_resuete.sub_den {
    width: 110px;
}

    .den_resuete.sub_den > input {
        width: 110px;
        font-size: 14px;
    }

.cancle_den {
    background: #25aaed;
    color: #fff !important
}

.den_select_tr {
    background: #f8f8c9 none repeat scroll 0 0 !important;
}

.den_itemde {
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    padding: 6px 0;
    font-weight: bold;
}

.den_hnd img {
    border: 1px solid #ccc;
    margin: 2px 0;
    width: 100%;
}

.den_item_details ul {
    padding: 0;
}

    .den_item_details ul li {
        font-size: 12px;
        font-weight: bold;
    }

.den_item_details {
    padding: 5px 0;
}

    .den_item_details ul li p {
        float: left;
        font-weight: normal;
        margin-right: 2px;
        padding: 0;
    }

.den_picipadd strong {
    clear: both;
    display: inline;
    overflow: hidden;
    width: 100%;
}

.den_resuete.Cancellation select {
    width: 200px !important;
}

.den_resuete.Cancellation {
    width: 360px;
}

.den_replace.deb_ccl {
    overflow: hidden;
    padding: 15px 0 0;
    text-transform: capitalize;
}

.den_text_area {
    overflow: hidden;
    padding: 0 0 10px;
    width: 662px;
}

.Requset {
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
    margin-bottom: 7px;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #666;
}

.den_replace.deb_ccl.ddl {
    padding-bottom: 10px;
}

.bankde .den_resuete {
    height: 30px;
    width: 327px;
}

.bankde {
    overflow: hidden;
}

    .bankde .den_resuete label {
        text-align: end;
        width: 100px;
    }

.den_replace.deb_ccl.ddl .den_resuete.Cancellation > label {
    text-align: end;
    width: 100px;
}

.bankde .den_resuete input {
    width: 210px;
}

.den_resuete.sub_den.den_subden {
    float: right;
    margin-right: 170px;
}

.codecada.emil.densm > input {
    float: left;
    width: auto;
}

.codecada.emil.densm p {
    float: left;
    font-size: 12px;
    margin-right: 3px;
}

.codecada select {
    width: 208px;
}

.den_bank {
    width: 680px !important;
}

.den_disc_save {
    float: left;
    text-align: center;
    width: 720px;
}

.den_qunt > input {
    width: 60px !important;
}

.den_qunt {
    float: left;
}

.den_bess > select {
    width: 83px !important;
}

.saveal > input {
    width: auto !important;
    float: right;
    padding: 6px 15px !important;
}

.saveal {
    width: 302px;
}

.seller_details ul {
    margin: 0;
    padding: 0
}

    .seller_details ul li {
        border: 1px solid #ccc;
        box-shadow: 0 0 6px #ddd;
    }

.den_totalicon {
    float: left;
    width: 100px;
}

.den_rd p {
    float: left;
    font-size: 49px;
    margin: 0;
    padding: 7px 0 0;
    color: #666;
}

.den_seldro select {
    width: 200px;
    padding: 5px 8px;
}

.den_totalicon i {
    background: linear-gradient(to right, #089bab 0%, #0db5c8 100%) !important;
    padding: 5px;
    border-radius: 50px;
    font-size: 26px;
    align-items: center;
    width: 45px;
    height: 45px;
    line-height: 35px;
}

.topmarge.den_mimmum {
    color: #ff0000;
    margin: 0 0 11px;
    text-align: center;
}

.col-xs-6.col-sm-3.den_sha .totla_sel {
    height: 125px;
    border: 1px solid #ecebeb;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px
}

/* -----------------------Loading css----------------------------- css*/
.LoadingOfPageDiv {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    background-color: Black;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 100;
    background-position: center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.lodingParentElement {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.alwaysCenterVerticallyHorizontally {
    width: 200px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin: -75px 0 0 -135px;
    background-color: #ffffff;
    box-shadow: 0 0 47px #FFF;
    border-radius: 4px;
}

.onPageLoader {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    background-color: Black;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 100;
    background-position: center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.label {
    text-align: right;
}

.codecada.datsel {
    height: 50px;
    width: 140px;
    margin-bottom: 10px;
}

    .codecada.datsel.den_Days {
        width: 50px;
    }

        .codecada.datsel.den_Days input {
            width: 90%;
        }

.den_cal {
    width: 82px;
    height: 25px;
    float: left;
}

.den_rightsave {
    float: right;
    margin-right: 33px;
}

.total_detals {
    float: left;
    width: 52%;
}

.total_name {
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 11px 6px;
    width: 100%;
    color: #383838;
}

.highcharts-title tspan {
    font-size: 15px;
}

.highcharts-contextmenu hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.seller_details {
    padding: 10px 0;
}

.codecada.saecg {
    width: 50px;
     margin-top: 3px;
}

.seller_graph {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 6px #dddddd;
    margin: 0 0px 10px 0px;
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
}

.tabel_details .total_name {
    margin: 0 0 12px;
}

.den_totalicon {
    font-size: 40px;
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
}

.den_seldro {
    clear: both;
    float: left;
    position: absolute;
    right: 25px;
    top: 8px;
}

.edtbntn.den_savebtns > input {
    font-size: 14px;
    padding: 10px !important;
    width: 130px;
}

.den_ssrtbl {
    clear: both;
    margin-top: 12px;
}

.allbids.den_bid li {
    float: left;
    margin: 0 0 4px 4px;
}

.den_masst {
    position: relative;
}

.den_newbtn {
    position: absolute;
    right: 0;
    top: 0;
}

    .den_newbtn a {
        background: #25aaed none repeat scroll 0 0;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        padding: 5px 16px;
    }

.fa_ed {
    color: #25aaed;
    font-size: 15px;
}

.den_slpa {
    float: left;
    overflow: hidden;
    width: 101%;
}

.seller_dashboared {
    overflow: hidden;
    width: 100%;
}

.den_lbl p b {
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    text-align: right;
    width: 70px;
}

.den_picadd a {
    background: #25aaed none repeat scroll 0 0;
    border: 1px solid #25aaed;
    color: #fff;
    float: right;
    margin: 0 52px 0 0;
    padding: 7px;
    text-align: center;
    width: 80px;
}

.den_editad.lblname > label {
    width: 0;
}

.den_editad.lblname > input {
    padding: 1px !important;
}

.den_sha {
    background: #ffffff none repeat scroll 0 0;
    /*border: 2px solid #cccccc;*/
}

    .den_sha:nth-child(1) {
        /*border-left:1px solid#ccc*/
    }

.col-xs-6.col-sm-3.den_sha .primaryc {
    background: linear-gradient(to right, #e3fcff, #0badbf87) !important;
}

.col-xs-6.col-sm-3.den_sha .secondaryc {
    background: linear-gradient(to right, #fcecec, #fac1c1) !important;
}

.col-xs-6.col-sm-3.den_sha .thirdc {
    background: linear-gradient(to right, #aaddbb69, #62bd80e6) !important;
}

.col-xs-6.col-sm-3.den_sha .forthc {
    background: linear-gradient(to right, #e5f6fab3, #00ccff) !important;
}

.col-xs-6.col-sm-3.den_sha .fifthc {
    background: linear-gradient(to right, #ffe1f6, #fb64cc) !important;
}

.col-xs-6.col-sm-3.den_sha .sixthc {
    background: linear-gradient(to right, #fcf4ee, #fba66b) !important
}

.codecada.saecg {
    width: 50px;
}

.bottom_space {
    clear: both;
    overflow: hidden;
}

.childTable {
    box-shadow: 0 0 5px #cccccc;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    width: 706px;
}

.persongdiv li {
    float: left;
    border: 1px solid #cccccc;
    color: #000000;
    display: block;
    margin: 0 0 0 3px;
    padding: 8px 8px 6px;
    text-decoration: none;
}

.leadger_d {
    color: #383838;
    box-shadow: 0 0 5px #cccccc;
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    width: 706px;
}

.den_agency.adress {
    border: 1px solid #cccccc;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.persongdiv ul {
    float: left;
    margin: 0 0 0 -3px;
    padding: 0;
}

.activetion {
    background: #4285f4;
    border: 1px solid #4285f4 !important;
}

    .activetion a {
        color: #fff
    }

.Criteria {
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.Locationbtn {
    margin: 0;
    padding: 0;
}

.btnUpdateAllLoc.den_bnt {
    margin: 5px 8px;
}

#divLocation > a {
    border: 1px solid #cb1e27;
    display: block;
    margin: 0 2px 4px 4px;
    padding: 5px;
    text-align: center;
    width: 101px;
    color: #cb1e27;
    border-radius: 5px;
}

.allsave.btned {
    clear: both;
    float: right;
    margin: 5px 25px 0 0;
    overflow: hidden;
}
/*.codecada.emil.search {width: 210px;}*/
.body_pdi {
    padding-bottom: 300px
}

.addre_delivery {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.Great_Thoughts {
    font-weight: bold;
    padding: 21px 9px;
}

.centrsave.Business > a {
    background: #25aaed none repeat scroll 0 0;
    border: 1px solid #25aaed;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 8px !important;
    position: relative;
    border-radius: 5px;
    transition: all 350ms ease-out 0s;
}

#divSelectedLocation {
    padding: 7px 14px;
    text-align: left;
}

.cevtro_cen {
    margin: 0 auto;
    width: 100%;
}

.Product_section {
    border-bottom: 1px dashed #cccccc;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0;
    cursor: pointer;
}

.fa_icon {
    float: right;
    font-size: 18px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 3px 0 4px;
    text-align: center;
    width: 100px;
}

.sen_del {
    margin: 0 5px 0 0;
    float: right;
    line-height: 23px;
}

form {
    padding: 0 0 0 5px;
}

.asd {
    margin: 4px 3px 0 0 !important;
}

input:disabled {
    background-color: lightgray;
}

@media only screen and (min-width: 739px) {
    body {
        margin: 0;
        padding-bottom: 2px;
    }

    .mdl_bdr {
        float: left;
        padding: 0 0 0 2px;
        width: 99%;
    }

    .total_name {
        border-bottom: none;
        color: #383838;
        font-size: 16px;
        padding: 4px 11px 6px;
        width: 100%;
    }

    .contain_left {
        width: 100%;
    }

    .codecada {
        float: left;
        margin-right: 5px;
        width: 150px;
    }

        .codecada select {
            width: 150px;
        }
}

@media only screen and (min-width: 800px) {
}


@media only screen and (min-width: 1024px) {
    .prductad {
        width: 72%;
    }
}

@media only screen and (min-width: 1600px) {
    .prductad {
        width: 83%;
    }
}

@media only screen and (min-width: 1920px) {
    .prductad {
        width: 84%;
    }
}


/* -----------------------All Resolation----------------------------- css*/


/* -----------------------All Resolatio
















@media only screen and (min-width: 1600px){
.seller_graph img { float: left;  width:50%;}
.codecada.saecg {  width: 100px;}
.den_totalicon { height: 70px; width: 70px;  }
.den_slpa { width: 102%;}
 
}


@media only screen and (min-width: 1500px){
.prductad {width: 69%;}
.codecada { height: 50px;width: 194px;}
.codecada select { width: 190px;}
.maindiv{ min-height:400px;}
.total_detals { float: left;  width: 60%;}
.den_slpa { width: 100%;}
.den_seldro { right: 12px;}
 
}

@media only screen and (min-width: 1400px){
.prductad {width: 69%;}
.codecada { height: 50px;width: 194px;}
.codecada select { width: 190px;}
.maindiv{ min-height:400px;}
.total_detals { float: left;  width: 60%;}
.den_slpa { width: 102.5%;}
.den_seldro { right: 12px;}
 
}

@media only screen and (min-width: 1366px){

.prductad {width: 69%;}
.codecada { height: 50px;width: 194px;}
.codecada select { width: 190px;}
.maindiv{ min-height:400px;}
.total_detals { float: left;  width: 60%;}
.den_slpa { width: 102.5%;}
.den_seldro { right: 12px;}


}



@media only screen and (min-width: 1280px){
  .den_slpa { width: 105.4%;}
 .codecada.onecoden.venderd { width: 225px;}   
.codecada.onecoden.venderd > input {width: 210px;}
.codecada.saecg {  width: 80px;}
.codecada.emil.search.den_div {width: 80px;}
.megacod{ min-height: 60px;}
.codecada.onecoden { width: 225px;}
.codecada.onecoden > input { width: 148px;}
.codecada.onecoden.den_missmatch > input { width: 165px;}
.den_cal {float: right;width: 46px;}
.codecada.downstape { float: left;  width: 423px;}
.codecada.Den_adsearch { width: 60px;}
.codecada.saecg { margin-top: 0;}
.den_resuete > input { width: 252px;}
.den_resuete > select {  width: 175px;}
.den_resuete {  width: 340px;}
.maindiv, .denzoom { width: 930px;}
}

@media only screen and (min-width: 1100px)
{
.bottom_space {clear: both;overflow: hidden;}
    
    }

@media only screen and (min-width: 1024px){

.codecada.onecoden.venderd { width: 200px;}
.codecada.onecoden.venderd > input { width: 185px;}
.codecada.onecoden { width: 203px;}
.codecada.onecoden > input { width: 134px;}
.den_rd p {font-size: 40px; }
.collage.colo { width: 179px;}
.collage { width: 130px;}
.left-div {margin-top: 17px; width: 153px;}
.collage.trans {  width: 130px;}
.prductad{ width:53%;}
.savesuccs { float: none; margin: 10px auto; width: 130px;}
.savesuccs > span { color:#3ea500;}
.texarea {text-align: left; width: 700px;}
.mdl { margin: 0;}
.codecada.downstape { width: 416px;}
.codecada.downstape {  width: 396px;}
.codecada.downstape label li strong { width: 53px;}
.codecada.datsel { width: 128px;}
.bottom_space {}


}
@media only screen and (min-width: 900px)
{
    
.codecada.downstape label li strong {
    
    width: 60px;
}
.maindiv {width: 860px;}  
.bottom_space {}    
.codecada.downstape {float: left;width: 410px;}
    
    }




n----------------------------- css*/


.TopHeader .navbar-nav .dropdown ul li a {
    font-size: 17px;
    line-height: 20px;
}

.colore:hover {
    color: #fff;
    cursor: pointer;
}
