body {
    margin: 0px;
    font-family: tahoma;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #232323;
    line-height: 36px;
}

#menu a {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0 20px;
}

    #menu a:hover {
        background: #36b1ec;
        color: #fff;
    }

#menu {
    background: #616775;
    line-height: 36px;
    padding-right: 10px;
}

#body {
    background: #fafafa;
}

#left {
    font-family: Tahoma, Arial;
    color: #222;
    line-height: 22px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 12px;
    color: #444;
    line-height: 18px;
}

    #left h1 {
        font-size: 15px;
        color: #fff;
        background: url(images/left-menu-bg.gif) top repeat-x;
        line-height: 29px;
        padding: 0 5px;
        font-weight: bold;
    }

    #left a {
        font-family: Tahoma, Arial;
        color: #222;
        line-height: 22px;
        text-decoration: none;
        display: block;
        line-height: 26px;
        padding: 0 10px;
    }

        #left a:hover {
            background: #fff;
            color: #000;
            font-weight: bold;
        }

        #left a img {
            float: left;
            margin: 5px 10px 0 0;
            border: 0px;
        }

#header {
    font-size: 13px;
    color: #333;
}

    #header img {
        float: left;
        margin-right: 20px;
        border: 0px;
    }

#main {
    font-size: 12px;
    color: #222;
    line-height: 18px;
    border: #eee 1px solid;
    text-align: left;
}

    #main h1 {
        font-family: "Trebuchet MS", Georgia;
        font-size: 20px;
        color: #fff;
        line-height: 36px;
        background: #616775;
        padding: 0 10px;
    }

    #main h2 {
        font-family: "Trebuchet MS", Georgia;
        font-size: 20px;
        color: #fff;
        line-height: 36px;
        background: #616775;
        padding: 0 10px;
    }

    #main p {
    }

    #main > input {
        border: 1px solid #ddd;
        background: #fff url(images/form_input.gif) repeat-x;
        padding: 0 5px;
        height: 24px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

.main {
    padding: 0 10px;
    text-align: left;
}

#main {
    padding: 0 0px;
    text-align: left;
}

 #main table {
        padding:0 5px;
        text-align: left;
    }
#main table td{/*padding:0px 0;*/}

#footer {
    font-size: 11px;
    color: #555;
    line-height: 18px;
}

    #footer a {
        font-size: 11px;
        color: #555;
        line-height: 18px;
        text-decoration: none;
    }

        #footer a:hover {
            font-weight: bold;
        }


.login1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 0px;
    line-height: 18px;
}

    .login1 > h1 {
        font-size: 20px;
        color: #000000;
        border: 0px;
        line-height: 28px;
        font-weight: bold;
    }

    .login1 > h2 {
        font-size: 16px;
        color: #000000;
        border: 0px;
        line-height: 25px;
        font-weight: bold;
    }

    .login1 > h3 {
        font-size: 14px;
        color: #000000;
        border: 0px;
        line-height: 20px;
        font-weight: bold;
    }

    .login1 > h4 {
        font-family: "Trebuchet MS", Georgia;
        font-size: 22px;
        color: #333;
        line-height: 40px;
    }

    .login1 > a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        border: 0px;
        line-height: 18px;
        text-decoration: none;
    }

    .login1 > th {
        text-align: left;
    }

   /* .login1 > input[type=text], input[type=password], select {
        height: 22px;
        font-family: Verdana;
        font-size: 12px;
    }

#input {
    color: #C64933;
    font-family: "Trebuchet MS", Georgia;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

    #input input[type=text] {
        padding: 5px;
        width: 200px;
    }

    #input input[type=password] {
        padding: 5px;
        width: 200px;
    }

    #input input[type=submit] {
        background: url(images/left-menu-bg.gif) top repeat-x;
        height: 29px;
        font-family: "Trebuchet MS", Georgia;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        padding: 0 15px;
        border: 1px solid #999;
        cursor: pointer;
    }*/


.mGrid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: "Trebuchet MS", Georgia;
}

    .mGrid a {
        color: #c00;
        text-decoration: none;
        font-weight: bold;
    }

    .mGrid td {
        padding: 10px;
        border: solid 1px #ccc;
        color: #333;
        text-align: center;
    }

    .mGrid th {
        color: #fff;
        background: #000 url(images/left-menu-bg.gif) top repeat-x;
        border-left: solid 1px #525252;
        font-size: 14px;
        text-align: center;
        padding: 10px 40px;
    }

        .mGrid th a {             
            color: #fff; 
        }

