﻿

/*style for loading*/

.loading-modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 9998;
    opacity: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0;
    min-height: 100%;
    width: 100%;
}

.loading-loading
{
    font-family: Arial;
    font-size: 10pt;
    width: 257px;
    height: 170px;
    display: none;
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    color: #666666;
}
.loading-loading-frorm
{
    font-family: Arial;
    font-size: 10pt;
    background-color: transparent;
    z-index: 9999;
    color: #666666;
    position: fixed;
    top: 0;
    padding-top: 400px;
    left: 0;
    z-index: 9998;
    -moz-opacity: 0;
    min-height: 100%;
    width: 100%
}


/*style for report*/
.div-print-wrapper {
    width: 100%;
    text-align: right;
    padding: 5px 5px 8px 5px;
    margin: 5px 5px 8px 5px;
    float: left;
    color: #333;
    border: 1px solid #ccc;
    margin-top: -3px;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 5px;
      border-radius: 4px; 
    -moz-border-radius: 4px; 
    /*border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;*/ 
}
.div-print-wrapper .div-left {
    float: left;
    display: block;
    /*line-height: 33px;*/
}
.div-print-wrapper .div-right {
    float: right ;
    margin: 4px 2px 0 0;
}
.div-print-wrapper .div-next-row {
    padding-top: 5px;
}
.btn-print-series {
    box-shadow: none;
    color: #ffffff;
    padding: 9px 5px 9px 5px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    text-transform: capitalize;
    margin: 1px;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
     background-color: #337ab7;
}
.btn-print-series:hover {
    background-color: #1c629f;
    color: #ffffff;
}
.btn-print-series span {
    margin: 2px 0 2px 0;
}


.btn-Defualt-series {
    box-shadow: none;
    border:1px solid #ccc;
    color: #333;
    padding: 5px 8px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    text-transform: uppercase;
    margin: 1px;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
   
    
}
.btn-Defualt-series:hover {
   background-color: #41A317;
    color: #ffffff;
}
.btn-Defualt-series span {
    margin: 2px 0 2px 0;
}


/*.btn-print-series-left {
    border-right: none;
}
.btn-print-series-left:hover {
    border-right: none;
    border:1px solid #999;
}
.btn-print-series-right {
        border-left: none;
}
.btn-print-series-right:hover {
    border-left: none;
    border:1px solid #999;
}*/
.main-box {
    clear: both;
    padding-top: 20px;
}

.btngrid {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-grid-action {
    background-color: #ffffff;
    border: 1px solid;
    padding-bottom: 2px;
}
.btn-grid-action:hover {
    background-color: #3c8dbc;
    color: #ffffff;
    text-decoration: none;
    border:1px solid #3c8dbc
    
}


table tr th  a{
    color: #000;
}


/*style alert message*/
.userControl-alert {
    /*background-color: #E2CDFD;
    border: 1px solid #CEA7FD;*/
    background-color: #b8e5ff;
    border: 1px solid #6bc5fa;
    /*border-left: none;*/
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    padding: 8px 35px 8px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width:inherit;

}
.userControl-alertError /*.ajax__validatorcallout_close_button_cell*/
{
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 200px;
}
.userControl-alertError
{
    color: #B94A48;
    line-height: 20px;
}
.userControl-alert{
    /*color: #6A429B;*/
    color: #0073b7;
    line-height: 20px;
}

.userControl-alertError .userControl-close, .userControl-alert .userControl-close {
    line-height: 20px;
    /*position: relative;*/
    margin-right: -25px;
    font-size: 24px;
}
.userControl-close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.3;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}
.userControl-close:hover,
.userControl-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=40);
}


/***********************/
/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto; /*max-width: 960px;*/
}

.site-map
{  background-color:#F8F8F8;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F8F8F8 50%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #B2B2B2;
    box-shadow:0 #B2B2B2;
  
    
    padding: 8px;
    clear: both;
    border-top: 1px solid #E5E5E5;
    height:20px;
}

#login
{
    display: block;
    font-size: .85em;
    text-align: right;
}

