/css/toolbox.css
Warning: Cannot modify header information - headers already sent by (output started at /toolbox/online/framework/module/engine/module.php:57) in /toolbox/online/framework/module/engine/module.php on line 59
body {
margin: 0;
width: 100%;
}
body,p,td,div {
font-family: Helvetica Neue,Arial,Tahoma,Verdana;
font-size: 12px;
}
td {
vertical-align: top;
}
.toolbox {
background-image: url('/images/toolbox.png');
background-repeat: no-repeat;
background-position: center;
width: 105px;
height: 100px;
background-color: #333333;
text-indent: -5000px;
float: left;
margin-top: 75px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
z-index: 100;
position: absolute;
}
.login {
float: left;
width: 400px;
height: 200px;
background-color: #333333;
padding: 20px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
margin-left: 50px;
}
#loginbox {
width: 600px;
height: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 20%;
color: #ffffff;
}
.login td, .login h2 {
color: #ffffff;
font-size: 15px;
font-family: Helvetica Neue,Arial,Tahoma,Verdana;
}
.login h2 {
font-size: 18px;
}
.login table {
margin-left:50px;
}
.login input {
width: 200px;
}
#error,#message,#reginfo,div.error {
margin-bottom: 5px;
padding: 5px;
margin-left: 50px;
}
#error .img,#message .img,div.error .img {
display:inline-block;
float:left;
margin-left:2px;
margin-right:5px;
width: 16px;
}
td #error {
margin-left: 0;
}
#errorf,#message {
width: 85%;
}
.login .foot {
position: relative;
bottom: -20px;
margin-left: 55px;
}
.login a {
color:#0DA4C2;
text-decoration:none;
}
.login a:hover {
color:#0088CC;
}
.login .loginbut {
cursor: pointer;
color:#FFFFFF;
font-weight:bold;
height:30px;
width:100px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #86be3c;
border: 0;
}
input.error {
border:solid thin red;
}
.hidden {
display: none;
}
.visOff {
visibility: hidden;
}
form {
display: inline;
}
.pinstrip {
width: 100%;
height: 4px;
background: #333333;
}
.top {
position: absolute;
left: 0;
top: 0;
}
.bottom {
position: absolute;
left: 0;
bottom: 0;
}
.head {
background-color: #333333;
height: 55px;
padding: 5px;
padding-left: 10px;
padding-bottom: 0;
}
.head .logo {
background-image: url('/images/online/logo04.png');
background-repeat: no-repeat;
width: 142px;
height: 50px;
float: left;
}
.menu {
background:#EFEFEF none repeat scroll 0 0;
border-bottom:1px solid #B6B7B8;
height:27px;
min-width:425;
}
.menu ul,#container2 ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 auto;
}
.menu ul {
padding:0;
}
#container2 ul {
padding-left: 20px;
}
.menu li:first-child {
background-image:none;
}
.menu > ul > li {
background:transparent url(/images/online/navsep.png) no-repeat scroll 0 0;
}
.menu > ul > li {
display:inline;
float:left;
margin:0;
}
.menu a {
color:#333333;
display:inline-block;
height:21px;
padding-left:17px;
padding-right:10px;
padding-top:6px;
text-decoration:none;
}
.menu a:hover {
font-weight: bold;
}
.menu > ul > li:first-child > .drop {
margin-left: 0;
}
.drop {
background:#dedede none repeat scroll 0 0;
min-width:75px;
position:absolute;
z-index:100;
margin-left: 5px;
}
.drop li:first-child {
border-top: 1px solid #B6B7B8;
}
.drop li {
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #B6B7B8;
}
.url {
color:#FFFFFF;
float:right;
font-size:16px;
margin-right:20px;
margin-top:10px;
}
.footer {
background: #333333;
position: absolute;
bottom: 0;
width: 100%;
color: #ffffff;
}
.footer .left {
float: left;
padding: 20px;
padding-bottom: 10px;
padding-top: 10px;
}
.left {
float: left;
margin-left: 10px;
}
.footer .right {
float: right;
padding: 20px;
padding-bottom: 0px;
padding-top: 10px;
}
.right img {
width: 40px;
}
.content {
height: auto;
clear: both;
}
#container2 {
width: 200px;
background: #EFEFEF none repeat scroll 0 0;
border-left: 1px solid #B6B7B8;
border-bottom: 1px solid #B6B7B8;
float: right;
min-height: 50px;
height: 85%;
padding: 10px;
position:absolute;
right:0;
top:88px;
}
#container2 a {
color:#0DA4C2;
text-decoration:none;
}
#container2 a:hover {
color:#0088CC;
}
#container1 {
float: left;
padding: 10px;
padding-top: 20px;
width:80%;
height: 81%;
overflow: auto;
overflow-x: hidden;
}
.ui-widget-content {
padding: 10px;
margin-bottom: 10px;
}
.dashboard {
width: 200px;
}
#tabs {
min-width: 98%;
}
.ui-tabs .ui-tabs-nav {
width:99%;
}
.ui-tabs-panel {
width:100%;
}
input.long,div.long {
width: 300px;
}
div.long {
display: inline-block;
margin-left: 5px;
}
.loading {
color:#0DA4C2;
font-weight: bold;
}
img {
border: 0;
}
.ui-accordion .ui-accordion-header {
padding-left: 20px;
}
.accordian {
width: 97%;
}
iframe {
border: 0;
width: 100%;
height: 100%;
}
#buttons {
display: inline-block;
clear: both;
}
#buttons button {
clear: both;
float: left;
margin-bottom: 5px;
}
.sortable,.place { list-style-type: none; margin: 0; padding: 0; width: 80%; }
.sortable li,.place li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1em; font-weight: normal; height: 18px; padding-bottom: 10px; }
.sortable li span,.place li span { position: absolute; margin-left: -1.3em; }
.sortable .ui-icon,.place .ui-icon {
display: inline-block;
}
.right {
float: right;
}
.marg {
margin-right:38px;
margin-top:5px;
}
.nicEdit-pane {
width: 700px;
}
#ticket,#nticket,#accom {
display: inline-block;
margin-bottom: 5px;
}
.ticketitem {
width: 250px;
float: left;
margin-right: 5px;
}
.ticketholder {
float: left;
width:95%;
}
.ticketadd {
width: 200px;
float: left;
}
.tab > div {
display: inline-block;
}
.remove {
background-image:url("http://gettopup.com/images/top_up/dashboard/sprite.png");
background-position:-20px 0;
height:26px;
right:-6px;
top:-1px;
width:28px;
position:absolute;
z-index:1002;
}
.clear {
clear: both;
}
.small-marg {
margin: 5px;
}
.heading {
font-size:14px;
font-weight:bold;
}
.extraitem {
float:left;
width:600px;
margin-bottom: 5px;
}
.extraprice {
float:left;
width:400px;
}
.extradate {
float: left;
width: 70px;
margin-right: 5px;
}
.edate {
width:70px;
}
.ui-tabs {
min-width: 98%;
}
#myNicPanel {
clear:both;
display:inline-block;
float:left;
}