.mGridAlt {
    background: LightGoldenrodYellow;
}

    .mGridAlt a {
        color: #000;
        font-weight: bold;
    }

.mGrid .pgr {
    background: #888 url(images/grd_pgr.png) repeat-x top;
    color: #fff;
    text-align: right;
}

    .mGrid .pgr table {
        margin: 5px 0;
        text-align: right;
    }

    .mGrid .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
        text-align: right;
    }

    .mGrid .pgr a {
        color: #000;
        text-decoration: none;
    }

    .mGrid .pgr img {
        -moz-border-radius: 8px;
        border-radius: 8px;
        text-align: center;
        padding: 3px;
    }

    .mGrid .pgr a:hover {
        color: #fff;
        text-decoration: none;
    }



.gridview {
    font-family: "Tahoma, arial";
    background-color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    margin-right: 0px;
}


    .gridview th {
        background-color: #333333;
        padding: 4px;
        font-family: tahoma, Arial;
        font-size: 11px;
        font-weight: bold;
        border: 1px solid #333;
    }

        .gridview th a {
            forecolor: #000;
            color: #000;
            text-decoration: none;
        }

            .gridview th a:hover {
                color: #000;
                text-decoration: none;
            }

    .gridview td {
        background: #f6f6f6;
        color: #333333;
        font-size: 11px;
        font-family: tahoma, Arial;
        padding: 2px;
        border: 1px solid #333;
    }

    .gridview tr.even td {
        background: #FFFFFF;
    }

    .gridview td a {
        color: #00f;
        font-size: 11px;
        font-family: tahoma, Arial;
        font-weight: bold;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }

.Gridtable {
    background-color: #fff;
    margin: 0px 0 0px 0;
    border: solid 1px #ddd;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .Gridtable th {
        padding: 8px 4px;
        color: #333;
        background: #F6F6F6;
        border-left: solid 1px #c1c1c1;
        font-size: 13px;
        text-align: left;
    }

.Grid {
    background-color: #fff;
    width: 99% !important;
    margin: 0px 0 0px 0;
    border: solid 1px #ddd;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .Grid td {
        padding: 3px 10px!important;
        border: solid 1px #c1c1c1;
        font-size: 12px;
    }

    .Grid th {
        padding: 8px 4px;
        color: #333;
        background: #F6F6F6;
        border-left: solid 1px #c1c1c1;
        font-size: 13px;
        text-align: left;
    }


    .Grid .alt {
        background: #fcfcfc;
        text-align: left;
    }

    .Grid a {
        color: #36b1ec;
        text-decoration: none;
    }

        .Grid a:hover {
            text-decoration: underline;
            color: #f00;
        }

    .Grid img {
        position: static !important;
        border: 2px;
        border-radius: 5px;
    }
    .Grid input[type=text] {
        padding:0 5px !important;
        width:80% !important;
    }
    .Grid .ten {
        width: 10%;
    }

    .Grid select {
        width: 98%;
    }

    .Grid table td {
        border: none;
    }

        .Grid table td a {
            padding: 3px 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin: 0px 3px;
        }

        .Grid table td span {
            color: #d12e2a;
            font-weight: bold;
            padding: 3px 5px;
            background: #ccc;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

#Treeview1 a {
    color: #333;
}

    #Treeview1 a:hover {
        color: #36b1ec;
    }

.GridFooter {
    background: #333;
}

#table_grid_view {
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #555;
}

    #table_grid_view td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    #table_grid_view th {
        background: #262626;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #fff;
        text-align: left;
        padding: 7px 30px;
    }


.info, .success, .warning, .error, .validation, .alert {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../validation_image/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../validation_image/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../validation_image/Attention.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../validation_image/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../validation.png');
}

.alert {
    background: #fff6bf url(../validation_image/) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}

.Vinfo {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../validation_image/info.png');
    background-size: 16px 16px;
    border: 1px solid;
    padding: 0px 20px 0px 50px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 3px;
}

#mytab {
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 3px;
}

.User {
    color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 3px;
}

.button {
    font-size: 14px;
    color: #fff;
    background: url(images/buttn.gif);
    height: 30px;
}

