/*===================*/
/*=== Fonts ===*/
/*===================*/
@font-face {
    font-family: 'Century Gothic';
    src: url('css/century_gothic.eot');
    src: url('css/century_gothic.eot?#iefix') format('embedded-opentype'), url('css/century_gothic.svg#Century Gothic') format('svg'), url('css/century_gothic.woff') format('woff'), url('css/century_gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
    line-height:1;
    margin: 0px;
    text-transform: capitalize;
    font: 12px "Century Gothic";
    font-size:12px;
    font-family: "Century Gothic";
    color:#333;
    padding-bottom: 100px;

}
.navbar{
        background: white;
    border-top: 5px solid #03948f;
    padding: 0rem 0rem !important;
    border-bottom: 1px solid #eee;
}
/*body:first-letter{
    text-transform:capitalize;
}*/

table{
    border-collapse: collapse;
    vertical-align: top;
    font-size:12px;
}
p {
    margin: 0 0 10px;
}
h1{
    font-size: 38px !important;
    line-height: 40px !important;
    margin-bottom: 5px !important;
    display: inline-block;
    font-weight: 300;
    margin-top: 0;
    text-align: left;
}

#canvas{
    width: 99%;

    float: left;

    padding: .5%;
    background: #fff;
    display: table-cell;

}

#canvas th{
    vertical-align: top;
}
/*table {
    border-collapse:separate;
    border-spacing:0;
}*/
caption, th, td {
    text-align:left;
    font-weight:normal;
}
.dataView table td{
    text-align: center;


}
/* HTML5 tags */
/*header, section, footer,
aside, nav, article, figure {
    display: block;
}*/


