@import url("PT-Sans-fontfacekit/web-fonts/ptsans_regular_macroman/stylesheet.css");
.my_wrapper {
width: auto;
margin: 0 15px;
}
body {
    background-color: #f2f3f2;
    font-family: 'pt_sansregular';
}
.full_wrapper {
/*    width: 100%;
    min-width: 1237px;*/

width: 100%;
min-width: inherit; 
}
.go_left {
    float: left;
}
.go_right {
    float: right;
}
.go_tb_none {
    float: none !important;
}
.white_sheet {
    background-color: #fff;
    min-height: 600px;
}
.logo {
    padding: 32px 25px;
}
.clear_all{
    clear: both;
    display: block;
}
.spl_btn {
    background-color: #000;
    color: #b9e00f !important;
    padding: 12px 17px;
    border: 0px;
    font-size: 14px !important;
    line-height: 38px;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 5px;
display: inline !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.spl_btn:hover {
    color: #000 !important;
    background-color: #b9e00f;

    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.right_page {
    width: 100%; 
    margin-left: 0px;
    margin-top: 5px;
}
.left_page {
/*    width: 866px;*/
    width: 100%;
    margin-top: 5px;
}
.gray_line {
    background-color: #e4e5e4;
    height: 1px;
    display: block;
}
.green_line{
    background-color: #b9e00f;
    height: 5px;
    display: block;
}
.footer_contents {
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer_contents ul {

    margin: 20px auto;
    float: left;
    padding: 0px 20px;
    width: 17%;
    line-height: 22px;
    
}
.footer_contents ul li {
    font-size: 12px;
    color: #000;
}
.footer_contents ul li a {
    font-size: inherit;
    color: inherit;
}
.footer_contents ul li b {
    font-size: 13px;
}
.copyright{
    text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height: 40px;
    background-color: #182129;
    position: relative;
    width: 100%;
    bottom: 0;
}
.copyright > a {
    color: #b9e00f;
}
.success {
    margin: 20px 0px;
    padding: 10px;
    text-align: center;
    background-color: #b9e00f;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
}
.error-out {
    background-color: rgb(255, 74, 74);
    margin: 20px 0px;
    padding: 10px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
}
.fc-event-inner {
max-height: 15px;
}
.t_tab {
    margin-right: 10px;
}
/*.tab_hide { display: none;}*/
::-webkit-input-placeholder {
    color: #404549;  
}
:-moz-placeholder { /* Firefox 18- */
    color: #404549;  
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #404549;  
}
:-ms-input-placeholder {  
    color: #404549;  
}
::-webkit-scrollbar {  
    max-width: 5px;  
    max-height: 5px;
}  
::-webkit-scrollbar-track {  
    background-color: #fff;  
}  
::-webkit-scrollbar-thumb {  
    background-color:#bae210;
}  
::-webkit-scrollbar-thumb:hover {
    background-color:#d4fe1b;
}