/* Main */
body,html {
/*    height:100%;*/
}

body {	 
/*    font-family: "Myriad Pro",arial,serif;*/
    font-family: arial,serif;
    line-height: 1.4em;
/*    font-size: .8em;*/
    font-size: 13px;
    color: #000000;
    margin: 0 auto;
    background-color:#ffffff;
	
}
/* Advanced Search Form */
#new-store-form {
    padding-left: 100px;
}
#new-store-form .twoDigits {
    width: 25px;
    text-align: center;
}
#new-store-form .fourDigits{
    width: 45px;
    margin-left: 7px;
    text-align: center;
}
#new-store-form .item label {
    width: 175px;
}
#new-store-form .item select {
    background-color: #ffffff;
}
#new-store-form .item_box{
    width: 198px;
}
.signupsite .search-box{
    width:45%;
    margin:30px 0 0 90px;
    float:left;
    min-height: 300px;
}
.signupsite .search-result-box{
    width:100%;
    text-align: center;
    /*margin:10px 0 0 0;*/
    min-height: 300px;
}
#new-store-form .next_btn {
    margin-left:27px;
}

.signupsite .search-store-results tr {
    padding:5px;
    border-bottom:1px solid #ccc;       
    background-color: #C8E0F2;      
    height: 28px;
}
.search-store-results-container .scroll{
    overflow: auto;
    height: 168px;
}
.signupsite .search-store-results tr.odd {
    background-color: #E6EEF4;
}
.signupsite .search-store-results tr td, .signupsite .search-store-results tr th {
    padding-left: 10px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
}
.signupsite .search-store-results tr th {
    background-color: #1D8BCB;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #FFF;
}
.signupsite .search-store-results tr td a {
    color:#333333;
    display: block;
    width: 100%;
    height: 100%;
}

.signupsite .search-store-results tr a:hover {
    color:#333333;
}

.signupsite .search-store-results tr:hover {
    background-color: #f3ffe4;
}

.signupsite .search-store-container {
    height:200px;
    text-align:left;
    margin:20px 0px;
}

.signupsite .search-store-results-container {
    /*border:1px solid #ccc;*/
    height:200px;
    text-align:left;
    margin:20px 0px;
}

#new-store-form #continueBtn[disabled="disabled"], #new-store-form #continueBtn[disabled="disabled"]:hover {
    background-image: none;
    color:#aaa;
}
#store-search-description {
    color: #358EDC;
    font-size: 19px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.4em;
}
#new-store-form .button, .search-result-box .button {
    cursor: pointer;
}
/* End Advanced Search Form */
#rbam .grid-view table.items td {
	color: black;
}

#body-container {
  height: 100%;
   width:100%;
  margin: 0 auto;

  position: relative;
 float:none;
  /*overflow-x: hidden;
  -ms-overflow-x :hidden;
  -ms-overflow-y :scroll;
  overflow-y:scroll;*/
  background: none repeat scroll 0 0 #fff;
}
/*#body-container {
 width: 100%;
  width:100%;
  margin: 0px auto;
  float:none;
  margin-left : auto;
  margin-right : auto;
}*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.space { 
    padding: 10px 0;
}
/* Divider - <hr> alternative */
.divider {
    background: url(../images/divisor.gif) repeat-x center;
    padding: 20px 0;
}

/* Hyperlinks */
a {
    /*color: #EAE6E6;*/ /* blue */
    color: #3d547e;
    text-decoration: none;
}
#welcome , #welcome a
{
    color: #3d547e;
}
.widget-header
{
    /*background: url("../images/headerbar.png");*/
    background-color: #e1e1e1;
    height: 27px;
    width: 100%;
}
.widget-header p
{
        color: #3d547e;
        font-size: 13px;
        padding: 6px 0 0 15px;
        float: left;
}

#content .widget-header p {
	padding-left:11px;
}

.search-list li ,.comment-list li
{
    border-left: 1px solid #cccccc;
    /*border-right: 1px solid #3D547E;*/
    display: block;
    float: left;
    padding: 0 8px;
}
ul.search-list li:first-child,ul.comment-list li:first-child
{
    border-left: 0px;
}
ul.search-list li:last-child,ul.comment-list li:last-child
{
    border-right: 0px;
}
.search-list
{
    height: 18px;
    margin-left: 15px;
    margin-top: 15px;
    width: 185px;
}
.comment-table
{
    padding: 10px 0px;
    width: 100%;
}
.comment-table .datatable tbody td
{
    padding-bottom: 2px;
    padding-top: 2px;
    background: #fff;
}
#storemanager
{
    padding-bottom: 20px;
}
.comment-table tr.odd td
{
    background: #e4e4e4;
}

#commentbox .comment-list
{
    height: 18px;
    margin-left: -6px;
    margin-top: 5px;
    width: 185px;
    padding: 10px 0 0;
}

.collapse-left {
background: url("../images/arrow.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    line-height: 26px;
    padding-right: 20px;
    padding-top: 27px;
}

.collapse-right 
{
    background: url("../images/arrowh.png")  no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    line-height: 26px;
    padding-right: 20px;
    padding-top: 27px;
    display: none;
}
.left-widget
{
    background: #fff;
    /*-webkit-box-shadow: 4px 4px 5px 0px #000000;
    -moz-box-shadow: 4px 4px 5px 0px #000000;
    box-shadow: 4px 4px 5px 0px #000000;  */

	box-shadow:4px 4px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:4px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:4px 4px 5px 0px rgba(0,0,0,0.3);

    filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=1, Color='black');
    padding-bottom: 20px;
    margin-bottom: 20px;
    border:1px solid #ccc;
}
.task
{
    width: 7%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #5c5c5c;
    height: auto;
}
.ticket-task
{
    padding: 0px !important;
}
.ticket-task li
{
    padding-left: 15px;
}
.ticket-table
{
     float: right;
     width: 93%;
}
.dash-table{
    width: 100%;
    float: left;
}
.client-dash .datatable tbody td
{
    background-color: white;
    padding: 2px 0px;
}
.dash-table thead td
{
    padding: 2px 0px;
}
.dash-table .datatable tbody td
{
    padding: 2px 0px;
}

.ticket-table .datatable tbody td
{
    background: #afafaf;
    padding: 7px 30px;
    color: black;
}
.ticket-table thead td
{
        padding: 3px 30px;
}
.ticket-table .datatable thead
{
    background: #7590b1;
}

.widget-content
{
    height: auto;
    min-height: 53px;
}
.content-widget
{
    background: #fff;
    /*-webkit-box-shadow: 4px 4px 5px 0px #000000;
    -moz-box-shadow: 4px 4px 5px 0px #000000;
    box-shadow: 4px 4px 5px 0px #000000;  */
	
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
    
    filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=1, Color='black');
    margin-bottom: 20px;
	display:block;
    border:1px solid #ccc;
}
.widget-link-tabs{
    float: right;
    padding:0px !important;
}
.widget-link-tabs li
{
     border-right: 1px solid #ccc;
 	border-left: 1px solid #ccc;
     /*display: inline-block;*/
     float:left;
     height: 22px;
     margin-top:1px;
     padding: 3px 11px 0;
     font-size:12px;
}