#login a
{
   
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

/* content */
/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/*select {
    height: 28px;
}
*/

/*
td input[type="submit"], td input[type="button"], td button
{
    cursor: pointer;
    padding: 3px 12px;
    border-radius: 4px;
    border:1px solid #ccc;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

.top-menu-container h1, .top-menu-container h2, .top-menu-container h3, .top-menu-container h4, .top-menu-container h5, .top-menu-container h6
{
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

@font-face
{
    font-family: 'HattoriHanzoLight';
    src: url("Hattori_Hanzo-webfont.eot");
    src: url("Hattori_Hanzo-webfont.eot?#iefix") format('embedded-opentype'), url("Hattori_Hanzo-webfont.woff") format('woff'), url("Hattori_Hanzo-webfont.ttf") format('truetype'), url("Hattori_Hanzo-webfont.svg#HattoriHanzoLight") format('svg');
    font-weight: normal;
    font-style: normal;
}

.top-menu-container
{
    margin: 0px 10px;
}

.top-menu-container ul
{
    list-style: none;
    margin: 0;
    padding: 0px;
}

.top-menu-container h1
{
    font-family: HattoriHanzoLight;
    font-size: 30px;
    color: #666;
    margin-bottom: 1em;
}

.top-menu-container nav
{
    background-color: #fff;
    height: 37px;
}

.top-menu-container nav ul li
{
    position: relative;
    float: left;
}

.top-menu-container nav ul li a
{
    
    text-decoration: none;
    /*font-weight: bold;
    font-weight:600;font-size: 12px;*/
    text-transform: uppercase;
    color: #666666;
    float: left;
    padding: 13px 15px;
    display: block;
    border-right: 1px solid #f9f9f9;
    height: 12px;
}