.form {
    font-size: 13px;
}
.form-control{
        width: 100%;
        padding: 0 10px;
        height: 28px;
        color: #404040;
        background: white;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        margin-bottom: 10px;
    }

   /* .form input[type=text], .form input[type=password], .form textarea {
        width: 96%;
    }*/

    .form select {
        width: 100%;
        padding: 0 10px;
        height: 28px;
        color: #404040;
        background: white;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .form a {
        text-decoration: none;
        color: #333;
    }

        .form a:hover {
            text-decoration: underline;
        }

    .form h3 {
        font-family: "Trebuchet MS", Georgia;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        background: #e0e0e0;
        padding: 0 10px;
        margin: 0px;
    }

    .form h4 {
        font-family: "Trebuchet MS", Georgia;
        font-size: 12px;
        color: #fff;
        line-height: 28px;
        background: #616775;
        padding: 0 10px;
        margin: 10px 0px;
    }

.backGau2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #eee;
    opacity: 0.7;
    z-index: 999999999999;
    filter: alpha(opacity=70);
}

.backGau {
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #ccc;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#Popup {
    display: none;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 470px;
    margin-left: -250px;
    margin-top: -235px;
    z-index: 9999999999;
    border: 20px solid #ccc;
}

    #Popup .image {
        width: 500px;
        height: 470px;
    }

    #Popup .close {
        float: right;
        margin-right: -21px;
        margin-top: -21px;
        cursor: pointer;
    }

#Popup2 {
    display: none;
    font-family: Tahoma;
    font-size: 12px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 420px;
   /* height: 350px;*/
    margin-left: -150px;
    margin-top: -125px;
    z-index: 9999999999;
    border: 4px solid #0075ba;
}

#Popup2 table {
        padding: 0px 10px;
        line-height: 30px;
    }

#Popup2 h2 {
        font-size: 14px;
        background: #616775;
        color: #fff;
        padding: 0px 5px;
        font-weight: bold;
        line-height: 30px;
    }

#Popup2 .close {
        right: 0px;
        margin-right: 0px;
        margin-top: -29px;
        cursor: pointer;
        position: absolute;
    }

#Popup3 {
    display: none;
    font-family: Tahoma;
    font-size: 12px;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 420px;
    /*height: 350px;*/
    margin-left: -150px;
    margin-top: -125px;
    z-index: 9999999999;
    border: 4px solid #0075ba;
}

#Popup3 table {
        padding: 0px 10px;
        line-height: 30px;
    }

#Popup3 h2 {
        font-size: 14px;
        background: #616775;
        color: #fff;
        padding: 0px 5px;
        font-weight: bold;
        line-height: 30px;
    }