.widget-link-tabs li:first-child {
	border-left: 1px solid #ccc;
}

.blue
{
    color: #358EDC;
}
.red
{
    color: #fe0000;
}
.green
{
    color: #18a900;
}
a:hover {
    color: #4dc6ff; /* blue */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 2.4em;
    padding-bottom: 15px;
}
h1 {
    letter-spacing: -1px;
}
.content-widget h2 {
    color: #3d547e;
    font-size: 19px;
    font-weight: normal;
    padding-top: 10px;
    float: left;
}
.report-header
{
    height: 35px;
    margin: 0 1%;
    width: 98%;
}
#statusreport .report-header .widget-links
{
    margin-top: 10px;
}
.display-form
{
    width: 98%;
    margin: 0 1%;
    background: white;
}

#settingsdisplay
{
    height: 90px;
    padding-top: 20px;
}

.display-form {
      padding-top: 20px;
      width: 98%;
      margin: 0 1%;
       background: white;
}

.display-form label
{
    color: #838383;
    display: block;
    float: left;
    width: 100px;
}
.display-form .field
{
    height: 30px;
    margin-top: 5px;
    padding: 1px 6%;
    width: 20%;
    float: left;
}
.display-form p
{
    padding: 0px;
    display: block;
    color:black;
}
h3 {
    font-size: 1.5em;
}
h4, h5, h6 {
    font-size: 1.3em;
    color: #777;
    letter-spacing: normal;
}
h5, h6 {
    font-size: 1.2em;
    padding-bottom: 10px;
}
h6 {
    font-size: 1.1em;
}

/* Textual content */
strong {
    font-weight: bold;
    color: #1e1e1e;
}
em {
    font-style: italic;
}
.user-detail p{
    padding-bottom: 10px;
	margin-top:-6px;
}
p.bigger { 
    font-size: 1.2em;
}
small {
    font-size: .9em;
    color: #9e9e9e;
}
blockquote {
    padding: 15px 0 25px 20px;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.4em;
    width: 40%;
}
pre {
    padding: 0;
    margin: 0;
    width: 500px;
    overflow: auto;
    font-family: "Myriad Pro",arial,serif;
}

/* Logo */
#logo_img { 
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    margin: 7px;
    width: 124px;
}
/* Navigation */
ul#navigation {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 48px;
    left: 415px;
}
ul#navigation li {
    float: left;
    background: url(../images/mi-standby.gif) no-repeat left top; /* blue */
    margin-left: 7px;
}
.padleft
{
    padding-left: 15px;
}
ul#navigation a {
    float: left;
    display: block;
    padding: 9px 25px 10px 10px;
    margin-left: 15px;
    background: url(../images/mi-standby.gif) no-repeat right top; /* blue */
    text-decoration: none;
    font-size: 1em;
    color: #6a6a6a;
}
ul#navigation a:hover {
    color: #919191;
}
/* Current list item */
ul#navigation .current {
    background: url(../images/mi-active.gif) no-repeat left top;
}
ul#navigation .current a {
    background: url(../images/mi-active.gif) no-repeat right top;
    color: #FFF;
    font-weight: bold;
}
.user-detail
{
	float: left;
	width: 100%; 
	margin-bottom: 20px; 
	margin-top: -30px;    
}

.user-detail-signup{
	margin-top: -10px;    
}
/* new ticket form begines*/
.user-detail .ticket
{
    width: 20%;
    margin-left: 10%;
    color:#848484;
}
.login-detail .ticket
{
    width: 20%;
    float: left;
}
.login-detail label
{
    width: 4%;
    padding-left: 6%;
    display: block;
    float: left;
}
.subject-detail label,.issue-detail label
{
    width: 4%;
    padding-left: 6%;
    display: block;
    float: left;
}
.subject-detail .subject,.issue-detail textarea
{
    width: 80%;
}
.issue-detail textarea
{
    height: 200px;
}
.user-detail
{
    padding: 20px 0px 0px 0px;
}
.login-detail
{
    padding: 20px 0px 50px 0px;
}
.subject-detail
{
    padding: 20px 0px 0px 0px;
}
.issue-detail
{
    padding: 20px 0px;
}
#submitticket
{
    padding-bottom: 100px;
}
/* new ticket form ends*/
/* Side Column */
#side {
    background: none repeat scroll 0 0 #3E3E3E;
    display: block !important;
    float: left;
    min-height: 620px;
    width: 200px;
  /*  margin-top: 10px;*/
}
#sidebar{
	background:none repeat scroll 0 0 #fff;
	width: 200px !important;
	float:left;
}
#tickets
{
    padding: 0px;
}
.project-list li
{
    padding-left: 30px;
    line-height: 1.5;
    border-bottom:1px solid #cccccc;
    /*border-top:1px solid #626262;*/
    /*height: 19px;*/
}
.addproject
{
      margin-left: 73px;
}
.project-list
{
padding: 0 !important;
/*background: url("../images/row.png");*/
}
.project-list a
{
color: black;        
}
.widget-links
{
    float: right;    
}
.widget-links li
{
    display: inline;
   /* line-height: 5px;*/
    margin: 0px 10px;
}
.priority
{
    background: url("../images/round_btn.png") no-repeat;
}
.unavailable a
{
    color: #828282;
}
#welcome-block {
    font-size:15px;
    font-weight:bold;
    margin-bottom:20px;
    padding-top:50px;
    text-align:center;
}
#sub-menu ul { 
    list-style: none;
    margin: 0;
    padding: 20px 0 20px 20px;
    background: url(../images/pattern.gif);
} 
#sub-menu ul li a {
    display: block;
    line-height: 1.7em;
    color: #777;
    font-size: 1em;
}
#sub-menu ul li a:hover, #sub-menu ul li.current a {
    color: #FFF;
}
/* sub menu current item */
#sub-menu ul li.current a {
    line-height: 2.2em;
    padding-left: 5px;
    background: url(../images/sub-mi_active.png) no-repeat right;
}

/* sub menu header */
#sub-menu h3 {
  background: url("../images/dashboard-bg.png") repeat scroll 0 0 transparent;
  border-bottom: 0 solid #2A2A2A;
  border-top: 0 solid #3D3D3D;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 0;
  width: 199px;
}
#sub-menu h3 a {
  color: #33CCFF;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 0 8px 37px;
}
#sub-menu h3.selected {
    background: #282828;
}
#sub-menu h3.selected a {
    background-image: url(../images/sub-head_active.gif);
    color: #ababab;
}
#sub-menu h3 a:hover { 
    color: #fff;
}

/* Content */
#content { 
    height: auto;
    margin-left: 200px;
    min-height: 600px;
    padding: 0 0 20px;
    position: relative;
    margin-top: 30px;
}
#content .corner {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/content-corner.gif) no-repeat;
}
#content ul, #content ol {
    padding: 10px 0 0 20px;
}

