/**
 * Magento Go
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Go License Agreement.
 * The licenses is available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/Go.
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license    http://www.magentocommerce.com/license/Go
 */
/******************************************/
/***************** BASE *******************/
/******************************************/

*                       { margin:0; padding:0; }

body                    { background:#e6e6e6; color:#909090; font:12px/1.35em Tahoma, Geneva, sans-serif; }

body a,
a                       { color:#22BBF0; text-decoration:underline; }
body a:hover,
a:hover                 { color:#22BBF0; text-decoration:none; }
a img                   { border:0; }
:focus                  { outline:0; }

/* Heading */
h1, h2, h3, h4          { margin-bottom:.5em; line-height:1.4em; }
h2                      { font-size:1.7em; }
h3                      { margin-bottom:.5em; color:#253033; font-size:1.25em; }
h4                      { margin-bottom:.6em; color:#494848; font-size:1.05em; }
h5                      { font-size:1.05em; }
h6                      { font-size:1em; }
h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover        { font-weight:normal; }

/* Table */
th                      { padding:0; text-align:left; vertical-align:top; }
td                      { padding:0; vertical-align:top; }

/* Paragraph */
p, address              { margin-bottom:.5em; }
address                 { font-style:normal; }
cite                    { font-style:normal; font-size:10px; }
q:before,
q:after                 { content:'';}

/* Form */
form                    { display:inline; }
fieldset                { border:0; }
legend                  { display:none; display:block !important; height:0; line-height:0; margin:0; overflow:hidden; padding:0; width:0; visibility:hidden; }
label                   { color:#333; }
input, select           { vertical-align:middle; }
textarea                { overflow:auto; }

/* Lists */
ul,ol                   { list-style:none; }
dt                      { display:block; }

/* Size */
small                   { font-size:.9em; }
big                     { font-size:1.25em; }


/******************************* login button **********************************************/
.form-button-submit{
	background: url("images/bkg_btn.png") repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 28px;
    width: 81px;
	cursor: pointer;
}

.form-button{
	background: url("images/bkg_btn.png") no-repeat scroll 100% 0 transparent;
    border: 0 none;
    color: #22BBF0;
    font: bold 12px/27px Tahoma,Verdana,Arial,sans-serif;
    height: 28px;
    padding: 0 7px 0 2px;
	cursor: pointer;
	(-bracket-:hack;
        padding: 0 10px 0 5px;
    );
}
/********************************************************************************************/

.franchise-box-right-fieldset{
	height:500px;
	overflow-y: scroll;
}
.xdsoft_datetimepicker{
	z-index:99999!important;
}
.save-report-popup .form-group .form-label, .save-report-popup .form-group .form-input{
	float:left;
}
.save-report-popup .form-group{
	margin-bottom:10px;
	float:left;
}
.save-report-popup .form-group .form-label{
	margin-right:5px;
}
.save-report-popup{
	padding:10px;
}

.save-report-popup .form-input input{
	padding:4px 10px;
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 3px 6px #dadada;
    color: #909090;
	width: 70px;
}
.save-report-popup .form-input select{
	width: 60px;
}
.save-report-popup .form-label{
	padding:10px 0;
}
.save-report-popup .actions{
	  float: left;
    padding: 10px 0;
    width: 100%;
}
.save-report-popup .pull-right{
	float:right;
}
.franchise-adminhtml-franchisereport-secondgridindex #cboxLoadedContent{
	margin:0;
}
.androidapp-adminhtml-androidapp-config .app-store-key{
	font-size:14px;
	color:#18B5E9;
}
.androidapp-adminhtml-androidapp-config .app-store-key strong{
	padding:0 15px;
}

#equipment-options-table{
	width:450px;
	/*padding:10px;*/
	 margin-top: 15px;
}
#equipment-options-table td, #equipment-options-table th{
	padding:5px;
	vertical-align:middle;
}
#equipment-options-table td.qty input{
	width:50px;
}
#equipment-options-table td label{
color: #909090;
    display: block;
	font:13px Tahoma,Arial,Helvetica,sans-serif;
}
#equipment-options-table tbody tr:first-child{
	background-image:none!important;
}
#commission_rules_container table th{
	vertical-align:bottom;
}


#dashboard_tab_content td.last-updated-date{
	/*text-align: right; */
	padding-bottom: 15px;	
	position:relative;
}

#dashboard_tab_content td.last-updated-date div.last-updated-info{
	line-height: 28px; 
	display: inline; 
	margin-right: 15px;	
}

#dashboard_tab_content td.last-updated-date div.last-updated-info h4{
	display: inline;	
}

#dashboard_tab_content td.last-updated-date button{
	float: right;	
}

#revenue_statistics, #sale_statistics, #redemption_statistics{
	padding-top:0px;	
}
.form-buttons .form-button-submit .form-button{
	min-width:75px;
}

.dirk-loader{
	left: 48%;
    position: absolute;
    top: 46%;	
	display:none;
}