/*.sm-blue {   
    background: url(../images/pix.gif);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    z-index:10000;
}

    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
        padding: 8px 23px;      
        background: url(../images/pix.gif);      
        color: #ececec;
        font-family: Trebuchet MS !important;
        font-size: 11px;
        font-weight: bold;
        line-height: 10px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    }

        .sm-blue a.current {           
            color: white;
        }

        .sm-blue a span.sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 204px;
            overflow: hidden;
            font: bold 16px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

    .sm-blue li a span.sub-arrow {
        display: none;
    }

    .sm-blue li li a span.sub-arrow {
        display: block;
    }

    .sm-blue li li li a span.sub-arrow {
        display: block;
    }
        .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {            
            font-size: 16px;
            text-shadow: none;
            color: white !important;            
            background:#000;
        }

        .sm-blue ul a
        {
            font-size: 16px;
            text-shadow: none;
            color: white !important;
        }*/

/*@media (min-width: 768px) {
    .sm-blue ul {
        position: absolute;
    }

    .sm-blue li {
        float: left;
        background: #191919;
        border: 0 !important;
        float: left;
        margin: 5px 1px 0px 1px;
    }

    .sm-blue ul li {
        float: left;
        background:#191919;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
    }

    .sm-blue ul a, .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    .sm-blue {        
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }

        .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
            padding: 10px 23px;            
            color: white !important;
        }

            .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
                background:#191919;               
            }

            .sm-blue a.current {
               background:#191919;                
               color: white !important;
            }

            .sm-blue a span.sub-arrow {
                top: auto;
                margin-top: 0;
                bottom: 2px;
                left: 50%;
                margin-left: -3px;
                right: auto;
                width: 0;
                height: 0;
                border-width: 3px;
                border-style: solid dashed dashed dashed;
                border-color: #E6E6E6 transparent;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

            .sm-blue a.highlighted span.sub-arrow:before {
                display: none;
            }

        .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            -ms-border-radius: 8px 0 0 8px;
            -o-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }


        .sm-blue > li:first-child {
            border-left: 0;
        }

        .sm-blue ul {
            border: 1px solid #000;
            background:#191919;
            padding: 5px 0;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
        }

            .sm-blue ul ul {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

            .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
                border: 0 !important;
                padding: 8px 8px;
                width: 160px;
            }

                .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {                   
                    color: white !important;
                }

                .sm-blue ul a.current {
                    background: url(../images/menu-bg-active.png);                    
                    color: white !important;
                }


                .sm-blue ul a span.sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #E6E6E6;
                }

        .sm-blue li {
            border: 1px solid #676767;
        }

        .sm-blue span.scroll-up,
        .sm-blue span.scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: white;
            height: 20px;
        }

        .sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #a8a8a8 transparent;
        }

        .sm-blue span.scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #a8a8a8 transparent transparent transparent;
        }

        .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #E6E6E6 transparent transparent;
        }

        .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
            -webkit-border-radius: 0 8px 8px 0;
            -moz-border-radius: 0 8px 8px 0;
            -ms-border-radius: 0 8px 8px 0;
            -o-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
        }

        .sm-blue.sm-rtl > li:first-child {
            border-left: 1px solid #a8a8a8;
        }

        .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            -ms-border-radius: 8px 0 0 8px;
            -o-border-radius: 8px 0 0 8px;
            border-radius: 0px 8px 8px 0px;
        }

        .sm-blue.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-blue.sm-rtl ul a span.sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #E6E6E6 transparent transparent;
        }*/


    /* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.*/

    /*.sm, .sm ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 10px;
        direction: ltr;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .sm-rtl, .sm-rtl ul, .sm-rtl li {
        direction: rtl;
        text-align: right;
    }

    .sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
        margin: 0;
        padding: 0;
    }

    .sm ul {
        display: none;
    }

    .sm li, .sm a {
        position: relative;
    }

    .sm a {
        display: block;
    }

        .sm a.disabled {
            cursor: not-allowed;
        }

    .sm:after {
        content: "\00a0";
        display: block;
        height: 0;
        font: 0px/0 serif;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .sm, .sm *, .sm *:before, .sm *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}*/



    .title_bar
        {
	        width: 100%;
	        box-sizing: border-box;
	        padding:0 1%;
	        height: 40px;
	        line-height: 40px;
	        border-bottom: 1px solid #ccc;
        }


        .title_bar .counter
        {
	        font-size:10px;
            color: #fff;
            width: auto;
            text-align: center;
            height: 24px;
            line-height: 24px;
            min-width: 21px;
            padding: 0px 2px;
            border-radius:12px;
            margin-top:9px;
            background-color: #33475c;
        }

        .title_bar .title
        {
	        text-transform: uppercase;
            margin-left: 10px;
            font-size: 13px;
            width: auto;
            padding-right: 25px;
            height: 25px;
            margin-top: 9px;
            min-width: 75px;
            border-right: 1px solid #ccc;
            line-height: 25px;
        }

        .title_bar .btn
        {
	        min-width: 25px;
            height: 25px;
            width: auto;
            background-color: #f6f6f6;
            cursor: pointer;
            border-radius: 3px;
            border: #ccc solid 1px;
            transition: all 0.3s;
            margin:7px 5px 0 10px;

        }
       
        .title_bar input
        {
	        line-height: 23px;
            height: 23px;
            margin-top: 7px;
            width: 100px;
            border: 1px solid #ccc;
            padding-left: 7px;
            padding-right: 7px;
            margin-left: 5px;
            border-radius: 3px;
            background-color: #f6f6f6;
            margin-right: 5px;
            outline: none;
        }


        .title_bar select
        {
	        line-height:25px; 
            height:27px;
            width:auto; 
            max-width: 150px;
            border: 1px solid #ccc;
            margin-top:7px; 
            border-radius: 3px;
            padding-left:7px;  
            color: inherit;
            padding-right:7px; 
            outline: none;
            background-color: #f6f6f6 !important;
        }


        /*.title_bar select:hover,.title_bar input:hover,.btn:hover
        {
            background-color: #fff !important;
            transition: all 0.3s;
        }*/


            .add_btn
            {
	            width: 50px;
                display: inline-block;
                background-color: #3598db;
                height: 25px;
                line-height: 25px;
                font-size: 11px;
                color: #fff;
                margin-top: 7px;
                padding: 0 7px;
                border-radius: 3px;
                margin-left: 10px;
            }

            .add_btn:hover
            {
	            background-color: #2980b9;
            }

            header table
            {
                width: 100%;
            }

            header .table_header
            {
	            width: 100%;
	            background: #ddd !important;
	            font-size: 13px;
            }

            header table tbody tr td
            {
	            border-bottom: 1px solid #ccc !important;
            }
                                    
            .icon
            {

                background-repeat: no-repeat;
                background-size: 28px;
                background-position:center;
            }