.kubrick {
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
}
.kubrick.half {
    width: 49%;
}
.kubrick.onethird {
    width: 32%;
    margin: 0 8px;
}
.kubrick .top {
    height: 45px;
    background: url(../images/top-grad.gif) repeat-x bottom;
    position: relative;
}
.kubrick .top h3 {
    font-size: 1.2em;
    width: auto;
    position: relative;
    top: 15px;
    left: 17px;
}
/* Tabs */
ul.tabs {
    list-style: none;
    padding: 0 !important;
    position: absolute;
    top: 12px;
    right: 14px;
}
ul.tabs li {
    float: left;
    background: url(../images/tab-standby.gif) no-repeat left top;
    margin-left: 7px;
}
ul.tabs li a {
    float: left;
    display: block;
    padding: 3px 23px 2px 10px;
    margin-left: 15px;
    background: url(../images/tab-standby.gif) no-repeat right top;
    text-decoration: none;
    font-size: 0.9em;
    color: #919191;
    font-weight: bold;
}
/* Current item */
ul.tabs li.selected {
    background: url(../images/tab-active.gif) no-repeat left top;
}
ul.tabs li a.selected {
    background: url(../images/tab-active.gif) no-repeat right top;
    color: #FFF;
}
/* Content */
.kubrick .wrap {
    padding: 15px 15px 20px 15px;
}

/* Footer */
#footer {
  clear: none !important;
  color: #ABABAB;
  float: right;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.store,.report,.roundedinput
{
    width: 131px;
    height: 21px;
    margin: 10px 26px 0;
    background: url("../images/textbox.png"); 
    border: 0px;
    padding: 0px 5px;
    
}
.search
{
    width: 55px;
    height: 21px;
    border: 0px;
	color:transparent;
	background: url("../images/search_btn.png") no-repeat ; 
    margin: 10px;
    line-height: 10px;
	font-size:0px
}
.advancesearch
{
    width: 55px;
    height: 21px;
    border: 0px;
	color:transparent;
	background: url("../images/advancesearch.png") no-repeat ; 
    margin: 10px;
    line-height: 0px;
	cursor:pointer;
}
.save
{
    width: 55px;
    height: 21px;
    border: 0px;
    background: url("../images/save_btn.png") no-repeat; 
    margin: 30px 26px 0;
    line-height: 20px;
}
input[type="submit"]:hover{
    cursor: pointer;
}

#form_left 
{
    float:left;
    width: 350px;
}
#form_right
{
    float:left;
    width: 350px;
    margin: 0 0 0 100px;
}
#form_left  p,#form_right p
{ 
    clear: both;
}
#form_left label,#form_right label
{
    width: 150px;
    float:left;
}
.buttons-box,#footer{
    clear: both;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}	
#form_left input
{
    width: 150px;
    float: right;
}
#form_right input
{
    width: 150px;
    float: right;
}
select {
 /*   float: right !important;
    width: 166px !important;*/
}

/* my custom style for report form*/
/* my custom style */
#top-nav {
    height:45px;    
    position: relative;
    /*background-image:url(../images/top-nav-bg.png);*/
    /*background-repeat:repeat-x;*/
    background-color:#3d547e;

}

#top-nav a:hover{
    color:#18A9E5;
}
.left_top_nav
{
    float:left;
    /*margin-top:10px;*/
}
.right_top_nav {
  float: right;
  margin-right: 14px;
  margin-top:-5px;
}

.right_top_nav a {
  color:#fff;
}
.user_nav
{
	float: right;
    margin-right: 4px;
    right: 10px;
    top: 10px;
}
.nav_icon {
    float: left;
    font-size: 9pt;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    width: 82px;
}
.nav_icon_left {
    float: left;
    font-size: 9pt;
    height: 20px;
    line-height: 0.4;
    margin-top: 35px;
    text-align: right;
    width: 70px;
}

.signuplogout {
	margin-top: 25px;
	color:#fff;
}

.right_top_nav .nav_icon_left {
	width: auto;
	margin-left:20px;
}
.user_icon
{
    float: left;
    margin: 0 10px;
}
#pos_img {
    background: url("../images/pos.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    margin: auto;
    width: 24px;
}
#dispense_img {
    background: url("../images/loyalty.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    margin: auto;
    width: 24px;
}
#loyalty_img {
    background: url("../images/dispense.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    margin: auto;
    width: 24px;
}
#left-menu ul
{
float:left;
}
#left-menu ul li {
   float:left;
   clear:both;   
}

#left-menu ul li a {
  background: url("../images/sidebar-bg.png") repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  font-size: 11.3px;
  height: 21px;
  line-height: 1.3;
  margin: 2px 4px 0 0;
  padding: 2px 0 8px;
  width: 199px;
}
#left-menu ul li.first a {
   margin-top:0px;  
}
#left-menu ul li a span.symbol {
  float: left;
  height: 10px;
  margin: 0;
  padding: 7px;
  width: 25px;
}
#left-menu ul li.gst-flag a span.symbol{
    background: url("../images/caption1.png") no-repeat scroll  center center transparent;
}
#left-menu ul li.stock-report a span.symbol{
    background: url("../images/caption2.png")  no-repeat scroll center center transparent;
}
#left-menu ul li.stock-sales a span.symbol{
    background: url("../images/caption2.png")  no-repeat scroll  center center transparent;
}
#left-menu ul li.gross-margin a span.symbol{
    background: url("../images/caption4.png")  no-repeat scroll  center center transparent;
}

#left-menu ul li a span.menu {
  line-height: 24px;
  margin: 0;
  display:inline;
  padding: 0;
}
#left-menu ul li a:hover,#left-menu ul li a.selected {
     background: url("../images/selected-bg.png") repeat scroll 0 0 transparent;
     cursor:pointer;
}

#menu-toggle-arrow {
background: url("../images/menu-toggle-arrow-right.png") repeat scroll 0 0 transparent;
bottom: 0;
cursor: pointer;
height: 45px;
margin-left: -11px;
position:absolute;
width: 14px;
}
 
#inner-content {
  float: right;
  height: auto;
  position: relative;
  width: 98.7%;
}
#inner-content-area,#footer-container,#main-chart,#header-content-area{
	float:left;
	position:relative;
	clear:both;
	width:100%;
	padding:0px;
	margin:0px;
}
#header-content-area
{
    margin: 5px 0 0;
}
#breadcrump
{
    float: left;
    width: 50%;
    margin-left: 10px;
}
#footer-container {
  /*bottom: 10px;*/
  margin-top: 20px;
  background-color: #3D547E;
}

.breadcrumbs {
	color:#3d547e;
	  font-size: 11px;
}

.breadcrumbs a {
  /*color: #EAE6E6;*/
  color:#3d547e;
  font-size: 11px;
  text-decoration: none;
}
.mgmt-dash p , .user-detail p{
  color: #3d547e;
  font-size:24px;
  text-align: center;
}
.dash-buttons {
  background: url("../images/menu_back.png") repeat scroll 0 0 transparent;
  height: 26px;
  margin: 20px auto auto;
  width: 491px;
}
.dash-buttons  .inner-buttons {
  background: url("../images/menu_bar.png") repeat scroll 0 0 transparent;
  height: 24px;
  margin: auto;
  width: 217px;
}
#content .inner-buttons .ul {
	padding:0px;
}
.inner-buttons .ul .li {
  color: #222222;
  float: left;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor:pointer;
}

