/** *****************************************************
 ********************************************************
 * #####################################################*
 * @Project: TWIN-JSC.                                 #*
 * @Author : TWIN-JSC.                                 #*
 * @Copyright (C) 2011 TWIN-JSC. All rights reserved   #*
 * #####################################################*
 ********************************************************
 *******************************************************/
html{font-size: 10px;}
body{background-color: rgba(255, 102, 0, 0.1);}

.row{margin-left: -5px !important;margin-right: -5px !important;}
.row-10{margin-left: -10px !important;margin-right: -10px !important;}
.row-none{margin-left: 0 !important;margin-right: 0 !important;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24{padding-left: 5px !important;padding-right: 5px !important;}
.col-10{padding-left: 10px !important;padding-right: 10px !important;}
.col-none{padding-left: 0 !important;padding-right: 0 !important;}

.container{padding-left: 10px;padding-right: 10px;}

#header{
    background: #ff0000;
    margin-top: 45px;
    z-index: 200;
    width: 100%;
    text-align: center;
}
#header .inner{
    width: 990px;
    margin: 0 auto;
}
#wapper{
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    width: 1205px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
}

#layout_toolbar{
    height: 20px;
}
#layout_banner{
    height: 45px;
}

#layout_footer{
    background: none repeat scroll 0 0 #5e5e5e;
    padding: 20px;
    color: #f1f1f1;
    width: 100%;
}

.div_error{
    margin: 2px 0;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 2px 0;
    text-indent: 15px;
    color: #7E0000;
}

#page-name{
    width: 98%;
    margin: 0 auto;
}
#sys_pagename{
    padding: 0;
    margin: 10px 0;
    list-style: none;
    background: transparent url("../images/path_bg.gif") top left repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 27px;
    line-height: 27px;
}
#sys_pagename li{
    background: transparent url("../images/nextbg.png") center right no-repeat;
    padding: 0 15px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#sys_pagename li span,
#sys_pagename li a{
    color: #333333;
    text-decoration: none;
}
#layout_toolbar {
    background: none repeat scroll 0 0 #5e5e5e;
    color: #f1f1f1;
    height: inherit;
    position: fixed;
    z-index: 9;
    top: 0;
    text-align: center;
}
#layout_rights{
    border: 1px solid #ff0000;
}
#layout_bottom{

}

.panel-fixed{
    float: left;
    background: #d9534f;
    bottom: 0;
    padding: 10px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 600;
}
.call-now{
    width: 100%;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #d9534f;
    font-weight: bold;
}
/*/................*/