.top-menu-container nav ul li a.ddIcon
{
    background: transparent url("images/dd.png") no-repeat 86% 52%;
    padding: 13px 25px 13px 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.top-menu-container nav ul li a:hover
{
    background-color: #cc333f;
    color: #fff;
}

.top-menu-container nav ul li.active a
{
    background-color: #fff;
    color: #000;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    z-index: 999;
}


.top-menu-container nav ul li:first-child a
{
}

.top-menu-container nav ul li .subNav
{
    position: absolute; /*background-color: #cc333f;*/
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding:5px;
    width: 220px;
    left: 0px;
    top: 38px;
    display: none;
    z-index: -1;
    max-height:600px;
    overflow-y:auto;
}

.top-menu-container nav ul li .subNav a
{
    background-color: #ffffff;
    color: #999999;
}

.top-menu-container nav ul li .subNav a:hover
{
    background-color: #cc333f;
    color: #fff;
}

.top-menu-container nav ul li .subNav .navSection
{
    /*padding: 5px 0;*/
    margin: 0px;
    line-height: 0px;
}

.top-menu-container nav ul li .subNav h4
{
    margin-bottom: 0.5em;
}

.top-menu-container nav ul li .subNav h4 a
{
    font-size: 11px;
    color: #CC333F;
    text-transform: capitalize;
    border-bottom: 1px solid #d33b47;
    padding: 7px 10px;
}

.top-menu-container nav ul li .subNav h4 a:hover
{
    color: #edc951;
}

.top-menu-container nav ul li .subNav h4 a span
{
    float: right;
    font-size: 10px;
    color: #fff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.top-menu-container nav ul li .subNav h4 a span:hover
{
    color: #390206;
}

.top-menu-container nav ul li .subNav a
{
    float: none;
    border: none;
    display: block;
    text-transform: capitalize;
    color: #666666;
    padding: 7px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
    line-height: 1;
}

.top-menu-container nav ul li .subNav a:hover
{
    color: #ffffff;
}

.top-menu-container .section
{
    clear: both;
    padding: 10px;
}

.top-menu-container .section article p
{
    font-family: HattoriHanzoLight;
    font-size: 16px;
    color: #488fb8;
    line-height: 1.3;
}

.top-menu-container .section article header p
{
    padding-top: 20px;
    font-family: HattoriHanzoLight;
    font-size: 20px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.4em;
}

/*Modal Popup*/


.close
{
    float:right;
    font-size:8px;
    border:0px;
    /*background:none;*/
    cursor:pointer;
    font-weight:bold;
    line-height:20px;
    color:black;
    margin-right: 21px;
    margin-top: 19px;
    /*text-shadow:0 1px 0 #fff;*/
    /*opacity:.2;filter:alpha(opacity=20);*/
}
.modal-header
{
    padding:2px 15px;
    border-bottom:1px solid #eee;
    /*background:#CC333F;*/
    background: rgb(169,169,169);
    border-radius:5px 5px 0px 0px;
}
.modal-header .close
{
    margin-top:0px;
    background:none;
    margin:0px;
    padding:0px;
    border:none;
    font-size:1.2em;
    background-color: gray;
} 
.modal-header h3
{
    margin:0;
    line-height:30px;
     color:White;
}
.modal-body
{
    position:relative;
    max-height:400px;
    /*padding:15px;*/
    padding:2px;
    overflow-y:auto
}
.modal-form
{
    margin-bottom:0;
}
.modal-footer
{
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff}
.modal-footer:before,.modal-footer:after
{
    display:table;
    line-height:0;
    content:"";
}
.modal-footer:after
{
    clear:both;
}
.modal-footer .btn+.btn
{
    margin-bottom:0;
    margin-left:5px;
}
.modal-footer .btn-group .btn+.btn
{
    margin-left:-1px;
}
.modal-footer .btn-block+.btn-block
{
    margin-left:0
}
.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
}
/*.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}
*/


.Labelbold {
    font-weight: bold;
}
 /*.textbox-At { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 200px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox-At:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}*/ 

/*
input[type="text"] { 
    border: 1px solid #c4c4c4; 
    height: 28px; 
    width: 160px; 
    font-size: 13px;
    padding: 3px;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
*/
select
{

   border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 

}
select:hover {
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}


 
input[type="text"]:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 
input[type="text"]:hover {
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}



/*GridView*/
.at-gridview {
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;*/
    overflow:hidden;
     border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
}

.at-gridview table
{
   
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    overflow:hidden;
   
}
.at-gridview table:hover {
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.at-gridview tr:nth-child(2n+1) {
    background-color: #ffffff;
}
.at-gridview tr {
    background-color: #f1f2f3;
}
.at-gridview tr:hover {
    outline: none; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.at-gridview th
{ 
    background-image: none, linear-gradient(to top, #dddddd 0px, #f1f2f3 100%);
    color: #000000;
    border: 1px solid rgb(192, 192, 192);
    border-style: solid;
    padding-left: 0px;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.at-gridview th div {
    margin-left: -7px;
    margin-top: -14px;
    padding: 0.4em 0.6em;
    position: absolute;
    font-weight: bold;
    border-left: 1px solid #C5C5C5;
}
.at-gridview td
{
    color: #2E2E2E;
    /*border:1px solid  #C5C5C5;
    border-top: none !important;
    border-bottom: none !important;
    border-style: solid;
   overflow: hidden;*/
    padding: 0.4em 0.4em;
    text-overflow: ellipsis;
    vertical-align: middle;
    border: 1px solid rgb(192, 192, 192);
    border-top: #fff;
    border-bottom: #fff;
}



/*.at-gridview tr:last-child
{
    border-bottom: 1px solid  #C5C5C5; 
}*/
.at-gridview td.align-center
{
    text-align: center;
}
.at-gridview .selected
{
    background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #D1D0CE 100%) !important;
    
}

.at-gridview .selected a
{
  /*color:#ffffff;*/   
}

.at-gridview .selected td
{
     /*color:#b2b2b2;*/   
}
.at-gridview tr:hover {
    background: #F9F9F9;
    color:#999999;
    background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #D1D0CE 100%);
}
.at-gridview tr:last-child {
    background: #ffffff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.at-gridview select {
    margin:0px;
    padding:3px;
    
    height: 28px;
    width: 100%;
 }
.at-gridview input {
    margin:0px;
    padding:0px;
    height: 28px;
    /*width:100%;*/
}
.at-gridview input[type="checkbox"] {
    height: 18px !important;
}
.for-number {
    text-align: right;
}


/**********************************************
* Tabs
***********************************************/

.ajax__validatorcallout_popup_table_row {
    background: red;   
}
.at-tabs-style .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    border: 0px;
}
.at-tabs-style .ajax__tab_outer
{
    border-radius: 4px 4px 0 0;
    border: 1px solid #cccccc;
    border-bottom: 0px;
}
.at-tabs-style .ajax__tab_active .ajax__tab_outer
{
    background:#F9FAFB;
}

.at-tabs-style .ajax__tab_inner
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

.at-tabs-style .ajax__tab_tab
{
    color: #333;
    padding-bottom: 3px;
    padding-top: 3px;
}

.at-tabs-style .ajax__tab_body
{
    /*border: 1px solid #1570A6;*/
    border-top: 1px solid #cccccc;
    
    padding: 0px;
    padding-top: 7px;
    margin-top:-1px;
}

.at-tabs-style .ajax__tab_hover
{
    /*border-top: 3px solid #CC333F; 
    padding-top: 10px;*/
    color: White;
    border-radius: 4px 4px 0 0;
  
    color: White;
}




/**/

 /*Validator Callout*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 1px #b6b6b6;
    background-color: #e9e8e8;
    color: #666666;
    padding-right: 10px;
}
        
.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: medium none !important;
    cursor: pointer;
    padding: 4px 10px 2px 2px !important;
    text-align: center;
    width: 10px;
    font-family: Segoe UI;
    -webkit-border-radius: 0 8px 0px 0;
    -moz-border-radius:  0 8px 0px 0;
    border-radius:  0 8px 0px 0;
}
.ajax__validatorcallout_icon_cell
 {
     
     -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius:  8px 0 0 8px;
    border-radius:  8px 0 0 8px;
}
.ajax__validatorcallout_close_button_cell
{
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius:  0 8px 8px 0;
    border-radius:  0 8px 8px 0;
    padding-right: 10px;
}    
        
/* tableReport*/


.CSSTableGenerator {
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;*/
    overflow:hidden;
     border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    width: 100%;
}

.CSSTableGenerator table
{
   
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    overflow:hidden;
     width: 100%;
   
}
.CSSTableGenerator table:hover {
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.CSSTableGenerator tr:nth-child(2n+1) {
    background-color: #ffffff;
}
.CSSTableGenerator tr {
    background-color: #f1f2f3;
}
.CSSTableGenerator tr:hover {
    outline: none; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.CSSTableGenerator th
{ 
    background-image: none, linear-gradient(to top, #dddddd 0px, #f1f2f3 100%);
    color: #000000;
    border: 1px solid rgb(192, 192, 192);
    border-style: solid;
    padding-left: 6px;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.CSSTableGenerator th div {
    margin-left: -7px;
    margin-top: -14px;
    padding: 0.4em 0.6em;
    position: absolute;
    font-weight: bold;
    border-left: 1px solid #C5C5C5;
}
.CSSTableGenerator td
{
    color: #2E2E2E;
    /*border:1px solid  #C5C5C5;
    border-top: none !important;
    border-bottom: none !important;
    border-style: solid;
   overflow: hidden;*/
    padding: 0.4em 0.4em;
    text-overflow: ellipsis;
    vertical-align: middle;
    border: 1px solid rgb(192, 192, 192);
    border-top: #fff;
    border-bottom: #fff;
}
.CSSTableGenerator td.align-center
{
    text-align: center;
}
.CSSTableGenerator .selected
{
    background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #D1D0CE 100%) !important;
    
}


.CSSTableGenerator tr:hover {
    background: #F9F9F9;
    color:#999999;
    background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #D1D0CE 100%);
}
.CSSTableGenerator select {
    margin:0px;
    padding:3px;
    
    height: 28px;
    width: 100%;
 }
.CSSTableGenerator input {
    margin:0px;
    padding:0px;
    height: 28px;
    width:100%;
}
.CSSTableGenerator input[type="checkbox"] {
    height: 18px !important;
}
.for-number {
    text-align: right;
}

.btngrid-browse {
    display: inline-block;
    padding: 4px 5px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
}
.btn-grid-action-browse {
    background-color: #ffffff;
    border: 1px solid;
    padding-bottom: 2px;
}
.btn-grid-action-browse:hover {
    background-color: #3c8dbc;
    color: #ffffff;
    text-decoration: none;
    border:1px solid #3c8dbc
    
}

.gridview{
    background-color:#fff;
   
   padding:2px;
   margin:2% auto;
   
   
}
.gridview a{
    margin:auto 1%;
    /*border-radius:50%;*/
    /*background-color: rgb(128, 128, 128);*/
    padding: 4px 9px;
      color:#cccccc;
      text-decoration:none;
      /*-o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;*/
     
}
.gridview a:hover{
     /*background-image: none, linear-gradient(to bottom, #e7e7e7 0px, #D1D0CE 100%);*/
    border: 1px solid #ccc;

}
.gridview tr:last-child
{
/*background:#ff0000;*/
}
.gridview td {
    padding: 4px;
}

.gridview tr:last-child td {
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.gridview tr:last-child td a {
    border-radius:50%;
    border: 1px solid #ccc;
}
.gridview tr td:hover {
    /*background-color: red !important;*/
}
.gridview tr:last-child td a:hover {
    /*box-shadow:1px 1px 1px #696969;*/
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #78A8B6;
}
.gridview tr:last-child td span {
    border-radius: 50%;
}
.gridview span{
  
    color: #fff;
     /*-o-box-shadow:1px 1px 1px #48d1cc;
      -moz-box-shadow:1px 1px 1px #48d1cc;
      -webkit-box-shadow:1px 1px 1px #48d1cc;
      box-shadow:1px 1px 1px #48d1cc;*/
    background-color:#159DD9;
    border: 1px solid #159DD9;
    /*border-radius:50%;*/
    padding: 4px 9px;
    /*background-color: rgb(186, 192, 192);*/
}

.dgrHeader
{
color:Red;
text-align:left;
height:10px;
}
 
.dgrHeader a:link, .dgrHeader a:visited, .dgrHeader a:active
{
color:rgb(102,102,102);
text-align:left;
height:10px;
}
.grid-td{ text-align: center;}
.modal-body-skin
{
    position:relative;
    max-height:450px;
    padding:0px;
    overflow-y:auto
}