#main-chart{
	margin:5px 0px;
	padding:5px;
}
#main-chart-container {
  text-align: center;
}
#footer span{
	float:left;
	padding:0px 0px 0px 20px;
}
.half-fullscreen{

}
.no-display{
display:none !important;
}
.half-fullscreen #side{
	display:none !important;
}
.half-fullscreen #content{
	margin-left:0px !important;
}
.half-fullscreen #menu-toggle-arrow {
  background: url("../images/menu-toggle-arrow-left.png") repeat scroll 0 0 transparent;
}

/* my custom style */

/**** START ********* Added By Manikk **************/ 
#user-menu-widget ul li,#operations-menu-widget ul li{
    margin-left: 15px;
}

#user-menu-widget ul,#operations-menu-widget ul {
    margin-top:15px;
}

.findStoreForm {
    padding: 20px 15px;
}

#content.singleColumn {
    margin-left:0;
    padding:0;
}

#content.singleColumn #inner-content {
    width:100%;
}



.widget-link-tabs .active {
    color:#999999;
    background-color:#E1E1E1;
}

 
 .widget-link-tabs .active a{
     /*color:#18A9E5;*/
	background-color: #E1E1E1;
	color: #999999;
	text-decoration: underline;
 }

 .widget-link-tabs a:hover {
	 color: #999999;
 }

.loginContainer {
   /*  width:500px;*/
	width:320px;
     margin:20px auto;     
}
.loginContainer .row{
    margin-left: 20px;
}
.loginContainer .content-widget form .hint {
    color: #0099cc;
}


.widget-header h5.widget-title {
    padding:5px 15px;
}

.content-widget .normalContent{
    padding:15px;
}

.content-widget .normalContent p {
    margin-bottom: 10px;
}

.content-widget .search-button {
    color:#0093df;
    text-decoration: underline;
}


.content-widget .search-form {
    border:1px solid #ccc;
    margin-top:10px;
}

.errorMessage {
    color:#CE4825;
    font-weight: 600;  
    font-size:11px;
     /*margin-left: 30%;*/
}

.error{
	color : #FF0000;
}

.content-widget form {    
    /*padding: 20px 15px;*/
	padding:20px 11px;
}

.content-widget form .row  {
    clear:both;
    margin-bottom: 10px;
}

.content-widget form  .row .column {
    float:left;
}

.content-widget form  .row .column {
    margin-right:30px;
}

.content-widget form .view-item{  
    margin-bottom: 7px;
    float:left;
    
}

.content-widget form .view-item label{
    display: block;
    float:left;
    text-align:left;
/*    min-width: 120px;*/
    min-width: 75px;
    margin-right:10px;
}

.content-widget form .view-item {
    margin-right: 40px;
}

.content-widget form select {
    clear:both;
}

.content-widget form fieldset {
    padding:20px 10px 10px;
    border: 1px solid #ccc;   
    border-radius: 10px;
    width: 95%;
    margin-bottom: 20px;    
}

.content-widget form fieldset .row{
    padding-left: 0;
}

.content-widget form .note{
    padding-left: 5%;    
}

.content-widget form legend {
   padding:0 5px;
}

.content-widget form input[type='text'],.content-widget form input[type='password'],.content-widget form textArea,.content-widget select {
    color: #848484;
}

.content-widget form .note{
       font-size:12px;
       color:#FFAB07;
}

.content-widget form input[readonly="readonly"],.content-widget form input[disabled="disabled"],.content-widget form select[disabled="disabled"],.content-widget form textArea[readonly="readonly"] {
    color:#bdbdbd;
}

.content-widget form .links  a{    
     text-decoration: underline;
}

.content-widget form .rowTable {
    padding-left: 0px;
}

.content-widget form .links {
    padding: 0 10px 10px 15px;
}

.content-widget form .hint  {
     color:#FFAB07;     
}

.content-widget form .fileFilters{
    padding-left: 130px;
 }

 .content-widget form .fieldHint{
    padding-left: 130px;
 }
 
 .view-item-column {
     float:left;
 }
 
 /* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*************START*************Login Form*********/
	.LoginContainer {
		min-height: 100%;
		background-color: white;
	}

	.LoginCenter {
		margin: auto;
		max-width: 358px;
		padding-top: 15%;
		text-align: center;
	}
	
	
	#login_body, #login_html {
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#LoginForm_username, #LoginForm_password {
		width: 200px;
		height: 30px;
		padding-left: 10px;
		margin-bottom: 10px;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
	}
	#LoginForm_username:focus, #LoginForm_password:focus, .HelpTextFields:focus{
		outline: none;
		border: 1px solid #0093DF;
	}
	
	.btnWrap input {
		border: 0;
		background: none;
		font-size: 40px;
		color: #0093DF;
		margin-top: 15px;
	}
	.btnWrap input:hover {
		text-shadow: -1px 1px 2px  rgba(0,0,0,0.25);
	}
	
	
	.InlineBlock {
		display: inline-block;
	}
	
	#login_checkbox{
		font-size: 15px;
	}
	.LoginHelp {
		padding-right: 80px;
		font-size: 15px;
	}
	.LoginHelp a:hover {
		color: #0093DF!important;
	}
	
	.SiteIQLogo {
		margin-bottom: 20px;
		width: 281px;
		height:109px;
	}
		/* Login mobile media Start*/
		@media only screen and (max-device-width: 640px) {
		
			#login_form {
				padding-top: 40px;
			}
			.btnWrap input {
				margin-top: 30px;
			}
			#LoginForm_username, #LoginForm_password, .HelpTextFields {
				width: 250px!important;
				height: 40px!important;
				padding-left: 10px;
				font-size: 20px;
				margin-bottom: 10px;
				border: 1px solid #CCCCCC;
				border-radius: 3px;
				text-align: center
			}
			.LoginHelp {
				padding-right: 100px;
				font-size: 20px;
			}
			#login_checkbox{
				font-size: 20px;
			}
			.btnWrap input, .HelpbtnWrap input {
				font-size: 50px;
			}
			.LoginCenter {
				margin: auto;
				max-width: 358px;
				padding-top: 5%;
				text-align: center;
			}
			.HelpHeading {
				font-size: 25px;
			}
			.HelpbtnWrap input{
				margin-bottom: 15px!important;
			}
			#return_to_login {
				margin-bottom: 10px;
			}

		}
	/* Login mobile media End*/
		
	/* Help Page Start*/ 
	.HelpTextFields {
		width: 200px;
		height: 30px;
		padding-left: 10px;
		margin-bottom: 10px;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		color: #A9A9A9;
	}
	.HelpHeading{
		color: #0093DF;
		cursor: pointer;
	}
	#return_to_login {
		padding: 0;
		/*text-decoration: underline;*/
	}
	.HelpbtnWrap input{
		border: 0;
		background: none;
		font-size: 40px;
		color: #0093DF;
		margin-top: -5px;
		margin-bottom: 15px;
	}
	.HelpbtnWrap input:hover {
		text-shadow: -1px 1px 2px  rgba(0,0,0,0.25);
	}
	.HelpInactive {
		color: grey!important;
	}	
	.HelpInactive:hover {
		color: #0093DF!important;
	}
	#forgot_password_or, #forgot_password_or_fake {
		color: #777777;
	}
	
	/* Help Page End */
	
