Your IP : 216.73.216.26


Current Path : /home2/wtmwscom/www/static/backend/css/
Upload File :
Current File : /home2/wtmwscom/www/static/backend/css/button.css

/* Base Colours */
    .orange{color:#FF9900;}
    .green{color:#C0E079;}
    .blue{color:#56AED4;}
    .bg_orange{color:#FFFFFF; background-color:#FF9900;}
    .bg_green{color:#FFFFFF; background-color:#C0E079;}
    .bg_blue{color:#FFFFFF; background-color:#56AED4;}
    
    /* Buttons */
    .button{display:inline-block; border:1px solid; font-weight:bold; text-transform:uppercase;}

    .button.gradient{
	background:-moz-linear-gradient(top); background:-webkit-gradient(linear, left top, left bottom); background:-webkit-linear-gradient(top); background:-o-linear-gradient(top); background:-ms-linear-gradient(top); background:linear-gradient(to bottom);
	text-shadow:2px 3px 0 rgba(30, 30, 30, 0.2);
	-moz-transition:color .3s ease-in, -moz-transform .3s ease-in; -webkit-transition:color .3s ease-in, -webkit-transform .3s ease-in; -o-transition:color .3s ease-in, -o-transform .3s ease-in; transition:color .3s ease-in, transform .3s ease-in;
	}
        
    .button.large{font-size:1.4em; font-weight:normal; padding:18px 20px 17px 20px;}

    .button.orange{color:#FFFFFF; background-color:#FF9900; border-color:#CC7500;}
    .button.orange:hover{color:#FF9900; background-color:#A66000; border-color:#FF9900;}
    .button.orange.gradient{
	background:#A66000;
	background:-moz-linear-gradient(#FF9000 0%, #A66000 100%);
	background:-webkit-gradient(color-stop(0%,#FF9000), color-stop(100%,#A66000));
	background:-webkit-linear-gradient(#FF9000 0%,#A66000 100%);
	background:-o-linear-gradient(#FF9000 0%,#A66000 100%);
	background:-ms-linear-gradient(#FF9000 0%,#A66000 100%);
	background:linear-gradient(#007eff 0%,#00a6a6 100%);
    }
    .button.green{color:#FFFFFF; background-color:#C0E079; border-color:#98BA55;}
    .button.green:hover{color:#7C9B41; background-color:#98BA55; border-color:#7C9B41;}
    .button.green.gradient{
	background:#98BA55;
        background:-moz-linear-gradient(#C0E079 0%, #98BA55 100%);
	background:-webkit-gradient(color-stop(0%, #C0E079), color-stop(100%, #98BA55));
	background:-webkit-linear-gradient(#C0E079 0%, #98BA55 100%);
	background:-o-linear-gradient(#C0E079 0%, #98BA55 100%);
	background:-ms-linear-gradient(#C0E079 0%, #98BA55 100%);
	background:linear-gradient(#C0E079 0%, #98BA55 100%);
    }
    .button.blue{color:#FFFFFF; background-color:#56AED4; border-color:#287A9D;}
    .button.blue:hover{color:#56AED4; background-color:#1C546C; border-color:#56AED4;}
    .button.blue.gradient{
	background:#1C546C;
        background:-moz-linear-gradient(#56AED4 0%, #1C546C 100%);
	background:-webkit-gradient(color-stop(0%,#56AED4), color-stop(100%,#1C546C));
	background:-webkit-linear-gradient(#56AED4 0%,#1C546C 100%);
	background:-o-linear-gradient(#56AED4 0%,#1C546C 100%);
	background:-ms-linear-gradient(#56AED4 0%,#1C546C 100%);
	background:linear-gradient(#56AED4 0%,#1C546C 100%);
    }
    
/* index */    
.box{
        float: left;
        min-height: 30px; 
        min-width: 215px; 
        margin-right: 10px; 
        margin-bottom: 10px; 
        background-color: #FFFFFF; 
        text-align: center; 
        border: 1px dashed #004E8A;
    }
.box h5{
        background-color: #0d79ff;
        padding-top: 10px;
        font-size: 17px;
    }
.torder {
    background: -moz-linear-gradient(center top , #CCCCCC 0%, #F2F2F2 100%) repeat scroll 0 0 transparent;
    border: 1px solid #737373;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    clear: both;
    display: inline-block;
    float: left;
    margin: 10px 0;
    overflow: hidden;
    padding: 7px 5px 12px 12px;
    position: relative;
    transition: box-shadow 0.3s ease-in-out 0s;
}
.torder:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.torder a{
    background: none;
}
.trequest {
    border: 1px solid #FFD9BF;
}
.tconfirm {
    border: 1px solid #B2CC80;
}
.tclose {
    border: 1px solid #FFB8A6;
}
.torder .firstsection {
    float: left;
    width: 100px;
}
.torder .secondsection {
    float: right;
    width: 610px;
}
.torder .secondsection .reason {
    color: #000000;
    float: left;
    font-size: 10px;
}
.torder .secondsection .clock {
    float: left;
    margin: 2px 5px 0 0;
    width: 13px;
}
.torder .secondsection .timer {
    color: #8C0000;
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.torder .secondsection .remain {
    color: #660033;
    float: left;
    font-size: 9px;
    font-style: italic;
    margin: 0 0 0 10px;
}
.torder .secondsection .extendtimer {
    color: #0D6EFF;
    float: left;
    font-size: 9px;
    font-style: italic;
    margin: 0 0 0 10px;
}
.torder .secondsection .extendtimer:hover {
    color: #990000;
    font-size: 9px;
    text-decoration: underline;
}
.torder .secondsection .tmessage {
    color: #990000;
    float: right;
    font-size: 12px;
}
.torder .secondsection div {
    color: #000000;
    float: left;
    font-size: 12px;
    width: 20%;
}
.torder .secondsection .from {
    background-image: url("../images/directional_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 40px;
    margin-right: 10px;
    width: 25%;
}
.torder .secondsection h2 {
    color: #990000;
    margin: 5px 0 0;
    background: none;
}
.torder .secondsection small {
    font-size: 10px;
}
.trequest {
    border: 1px solid #737373;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    clear: both;
    display: inline-block;
    float: left;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
}
.trequest:hover {
    box-shadow: 0 1px 1px #E08566;
}
.trequest .giverequest {
}
.trequest .giverequest h5 {
    background: none repeat scroll 0 0 #80B2FF;
    color: #000000;
    margin: 0;
    padding: 5px;
}
.trequest .getrequest {
}
.trequest .getrequest h5 {
    background: none repeat scroll 0 0 #E08566;
    color: #21201f;
    margin: 0;
    padding: 5px;
}
.giverequest p, .getrequest p {
    margin: 0;
    padding: 5px;
}
.giverequest p img, .getrequest p img {
    height: 12px;
    width: 12px;
}
.notification {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
    margin: 5px 0;
    padding: 5px;
}