﻿

.PuntSbTabMenuMain {  width: 100%; height: auto; overflow: hidden; margin-top: 1px; background-color: #580a1b; }
.PuntSBTabMenuLine { width: 100%; height: 4px; float: left; background-color: #151b32; } /*Change Background Color*/
.PuntSBTabMenuCover { width: 100%; height: auto; float: left; background-color: #0f152c; overflow: hidden; } /*Change Background Color*/

ul#PuntSB_Tab_Menu, 
ul#PuntSB_Tab_Menu1 { height: auto; list-style: none;  float:left; margin-left:20px;  }
ul#PuntSB_Tab_Menu li { float: left; height:auto; line-height:20px;  }
ul#PuntSB_Tab_Menu1 li { float: left; height:auto;  }
ul#PuntSB_Tab_Menu li a { display: block; border: 1px solid #c23e5b; margin:3px 2.5px 3px 2.5px; padding:10px 10px 4px 10px; 
                                                                text-decoration: none; border-radius: 3px; 
                          color: #fff; font-size: 15px; background-color:#691427; } /* Change Border and font Color and Background Color */

ul#PuntSB_Tab_Menu1 li a {display:block;  border: 1px solid #382d01; margin:3px 2.5px 3px 2.5px; line-height:32px; padding:10px 10px 10px 10px;  
                                                                text-decoration: none; border-radius: 3px; overflow:hidden;
                          color: #fff; font-size: 15px; background-color:#000; } /* Change Border and font Color and Background Color */



ul#PuntSB_Tab_Menu li a:hover, ul#PuntSB_Tab_Menu1 li a:hover { background-color: #af050c; color:#fbc2ac;  border:1px solid #ee1c25;
                                -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; 
                                -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; 
                                transition: all 0.3s ease-in-out; } /*Change Background Color*/

ul#PuntSB_Tab_Menu li.Punt_Active a,ul#PuntSB_Tab_Menu1 li.Punt_Active a { background-color: #af050c; color: #fff; border:1px solid #ee1c25; } /*Change Background,Font,Border Color*/
ul#PuntSB_Tab_Menu li.Punt_Active a:hover,ul#PuntSB_Tab_Menu1 li.Punt_Active a:hover { background-color: #af3d07; color:#fbc2ac; } /*Change Background Color*/

div.PuntSB_Tab_Content,div.PuntSB_Tab_Content1  { overflow: hidden; width: 100%; height: auto; min-height: 400px; } /*Change Background,Font Color*/

.PuntSb_ddl { height: 30px; border: none; float: right; border-radius: 3px; background-color: #fad1b4; margin-right: 20px; margin-top: 8px; border: 1px solid #ff6a00; }

.tipsy { background-color: #fbc2ac;     color:#000; }
.tipsy:before { border-top: 5px solid #fbc2ac;     border-bottom: 0 solid rgba(255, 106, 0, 1); }

ul#PuntSB_Tab_Menu1 li a img {
    float:left;
}
ul#PuntSB_Tab_Menu1 li a span{
    position: relative; font-size: 10px; background-color: #f26522; color: #fff; border:1px solid #fbc2ac;  border-top:none; border-bottom:none; border-right:none; width:20px; height:20px; text-align:center; line-height:22px; border-radius: 2px; float:left; margin-left:3px;
}

ul#PuntSB_Tab_Menu1 li:hover a span {
    background-color: #ea5812; color: #fff; border:1px solid #f26522; border-top:none; border-bottom:none; border-right:none; width:20px; height:20px;
}


/*30072021*/
.tabMenuItem div {
    width: 40px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    border: 1px solid #382d01;
    background-color: #000;
    border-radius: 3px;
}
    .tabMenuItem div:hover {
        background-color: #404040;
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.tabMenuItem .Punt_Active {
    background-color: #404040;
    border: 1px solid #fff;
}
    .tabMenuItem .Punt_Active:hover {
        background-color: #af3d07;
    }

#PuntSB_Tab_Menu .owl-item {
    width: 45px !important;
}

#PuntSB_Tab_Menu .owl-nav img {
    height: 20px !important;
}

#PuntSB_Tab_Menu .owl-dots {
    display: none;
}