/*#login-form .note {
    padding-left: 0px;
}

.loginContainer .form p{
    margin-bottom: 10px;
}


.loginContainer .hint {
    font-size:11px;
    margin-top:15px;
    color:#FFAB07; 
}

.loginContainer span.required {
/*    color:#ff0000;*//*
}

.loginContainer label {    
    text-align: right;
    min-width: 150px;
}

#login-form .row label {
    margin-right: 10px;
    text-align: left;
}

#login-form label[for="LoginForm_password"] {
     margin-right: 12px;
}

.loginContainer .content-widget {
    padding: 0px;
}*/



/*************END*************Login Form*********/


/*************START*************Store Form*********/
.store-detail-view {
    text-align:center;
}

.store-detail-view form {
    margin:auto;
    text-align:left;
    width: 900px;
}

.store-detail-view form  .view-item label {
    text-align: right;
}

.store-detail-view #Store_StoreCode ,.store-detail-view #Store_ContactPerson,.store-detail-view #Store_Telephone1,.store-detail-view #Store_Telephone2,.store-detail-view #Store_FAX,.store-detail-view #Address_Suburb,.store-detail-view #Store_ConnectServer,.store-detail-view #Store_PosSoftware,.store-detail-view  #Store_DispenseSoftware, .store-detail-view #Store_PosxInstalltype{
    width:140px;    
}

.store-detail-view #Store_EnteredDate ,.store-detail-view #Store_PosxPluginCode{
    width:100px;
}

.store-detail-view #Store_StoreName,.store-detail-view #Store_Email,.store-detail-view #Store_ISPCode {
    width:200px;
}

.store-detail-view #Address_Address1,.store-detail-view #Address_Address2 {
     width:250px;
}

.store-detail-view #Address_State,.store-detail-view #Address_Postcode,.store-detail-view  #Store_ChannelCode {
    width:75px;
}

.store-detail-view #Store_ConnectServer {
    
}

#hsnet_license_link a,
#posx_settings a
{
     color: #18A9E5;
     text-decoration: underline;
}

#store-details fieldset{ 
    width:830px;
                         
}

#Store_StoreName,#Store_Email {
    width:200px;
}

.store-detail-view .row2 .column2 ,.store-detail-view .row3 .column2{
    width:291px;
}

.store-detail-view .row2 .column3 label {
    min-width: 85px;
}

.store-detail-view .row3 .column3 label {
    min-width: 50px;
}

.store-detail-view .row3 .column3  .view-item-column {
    margin-right: 40px;
}

#Address_Address1,#Address_Address2 {
    width:200px;
}

#Address_Postcode {
    100px;
}

.store-detail-view .row6 .column1 {
    width:341px;
}

.store-detail-view .row6 .column2 {
    margin-right: 10px;
}

.store-detail-view .row7 .column1 label,.store-detail-view .row8 .column1 label {
    min-width: 81px;
}

.store-detail-view .row7 .column2 label,.store-detail-view .row8 .column2 label {
    min-width: 102px;
}

.store-detail-view .row9 .column1{
    width:231px;
}


#Store_Comments {
    width:760px;
}


.store-detail-view form .note{
 
    padding-left: 0px;
}

.store-view-comments {
	background-color:#fff;
	padding:15px;
	color:#000;
	margin-top:15px;
}



/*************END*************Create Store Form*********/

/*****START****client-details***************/

.client-detail-view {
    text-align:center;
}

.client-detail-view form {
    margin:auto;
    text-align:left;
    width: 960px;
}

.client-detail-view form  .view-item label {
    text-align: right;
}

.client-detail-view form  .view-item {
    margin-right: 30px;
}

.client-detail-view #ClientStore_StoreCode,.client-detail-view  #ClientStore_ClientCode,.client-detail-view #ClientStore_ClientStoreCode,.client-detail-view #ClientStore_PalCode,.client-detail-view #ClientStore_ClientGrouping ,.client-detail-view #ClientStore_Installer{
    width:140px;
}

.client-detail-view #ClientStore_Group,.client-detail-view #ClientStore_Group2,.client-detail-view  #ClientStore_Email {
    width:200px;
}

.client-detail-view  #ClientStore_EmailAll {
    width:180px;
}

.client-detail-view #ClientStore_ReceivedDate ,.client-detail-view #ClientStore_InstalledDate,.client-detail-view #ClientStore_Contacted,.client-detail-view #ClientStore_Callback,.client-detail-view #ClientStore_LiveDate,.client-detail-view #ClientStore_PollingInterval{
    width:100px;
}

.client-detail-view #ClientStore_Priority {
    width: 50px;
}

.client-detail-view #ClientStore_FailReason{
    width:500px;
}

.client-detail-view #ClientStore_Comments {
    width:760px;
}

.FailReason label, .client-detail-view .row1 .column1 label,.client-detail-view .row2 .column1 label,.client-detail-view .row4 .column1 label,.client-detail-view .row5 .column1 label,.client-detail-view .row6 .column1 label{
    min-width: 83px;
}

.client-detail-view .row1 .column2 label,.client-detail-view .row2 .column2 label,.client-detail-view .row4 .column2 label,.client-detail-view .row5 .column2 label,.client-detail-view .row6 .column2 label{
    min-width: 80px;
}


.client-detail-view .row1 .column3 label,.client-detail-view .row2 .column3 label,.client-detail-view .row3 .column3 label,.client-detail-view .row6 .column3 label{
    min-width: 90px;
}

.client-detail-view .row1 .column1,.client-detail-view .row3 .column1,.client-detail-view .row4 .column1,.client-detail-view .row5 .column1,.client-detail-view .row6 .column1 {
    width:293px;
}

.client-detail-view .row1 .column2,.client-detail-view .row3 .column2,.client-detail-view .row4 .column2,.client-detail-view .row5 .column2,.client-detail-view .row6 .column2 {
    width:290px;
}


.client-detail-view  .row6 .column2 {
    width: 296px;
    margin-right:20px;
}
.client-detail-view form .note{
 
    padding-left: 0px;
}

/*****END****client-details***************/

/******START***Store Details Client Installs**********/

/*#store-details  .StoreCode label,#store-details  .StoreName label,#store-details  .EnteredDate  label{
    min-width: 0;
}



#store-details  .view-item {
    margin-right: 30px;
}

#store-details .note{
    padding-left: 0px;
}*/
/******END***Store Details Client Installs**********/


/******START**********popup forms************/

.detail-view.popup .view-item{
    float:left;
}

.detail-view.popup .row {
    margin-bottom: 10px;
}


.SystemCode  {
    margin-right:20px;
}

#InstalledSystem_SystemCode {
    width:180px;
}

#InstalledSystem_Email {
    width:164px;
}

#InstalledSystem_HOAddress {
    width: 175px;
    margin-right: 16px;
}

.detail-view.popup  #store-installed-system-details label,.detail-view.popup  #call-history-update-form label{
    float:left;
    width:100px;
}  

.popup span.required {
    color:#ff0000;
}

#ClientCallHistory_ContactNotes {
    width:300px;
    height:100px;
}

#call-history-update-form  .HOAddress  {
    margin-right: 20px;
}

#ClientCallHistory_Person {
	width: 120px;
}

#ClientCallHistory_Date {
    width: 100px;
}