/*------------------------END NEW STATUS CHANGE-----------------------*/


                .t_color
                {
                    color: #00bdf2 !important;
                }

                .t_bg
                {
                    background: #00bdf2 !important;
                }

                .left
                {
                    float: left;
                }

                .right
                {
                    float: right;
                }

                .text_xs
                {
                    font-size: 9px;
                }

                .text_s
                {
                    font-size: 11px;
                }


                .text_m
                {
                    font-size: 14px;

                }

                .text_l
                {
                    font-size: 16px;
                }

                .text_xl
                {
                    font-size: 18px;
                }

                .text_xxl
                {
                    font-size: 20px;
                }

                .uppercase
                {
                    text-transform: uppercase !important;
                }

                .italic
                {
                  font-style: italic;
                }

                .light
                {
                    font-weight: 300;
                }

                .semi
                {
                    font-weight: 600;
                }

                h1, h2, h3, h4, h5, h6
                {
                    margin: 0;
                }

                .text_left
                {
                  text-align: left !important;
                }

                .text_center
                {
                  text-align: center !important;
                }

                .text_right
                {
                  text-align: right !important;
                }

                .no_margin
                {
                    margin: 0 !important;
                }

                .box_size
                {
                    box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                }

                .green1_light
                {
                  background-color: #1abc9c !important;
                }

                a
                {
                    text-decoration: none;
                    color: inherit;
                }

                input, textarea, button, select, a 
                {
                  -webkit-tap-highlight-color: rgba(0,0,0,0);
                }