﻿
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 0);
    border-radius: 0px;
    background-color: rgba(150, 217, 255, 0.50)
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0px #cacaca;
    background: #87e0fd;
    background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
    background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
    background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
}

        ::selection {
            background: #a4dcec;
        }

        ::-moz-selection {
            background: #a4dcec;
        }

        ::-webkit-selection {
            background: #a4dcec;
        }

        ::-webkit-input-placeholder { /* WebKit browsers */
            color: #ccc;
            font-style: italic;
        }

        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #ccc;
            font-style: italic;
        }

        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #ccc;
            font-style: italic;
        }

        :-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #ccc !important;
            font-style: italic;
        }

        @media print {
            @page { margin: 0; }
  body { margin-bottom: 25px; }
  #left_bar, .blue_lin, .developer, .btn, .btn-primary {
     display: none !important;
   }
  input {
        display: none;
        border-bottom: 2px solid #000000;
    }
  input[type=text] {
        display: inline-block;
        border:none;
    }
    input[type=submit], input[type=button] {
        display: none;
        -webkit-appearance: none;
    }
    input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    #print-button, input[type=submit], input[type=button]  {
        visibility: hidden;
        display: none;
}
}



li.subheading_menu {
text-align: center;
margin: 5px 0;
font-size: 14px;
color: #fff;
background: #1889CB;
padding: 5px;
}
.widget_wrap {
display: table;
width: 100% !important;
}

ul.acitem li a {
line-height: 15px !important;
padding: 8px 0;
}

.saved-data {
text-align: center;
margin-top: 10px;
border: 2px solid #23A6F0;
padding: 0 0 12px;
}

.portlet-title {
background: #23A6F0;
color: #fff;
font-size: 15px;
border-radius: 5px;
padding: 5px 15px;
margin-bottom: 14px;
}

.portlet-body table th {
border-bottom: none;
font-weight: bold;
font-size: 11px;
text-align: center;
background: #F9F9F9;
/*text-transform: lowercase;*/
}
.portlet-body table td {
padding: 5px 3px;
}

.portlet-body table tr:nth-child(odd) {
background: #F9F9F9;
}
.portlet-body table tr:nth-child(even) {
background: #DDEBF7;
}
.portlet-body table td a
{
    color: Red;
    }


    .left_label ul li label {
vertical-align: middle;
position: absolute;
line-height: 34px;
}

h3.page-title {
/* margin: 10px 0; */
padding: 5px 10px;
background: #23A6F0;
border-radius: 10px 10px 0 0;
color: #fff;
text-align: center;
text-shadow: 0 0px 7px #F00;
}

.control-group, .form-group {
position: relative;
display: table;
width: 100%;
margin-bottom: 6px;
}
.form-group label, .control-group label, .control-group span {
float: left;
width: 29%;
padding: 11px 0;
}
.form-control, .controls input, .control-group input, .control-group select {
float: left;
width: 70%;
}
.control-group input, .control-group select, .control-group textarea {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
span.radio-inline label {
padding: 4px 0px;
}

.form-actions {
text-align: center;
margin: 20px 0 8px;
display: inline-block;
width: 100%;
}
.middle_of_page {
margin: 0 auto;
float: none;
}
h3 small {
color: #FFF;
}


/* Error Messages */
.xerp_info, .xerp_success, .xerp_warning, .xerp_warn, .xerp_error, .xerp_stop {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
 display:block;
}
.xerp_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('./img/info.png');
}
.xerp_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('./img/success.png');
}
.xerp_warning, .xerp_warn {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('./img/warning.png');
}
.xerp_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('./img/error.png');
}
.xerp_stop {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('./img/stop.png');
}
/* End Error Messages */

.control-group .button {
float: right;
width: auto;
margin: 5px 10px 0;
}

.form-group input[type=checkbox], .form-group input[type=radio], .control-group input[type=checkbox], .control-group input[type=radio] {
padding: 0;
width: 30px !important;
border: none !important;
height: 22px !important;
box-shadow: none !important;
margin-top: 5px !important;
}

span.radio-inline label {
padding: 10px 12px;
}