.detail-view.popup #call-history-update-form  .InstalledDate   label{
    min-width: 0px;
    width:70px;
}


/******END**********popup forms************/


/*****START*********Left Search***********/
#find-left  .search-list a.active{
    color:#999999;
}

#find-left .search-list a:hover {
	color:#999999;
}

#find-left input.search {
	margin-left:15px;
}

#find-left input.roundedinput, #find-left .report, #find-left .store {
	margin-left:15px;
}

#store-search-form-left .errorMessage {
    text-align: left;
    margin-left:15px;
}

.store-search-left-checkbox {
    text-align:left;
    margin-top:10px;
    margin-left:15px;
}
.left-statusreport {
    text-align:left;  
}
#find-left ul.search-list li:first-child {
	padding-left:0px;
}
/*****END*********Left Search***********/


/***START**Tickets Left Panel**********/
.addproject a.active{
    color:#999999;
}

.addproject a:hover {
	color:#999999;
}

.left-widget-title a {
	color:#3D547E;
}
/***END**Tickets Left Panel**********/

.leftWidgetContent {
	padding:15px 15px;
	
}

#stores-menu-widget .leftWidgetContent {
	padding-bottom:0px;
}

#people-menu-widget .leftWidgetContent {
	padding-bottom:0px;
}

/*******START*****Staus Display**********/
.statusreport {
/*    margin-bottom: 15px;*/
}

.status-display-form {
       /*width: 98%;*/
       background: white;      
       text-align:center;
       padding:1%;
       margin: 0 11px;
}


table.status-display-table {
    border-collapse: collapse;
    text-align: left;
    width:100%;
    margin:0 auto;    
   
}

.status-display-table tr {
     background-color: #fff;
}

.status-display-table tr.odd {
     /*background-color: #ECF0F9;*/
}

.status-display-table td {
    padding:3px 10px;
    vertical-align: top;  
    /*border: 1px solid #6B7F99;*/
    /*border: 1px solid #aaa;*/
}

.status-display-table td.label-column {
    /*background-color: #7590B1;*/
	/*background-color:#999;*/
	color: #3d547e;	
}


.status-display-table td.value-column {
     color: #000;    
     /*border: 1px solid #ccc;*/
     /*font-weight:bold;*/
}

.status-display-table td.value-column div {
    
    
}

.status-display-table td.spacer-column {
    width:5%;
}

form.status-display {
    padding: 0px 0px 10px;
}

.status-display-submit {
    padding:0px 15px 15px;
    margin-top:15px;
}

#commentbox.reports {
    margin-bottom: 20px;
}

.comment-table td {
    padding:5px;
}

.status-display-table .value-column input[type="text"], .status-display-table .value-column input[type="password"], .status-display-table .value-column textArea, .status-display-table .value-column select {
    color: #000;
}
    

.content-widget .statusreport form {
    padding:0px;
}

.status-display-form  .upload-file {
    text-align: left;
    color:#000;
}

.status-display-form  .upload-file .label {
    margin-right:15px;
     font-weight:bold;
      color:#838383;
}
.status-display-form  .upload-file .fileFilters {
    padding-left: 138px;
}
.statusreport .report-header h2{
	font-size:14px;
}
.statusreport.edit-mode .label-column{
   /* font-weight:bold;*/
}

.tabs-div {
    margin-top:15px;
}

.widget-links {
	font-size:10px;
}

#hsnet_license_link .status-display-form,
#posx_settings .status-display-form {
    text-align:left;
}

#posx_settings {
    text-align:left;
}


.statusreport-gridview-header h2{
	padding-bottom:0px;
}
/*******END*****Staus Display**********/

/****START*****User Update Page*******/
li.user-notassigned-item {
        padding:3px; 10px;
        cursor:move;
        -moz-user-select: none;
        -webkit-user-select: none;
        background-color:#ECF0F9;
        border-bottom:1px solid #ccc;
}

/*li.user-notassigned-item.odd {
        background-color:#ECF0F9;				
}

li.user-notassigned-item.even {
        background-color:#FFFFFF;				
}*/

li.user-notassigned-item:hover {
        background-color:#b7ceff;
        color:#fff;
}

#stores-notassigned-wrapper {
        float:left;
        color:#000;
        margin:15px 15px 15px 15px;
}

#stores-assigned-wrapper {	
        float:left;		
        color:#000;
        margin:15px 15px 15px 15px;		
}

#filter-btns {
        float:left;
        margin-right:15px;
        margin-top:90px;
        width:50px;
}

#stores-notassigned,#clients-notassigned {
        height:250px;
        width:275px;
        overflow:auto;
        background-color:#fff;	
        border: 1px solid #E1E1E1;
}

#stores-assigned,#clients-assigned {
        overflow:auto;
        background-color:#fff;
        height:250px;
        width:275px;
        border: 1px solid #E1E1E1;
}

.filter-btn {
        margin-bottom:5px;
}

.filter-btn div {
    width:48px;
    height:22px;
    cursor: pointer;
}

#filterBtn_1 {
    background-image: url(../images/filter_01.png);
}

#filterBtn_2 {
    background-image: url(../images/filter_02.png);
}

#filterBtn_3 {
    background-image: url(../images/filter_03.png);
}

#filterBtn_4 {
    background-image: url(../images/filter_04.png);
}

#filterBtn_5 {
    background-image: url(../images/filter_05.png);
}

#filterBtn_1.selected {
    background-image: url(../images/filter_01_sel.png);
}

#filterBtn_2.selected {
    background-image: url(../images/filter_02_sel.png);
}

#filterBtn_3.selected {
    background-image: url(../images/filter_03_sel.png);
}

#filterBtn_4.selected {
    background-image: url(../images/filter_04_sel.png);
}

#filterBtn_5.selected {
    background-image: url(../images/filter_05_sel.png);
}    

.available-store-search,#available-client-search-field {
    margin-bottom:10px;
}

.available-store-search input,.available-client-search input {
    margin-left:0px;
    
}

#stores-assigned-wrapper h4 {
	/*margin-top:30px;*/
	margin-top:0px;
}

#stores-notassigned-wrapper h4 {
	padding-bottom:5px;
}
/****END*****User Update Page*******/  

.content-widget #user-form .note {
     padding-left: 0px;
}
.content-widget #user-form .view-item label {
    min-width: 120px;
}

#rbam h2 {
    float:none;
}

.user_nav {
	font-size:11px;
}
.content-widget .tabs-div .ui-tabs-nav li{
	font-size:14px;
}

img.loading { display:none; position:absolute; margin:2px; }
.page_count_overall{
	padding:3px 1% 0 0;float:right;
}
.page_head{
	float:left;padding:2px 0 0 0;
}
.page_count{
	float:right;
}

#Issues_CallbackDate[disabled=''],#Issues_CallbackDate[disabled='disabled'] {
	border:1px solid #BDBDBD;
	color: #BDBDBD;
	padding:2px;
}
table.ticketpopup {
		border-bottom:2px solid #dadada;
	}
	
table.ticketpopup a{
		color:#6B6CCF;
}

.assign-reports {
	padding:10px;
}


/****START*****Report Assignment*******/