a, a:visited {

    text-decoration:none;
}
a:hover, a:active {
    color:#000;
    text-decoration:none;

}
.success {
    color: green;
}
.danger {
    color: red;
}
.warning {
    color: yellow;
}
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper {
    width: 80%;

}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
    clear:both;
}
.bodywrapper{
    width: 100%;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {

    color: black;
    margin: 0;
    padding: 0;
    font-weight:bold;
}
h1{
    font-size: 24px;
    color: black;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 22px;
    color: black;
    margin: 0;
    padding: 0;
}
h3{
    font-size: 20px;
    color: black;
    margin: 0;
    padding: 0;
}
h4 {
    font-size: 18px;
    color: black;
    margin: 0;
    padding: 0;
}
h5{
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0;
}
h5{
    font-size: 14px;
    color: black;
    margin: 0;
    padding: 0;
}
div.header{
    width:100%;
    padding: 0px 0px 0px 0px;
    color:black;
    border-top: 10px solid #03948f;
    font-size:14px;
    background: #fff;

}
.header .head{
    text-align: right;
    vertical-align: baseline;
    font: bold 17px 'Century Gothic';


}
.header ul{

    list-style: none;

    font-size: 12px;
    text-align: right;
    color: black;
    margin: 5px;
}
.header ul li{
    list-style: none;
    display: inline;
    padding: 5px;
}
.header ul li a{
    color: black;
    font-size: 12px;
    font-weight: normal;
}
.header ul li a:hover{
    color: #F0623E;
    text-decoration: underline;
}
.verticalalighntop{
    vertical-align: top;
}


a:hover{
    cursor: pointer;
}
.dhead td{
    background-image: -moz-linear-gradient( top,  #444343 0% ,  #797676 100%  );
    background-image: -webkit-gradient( linear, 0  0% , 0  100% , from( #444343 ), to( #797676 ) );
    color:#ffffff;
    text-align:center;

}
.top{
    width:100%;
    background:#fff;
    color:black;text-align:right;
    text-overflow: ellipsis;
    font-weight: bold;
    height: 37px;
    font-size: 11px;
}
.top a{
    color:#D8DFEA;
    text-overflow: ellipsis;
    font-weight: bold;
    text-decoration: none;
}
.toproundtab
{
    background:#ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color:#3B5998;
    padding:3px 8px;
    display:inline-block;
    cursor:pointer;
}
.toproundtab a
{
    color:#3B5998;
    text-decoration:none;

}
.percent{
    width:99%;
    background:#ffffff;
    border:1px #eee solid;
}

.awesome{
    color:#ffffff;
    font-size:42px;
    font-weight:bold;
    text-align:left;
}
.even{
    background:#eee;
}
.odd{
    background:#fff;
}
.odd td{
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 10px;
}
.even td{
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 10px;
}
th{
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

/*===================*/
/*=== Menus ===*/
/*===================*/
.menuItem{
    padding:3px 5px 3px 5px;
    background:#3B5998;


    border-radius:5px;

    color:#ffffff;

    font-size:12px;
    text-align:center;

}
.menubar{
    background:url(images/menu_bg.jpg) repeat;
    width:100%;
}
/*
nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {

    list-style: none;
    position: relative;
    margin:0px;
    padding: 0px;
}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li {
    float: left;
}
nav ul li:hover {

}
nav ul li:hover a {
    color: #02cc01;
}

nav ul li a {
    display: block;
    padding: 17px 10px 17px 10px;
    color: #000 ;
    text-decoration: none;
}
nav ul ul {
    background: #e56207;
    border-radius: 0px;
    padding: 0;
    position: absolute; top: 100%;
    border-bottom: 5px solid #306835;
    border-left: 1px solid #306835;
    border-right: 1px solid #306835;
    border-radius: 0px 0px 10px 10px;
    z-index: 9999;
}
nav ul ul li {
    float: none;
    position: relative;
}
nav ul ul li a {
    padding: 0px 30px;
    color: #fff !important;
    line-height: 33px;
    font-size: 12px !important;
    font-weight: bold;

}
nav ul ul li a:hover {
    background: #4b545f;
    color: #fff!important;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
    border-radius: 0px;
}

nav ul ul ul li a{
    padding: 0px 30px;
    color: #fff !important;
    line-height: 33px;
    font-size: 12px !important;
    font-weight: bold;
    width: 100px;
}*/
/* code for left navigation*/


#firstpane{
    border-top: 1px solid #ccc;
}
/*.menu_head {
    padding: 8px 4px 8px 4px;
    color:#000000;
    cursor: pointer;
    margin:0px;
    background: url(images/table_heading_bg.jpg) left -5px repeat #ccc;
    border: 1px solid #ccc;
    border-top: none;
    text-shadow: 1px 1px 0px #fff;
    font: bold 13px 'Century Gothic';
    color: #000;
    text-shadow: 1px 1px 0px #fff;
}
.menu_body {
    display:none;
    width: 100%;
    text-shadow: 0 1px 0 #606060;
    padding: 0px 0px 0px 0px;
}
.menu_body a{

    display: block;
    color:white;
    font: bold 12px 'Century Gothic';
    background:#606060;
    padding: 6px 4px 6px 4px;
    text-decoration:none;
    text-shadow: 0 1px 0 #333;
}
.menu_body a:hover{
    background: url(images/table_heading_bg.jpg) left -5px repeat #ccc;
    color: #5A5858;
    text-decoration:none;
    text-shadow: 0 1px 0 #fff;

}
===================
=== Meus End ===
===================
.vtop{
    vertical-align:top;
}
.vtop td
{
    vertical-align:top;
}
.center,.center td
{
    text-align: center;
}
.left,.left td
{
    text-align: left;
}
.right,.right td
{
    text-align:right;
}*/



/* -----------------
------ Buttons ------
------------------*/

.deletebtn,.actionbtn{
    background: url(images/table_heading_bg.jpg) top repeat-x #ccc;
    padding: 2px 5px;
    color: #000;
    border: 1px solid #ccc;
    margin: 5px;
    display: inline-block;
}

.actionbtn:hover,.deletebtn:hover{
    text-shadow: 1px 1px 0px #fff;
    background: #f4f4f4;
    padding: 2px 5px;

    color: #000;
    border: 1px solid #ccc;
}
.deletebtn img{
    vertical-align: middle;

    width: 30px;
}

.btnsend {
    font: bold 14px 'Century Gothic';
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #000000;
    background: #1d76ba url(images/menu.jpg) top left repeat-x;
    cursor: pointer;
}
.btnsend:hover {
    font: bold 14px 'Century Gothic';
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #333;
    background: #ccc;
    cursor: pointer;
    text-shadow: 1px 1px 0px #fff;
}

/* -----------------
------ Buttons  End ------
------------------*/
/* -----------------
------ Icon Class   ------
------------------*/
.unique{
    background-color: green;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: white;
    background:#006600;
    line-height: normal;
    border-radius: 5px;
    padding: 5px;
}
.btnblue{
    background:#3B5998;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: white;

    line-height: normal;
    border-radius: 5px;
    padding: 5px;

}

.model{
    display: none;
    top: 20%;
    left: 40%;
    position: fixed;
    background: #FAF7F7;
    border-radius: 4px;
    color: #000000;
    z-index: 9999;
    min-height: 100px;
    padding: 15px;
    width: 250px;
    text-align: center;
    box-shadow: 0px 0px 24px #81818B;
}
.shadow{
    background:transparent url(images/shadow.png) repeat;

    z-index: 9999;
    display:none;
    text-align: center;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left: 0px;
    margin:auto;
}
.popup{
    overflow-y:scroll;
    text-align: left;
    display:none;
    margin:auto;
    color:black;
    padding-bottom:5px;
    z-index: 1000;
    min-width:500px;
    border:5px solid #eee;
    background: #ffffff;
    padding: 15px;
    max-height: 90%;
    vertical-align:middle;
}
table.border{
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-collapse: collapse;
}
.nopadding{
    padding:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    
}
table.border table{
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-collapse: collapse;
}
table.border td{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-collapse: collapse;
}
table.border th{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-collapse: collapse;
}
table.noborder{
    border: none !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;

}
table.noborder th{
    border: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;

}
table.noborder td{
    border: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
}
table.noborder table.border{
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
table.noborder table.border td{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
table.noborder table.border th{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.popup table{
    margin: auto;

    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
}
.popup th{
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;

}
.popup td{
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    font-size:12px;
    padding: 5px;
    vertical-align: top;
}
.required{
    font: bold 14px 'Century Gothic';
    color: #666;
    padding: 6px 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0px 0px 0px 5px;

}
input[type='email']{
text-transform: none !important;
}
input[type='email']:first-letter{
text-transform: none !important;
}
input[type='checkbox']{
    margin: 0px 0px 3px 5px;
}

.text{
    font: bold 12px 'Century Gothic';
    color: #000;
    text-shadow: 1px 1px 0px #fff;
    margin-left: 5px;
}

.titlebar td{
    background:#3B5998;
    padding-left:8px;
    color:#ffffff;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}
.titlebar a{
    text-decoration: none;
    color:#eee;
    text-shadow: 1px #eee;
}

.titlebar td:first-child:before{

    padding-left: 10px;
}


.percent{
    width:99%;
    background:#ffffff;
    border:1px #eee solid;
}


.even{
    background:#eee;
}
.odd{
    background:#fff;
}
.odd td{
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 0px;
}
.even td{
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 0px;
}



.content{
    float: left;
    width:100%;
    margin: auto;
    background: #fff;
    min-height: 440px;
}

table.alertbox1{
    background: #D9EDF7;
    color:#000000;
    font-size:12px;
}

.stat-box {
    padding: 20px;
    text-align: left;
    background-color: #F1F1F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.alertbox{
    color: #3A87AD;
    background-color: #D9EDF7;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    min-height: 250px;
}
.alertbox h3{
    margin: 0px 0px;

    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.alertbox p{
    padding: 8px 35px 8px 14px;
    display: block;

    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 10px;
}


.thead th, thead th{


    background: #e0e5e8;
    padding: 8px 4px 8px 4px;
    font: bold 12px "Century Gothic";
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;



}
.thead1 th{
    text-align: center;
    background: #FBEED5 !important;
    color: #646464;
    font-size:12px;
    font-weight: bold;
}
th .tab_menu{

}
.tab_menu li{
    display:inline;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tab_menu li a{
    display:inline;
    background: #fff;
    text-decoration: none;
    color: #005580;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    margin: 0px;
}



.btmdotted td{

    padding-bottom: 15px;
}


select{
    margin:0px 0px 0px 5px;
    text-transform:none;

}
textarea{
}
textarea.ninety{
    border-radius: 5px;
    width:90%;
    margin:auto;
}

.footer{
    float: left;

    color:#fff;
    background:#03948f;
    width: 100%;
    font: 12px "Century Gothic";
    padding: 2% 0;

}
.footer a{
    font: 12px "Century Gothic";
    color: #fff;
    text-decoration: none;

}
.footer .powerd{
    float: right;
    width: 48%;
    text-align: right;
    padding-right: 1%;
}
.footer .copyright{
    float: left;
    width: 48%;
    text-align: left;
    padding-left: 1%;
}
.menutop
{
    padding:2px 5px 2px 5px;
    margin: auto;
}
.space td
{
    padding: 5px;
}

addon.td
{
    text-decoration: none;

    color:#3B5998;
}
.inMenu
{
    width:100%;
    background:#3B5998;
    height:44px;
    vertical-align: middle;
}
.pagemenu{
    height: 141px;
    margin-bottom: 10px;


}

.btngreen{
    background-color: #69A74E;
    border-color: #3B6E22 #3B6E22 #2C5115;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #253A64;
    border-width:1px;
    line-height: normal;
    border-radius: 5px;
    padding: 5px;

}
headgreen
{

    color: #69A74E;
    margin: 0;
    padding: 0;
}
.heading{
    font-size:22px !important;
    line-height: 40px !important;
    margin-bottom: 5px !important;
    display: inline-block;
    color:#3B6E22;
    font-weight: 300;
    margin-top: 0;
    text-align: left;

}
.textblue
{
    color:#3B5998;


}
.textbluehead
{

    color: #3B5998;
    margin: 0;
    padding: 0;
}
.textblue1
{

    color: #69A74E;

    font-weight: bolder;
}
.report{
    background: #3B5998;
    color: #ffffff;
    right: 5px;
    font-size: 14px;
    bottom: 200px;
    padding: 3px;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    border-radius:5px;
    position: fixed;
}
#complain{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 400px;
    padding: 10px;
    color: white;
    z-index: 1000;
    background:#3B5998;;
    border-top-left-radius:7px;
    border-top-right-radius:7px;


}

.dp img{
    border: 1px #EEE solid;
    box-shadow: 1px 1px 5px #3B5998;
    height: 180px;
    background: #EEE;


}
.upar
{
    z-index: 100;
    color:#BBB;
    position:relative;
    top:160px;
}
.picon{
    width:40px;
    height:40px;
}
.viewtable
{
    box-shadow: 0px 0px 5px #3B5998;
    line-height:25px;
    height:300px;
}
.viewtable1
{
    box-shadow: 0px 0px 5px #3B5998;
    line-height:25px;

    min-width: 70%;
}
.viewtable1 td{
    height:70px;
}
.vtext
{
    color:#517EDD;
    font-weight: bold;


}
.viewtable2
{
    box-shadow: 0px 0px 5px #3B5998;
    line-height: 25px;
    min-width: 70%;
    height: 200px;
    background: #EEE;
    padding-top: 15px;
}

.vmid
{
    vertical-align:middle;
}
.vtext1
{
    color:#969494;
    font-weight:normal;


}
.result{
    padding: 10px;
    border: 2px solid #fff;
    margin: 2px;
}
.result td{
    padding: 2px;
}
.dataView .result-tr{
    padding: 1px;

    margin: 2px;
}
.clearfix{
    clear:both;
}
.dataView .result-tr td,.dataView .result-tr td:hover{

    background: green;

    color:#fff;
}
.pageHeading{

    padding-bottom: 12px;
    background: url(images/border.jpg) bottom repeat-x;
    font: normal 20px 'Century Gothic';
    text-shadow: 1px 1px 0px #fff;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
.admincontractor .pageHeading1{

    padding-bottom: 12px;
    background: url(images/border.jpg) bottom repeat-x;
    font: normal 20px 'Century Gothic';
    text-shadow: 1px 1px 0px #fff;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
.admincontractor .pageHeading{
    float: left;
    width: 100%;
    background: url("images/banner_bottom.jpg") repeat-x scroll 0 0 transparent;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
}
.admincontractor .pageHeading h1{
    float: left;
    width: 96%;

    line-height: 17px !important;
    padding: 3px;
    color: #FFFFFF;
    margin: 3px;
    text-align: left;
    font-weight: bold;
    font-size: 14px !important;
}
.maindata{
    padding: 0.5%;
    height: auto;
    display: block;
    background: #f4f4f4;
    border: 1px solid #ccc;
    margin-top:15px;
    margin-bottom:15px;
}

#canvas td{
    vertical-align: top;
    padding:5px;
    font-size: 12px;
}
.dataView{
    clear: both;

}
/*table{
    width: 100%;
    margin: auto;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;

}*/

/*.dataView table td{
    background: #fff;
    padding: 8px;
    vertical-align: top;
    font-size: 12px;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;

}*/
.padding10{
    padding:10px;
}
/*.dataView table td:hover{background: #f4f4f4;}*/

.underline{
    text-decoration: underline;
}
.centeralign{
    text-align: center;
}
.centeralign td{
    text-align: center;
}
.centeralign th{
    text-align: center;
}
.hide{
    display: none;
}

.separator{
    height: 5px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background: white !important;
    ;      margin-top:30px;
}
.my_account{
    float: left;
    border: 5px solid #D1CEC1;
    width: 97%;
    padding:0px 10px 10px 10px;
}
.my_account image{
    vertical-align: top;
}

.my_account td{
    padding:3px 15px 3px 15px;
    background: #f0f0f0;
    vertical-align: top;
}
.my_account th{
    font-size: 20px;
    padding:5px 15px 10px 15px;
    background: #f0f0f0;
    vertical-align: top;

}
.padding0{
    padding: 0px !important;
}
.width116px{
    width: 116px;
}
.backgroundwhite{
    background: white !important;
}
.floatleft{
    float: left;

}
.floatright{
    float: right;

}
.width100{
    width: 100% !important;
    max-width: 100%;
}

.fifty50{
    width: 50%;
}
.submit{
    padding: 10px;
    font-size: 15px;
    font-weight: bolder;
}
.smalltext{
    width:180px;
}
.lawnmowing{
    background: #f0f0f0;
    width: 100%;
    font-size: 13px;
    margin: 10px;
}
.lawnmowing td{
    padding:3px 15px 3px 15px;
}
.lawnmowing th{
    font-size: 13px;
    font-weight: bolder;
    padding:5px 15px 0px 15px;


}

.comment{
    text-align: justify;
    line-height: 20px;
    padding-top: 15px;
}
.lawn_select{
    width: 70%;
}
.lawn_content{
    width: 100%;
    padding: 10px 5px 10px 5px;
    text-align: justify;
}
.width80{
    width: 80%;
}
h1.bidhead{
    font-size: 20px !important;
    font-weight: bold
}
.width70{
    width: 70%;
}
.bidmain{
    background: #f0f0f0;
    padding: 15px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
.licensed{
    list-style: none;
}
.licensed li{
    list-style: none;
    display: inline;

}
.closebtn{
    float: right;


    margin-right: -0px;

}
.leftalighn{
    text-align: left !important;
}
.rightalighn{
    text-align: right !important;
}
.padding5{
    padding: 5px;

}
.width100px{
    width: 100px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=text],input[type=password],input[type=email],input[type=number], textarea,  select  {
    font: 12px 'Century Gothic';
    max-width: 99%;
    text-transform: none;
    margin: 0px 0px 0px 1px;
    
    /*height: calc(1.9rem + 2px);*/
    padding: 0.375rem 0.75rem;
    
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width:240px;
}
input, textarea,button{
    text-transform: capitalize;
}
input[type=email]{
    text-transform: none;
}
input[type='email']:first-letter{
text-transform: none !important;
}
input, textarea, keygen, select, isindex {
    margin: 0em;
    font-family: 'Century Gothic';
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    margin-left: 5px;
    text-shadow: none;
    display: inline-block;
    text-align: left;
    -webkit-writing-mode: horizontal-tb;
}
.active{
    text-shadow: 1px 1px 0px #016b01;
    background: url(images/active_bg.jpg) repeat-x bottom #0C0;
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #090;
    white-space: nowrap;
}
.pending{
    text-shadow: 1px 1px 0px #ffb914;
    background: #ffaf0a;
    padding: 2px 5px;
    font: bold 12px 'Century Gothic';
    color: #fff;
    border: 1px solid #D77D00;
    white-space: nowrap;
}
.rejected{

    background: red;
    padding: 2px 5px;
    font: bold 12px 'Century Gothic';
    color: #fff;
    border: 1px solid #0a0a0a;
    white-space: nowrap;
}
.warning{
    text-shadow: 1px 1px 0px #ffb914;
    background: #f7b42c;
    padding: 2px 5px;
    font: bold 12px 'Century Gothic';
    color: #fff;
    border: 1px solid #D77D00;
    white-space: nowrap;
}
.bordernone{
    border-top: 0px white solid;
    border-right: 0px white solid;
    border-bottom: 0px white solid;
    border-left: 0px white solid;
    border:0px white solid !important;
}
table.bordernone tr{
    border-top: 0px white solid;
    border-right: 0px white solid;
    border-bottom: 0px white solid;
    border-left: 0px white solid;
    border:0px white solid !important;
}
table.bordernone td{
    border-top: 0px white solid;
    border-right: 0px white solid;
    border-bottom: 0px white solid;
    border-left: 0px white solid;
    border:0px white solid !important;
}
.active:hover {
    text-shadow: 1px 1px 0px #016b01;
    background: #0C0;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid #090;
}
.width18{
    width: 18%;
}
.width30{
    width: 30%;
}
.width116px{
    width: 116px;
}
.width40{
    width: 40%;
}
.width50{
    width: 50%;
}
.width90{
    width: 90%;
}
.width10{
    width: 10%;
}
.vmiddle{
    vertical-align: middle;

}
.marginauto{
    margin: auto;
}
.width60{
    width: 60%;
}
.paddingbootom10{
    padding-bottom: 10px;
}
.pagination{
    text-align: right;
}
.current {
    background-attachment: scroll;
    background-clip: padding-box !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#f66e25));
    background: -moz-linear-gradient(top, #ff6600, #f66e25);
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6600, endColorstr=#f66e25);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6600, endColorstr=#f66e25)";
    border: 1px solid #6b6b6b;
    color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    padding: 3px 6px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    margin-left: 5px;
}
.pagination a {
    background-attachment: scroll;
    background-clip: padding-box !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dedede));
    background: -moz-linear-gradient(top, #f2f2f2, #dedede);
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#dedede);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#dedede)";
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #17165f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    padding: 3px 6px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    margin-left: 5px;
}
.pagination a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#f66e25));
    background: -moz-linear-gradient(top, #ff6600, #f66e25);
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6600, endColorstr=#f66e25);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6600, endColorstr=#f66e25)";
    border: 1px solid #6b6b6b;
    color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.pagination .disabled{
    display: none;
}
.allotmentsearchresult{
    max-height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
}

.lefttable {

    width: 250px;
}
/* try    */




input[readonly="readonly"]{
    background: #eeeeee;
    text-transform: capitalize;
}
input[disabled="disabled"]{
    background: #eeeeee;
    text-transform: capitalize;
}
.addtotree{
    background: url(images/add-icon.png);
    padding: 10px;
}
.leftside{
    background: #E56207;
    padding: 5px;

    margin-top:15px;
}
.lefttable table{
    width: 90%;
    margin: auto;
}
.leftside table td{
    border-bottom: 1px inset;
}
.leftside a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.box{
    border: 1px solid #DEDEDE;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    margin-top: 10px;
    margin-bottom: 10px ;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header{
    border:none;
    padding:0px 10px 0px 10px;
    border-bottom: 1px solid #DEDEDE;
    border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;

    line-height: 45px;
    min-height:12px;
    margin-bottom: 0;
    cursor:move;
    color:#333;
    font-weight:bold;
    font-size:16px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );

}

.box-header h2{
    font-size:15px;
    width:auto;
    clear:none;
    float:left;
    line-height:25px;
}
.box-header h3{
    font-size:13px;
    width:auto;
    clear:none;
    float:left;
    line-height:25px;
}
.box-header h2 > i{
    margin-top:1px;
}
.box-icon{
    float:right;
}
.box-icon a{
    clear:none;
    float:left;
    margin:0 2px;
    height: 18px;
    width:5px;
    margin-top: -1px;
}
.box-icon a i{
    margin-left:-4.5px;
}
.box-content{
    padding:10px;
}

/* left menu */
#leftmenu{
    width: 19.5%;
    float: left;
    height: 100%;
    display: table-cell;
    background: #eee;
    max-height: 100%;
    margin-top: 1%;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    min-height: 410px;
}
.topnav {
    height: 100%;
    width: 100%;
    padding: 40px 28px 0px 0;
    background: #eee;
    max-height: 400px;
    overflow: auto;
}

ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
}

ul.topnav li {

    color:#000000;
    cursor: pointer;
    margin:0px;
    background: #eee url(images/table_heading_bg.jpg) left -5px repeat-x;
    border: 1px solid #ccc;
    border-top: none;
    padding: 0px;
    font: bold 13px 'Century Gothic';
    color: #000;
}

ul.topnav li a {
    line-height: 10px;
    font-size: 11px;
    padding: 12px 9px 12px 9px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bolder;
}

ul.topnav li a:hover {
    background: url(images/table_heading_bg.jpg) left -5px repeat #ccc;
    color: #5A5858;
}

ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}

ul.topnav ul li {
    margin: 0px;
    padding: 0px;
    clear: both;
    background: none;
}

ul.topnav ul li a {
    padding: 10px 15px 10px 15px;
    font-size: 12px;
    font-weight: normal;
    outline:0;
    background:#eee;
}

ul.topnav ul li a:hover {
    background:#eee url(images/table_heading_bg.jpg) left bottom repeat ;
    color: #675C7C;

}
/*ul.topnav ul li a:hover {
        background-color:#D3C99C;
        color:#675C7C;
}*/

ul.topnav ul ul li a {

    padding-left: 40px;
}

ul.topnav ul ul li a:hover {

    color:#675C7C;
}

ul.topnav span{
    float:right;
}
/*left menu end*/
input:disabled,select:disabled
{
    background:#dddddd;
}

/* jquery Html area */

div.jHtmlArea .ToolBar ul li a.custom_disk_button, div.jHtmlArea .ToolBar
{
    background: url(images/disk.png) no-repeat;
    background-position: 0 0;
}

div.jHtmlArea { border: solid 1px #ccc;width:100%;
                background: #fff;}
.sidebutton {
    position: absolute;
    margin-left: 110px;
    margin-top: -20px;
    width: 100px;
}
.borderbottom{
    border-bottom:1px solid #aaa;

}
.borderbottomnone{
    border-bottom: 0px solid white !important;
    border-bottom-color: white;
}
.points{
    width: 150px;
}
.lowertext{
    text-transform:none;
}
.errormessage{
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.email{
    text-transform: none !important;
}
.email:first-letter{
text-transform: none !important;
}
.rupeeinput{
    background-position:left;

    background: url('http://i.stack.imgur.com/vJZ9m.png') no-repeat center left !important;



    text-indent: 15px;
}
/** testimonials **/
#testimonials {
    display: block;
    width: 100%;

}
#testimonials h2 {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

#testimonials .carousel-wrap {
    display: block;
    /*width: 400px;*/
    margin: 0 auto;
    overflow: hidden;
}

#testimonials .carousel-nav {
    display: block;
    width: 300px;
    margin: 0 auto;
}
#testimonials .carousel-nav img {
    cursor: pointer;
}
#testimonials .carousel-nav img:active {
    position: relative;
    top: 1px;
}
#testimonials .carousel-nav .nextbtn {
    float: right;
}

#testimonials .carousel-wrap ul {
    display: block;
    list-style: none; 
    position: relative;
    margin: 0px;
    padding: 0px;
}
#testimonials .carousel-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 400px;
    margin-right: 15px;
}

#testimonials .carousel-wrap .context {
    font-size: 2.0em;
    line-height: 1.45em;
    color: #797670;
    font-style: italic;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dcdcdc;
}
marquee ol li{
    display: inline;
    list-style: disc !important;
}
marquee ul{

    list-style: disc !important;
}
marquee{cursor: pointer;}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(255,255,255,.8) url('images/loader.gif') no-repeat center center;
    /*    filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;*/
    z-index: 10000;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px 0;
    font-size: 10px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 10px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.documentcover{
    list-style: none;
    clear: both;
    padding-top: 20px;
}
.documentcover li{
    display: inline-block;
    padding-top: 100px;
    background: url(images/folder.png) no-repeat center;
    background-size: 80px 80px;
    clear: both;
    width: 23%;
    text-align: center
}
.cloudzoom-zoom-inside {
    z-index:10000;
}
.img-flag{
    width: 30px;
}
.selectFromat{
    list-style: none;
    width: 100%;
    clear: both;
    margin: 10px 0 0 0;
    float: left;
}
.selectFromat li{
    float: left;
    width: 48%;
    padding: 5px;

}
.selectFromat li input{
    margin: 0px 5px 0px 5px;



}
.keyboard {
    margin: auto;
    padding: 10px;;
    list-style: none;
    position: fixed;
    background: #efefef;
    text-align: center;
    z-index:9999;
    bottom: 0px;
    width: 100%;
    height: 42px;
}
.keyboard li {
    display: inline-block;


    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}
.bvalidator_gray2_errmsg{
    color: red;
}


@media print{
    .noprint,.btnsend,.menubar,header,footer{display:none;}
}


img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}
@media print {.noprint{ display: none;padding:10px;} footer{ display: none;}.footer{display: none;} } 
.modal-lg{
    width:100% !important;
}
.hidden{
    display:none !important;
}
.table{
    width:100% ;
    background:white;
    
}
.hide{
    display:none;
}



th{
    text-align:center;
  }
  .margintop{
  margin-top: 6px;
  display: block;
}
  .tablestyle span {
    margin-bottom: 6px;
}


.tablestyle input {
    margin-bottom: 6px;
}
.tablestyle .label-blue {
    background-color: #337ab7;
  }
  .tablestyle .label-green {
    background-color: #378b22;
  }
  .tablestyle .label-red {
    background-color: #d9534f;
  }
  .tablestyle  .label-yellow {
    background-color: #c87a0b;
  }
  .tablestyle  .label-strong-cyan {
    background-color: #17a2b8;
  }

  .tablestyle .label-pointer {
    cursor: pointer;
  }
  .tablestyle .label {
    font-size:10px;
    color: #fff;
    text-align: center;
    padding: .2em .6em .3em;
    font-weight: unset;
    vertical-align: baseline;
    border-radius: .25em;
    display: inline-block;
    max-width: 170px;
    white-space: normal;
    line-height: 1.6;
    width:170px
  }
  .tablestyle .smalllabel {
    font-size:10px;
    color: #fff;
    text-align: center;
    padding: .2em 1.6em .3em;
    font-weight: unset;
    vertical-align: baseline;
    border-radius: .25em;
    display: inline-block;
    max-width: auto;
    white-space: normal;
    line-height: 1.6;
    width:auto;
  }
  .smallpedding{
    padding: .2em 1.2em .3em !important;
    
  }
  .tablestyle .link{
    color: #030338;
    font-weight: unset;
    text-decoration: underline;
  }
  .tablestyle .linkwhite{
    color: #fff;
    font-weight: unset;
    text-decoration: underline;
  }
 