ul.chosen-results {
background: #fff;
z-index: 999;
}
ul.chosen-results li:hover {
background: #eee;
cursor: pointer;
}

.widget_content {
max-width: 525px;
}

.widget_wrap h3 {
padding: 5px 29px 20px;
}

legend {
background: #96D9FF !important;
border: none !important;
text-align: center;
}


li.user_thumb {
box-sizing: content-box;
}

li.zxy ul {
display: block !important;
}

/*Menu Current page*/
li.expand::before {
/*border: #b5ccd4 1px solid;
color: #084e70;
background-position: 0 -289px;
font-weight: bold;*/
}

.xerp_curr {
background-color: rgb(255, 208, 122);
font-weight: bold;
color: brown;
}

/*Autocomplete animation*/
.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor :default;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }

/*color-profile*/

.xerp_green{
    color:#71c70c;
}
.xerp_green-bg{
    background-color:#71c70c;
    color:white;
}

.xerp_red{
    color:#821418;
}
.xerp_red-bg{
    background-color:#821418;
    color:white;
}
.control-group input[type="image"] {
    display: block;
height: 22px;
padding: 2px 2px;
margin-bottom: 9px;
}
label.control-label.full-wdth {
width: 100%;
}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover, button:hover {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* Gradient transparent - color - transparent */

hr.xerp_line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image:    -moz-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image:     -ms-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
    background-image:      -o-linear-gradient(left, rgba(14,139,255, 0), rgba(14,139,255, 0.8), rgba(14,139,255, 0));
}


div.xerp_upload {
	width: 230px;
	height: 20px;
	margin: 40px auto;
}

input.file {
	width: 150px;
	height: 20px;
	border: 1px solid #BBB;
	border-right: 0;
	color: #888;
	padding: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: none;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
div.file_upload {
	width: 80px;
	height: 24px;
	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	/*background: linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );

	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}

div.file_upload:before {
	content: 'UPLOAD';
	position: absolute;
	left: 0; right: 0;
	text-align: center;

	cursor: pointer;
}

div.file_upload input {
	position: relative;
	height: 30px;
	width: 250px;
	display: inline;
	cursor: pointer;
	opacity: 0;
}

.gridview, #ctl00_BodyContent_GridView1{
    width:100%;
}

.xerp_vmiddle {
    vertical-align: middle;
}
.xerp_absolute_centre{
  text-align: center;
  vertical-align: middle;
}
/*
.ajax__calendar_body td {
  padding: 1px 2px !important;
}

.ajax__calendar .ajax__calendar_container { padding: 5px 0;}
td.ajax__calendar_other {opacity: .3;}
.ajax__calendar_body tr:nth-child(even) {background:transparent !important;}*/

.ajax__calendar_body {
    height: 199px !important;
    /*  margin: auto;
    overflow: hidden;
    position: relative;*/
    width: 210px !important;
}
.ajax__calendar_container {
    width: 220px !important;
    height: 250px !important;
}
/*Gridview Paging Style*/

.gvpaging{
    background-color:#DDEBF7;

   padding:2px;
   margin:2% auto;
}
.gvpaging a{
  margin:auto 1%;
    border-radius:25%;
      background-color:#96D9FF;
      padding:5px 10px 5px 10px;
      color:#fff;
      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;

}
.gvpaging a:hover{
    background-color: #23A6F0; /*#ae2676;*/
    color:#fff;
    text-decoration: none;
}
.gvpaging span{
    background-color:#1889CB;
    color:#fff;
     -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;

    border-radius:25%;
    padding:5px 10px 5px 10px;
}
.gvpaging td{
    background-color:#DDEBF7;
}
.modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
    table input, .btn {
    text-align: center;
       /* height: 30px; --- Never use this */
}
    .xtable-b {
    border: 2px solid #999;
}

    .portlet-title a {
        float: right;
            color: #5AE0D5;
    }
    .portlet-title a:hover {
        color: #fff0f5;
    }
    .blink_me {
color:yellow;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0.0; }
}

        /*input#ctl00_BodyContent_txtDateFrom, input#ctl00_BodyContent_txtDateTo {
            width: 90px;
                padding: 6px 6px;
        }*/

#print-button {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    float: right;
}