.reportAssignment h3 {
	background-color:#586D86;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding:5px;
}

.reportAssignment h3 a {
	color:#CCCCCC;
}

.reportAssignment {
		margin-top:15px;
}
	
.accordian-item {
	border-bottom:1px solid #fff;
}

#content .accordian-item-container ul{
	padding:0px;
}

#content .accordian-item-container ul li {
	background-color:#fff;
	padding:5px 5px 5px 15px;
	color:#000;
	border-bottom:1px solid #ccc;	
}

#content .accordian-item-container ul li:last-child {
	border-bottom:none;
}

.report-assign-select-box-container {
    padding:0px 10px;
    margin:10px 0px;
}

.report-assign-save-button {
    margin:10px 0px 0px 0px;
    padding:0px 10px;
}

/****END*****Report Assignment*******/
.report-access div.reports {
  display:block;
  width:66px;
  height:26px;
  background-image:url(../images/reports_unselect.png);
  background-repeat:none;
  cursor: pointer;
}

.report-access div.reports.active {
  background-image:url(../images/reports_select.png);
  background-repeat:none;
}

.report-access div.categories {
  display:block;
  width:74px;
  height:26px;
  background-image:url(../images/categories_unselect.png);
  background-repeat:none;
  cursor: pointer;
}

.report-access div.categories.active {
  background-image:url(../images/categories_select.png);
  background-repeat:none;
}

#reports-categories-toggle,#assigned-reports-categories-toggle{ 
  margin-bottom:20px;
}

#reports-notassigned-wrapper,#reports-assigned-wrapper{
    color: #000000;
    float: left;
    margin: 15px;
}

#reports-unassigned,#reports-assigned  {
    background-color: #FFFFFF;
    height: 250px;
    overflow: auto;
    width: 275px;
}

.report-access-clientcode {
  margin-top: 10px;
  padding-left:12px;
}

#reports-notify {
  margin-left:12px;
  margin-top:10px;
  font-size:14px;  
  color:#00ff00;
  min-width: 200px;
  width:570px;
  padding:5px;
  text-align: center;  
}

#reports-notify.warning {
  color:#878314;
  background-color: #fefddd;
  border:1px solid #e5db55;
}

#reports-notify.success {
  color:#258815;
  background-color: #e5ffe0;
  border:1px solid #9adf8f;
}

#reports-notify-websites {
  margin-left:12px;
  margin-top:10px;
  font-size:14px;  
  color:#00ff00;
  min-width: 200px;
  width:570px;
  padding:5px;
  text-align: center;  
}

#reports-notify-websites.warning {
  color:#878314;
  background-color: #fefddd;
  border:1px solid #e5db55;
}

#reports-notify-websites.success {
  color:#258815;
  background-color: #e5ffe0;
  border:1px solid #9adf8f;
}


/**** END ********* Added By Manikk **************/ 

#dialog .result
{
	color:#00FFFF;
	padding:2px 0 5px 10px;
}
th.syscode{
	text-align: left !important;
	color: #18A9E5;
	background: #C9D1E9;
	}
  
  #stores-groups-toggle, #assigned_stores-groups-toggle{
    margin-top: 5px;
    padding-bottom: 15px;
  } 
  
/*#stores-groups-toggle{	
	height:26px;
	width: 120px;
	margin-top: 5px;
	padding-bottom: 15px;
	}
#stores-groups-toggle.stores-active{
	background:url(../images/stores.png) no-repeat;
}
#stores-groups-toggle.groups-active{
	background:url(../images/groups.png) no-repeat;
}

#assigned_stores-groups-toggle{	
	height:26px;
	width: 120px;
	margin-top: 5px;
	padding-bottom: 15px;
	}
#assigned_stores-groups-toggle.stores-active{
	background:url(../images/stores.png) no-repeat;
}
#assigned_stores-groups-toggle.groups-active{
	background:url(../images/groups.png) no-repeat;
}*/
.filter_buttons_assign_page{
	margin-right: 40px !important;
	margin-top: 110px !important;
	}
.cancelled_clientstore td{
	color: purple !important;
	}
.items a{
	color: #2C2A2A !important;
	text-decoration:none !important;
}
.items a:hover{
	text-decoration:underline !important;
}

#unAssignedBtnSet .ui-buttonset .ui-button {
  border-radius:5px;
}

/*added for master department access */
#master-unassigned, #master-assigned {
    background-color: #FFFFFF;
    height: 250px;
    overflow: auto;
    width: 275px;
}

#master-notify {
    color: #00FF00;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 10px;
    min-width: 200px;
    padding: 5px;
    text-align: center;
    width: 570px;
}
#master-notify.warning {
    background-color: #FEFDDD;
    border: 1px solid #E5DB55;
    color: #878314;
}
#master-notify.success {
    background-color: #E5FFE0;
    border: 1px solid #9ADF8F;
    color: #258815;
}

/*added for group add and edit */

.valuedisabled{
	border :0px;
}
/***** Signup Site *****/
.signupsite form input[type="text"], .signupsite .search .input-txt,.signupsite form select, .signupsite form input[type="password"]{
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: 30px;
    padding: 0 0px;
    width: 230px;
}

.user-detail .frmTerms select, .signupsite .termspage select, .signupsite .sendregmailpage select{
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: 30px;
    padding: 0 0px;
    width: 230px;
}

.signupsite .termspage input[type="text"], .signupsite .sendregmailpage input[type="text"] {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: 30px;
    padding: 0 0px;
    width: 230px;
}

.signupsite form textArea{
    font-size: 16px;
}

.signupsite .termspage textArea{
    font-size: 16px;
}

.signup-search-field {
  float:left;
}

.signupsite button, .signupsite input[type='submit'] {
	border:none;
	line-height:34px;
	vertical-align:middle;
	border-radius:5px;
	padding-top:0;
	height:34px!important;
}

.signupsite a.button, .signupsite .button {
    background-image: url("../images/signup/btn-bg.png");
    color: #FFFFFF;
    display: inline-block;
    height: 34px;
    line-height:34px;
	vertical-align:middle;
    text-align: center;
    width: 132px;
}

.signupsite a.button:hover, .signupsite .button:hover{
    background-image:url(../images/signup/btn-hover-bg.png);
}

/*.signupsite #backBtn {
    float: left;
    margin-right: 20px;
}

.signupsite #nextBtn {
    float: left;
    margin-right: 20px;
}
*/
.btnsContainer {
	text-align:center;
}
.signupsite #nextBtn, .signupsite #backBtn {
	margin:0 auto;
}
.signupsite .txt p {
  text-align: left;
  color:#333333;
  margin-bottom:10px;
}

.signupsite .txt {
  margin-bottom: 10px;
}
  
.signupsite .txt ul li {
  text-align:left;
  list-style-type: disc;
      color: #333333;
}

.signupsite  .no-float-item, .item {
    margin-bottom: 10px;
}

.signupsite .item label {
    display: block;
    float: left;
    margin-right: 10px;
    width: 280px;
    text-align: left;
    color: #333333;
}

.signupsite.installstore .item label {
   width: 150px;
}

.signupsite .item .value, .signupsite .item select{
  float: left;
}

.signupsite .errorMessage{
  text-align: left;
}