#Popup3 .close {
        right: 0px;
        margin-right: 0px;
        margin-top: -29px;
        cursor: pointer;
        position: absolute;
    }

    .footer{width:100%; background:#d2f4a1; text-align:center; line-height:35px; bottom:0px; position:absolute;}

.link {
    text-decoration: none;
    color: #333;
    padding: 3px 12px;
    border: 1px solid #ddd;
}

#login
{
	position: absolute;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    border-radius: 8px;
    font-family: Verdana;
    /*background: #f0f0f0;*/
    width: 350px;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -150px;
}
#login h1
{
	font-family: "Trebuchet MS" , Georgia;
	font-size: 22px;
	color: #333;
	background: #dbe3e6;
	line-height: 36px;
	padding-left: 15px;
}
#login p
{
	margin: 10px 0 0;
	padding: 0px 5px;
}
#login p:first-child
{
	margin-top: 0;
}
/*#login input[type=text], input[type=password]
{
	margin: 5px;
	padding: 0 10px;
	width: 250px;
	height: 28px;
	color: #404040;
	background: white;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
}
#login input[type=text]:focus, input[type=password]:focus
{
	border-color: #7dc9e2;
	outline-color: #dceefc;
}

#login input[type=submit]
{
	padding: 8px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #0075ba;
	border: 1px solid #eee;
	border-radius: 5px;
	outline: 0;
	cursor: pointer;
}
#login input[type=submit]:active
{
	background: #0075ba;
	border-color: #eee;
}


input[type=text], input[type=password]
{
	margin: 3px;
	padding: 0 10px;
	width: 250px;
	height: 28px;
	color: #404040;
	background: white;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
}

textarea {
    margin: 3px;
    padding: 0 10px;
    width: 90%;
    height: 50px;
    color: #404040;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}*/

select {
    margin: 3px;
    padding: 0 10px;
    width: 270px;
    height: 28px;
    color: #404040;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

/*input[type=text]:focus, input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

input[type=submit] {
    padding: 8px 25px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #0075ba;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
}

    input[type=submit]:active {
        background: #0075ba;
        border-color: #eee;
    }*/
a{text-decoration:none!important;}
.searchtext {
    width: 90% !important;
}


.Popup {
    display: none;
    font-family: Tahoma;
    font-size: 12px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin-left: -200px;
    margin-top: -150px;
    z-index: 9999999999;
    border: 4px solid #0075ba;
}

    .Popup table {
        padding: 0px 10px;
        line-height: 30px;
    }

    .Popup h2 {
        font-size: 14px;
        background: #616775;
        color: #fff;
        padding: 0px 5px;
        font-weight: bold;
        line-height: 30px;
    }

    .Popup .close {
        right: 0px;
        margin-right: 0px;
        margin-top: -29px;
        cursor: pointer;
        position: absolute;
    }

.bluebox {
    background: #36b1ec;
    color: #fff;
    border: 1px solid #555;
    width: 120px;
    float: left;
    border-radius: 100px;
    padding: 50px 0px;
    -webkit-box-shadow: outset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: outset 0 1px 3px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    margin: 10px 20px;
    text-align: center;
}

    .bluebox .content {
        margin: 30% auto;
        text-align: center;
        padding: 5px;
    }

.content a {
    text-decoration: none;
    margin: 0px auto;
    position: relative;
    color: #fff;
    padding: 40px 0px;
    font-size: 14px;
}

    .content a:hover {
        color: #333;
    }

.close2 {
    border: 0px;
    float: right;
    margin-top: -32px;
    margin-right: -12px;
    position: relative;
}

.fancy-green .ajax__tab_header {
    margin: 5px;
    cursor: pointer;
}

    .fancy-green .ajax__tab_header .ajax__tab_outer {
        background: #36b1ec;
        color: #333;
    }

.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer {
    background: #616775;
    color: #fff;
}

.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner {
    color: #fff;
}

.fancy .ajax__tab_header {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
}

    .fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer {
        height: 140px;
        width: 140px;
        border: 1px solid #eee; /*border-top-left-radius: 8px; 	border-top-right-radius: 8px;*/
        color: #fff;
        border-radius: 70px;
        -webkit-box-shadow: outset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: outset 0 1px 3px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        text-align: center;
        word-wrap: break-word;
        margin: 10px 10px;
        text-align: center;
    }

    .fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner {
    }

    .fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab {
    }

.fancy .ajax__tab_tab {
    padding: 50px 0px;
    text-align: center;
    word-wrap: break-word;
}
/*
.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab
{
color:#fff;
}*/
.fancy .ajax__tab_body {
    font-family: Arial;
    font-size: 10pt;
    border-top: 0;
    border: 1px solid #999999;
    padding: 8px;
}

.Scroll::-webkit-scrollbar {
    width: 20px;
}

.Scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.Scroll::-webkit-scrollbar-thumb {
    background-color: #616775;
    border-radius: 5px;
}

.treeNode {
    color: #070707;
    font: 14px Arial, Sans-Serif;
}

.rootNode {
    font-size: 12px;
    width: 100%;
    color: #36b1ec;
}

.leafNode {
    padding: 4px;
    color: #070707;
}

.selectNode {
    font-weight: bold;
}

.Popuppanel {
    margin: 32px 3px;
    border: 1px solid #eee;
    min-height: 400px;
}

.listItem {
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

.itemHighlighted {
    background-color: #eeeeee;
    font-size: 12px;
    line-height: 25px;
}

.tableTabs {
    margin-bottom: 20px;
}

    .tableTabs a {
        text-decoration: none;
        color: #333;
        background: #97d8ff;
        padding: 5px 12px;
        border-radius: 3px;
    }

.report {
    width: 95%;
    margin: 0px auto;
}

.reports {
    width: 100px;
    padding: 10px;
    background: #0075ba;
    color: #fff;
    font-size: 13px;
    border: 2px solid #0979bb;
    float: left;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-shadow: -2px 2px #346392;
    background-image: linear-gradient(top, #6496c8, #346392);
    box-shadow: inset 0 0 0 1px #27496d;
    border-radius: 15px;
}

    .reports:hover {
        box-shadow: inset 0 0 0 1px #27496d,0 5px 15px #193047;
    }

    .reports:active {
        box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
    }

    .button_content2 {
    background: #34393d;
    color:#fff;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 10px;
    width:110px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:1000px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
 #boxes .close{
float: right;
    text-decoration: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 600;
    background: #ccc;}
#boxes #dialog {
 /* width:450px; */
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.ajax__calendar_container TABLE td {
    padding:0!important;
}