.content-widget .signupsite form select {
  clear: none; 
}

.signupsite .item span,.signupsite .termsconditions-content {
    color: #333333;
}

.signupsite .termsconditions-content {
  text-align: left;
  height: 230px;
   overflow: auto;
   background-color: #F6F4F4;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px #000000 inset;
    padding: 10px;
}

.signupsite .grid-view table.items tr td ,.signupsite .summary{
  color : #333333;
}

.signupsite .store-search-result {
  background-color: #FFFFFF;
  padding:10px;
}

.signupsite  .grid-view table.items th a {
    color: #FFFFFF !important; 
    font-weight: normal;
    text-decoration: none;
}

.signupsite .item span.required{
  color: #FF0000;
  font-size: 13px;
}

.signupsite  .grid-view table.items tr td,.signupsite  .grid-view table.items th  {
  text-align:left;
}

.signupsite .detail-view th,.signupsite .detail-view td {
  text-align:left;
}

.signupsite-container {
   width:700px;
   margin:auto;
}

.signupsite .inline-dropdown {
   width:auto;
   height: auto;
}

.installstore-h4 {
   text-align:left;
}

.signupsite .errorMessage {
   float:left;
   margin-top:-14px;
  width: 280px;
}

.signupsite .inline-dropdown.error {
   background-color: #FBE3E4;
   border: 1px solid #FF0000;
}

.divSignupsite{
  padding-left: 10px;
  width: 98%;
}
 table.tblSignedStoreDetail{       
    width: 98%;
    margin-top:5px;
    margin-left:10px;
    margin-bottom:20px;    
    border-collapse:collapse;
        
}
table.tblSignedStoreDetail tr td{
    padding: 10px;
    color:black;
    border-collapse:collapse;
    background-color: white;    
    border:1px solid black;
}
table.tblSignedStoreDetail th{
     padding :10px;
     background: none repeat scroll 0 0 #7590B1;
     text-align:left;
     vertical-align:left;
     color:#ffffff;
     line-height: 22px;
}

.signupsite #login-form label[for="LoginForm_password"],.signupsite #login-form label[for="LoginForm_username"] {
  margin-right: 15px;
}

.signupsite #login-form .errorMessage,.signupsite #login-form .successMessage  {
  font-size: 10px;
}

.signupsite #login-form .successMessage{
	color :#468847;
	margin-bottom:10px;
}


.signup-login-container {
  width: 500px;
}
 .content-widget.signupsite, #inner-signupcontentcontent-area .content-widget {
	box-shadow:none;
	border:none;
 }
#inner-signupcontentcontent-area .widget-header,  #inner-signupcontentcontent-area .widget-header p, #inner-signupcontentcontent-area .user-detail p{
 
	background:none;
	font-sizE:24px;
	color:#358EDC;
	text-align:center;
	height:auto;
	border-bottom:none;
	float:none;
	padding:0;
 }
 
 #frmTerms .user-detail p{
	padding-bottom:5px;
 }
 
 #inner-signupcontentcontent-area h6 {
	font-size:20px;
 }
  #inner-signupcontentcontent-area .user-detail {
	padding:0;
	margin:0;
  }
#forgot {
    color: #333333;
    margin-left: 80px;
}
.LoginHelp a:visited{
	color: #000000;
}
#forgot a {
    color: blue;    
    text-decoration: none;
}

.placeholder{
		color: #aaa;
}
#SignedupStores_collectData{
    float: left;
    text-align:left;
}
#SignedupStores_collectData label {
    float:none;
    display:inline;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	input[type='text'], textarea, input[type='tel'], input[type='number'], input[type='password'], select {
		font-size:16px;
		padding:5px 10px!important;
		
	}
	select {
		width:250px!important;
	}
	#SignedupStores_ClientCode {
		width:auto!important;
	}
	body {
		
	}
	table {
		line-height:200%;
		font-size:1.1em;
	}
	.status-display-form form div {
		width:100%!importnat;
	}
	table th {
		line-height:100%;
	}
	.yiiPager {
		font-sizE:16px!important;
	}
	.yiiPager a{
		padding:3px 8px;
		
	}
	.yiiPager li {
		margin-lefT:2px;
		margin-right:2px;
	}
	form span {
		vertical-align:middle;
	}
}

#frmInstallSignupSite #nextBtn.disabled{
	background-image:none;
	background-color:#CCCCCC;
	color:#bbb;
	cursor:inherit;
}

#frmInstallSignupSite #nextBtn.disabled:hover{
	background-color:#CCCCCC;
}

#alreadyInstalled{
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
  	padding: 8px 35px 8px 14px;
  	border-radius: 4px 4px 4px 4px;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  	margin-bottom:10px;
  	font-size:14px;
}

.signupsite a.button, .signupsite .button_new{
	background-color: #1D8BCB;
    color: #FFFFFF;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
	padding-left:10px;
	padding-right:10px;    
}

.signupsite #txtComments{
	border: 1px solid #CCCCCC;
}

.signupsite #lblPhoneNumber, .signupsite #lblComments{
	text-align: right;
}

#frmTerms #SignedupStores_applicationName, #frmTerms #SignedupStores_ClientCode, #frmUserEmailPrompt #SignedupStores_applicationName, #frmUserEmailPrompt #SignedupStores_ClientCode{
	font-size: 16px;
}

#terms_service, #terms_client{
	color: #358EDC;
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert, .alert h4 {
color: #c09853;
}.alert h4 {
	font-size:17px;
	padding:7px;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.termsconditions-content ol, .termsconditions-content ul{
	margin-left:20px;	
}

.termsconditions-content ol {
	list-style-type:decimal;
}

.termsconditions-content ul{ 
	list-style-type:disc;
}

.signupsite .button_conf{
	background-color: #1D8BCB;
    color: #FFFFFF;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
	padding-left:10px;
	padding-right:10px; 
	width: 140px;   
}

.storeiq3-helptext-alert-message{
    margin: 5px 0px 0px 30%;
    width: 44%; position: absolute;
    text-align: center;
}

.storeiq3-helptext-heading{
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.storeiq3-helptext-note{
    margin-left: 30px;
    width: 30%;
    height: 135px;
}

.report-email-template-heading {
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.report-email-body {
    width: 50%
}

.report-email-note {
    margin-left: 30px;
    width: 35%;
    height: 135px;
}

.tag-cursor {
    cursor: pointer;
}

.auto-login-url-heading {
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#auto-login-url-alert-message {
    margin: 0px 0px 0px 10%;
    width: 73%;
    text-align: center;
}

#reportList th:nth-child(1) {
    width: 20% !important;
}

#reportList th:nth-child(2),
#reportList th:nth-child(3),
#reportList th:nth-child(4),
#reportList th:nth-child(5)  {
    width: 15% !important;
}

#reportList th:nth-child(6),
#reportList th:nth-child(7) {
    width: 10% !important;
}

/* Login Retrieval starts here*/

.successMessage{
	color:green;
	font-weight: bold;
}

.fallBack {
	opacity: 0.4;
	pointer-events: none;
}

.retrieveLoginImageLoader {
    margin-left: 156px;
    margin-top: 110px;
    position: absolute;
    z-index: 999;
}

/* Login Retrieval ends here*/
