﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project     :	Fickle Responsive Admin Template
Version     :	1.0
Author      : 	AimMateTeam
URL         :   http://aimmate.com
Support     :   aimmateteam@gmail.com

-------------------------------------------------------------------*/

@import "../css/font-awesome/css/font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Armata|PT+Sans|Montserrat:700,400);

@import "../css/plugins/nanoscroller.css";
@import "../css/plugins/switchery.min.css";
@import "../css/plugins/bootstrap-switch.css";

/*------------------------------------------------------------------
[Table of contents]rdbOrder

+ BODY
+ HEADER
+ NAVIGATION
+ BREADCRUMB
+ MAIN WRAPPER
+ RIGHT WRAPPER
+ DASHBOARD
+ EMAIL
+ CHARTS
+ FORM STAFFS
+ TIME-LINE
+ TABLE
+ NOTIFICATION
+ TASK & NOTE
+ CALENDER
+ MAPS
+ GALLERY
+ MEDIA
+ PRICING TABLE
+ PROFILE
+ LOGIN
+ COMING SOON
+ WIDGETS
+ PANEL
+ ICONS
+ FOOTER
+ UI ELEMENTS

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black ( navigation background ) : #3F414D;
# Blue ( navigation background ) : #5EBFD8;
# Deep Blue ( navigation background ) : #3A515A;
# Red ( navigation background ) : #EF532C;
# Light Green ( navigation background ) : #49B180;
# Light Purple ( hover navigation background ) : #8A5E85;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Headers Logo:		28px 'Montserrat', sans-serif;
Body copy:		    14px 'PT Sans', sans-serif;
Headers:		    20px 'Armata', sans-serif;
Panel heading:	    15px 'Armata', sans-serif;
Input, textarea:	14px 'PT Sans', sans-serif;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
   -------------------------BODY---------------------------------
-------------------------------------------------------------------*/

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaOblique.ttf") format("truetype");
}

html {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
body
{
    font-family: 'Futura', Open Sans;
    font-size: 14px;
    height: 100%;
    background: none repeat scroll 0 0 #fff !important;
}

    body.single-page
    {
        background: #565656;
    }

h1, h2, h3, h4, h5, h6
{
    font-family: 'Futura', Open Sans !important;
}

ul.mainNav li a
{
    font-family: 'Futura', Open Sans;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 16px;
}

h6
{
    font-size: 14px;
}

p
{
    line-height: 23px;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

pre
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

label
{
    font-weight: 400;
}

text
{
    font-weight: normal;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------HEADER---------------------------------
-------------------------------------------------------------------*/
.ls-header
{
    font-size: 15px;
}

.ls-top-header
{
    margin-bottom: 0px;
    margin-top: 10px;
}

#myModalPharmacyQuery {
    z-index: 9999999999 !important;
}

nav
{
    background: none repeat scroll 0 0 #445788;
    box-shadow: 0px 1px 5px #ccc;
    position: relative;
    z-index: 999;
}

.header-logo
{
float: left;
height: 20px;
margin-bottom: 0px;
margin-top: 15px;
text-align: center;
width: 100px;
display: none;
}

    .header-logo a
    {
        line-height: 50px;
    }

        .header-logo a span
        {
            font-size: 28px;
            font-family: 'Futura', Open Sans;
            color: #f2f2f2;
            margin: 0;
            padding: 0;
            line-height: 50px;
            text-transform: uppercase;
        }

        .header-logo a:hover
        {
            text-decoration: none;
        }

#main-container
{
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #565656;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- NAVIGATION -------------------------
-------------------------------------------------------------------*/
/*** Top Navigation ***/
.menu-control
{
   float: left;
    line-height: 47px;
    margin-left: 25px;
    padding-top: 5px;
    text-align: center;
}

    .menu-control a
    {
        color: #fff;
        outline: none;
    }

        .menu-control a:hover
        {
            color: #EF532C;
        }

        .menu-control a i
        {
            line-height: 25px;
            font-size: 18px;
        }

.top-navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
    .top-navigation ul.nev-logout { float:right;}

    .top-navigation ul li
    {
        /*display: inline-block;*/
        float:left;
    }

        .top-navigation ul li a
        {
            color: #fff;
            text-decoration: none;
            line-height: 28px;
            outline: none;
            padding: 12px 15px;
            display: inline-block;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-size: 18px;
        }

            .top-navigation ul li a:hover
            {
                background: #fff;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #49b180;
            }

            .top-navigation ul li a.right-sidebar, .top-navigation ul li a.right-sidebar-setting
            {
                -webkit-transition: none 0.3s ease-in-out;
                -moz-transition: none 0.3s ease-in-out;
                -o-transition: none 0.3s ease-in-out;
                transition: none 0.3s ease-in-out;
            }

        .top-navigation ul li.only-phone
        {
            display: none;
        }

            .top-navigation ul li.only-phone a
            {
                -webkit-transition: none 0.3s ease-in-out;
                -moz-transition: none 0.3s ease-in-out;
                -o-transition: none 0.3s ease-in-out;
                transition: none 0.3s ease-in-out;
            }

                .top-navigation ul li.only-phone a:hover
                {
                    background: none;
                    color: #EF532C;
                    -webkit-transition: none 0.3s ease-in-out;
                    -moz-transition: none 0.3s ease-in-out;
                    -o-transition: none 0.3s ease-in-out;
                    transition: none 0.3s ease-in-out;
                }

.search-box
{
    float: left;
    margin-left: 5px;
    text-align: center;
    margin-top: 0px;
}

    .search-box ul li a span
    {
        font-size: 18px;
        line-height: 12px;
    }

    .search-box input[type=search]
    {
        background: url("../images/b.png") no-repeat scroll 9px center / 19px 19px #f2f2f2;
        border: none;
        color: #000;
        cursor: auto;
        height: 40px;
        outline: 0;
        padding-left: 32px;
        width: 320px;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: 'Futura', Open Sans;
        font-size: 100%;
    }

    .search-box input::-webkit-input-placeholder
    {
        color: #999;
    }

    .search-box input::-webkit-search-decoration,
    .search-box input::-webkit-search-cancel-button
    {
        display: none;
    }

/*Top dropDown navigation Start*/
.top-navigation li.open:after
{
    border-bottom: 6px solid #49b180;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 46px;
    z-index: 1;
}

.red-color .top-navigation li.open:after
{
    border-bottom: 6px solid #C45C5C;
}

.top-navigation li a span.badge
{
    font-size: 10px;
    font-weight: normal;
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    font-family: 'Futura', Open Sans;
}

.top-navigation .dropdown-menu.right
{
    left: auto;
    right: 0;
}

.top-navigation .dropdown-menu
{
    margin: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 0;
    border: none;
    min-width: 450px;
}

    .top-navigation .dropdown-menu h4
    {
        padding: 10px;
        margin: 0;
        font-size: 14px;
        color: #fff;
        background: #49b180;
    }

.red-color .top-navigation h4
{
    background: #C45C5C;
}

.top-navigation .dropdown-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: none;
}

    .top-navigation .dropdown-menu ul li.only-link
    {
        text-align: center;
        padding: 5px 0;
        border-bottom: none;
        margin-top: 0;
    }

        .top-navigation .dropdown-menu ul li.only-link a
        {
            font-size: 14px;
        }

.ls-feed
{
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ls-feed li
    {
        background-color: #e0e0e0;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
        padding: 10px 0 10px 33px;
        position: relative;
    }

.top-navigation ul.ls-feed li
{
    display: block;
}

    .top-navigation ul.ls-feed li a
    {
        padding: 0;
        color: #6e6e6e;
        display: block;
        line-height: 22px;
        font-size: 14px;
    }

        .top-navigation ul.ls-feed li a:hover
        {
            background: none;
        }

.ls-feed li .label
{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 7px;
    line-height: 11px;
    padding: 5px;
    position: absolute;
    top: 11px;
    height: 20px;
    width: 20px;
}

.feed-box .ls-feed li .label
{
    top: 7px;
    padding: 5px 0;
}

.ls-feed li .date
{
    padding-right: 10px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    float: right;
}

.dropdown-menu.top-notification h4
{
    color: #fff;
    background: #EF532C;
}

.red-color .dropdown-menu.top-notification h4
{
    background: #C45C5C;
}

.dropdown-menu.top-notification .ls-feed li
{
    margin-bottom: 0;
    border-bottom: 1px dotted #cbc5ba;
    background: #fff;
    color: dimgrey;
}
/*Top dropDown navigation end*/

/*** Left Navigation ***/
#left-navigation
{
    /*width: 200px;
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: visible !important;
    min-height: 900px;
    border-right: 2px solid #e7ebee;*/
}

    #left-navigation.active
    {
        /*width: 120px;*/
    }

    #left-navigation .user-image
    {
        margin: 10px auto;
        width: 80px;
        position: relative;
    }

    #left-navigation.active .user-image
    {
        width: 40px;
    }

    #left-navigation .user-image img
    {
        border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        overflow: hidden;
    }

    #left-navigation.active .user-image
    {
        width: 40px;
    }

        #left-navigation.active .user-image img
        {
            width: 40px;
        }

    #left-navigation .user-online-status
    {
        display: block;
        left: 0;
        position: absolute;
        top: 10px;
    }

    #left-navigation.active .user-online-status
    {
        top: -5px;
    }

    #left-navigation.active .social-icon
    {
        display: none;
    }

    #left-navigation .social-icon
    {
        list-style: none;
        margin: 0 0 5px;
        padding: 0;
        text-align: center;
    }

        #left-navigation .social-icon li
        {
            display: inline-block;
            margin: 0 5px;
        }

            #left-navigation .social-icon li a
            {
                color: #EF532C;
                font-size: 15px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                #left-navigation .social-icon li a:hover
                {
                    color: #FFFFFF;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

.black-color #left-navigation
{
    background: #444755;
}

.blue-color #left-navigation
{
    background: #53A2B8;
}

.deep-blue-color #left-navigation
{
    background: #324E59;
}

.red-color #left-navigation
{
    background: #DD7878;
}

.light-green-color #left-navigation .social-icon li a
{
    color: #FFFFFF;
}

    .light-green-color #left-navigation .social-icon li a:hover
    {
        color: #565656;
    }

.blue-color #left-navigation .social-icon li a
{
    color: #FFFFFF;
}

    .blue-color #left-navigation .social-icon li a:hover
    {
        color: #EF532C;
    }

.red-color #left-navigation .social-icon li a
{
    color: #FFFFFF;
}

    .red-color #left-navigation .social-icon li a:hover
    {
        color: #3F414D;
    }

.light-green-color #left-navigation
{
    background: #4FADA8;
}

ul.mainNav
{
    padding: 0;
    margin: 6px 0px 0px 0px;
    list-style: none;
}

    ul.mainNav.mobile
    {
        display: none;
    }

.red-color ul.mainNav
{
    background: #EF532C;
}

.blue-color ul.mainNav
{
    background: #5EBFD8;
}

.light-green-color ul.mainNav
{
    background: #49B180;
}

.black-color ul.mainNav
{
    background: #3F414D;
}

.deep-blue-color ul.mainNav
{
    background: #3A515A;
}

ul.mainNav li
{
    border-top: 0px dotted #484848;
    position: relative;
}

ul.mainNav.active li ul li
{
    border: none;
}

ul.mainNav li:first-child{
    border-bottom: 0px solid #000000;
}
ul.mainNav li:last-child
{
    border-bottom: 0px solid #000000;
}

.black-color ul.mainNav li
{
    border-top: 1px solid #444755;
}

    .black-color ul.mainNav li:last-child
    {
        border-bottom: 1px solid #444755;
    }

.blue-color ul.mainNav li
{
    border-top: 1px solid #47aac5;
}

    .blue-color ul.mainNav li:last-child
    {
        border-bottom: 1px solid #47aac5;
    }

.deep-blue-color ul.mainNav li
{
    border-top: 1px solid #3D5863;
}

    .deep-blue-color ul.mainNav li:last-child
    {
        border-bottom: 1px solid #3D5863;
    }

.red-color ul.mainNav li
{
    border-top: 1px solid #E48080;
}

    .red-color ul.mainNav li:last-child
    {
        border-bottom: 1px solid #E48080;
    }

.light-green-color ul.mainNav li
{
    border-top: 1px solid #4FADA8;
}

    .light-green-color ul.mainNav li:last-child
    {
        border-bottom: 1px solid #4FADA8;
    }

ul.mainNav li .a
{
     color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 13px;
    outline: 0 none;
    padding: 12px;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events:none;
}

 

    ul.mainNav li a.active
    {/*background-color: whitesmoke;*/
        color: #fff;
    }

.red-color ul.mainNav li a, .blue-color ul.mainNav li a, .light-green-color ul.mainNav li a
{
    color: #fff;
}

ul.mainNav li a i
{
    margin-right: 5px;
    width: 15px;
    /*font-size: 14px;*/
}

ul.mainNav li a b
{
    /*width: 12px;*/
}

#left-navigation.active ul.mainNav li a i
{
    width: 50px;
}

#left-navigation.active ul.mainNav li a b
{
    /*width: 22px;*/
}

ul.mainNav li a span
{
    font-size: 16px;
    font-weight: normal;
    line-height: 13px;
}
ul.mainNav li a span
{
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
}

    ul.mainNav li a .badge
    {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        padding: 2px 5px;
        position: absolute;
        right: 30px;
    }

/*#left-navigation.active ul.mainNav li a span.badge
{
    right: 25px;
}

ul.mainNav li a span.navTag
{
    font-size: 18px;
}*/

ul.mainNav li a:hover, ul.mainNav li li a:hover
{
   background-color: #00247d ;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.mainNav ul{
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    background: #c1c1c4;
    position:absolute;
    top:33px;
    min-width:200px;
    left:0px;
}


ul.mainNav li:hover ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    background: #c1c1c4;
    position:absolute;
    top:33px;
    min-width:200px;
    left:0px;
}





ul.mainNav.active ul
{
   /* position: absolute;
    left: 120px;
    width: 200px;
    background: #fff;*/
}

ul.mainNav.active li ul.open
{
    display: block;
}

ul.mainNav li.active ul
{
    display: block;
}

    ul.mainNav li.active ul ul
    {
        display: none;
    }

ul.mainNav.active li.active ul
{
    display: none;
}

    ul.mainNav.active li.active ul.open
    {
        display: block;
    }

ul.mainNav.active li ul.active
{
    display: none;
}

    ul.mainNav.active li ul.active.open
    {
        display: block;
    }

.blue-color ul.mainNav.active ul, .blue-color ul.mainNav ul
{
    background: #53A2B8;
}

.deep-blue-color ul.mainNav.active ul, .deep-blue-color ul.mainNav ul
{
    background: #3D5863;
}

.red-color ul.mainNav.active ul, .red-color ul.mainNav ul
{
    background: #DD7878;
}

.light-green-color ul.mainNav.active ul, .light-green-color ul.mainNav ul
{
    background: #4FADA8;
}

.black-color ul.mainNav.active ul, .black-color ul.mainNav ul
{
    background: #444755;
}

ul.mainNav ul li
{
    margin: 0;
    padding: 0;
    width:100%;
    border-top:1px dotted #ccc;
}
ul.mainNav ul li:first-child { border-top:0px dotted #ccc;}

    ul.mainNav ul li a
    {
        padding: 1px 10px;
        font-size: 13px;
        font-weight: normal;
        display:block;
    }

#left-navigation.active ul.mainNav ul li a
{
    padding-left: 12px;
}

ul.mainNav ul li a:hover
{
    background-color: #818080;
    color: #fff;
}

ul.mainNav.active li.active a i
{
    color: #fff;
}

ul.mainNav ul li a.active
{
    color: #fff;
    background-color: #8A5E85;
}

ul.mainNav ul ul li a
{
    color: #c6c6c6;
    padding-left: 30px;
}

    ul.mainNav ul ul li a:hover
    {
        background-color: #8A5E85;
        color: #fff;
    }

ul.mainNav b
{
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-left:4px;
}

ul.mainNav.active ul
{
    display: none;
}

ul.mainNav.active li a i
{
    padding-left: 10px;
}

ul.mainNav.active li a b
{
    display: none;
}

ul.mainNav.active li:hover, ul.mainNav.check li.check
{
    /*width: 200px;*/
    background: #00247d;
    z-index: 999;
}

ul.mainNav.active li:hover, ul.mainNav.active li.check
{
    /*background: #00247d;*/
}

.blue-color ul.mainNav.active li:hover, .blue-color ul.mainNav.active li.check
{
    background: #53A2B8;
}

.deep-blue-color ul.mainNav.active li:hover, .deep-blue-color ul.mainNav.active li.check
{
    background: #3D5863;
}

.red-color ul.mainNav.active li:hover, .red-color ul.mainNav.active li.check
{
    background: #DD7878;
}

.light-green-color ul.mainNav.active li:hover, .light-green-color ul.mainNav.active li.check
{
    background: #4FADA8;
}

.black-color ul.mainNav.active li:hover, .black-color ul.mainNav.active li.check
{
    background: #444755;
}

ul.mainNav.active > li:hover, ul.mainNav.active > li.check
{
    /*width: 320px;*/
    z-index: 11;
}

ul.mainNav.active li a span, ul.mainNav.active li a b
{
    display: block;
}

ul.mainNav.active li:hover a span, ul.mainNav.active li.check a span, ul.mainNav.active li:hover a b, ul.mainNav.active li.check a b
{
    display: inline-block;
}

ul.mainNav.active ul ul, ul.mainNav.active ul ul ul
{
    left: 0;
}

/*** For Mobile Mobile ***/


.navigation
{
    color: #ffffff;
}

.black-color .navigation
{
    background: #3F414D;
}

.blue-color .navigation
{
    background: #5EBFD8;
}

.deep-blue-color .navigation
{
    background: #3A515A;
}

.red-color .navigation
{
    background: #EF532C;
}

.light-green-color .navigation
{
    background: #49B180;
}

.navigation a h1
{
    font-size: 0px;
    font-family: 'Futura', Open Sans;
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    line-height: 28px;
    text-transform: uppercase;
    background: url(../images/logologin.png) no-repeat; 
    background-size: contain;
    width: 100%;
    height: 100%;
}

.light-green-color .navigation a h1
{
    color: #f2f2f2;
}

.red-color .navigation a h1
{
    color: #f2f2f2;
}

.blue-color .navigation a h1
{
    color: #FFFFFF;
}

.navigation input.top-search
{
    float: left;
}





.phone-nav-box
{
    /*    background: #000000;
    text-align: right;
*/
}

    .phone-nav-box .phone-logo
    {
        text-align: left;
        float: left;
    }

        .phone-nav-box .phone-logo h1
        {
            color: #fff;
            font-family: 'Futura', Open Sans;
            font-size: 20px;
            line-height: 28px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

.red-color .phone-nav-box .phone-logo h1,
.blue-color .phone-nav-box .phone-logo h1,
.light-green-color .phone-nav-box .phone-logo h1,
.black-color .phone-nav-box .phone-logo h1,
.deep-blue-color .phone-nav-box .phone-logo h1
{
    color: #FFFFFF;
}

.red-color .phone-nav-box
{
    background: #DD7878;
}

.blue-color .phone-nav-box
{
    background: #53A2B8;
}

.light-green-color .phone-nav-box
{
    background: #4FADA8;
}

.black-color .phone-nav-box
{
    background: #444755;
}

.deep-blue-color .phone-nav-box
{
    background: #324E59;
}

.phone-nav-box a
{
    font-size: 20px;
    display: inline-block;
    padding: 10px 0px 10px 20px;
    outline: 0;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    line-height: 28px;
}

    
.red-color .phone-nav-box a, .blue-color .phone-nav-box a, .light-green-color .phone-nav-box a, .black-color .phone-nav-box a, .deep-blue-color .phone-nav-box a
{
    color: #ffffff;
}


.phone-nav-box a:hover
{
    text-decoration: none;
}

.phone-nav-box a span
{
    line-height: 28px;
}

/*-----------------------------------------------------------------*/

/*------------------------------------------------------------------
  -------------------------- BREADCRUMB -------------------------
-------------------------------------------------------------------*/
.ls-breadcrumbs
{
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

    .ls-breadcrumbs a
    {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: #565656;
        padding: 0 20px 0 30px;
        background: #E3DFD8;
        position: relative;
    }

        .ls-breadcrumbs a:first-child
        {
            padding-left: 20px;
            border-radius: 1px;
        }

            .ls-breadcrumbs a:first-child:before
            {
                left: 14px;
            }

        .ls-breadcrumbs a:last-child
        {
            border-radius: 1px;
            padding-right: 20px;
        }

        .ls-breadcrumbs a.active, .ls-breadcrumbs a:hover
        {
            background: #e0e0e0;
        }

            .ls-breadcrumbs a.active:after, .ls-breadcrumbs a:hover:after
            {
                background: #e0e0e0;
            }

        .ls-breadcrumbs a:after
        {
            content: '';
            position: absolute;
            top: 0;
            right: -18px;
            width: 36px;
            height: 36px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #E3DFD8;
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.1), 3px -3px 0 2px #e0e0e0;
            border-radius: 0 5px 0 50px;
        }

        .ls-breadcrumbs a:last-child:after
        {
            content: none;
        }

        .ls-breadcrumbs a .fa
        {
            font-size: 14px;
            margin-right: 3px;
            color: #565656;
        }

.breadcrumb-box
{
    margin-bottom: 20px;
}

.breadcrumb li
{
    font-size: 12px;
}

    .breadcrumb li a
    {
        color: #565656;
        font-size: 12px;
        outline: 0;
    }

.breadcrumb > li + li:before
{
    color: #565656;
}
/**** breadcrumb simple ***/
/****** Breadcrumb ****/
.ls-breadcrumbs-simple
{
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

    .ls-breadcrumbs-simple a
    {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        color: #565656;
        padding: 0 10px 0 10px;
        position: relative;
    }

        .ls-breadcrumbs-simple a:first-child
        {
            padding-left: 0;
            margin-left: 0;
            border-radius: 1px;
        }

            .ls-breadcrumbs-simple a:first-child:before
            {
                left: 14px;
            }

        .ls-breadcrumbs-simple a:last-child
        {
            border-radius: 1px;
            padding-right: 20px;
        }

        .ls-breadcrumbs-simple a.active,
        .ls-breadcrumbs-simple a.active .fa,
        .ls-breadcrumbs-simple a:hover
        {
            color: #49B180;
        }

            .ls-breadcrumbs-simple a.active:after,
            .ls-breadcrumbs-simple a:hover:after,
            .ls-breadcrumbs-simple a:hover .fa
            {
                color: #49B180;
            }

        .ls-breadcrumbs-simple a:after
        {
            content: '';
            position: absolute;
            top: 4px;
            right: 0;
            width: 10px;
            height: 10px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.1), 1px -1px 0 1px #E3DFD8;
            border-radius: 0 5px 0 50px;
        }

        .ls-breadcrumbs-simple a:last-child:after
        {
            content: none;
        }

        .ls-breadcrumbs-simple a .fa
        {
            font-size: 14px;
            margin-right: 3px;
            color: #565656;
        }
/****/
.breadcrumb
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-bottom: 10px;
}

    .breadcrumb.no-background
    {
        background: none;
    }
/*-----------------------------------------------------------------*/

/*------------------------------------------------------------------
   -------------------------MAIN WRAPPER-------------------------
-------------------------------------------------------------------*/
#min-wrapper
{
    width: 100%;
    /*float: left;
    padding-left: 200px;*/
    background: #f9f9f9;
}

    #min-wrapper.active
    {
        /*padding-left: 120px;*/
    }

.black-color #min-wrapper
{
    background: #3F414D;
}

.deep-blue-color #min-wrapper
{
    background: #324E59;
}

.red-color #min-wrapper
{
    background: #DD7878;
}

.blue-color #min-wrapper
{
    background: #53A2B8;
}

.light-green-color #min-wrapper
{
    background: #4FADA8;
}

/*-----------------------------------------------------------------*/



/*------------------------------------------------------------------
   -------------------------RIGHT WRAPPER---------------------------------
-------------------------------------------------------------------*/
#right-wrapper
{
    width: 280px;
    height: 100%;
    min-height: 800px;
    background: #303741;
    float: left;
    position: fixed;
    right: -280px;
    z-index: 999;
    top: 0px;
}

    #right-wrapper .close-right-wrapper
    {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        #right-wrapper .close-right-wrapper a
        {
            font-size: 16px;
            color: #fff;
            outline: none;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #right-wrapper .close-right-wrapper a:hover
            {
                color: #EF532C;
                text-decoration: none;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    #right-wrapper .tab-content
    {
        background: #303741;
    }

    #right-wrapper.active
    {
        right: 0;
    }

    #right-wrapper .nav-tabs
    {
        border-bottom: none;
        text-align: center;
    }

        #right-wrapper .nav-tabs li
        {
            border: none;
            border-radius: 0;
            -webkit-border-radius: 0;
            margin-bottom: 0;
        }

            #right-wrapper .nav-tabs li a
            {
                font-size: 14px;
                padding: 9px 10px;
                margin-right: 0;
                border-radius: 0;
                -webkit-border-radius: 0;
                border: none;
                color: #ffffff;
                outline: none;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            #right-wrapper .nav-tabs li.active a, #right-wrapper .nav-tabs li:hover a
            {
                border-radius: 0;
                -webkit-border-radius: 0;
                background: #EF532C;
                color: #ffffff;
                border: none;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

.chat-group
{
    color: #7F8186;
    padding: 10px 0 10px 20px;
}

    .chat-group h3
    {
        margin: 0;
        text-transform: capitalize;
        padding-bottom: 10px;
    }

    .chat-group a
    {
        color: #BEC0C2;
        font-style: normal;
        display: block;
        padding-bottom: 10px;
        font-size: 13px;
        outline: none;
    }

        .chat-group a:hover, .chat-group a.active
        {
            text-decoration: none;
            color: #ffffff;
            outline: none;
        }

#chatTab .badge
{
    font-size: 10px;
    line-height: 1;
    margin-left: 20px;
    min-width: 14px;
    padding: 3px 6px;
}

.chat-box
{
    width: 100%;
    background: #343A45;
}

    .chat-box .chat-box-header
    {
        padding: 3px 0 3px 20px;
        border-bottom: 1px solid #303741;
        color: #BEC0C2;
    }

        .chat-box .chat-box-header h5
        {
            font-size: 13px;
        }

    .chat-box .chat-box-content
    {
        color: #BEC0C2;
    }

        .chat-box .chat-box-content ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .chat-box .chat-box-content ul li
            {
                padding: 10px 0 20px 20px;
                margin-bottom: 0px;
                position: relative;
            }

                .chat-box .chat-box-content ul li:nth-child(even)
                {
                    background: #303844;
                }

                .chat-box .chat-box-content ul li:nth-child(odd)
                {
                }

        .chat-box .chat-box-content span.user
        {
            font-size: 13px;
            color: #ffffff;
        }

        .chat-box .chat-box-content p
        {
            font-size: 14px;
            margin-bottom: 0;
        }

        .chat-box .chat-box-content span.time
        {
            font-size: 10px;
            position: absolute;
            bottom: 10px;
            right: 5px;
            margin-right: 20px;
        }

.chat-write
{
}

    .chat-write textarea
    {
        border: 1px solid #303741;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        color: #ffffff;
        background: #303741;
        overflow: hidden;
        word-wrap: break-word;
        resize: horizontal;
        height: 32px;
    }

        .chat-write textarea:focus, .chat-write textarea:hover
        {
            border: 1px solid #303741;
            box-shadow: none;
            -webkit-box-shadow: none;
            border-radius: 0;
            -webkit-border-radius: 0;
        }

.nano
{
    height: 300px;
}

    .nano .nano-pane
    {
        background: #e0e0e0;
    }

    .nano .nano-slider
    {
        background: #3F414D;
    }

.nano-chat
{
    height: 200px;
}

.nano-progress
{
    height: 150px;
}

.progress-content
{
    padding-right: 20px;
}

.setting-box
{
    color: #7F8186;
    padding: 10px 0 10px 0px;
}

    .setting-box h3
    {
        margin: 0;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

    .setting-box h5
    {
        font-size: 12px;
        padding: 0;
        margin: 0 0 5px 0;
        color: #bec0c2;
    }

.setting-box-content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .setting-box-content ul li
    {
        text-align: right;
        margin-bottom: 10px;
    }

        .setting-box-content ul li b
        {
            float: left;
        }

        .setting-box-content ul li span
        {
            color: #bec0c2;
        }

            .setting-box-content ul li span.switchery
            {
                height: 15px;
                width: 30px;
            }

                .setting-box-content ul li span.switchery small
                {
                    height: 15px;
                    width: 15px;
                }

.rotationToClick, .right-sidebar, .right-sidebar-setting
{
    display: inline-block;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- DASHBOARD --------------------------
-------------------------------------------------------------------*/
/********** Dashboard css Start **********/
#realTimeChart
{
    overflow: hidden;
}

.home-row-top
{
    margin-top: 27px;
    margin-bottom: 15px;
}

.current-status-widget ul
{
   list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0px;
    
}

.current-status-widget-GD ul
{
   list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0px;
    
}

    .current-status-widget ul li
    {
       cursor: pointer;
    float: left;
    padding: 2% 1.5%;
    width: 49%;
    margin-left: 2%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom:10px;
    }

    .current-status-widget-GD ul li
    {
       cursor: pointer;
    float: left;
    padding: 2% 1.5%;
    width: 15.64%;
    margin-left: 1% !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom:10px;
    }

        .current-status-widget ul li:first-child { margin-left: 0;
        }
         .current-status-widget-GD ul li:first-child { margin-left: 0;
        }

        .current-status-widget ul li{ background: none repeat scroll 0 0 #d1202d;
    color: #fff;
    border-radius: 6px;}

          .current-status-widget-GD ul li{ background: none repeat scroll 0 0 #d1202d;color: #fff; border-radius: 6px;}

        .current-status-widget ul li.dashboard-top-img-3 { margin-left:0px; margin-bottom:0px; }

        .current-status-widget-GD ul li.dashboard-top-img-3 { margin-left:0px; margin-bottom:0px; }

         .current-status-widget ul li.dashboard-top-img-4 { margin-bottom:0px;}

         .current-status-widget-GD ul li.dashboard-top-img-4 { margin-bottom:0px;}

        .current-status-widget ul li div.status-box
        {
            height: 100%;
            width: 100%;
        }

        .current-status-widget-GD ul li div.status-box
        {
            height: 100%;
            width: 100%;
        }

            .current-status-widget ul li div.status-box div.status-box-icon
            {
                height: 40px;
                width: 40px;
                text-align: center;
                float: left;
                margin-right: 5%;
            }

             .current-status-widget-GD ul li div.status-box div.status-box-icon
            {
                height: 40px;
                width: 40px;
                text-align: center;
                float: left;
                margin-right: 5%;
            }

                .current-status-widget ul li div.status-box div.status-box-icon i
                {
                    font-size: 40px;
                    line-height: 40px;
                    -webkit-transition: all 300ms linear;
                    -moz-transition: all 300ms linear;
                    -o-transition: all 300ms linear;
                    -ms-transition: all 300ms linear;
                    transition: all 300ms linear;
                }

                 .current-status-widget-GD ul li div.status-box div.status-box-icon i
                {
                    font-size: 40px;
                    line-height: 40px;
                    -webkit-transition: all 300ms linear;
                    -moz-transition: all 300ms linear;
                    -o-transition: all 300ms linear;
                    -ms-transition: all 300ms linear;
                    transition: all 300ms linear;
                }



@-webkit-keyframes changeiconsize
{
    0%
    {
        font-size: 25px;
    }

    25%
    {
        font-size: 10px;
    }

    50%
    {
        font-size: 40px;
    }

    75%
    {
        font-size: 10px;
    }

    100%
    {
        font-size: 25px;
    }
}

#box
{
}

/*.current-status-widget ul li:hover div.status-box div.status-box-icon i
{
    -webkit-animation: changeiconsize 1s infinite;
    animation: changeiconsize 1s infinite;
}*/

div.status-box-content
{
    float: right;
    height: 46px;
    margin-left: 10px;
    text-align: right;
}

div.status-box-content-GD
{
    
    height: 46px;    
    text-align: center;
}

 div.status-box-content-GD p
    {
        font-size: 17px;
        margin:0px;
    }

  div.status-box-content-GD h5
    {
        font-size: 28px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0px;
    line-height:24px;
    }

    div.status-box-content h5
    {
        font-size: 28px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0px;
    line-height:24px;
    }

    div.status-box-content p
    {
        font-size: 17px;
        margin:0px;
    }

    div.status-box-content h5 i
    {
        font-size: 12px;
    }

.pie-widget
{
    text-align: center;
    margin: auto;
    /*border: 1px solid #e0e0e0;*/
    padding: 0px 0px 20px 0;
}

    .pie-widget p
    {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .pie-widget h5
    {
        margin: 5px;
        font-size: 15px;
    }

    .pie-widget canvas
    {
        left: 0;
        position: absolute;
        top: 0;
    }

.chart-pie-widget
{
    display: inline-block;
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 2;
}

.pie-widget-count
{
    line-height: 110px;
    text-align: center;
    font-size: 14px;
}

    .pie-widget-count:after
    {
        content: "%";
        font-size: 12px;
        margin-left: 0.1em;
    }

.v-map-widget
{
    border: 1px solid #e0e0e0;
    height: 340px;
}

    .v-map-widget h3
    {
        padding: 10px 20px;
        margin: 0;
    }

.world_map_home_widget
{
    height: 302px;
}

.v-map-overlay
{
    position: absolute;
    right: 15px;
    top: 38px;
    width: 100px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

    .v-map-overlay ul
    {
        list-style: none;
        margin: 0;
        padding: 5px 10px;
    }

        .v-map-overlay ul li
        {
            color: #f2f2f2;
        }

.world_map_home_widget .jvectormap-zoomin, .world_map_home_widget .jvectormap-zoomout
{
    color: #f2f2f2;
    background: rgba(0, 0, 0, 0.50);
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td
{
    border-bottom-width: 1px;
    /*color: #fff;*/
}

.table-bordered.table-full-width > thead > tr > th, .table-bordered.table-full-width > thead > tr > td{ background: none repeat scroll 0 0 #445889;
    border-bottom-width: 1px;
    color: #fff;
}

.flotPieChartWidget
{
    height: 250px;
    width: 100%;
    margin-top: 15px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- EMAIL -------------------------------
-------------------------------------------------------------------*/
/*Email top ui start*/
.top-navigation .email-top li a
{
    padding: 0;
    display: block;
    color: #6e6e6e;
}

    .top-navigation .email-top li a:hover
    {
        background: none;
    }

.email-top
{
    list-style: none;
    padding: 0;
    margin: 2px 0px 0px 0px !important;
}

    .email-top li
    {
         border-top: 0px dashed #fff;
        margin-bottom: 0;
        padding: 5px 10px;
        float:left;
    }
    }

        .email-top li a
        {
            color: dimgrey;
        }

        .email-top li .email-top-image
        {
            float: right;
            height: 50px;
            width: 50px;
        }

            .email-top li .email-top-image img
            {
                width: 100%;
                border-radius: 50%;
            }

        .email-top li .email-top-content
        {
            font-size: 14px;
    line-height: 18px;
    padding: 6px 0px;
    color: #fff;
    font-weight: normal;
        }

            .email-top li .email-top-content > div
            {
                font-size: 13px;
                font-style: italic;
            }

            .email-top li .email-top-content .badge
            {
                float: right;
            }

            .email-top li .email-top-content a
            {
                color: #49B180;
                font-size: 15px;
            }

                .email-top li .email-top-content a:after
                {
                    content: "  -  ";
                }

/****/
/**** Mail box css start****/
.fieldcontainer
{
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.searchfieldjs
{
    background-color: #FFFFFF;
    border: 1px solid #CBC5BA;
    border-radius: 1px;
    color: #CCCCCC;
    display: block;
    font-size: 12px;
    padding: 7px 11px;
    width: 100%;
}

#search2btn
{
    background: url("../images/search-icon.png") top left no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 32px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    top: 7px;
    width: 25px;
}

.no-default-padding
{
    padding: 0;
}

.mail-search-box
{
    margin-bottom: 15px;
}

.mail-box
{
    width: 100%;
}

.mail-box-navigation
{
    height: 100%;
    width: 100%;
    text-align: center;
}

.mail-box-list.home
{
    padding-left: 10px;
    width: 100%;
}

.mail-navigation
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mail-navigation li
    {
        text-align: center;
        background: #e0e0e0;
        width: 100px;
        height: 60px;
        overflow: hidden;
        display: inline-block;
    }

        .mail-navigation li a
        {
            display: inline;
            color: #000;
            text-decoration: none;
            outline: 0;
        }

            .mail-navigation li a:hover
            {
                text-decoration: none;
            }

            .mail-navigation li a i.fa
            {
                font-size: 28px;
                line-height: 60px;
                display: block;
                color: #EF532C;
                -webkit-transition: all 200ms linear;
                -moz-transition: all 200ms linear;
                -o-transition: all 200ms linear;
                -ms-transition: all 200ms linear;
                transition: all 200ms linear;
            }

            .mail-navigation li a span
            {
                color: #565656;
                display: block;
                padding-bottom: 11px;
            }

            .mail-navigation li a:hover i.fa
            {
                font-size: 20px;
                line-height: 30px;
                -webkit-transition: all 200ms linear;
                -moz-transition: all 200ms linear;
                -o-transition: all 200ms linear;
                -ms-transition: all 200ms linear;
                transition: all 200ms linear;
                color: #49B180;
            }

            .mail-navigation li a.active i.fa
            {
                color: #49B180;
            }

.mail-box-list
{
    width: 30%;
    float: left;
    overflow: hidden;
}

.mail-list
{
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

    .mail-list li
    {
        padding: 10px;
        border-bottom: 1px solid #cbc5ba;
        border-left: 1px solid #cbc5ba;
        border-right: 1px solid #cbc5ba;
        height: 72px;
        overflow: hidden;
    }

        .mail-list li.new-mail div.mail-user-image
        {
            color: #49B180;
            border: 1px solid #49B180;
            -moz-border: 1px solid #49B180;
            -webkit-border: 1px solid #49B180;
        }

            .mail-list li.new-mail div.mail-user-image i
            {
                color: #49B180;
            }

        .mail-list li:first-child
        {
            border-top: 1px solid #cbc5ba;
        }

    .mail-list a > i
    {
        color: #565656;
        width: 20px;
        font-size: 14px;
    }

    .mail-list div.mail-user-image, .mail-list div.mail-user-mail
    {
        float: left;
    }

    .mail-list div.mail-user-image
    {
        text-align: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 10px;
        border: 1px solid #fe6c6c;
    }

        .mail-list div.mail-user-image i
        {
            color: #fe6c6c;
            font-size: 25px;
            line-height: 30px;
        }

    .mail-list div.user-picture
    {
        padding: 0;
        overflow: hidden;
        height: 50px;
    }

        .mail-list div.user-picture img
        {
            height: 100%;
        }

    .mail-list div.mail-user-mail
    {
        padding-left: 10px;
    }

        .mail-list div.mail-user-mail span
        {
            line-height: 45px;
            transition-delay: 400ms;
            -moz-transition-delay: 400ms;
            -webkit-transition-delay: 400ms;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

        .mail-list div.mail-user-mail .mail-action
        {
            opacity: 0;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

    .mail-list li:hover .mail-user-mail span
    {
        line-height: 15px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .mail-list li:hover .mail-action
    {
        transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -webkit-transition-delay: 400ms;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
        opacity: 1;
    }

.mail-header
{
    border-top: 1px solid #cbc5ba;
    border-bottom: 1px dashed #cbc5ba;
}

.mail-contact-user-image-box
{
    float: right;
    width: 115px;
}

    .mail-contact-user-image-box .mail-date
    {
        float: right;
        width: 115px;
        color: #fff;
        background: #fe6c6c;
        padding: 5px;
        text-align: center;
    }

        .mail-contact-user-image-box .mail-date span.date
        {
            font-weight: bold;
            font-size: 20px;
        }

        .mail-contact-user-image-box .mail-date span.month
        {
            text-transform: uppercase;
        }

div.mail-contact-user-image
{
    border: 1px solid #fe6c6c;
    border-radius: 58px;
    padding: 10px;
    text-align: center;
    width: 115px;
    height: 115px;
    line-height: 115px;
    margin-bottom: 10px;
    float: right;
}

div.user-picture-big
{
    padding: 0;
    overflow: hidden;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    div.user-picture-big img
    {
        height: 100%;
    }

div.mail-contact-user-image i
{
    color: #fe6c6c;
    font-size: 50px;
}

.border
{
    border: 1px solid #fe6c6c;
}

.mail-body
{
    float: left;
    width: 70%;
}

    .mail-body.mail-body-inbox
    {
        padding-left: 20px;
    }

.mail-contact
{
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cbc5ba;
}

.mail-contact-address
{
    float: left;
    width: 80%;
    font-size: 16px;
    margin-top: 40px;
}

    .mail-contact-address .contact-address, .mail-contact-address .mail-subject
    {
        font-size: 14px;
        padding: 5px 10px;
        width: 100%;
        border-radius: 1px;
        border: 1px solid #cbc5ba;
        background: #e0e0e0;
        margin-bottom: 15px;
    }

.compose-mail-box.home .mail-contact-address
{
    float: left;
    width: 100%;
}

.compose-mail-box.home .mail-contact-user-image-box
{
    display: none;
}

.mail-main-content
{
    padding: 10px 0;
}

.mail-action-bar
{
    background: #fff;
    border: 1px solid #cbc5ba;
    margin: 0 auto 15px auto;
    text-align: left;
}

    .mail-action-bar ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mail-action-bar ul li
        {
            display: inline-block;
            height: 30px;
            margin-left: 15px;
        }

            .mail-action-bar ul li a
            {
                line-height: 30px;
                margin-right: 20px;
                color: dimgrey;
            }

                .mail-action-bar ul li a i.fa
                {
                    font-size: 14px;
                }

                .mail-action-bar ul li a.active
                {
                    color: #269abc;
                }

div.compose-mail-box
{
    width: 100%;
}

    div.compose-mail-box.home
    {
        padding-left: 0;
    }

input.bg-white
{
    background: #fff;
}

.addBccView, .addCcView
{
    display: none;
    margin-bottom: 10px;
}

.toView
{
    margin-bottom: 10px;
}

.compose-mail-box .mail-contact
{
    border-bottom: 0;
    -moz-border-bottom: 0;
    -webkit-border-bottom: 0;
}

#compose-popup-view
{
    position: fixed;
    right: 0;
    bottom: -500px;
    min-height: 500px;
    width: 50%;
    border: 1px solid #fe6c6c;
    z-index: 100;
    background: #fff;
}

.mail-box-header
{
    background: #EF532C;
    height: 50px;
}

    .mail-box-header h4
    {
        padding: 0;
        margin: 0;
        color: #fff;
        width: 100px;
        float: left;
        line-height: 50px;
        padding-left: 15px;
    }

    .mail-box-header ul.popup-mail-action
    {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100px;
        float: right;
        text-align: right;
        padding-right: 15px;
    }

        .mail-box-header ul.popup-mail-action li
        {
            display: inline-block;
            padding-left: 10px;
        }

            .mail-box-header ul.popup-mail-action li a i
            {
                color: #fff;
                line-height: 50px;
            }

.mail-box-content
{
    padding: 10px;
}

    .mail-box-content #mail_body_content
    {
        width: 100%;
        height: 300px;
        margin: 5px 0;
    }

.mail-send-btn
{
    margin-top: 15px;
}

ul.attachments-preview-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.attachments-preview-list li
    {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }

.ls-mail-img
{
    position: relative;
    display: inline-block;
}

    .ls-mail-img img
    {
        display: block;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: auto;
    }

.ls-mail-overlay
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: block;
    overflow: hidden;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 20;
    overflow: hidden;
    ;
}

.ls-mail-overlay
{
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.ls-mail-overlay-link
{
    display: block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    z-index: 100;
}

    .ls-mail-overlay-link a
    {
        color: #F2F2F2;
        font-size: 24px;
        margin: 0 5px;
        outline: 0 none;
        text-decoration: none;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .ls-mail-overlay-link a:hover
        {
            color: #EF532C;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

.ls-mail-overlay-link
{
    bottom: 50%;
    left: 0;
    margin: 0 auto -30px;
    right: 0;
}

.overlay-hover .ls-mail-overlay
{
    height: 100%;
}
/*****/

/*** Chat Page Start ***/
.ls-chat
{
    overflow: hidden;
    margin-bottom: 20px;
}

    .ls-chat img,
    .ls-chat .rounded
    {
        float: left;
        margin-right: 10px;
        width: 40px;
        height: auto;
    }

    .ls-chat img
    {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .ls-chat img.rounded
        {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    .ls-chat .text
    {
        margin-left: 45px;
    }

    .ls-chat .text-right
    {
        margin: 0 45px 0 0;
    }

    .ls-chat .status,
    .ls-chat .status-alter
    {
        height: 25px;
        padding: 10px 0 0 10px;
        border-bottom: 1px solid #e8e8e8;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 12px;
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
    }

    .ls-chat .status
    {
        background-color: #f9f9f9;
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fef9f9));
        background: -webkit-linear-gradient(top, #f9f9f9, #fef9f9);
        background: -moz-linear-gradient(top, #f9f9f9, #fef9f9);
        background: -ms-linear-gradient(top, #f9f9f9, #fef9f9);
        background: -o-linear-gradient(top, #f9f9f9, #fef9f9);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0);
        /* IE6-9 */
    }

    .ls-chat .status-alter
    {
        background-color: #f9f9f9;
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ffeeee));
        background: -webkit-linear-gradient(top, #f9f9f9, #ffeeee);
        background: -moz-linear-gradient(top, #f9f9f9, #ffeeee);
        background: -ms-linear-gradient(top, #f9f9f9, #ffeeee);
        background: -o-linear-gradient(top, #f9f9f9, #ffeeee);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#f9f9f9', GradientType=0);
        /* IE6-9 */
    }

.status .date
{
    margin-right: 10px;
    float: right;
    font-style: italic;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.92);
}

.ls-chat .user
{
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.ls-chat p
{
    margin: 0;
    background: #ffffff;
    padding: 2px 10px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.text .msg,
.text .msg-alter
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

.text .date,
.text-right .date
{
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 3px 0;
}

.text .date
{
    float: right;
}

.text-right .date
{
    float: left;
}

.text .msg
{
    background-color: #e0e0e0;
}

.text .msg-alter
{
    background-color: #49B180;
    text-align: right;
    color: #fff;
}

.ls-chat .right
{
    float: right;
    margin-right: 0;
}

.ls-chat .triangle,
.ls-chat .triangle-right
{
    width: 9px;
    height: 12px;
}

.ls-chat .triangle
{
    float: left;
    position: relative;
    position: relative;
    left: 2px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e0e0e0;
}

.ls-chat .triangle-right
{
    float: right;
    position: relative;
    position: relative;
    right: 1px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #49B180;
}

.input-group-message input
{
    height: 34px;
}

.nano.nano-chat-widget
{
    height: 340px;
}

.nano .nano-content.nano-chat-box
{
    padding: 10px 20px 10px 5px;
}

.nano.nano-recent-activities
{
    height: 430px;
}

.nano .nano-content.nano-activities
{
    padding: 10px 10px 10px 5px;
}

.nano > .nano-pane
{
    width: 10px;
    cursor: pointer;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- CHARTS -------------------------------
-------------------------------------------------------------------*/
.bar_chart_canvas_box, .line-chart-area-box
{
    width: 98%;
    float:left;
}

.pie-chart-area-box, .doughnut-chart-area-box, .polar-chart-area-box, .radar-chart-area-box
{
    width: 100%;
}

#chartTwoLine svg
{
    height: 400px;
    width: 100%;
}

.groupMultiBarView
{
    height: 400px;
    width: 100%;
}

canvas#barChartCanvas
{
    width: 100% !important;
    height: auto !important;
}

canvas#polarAreaChartCanvas, canvas#radarChartCanvas, canvas#doughnutChartCanvas, canvas#pieChartCanvas, canvas#lineChartCanvas
{
    width: 100% !important;
    height: auto !important;
}

.pieChartCanvasDataView, .doughnutChartCanvasDataView, .polarAreaChartCanvasDataView, .radarChartCanvasDataView
{
    border-top: 1px solid #e3dfd8;
    margin: 15px -16px 0;
}

    .pieChartCanvasDataView ul, .doughnutChartCanvasDataView ul, .polarAreaChartCanvasDataView ul, .radarChartCanvasDataView ul
    {
        height: 95px;
        list-style: none outside none;
        margin: 20px auto 10px;
        padding: 5px auto;
        width: 175px;
    }

        .pieChartCanvasDataView ul li span, .doughnutChartCanvasDataView ul li span, .polarAreaChartCanvasDataView ul li span, .radarChartCanvasDataView ul li span
        {
            border-radius: 8px;
            display: inline-block;
            height: 8px;
            margin-right: 5px;
            transition: all 300ms ease-in-out 0s;
            width: 8px;
        }

.sparkBarView, .sparkPieView
{
    height: 400px;
}

.sparkPieViewData
{
    margin-top: 20px;
}

    .sparkPieViewData ul
    {
        list-style: none;
        margin: 0;
        padding: 5px 10px;
    }

        .sparkPieViewData ul li
        {
            margin-bottom: 5px;
            margin-right: 15px;
            display: inline-block;
        }

            .sparkPieViewData ul li span
            {
                border-radius: 8px;
                display: inline-block;
                height: 8px;
                margin-right: 5px;
                transition: all 300ms ease-in-out 0s;
                width: 8px;
            }

.sparkLine-border
{
    border: 1px solid #e3dfd8;
}

span.textColor
{
    background: #565656;
}

span.greenActive
{
    background: #71AD70;
}

span.redActive
{
    background: #EF532C;
}

span.fillColor1
{
    background: rgba(220,220,220,0.5);
}

span.fillColor4
{
    background: #C2E2C2;
}

span.fillColor5
{
    background: rgba(255, 120, 120, 0.76);
}

span.fillColor6
{
    background: rgba(91, 194, 222, 0.9);
}

span.fillColor7
{
    background: rgba(239, 174, 77, 0.71);
}

span.lightBlueActive
{
    background: #269abc;
}

span.brownActive
{
    background: #B16666;
}

span.defultColor
{
    background: #49B180;
}

span.defultBorder
{
    background: #E3DFD8;
}

span.blueActive
{
    background: #706AF4;
}

.flotChartRealTime
{
    width: 100%;
    height: 350px;
    font-size: 14px;
    line-height: 0.5em;
    padding: 10px;
}

    .flotChartRealTime.homeChart
    {
        height: 280px;
    }

.flotPieChart
{
    height: 350px;
    width: 100%;
}

.seriesToggle
{
    height: 400px;
    width: 100%;
}

#choices
{
    margin: 25px auto 0;
    list-style: none;
}

    #choices li
    {
        width: 20%;
        display: inline-block;
    }

    #choices label.switch-label
    {
        margin-left: 8px;
        margin-right: 35px;
    }

.paiChartAction
{
    text-align: center;
}

    .paiChartAction button
    {
        margin-bottom: 10px;
    }

.morris-hover
{
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style
    {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px rgba(230, 230, 230, 0.8);
        font-family: 'Futura', Open Sans;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label
        {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point
        {
            white-space: nowrap;
            margin: 0.1em 0;
        }

.sparkline-box
{
    text-align: center;
}

    .sparkline-box p
    {
        margin-top: 15px;
    }

    .sparkline-box div.panel-heading
    {
        text-align: left;
    }

.sparkline
{
    width: 250px;
    height: auto;
    margin: auto;
}

.sparklineBadge-box
{
    padding: 10px;
    float: right;
    display: inline-block;
}
/*Spark Line tooltip start*/
.jqstooltip
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*Spark Line tooltip start*/

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- FORM STAFFS -------------------------
-------------------------------------------------------------------*/
form.ls_form_dashed
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #cbc5ba;
    box-shadow: none;
}

    form.ls_form_dashed input
    {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px dashed #cbc5ba;
        box-shadow: none;
        border-radius: 0;
    }

        form.ls_form_dashed input:focus, input.bootbox-input:focus
        {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #cbc5ba;
            box-shadow: none;
            border-radius: 0;
        }

form.ls_form input, form.ls_form select, form.ls_form textarea, input.bootbox-input
{
    border-radius: 1px;
    outline: none;
}

    form.ls_form input:focus,
    form.ls_form input.active,
    form.ls_form select:focus,
    form.ls_form select.active,
    form.ls_form textarea:focus,
    form.ls_form textarea.active,
    input.bootbox-input:focus
    {
        /*box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;*/
        border-color: #AEAEAE;
        outline: none;
    }

    form.ls_form input.rounded
    {
        border-radius: 30px;
    }

form.ls_form label.checkbox, form.ls_form label.radio
{
    font-weight: 400;
}

div.form_view
{
    padding: 0 30px;
}

.form-box
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cbc5ba;
}

    .form-box.last
    {
        border: 0;
    }


/*****/
.form-control
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.message-form .control-label
{
    text-align: right;
}

.has-success .form-control
{
    border-color: #6DB46F;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline
{
    color: #6DB46F;
}

.has-success .form-control:focus
{
    border-color: #6DB46F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #A1EAA3;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline
{
    color: #AA8E5E;
}

.has-warning .form-control
{
    border-color: #AA8E5E;
}

    .has-warning .form-control:focus
    {
        border-color: #AA8E5E;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #DCC59D;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline
{
    color: #ff3434;
}

.has-error .form-control
{
    border-color: #ff3434;
}

    .has-error .form-control:focus
    {
        border-color: #ff3434;
        box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
        -moz-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
        -webkit-box-shadow: 0 1px 1px rgba(254, 158, 158, 0.08) inset, 0 0 6px #B4AEAE;
    }

.form-horizontal .has-feedback .form-control-feedback
{
    top: 10px;
}

.form-horizontal .has-feedback .radio .form-control-feedback
{
    visibility: hidden;
}

.form-horizontal .has-feedback .checkbox .form-control-feedback
{
    visibility: hidden;
}

.formError .formErrorContent
{
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    box-shadow: 0 0 6px #000;
    border: none;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
}

.formError .formErrorArrow div
{
    border-left: none;
    border-right: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

/*****/
#editor
{
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border: 1px dashed #cbc5ba;
    padding: 15px;
}

.editor-toolbar
{
    border: 1px dashed #cbc5ba;
    margin: 0 0 15px 0;
}

    .editor-toolbar .btn-group > a.btn
    {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 5px 12px;
        color: #235b67;
    }

    .editor-toolbar .btn-group > a.btn-info
    {
        color: #fff;
        background-color: #269abc;
    }

    .editor-toolbar a
    {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

.radio-button-place
{
    line-height: 84px;
}

#voiceBtn
{
    display: none;
}

#editor:focus, #editor:active
{
    outline: 0;
}

.myEditor.demo-image
{
    text-align: center;
}

/***/

.box-switchery input
{
    margin-left: 15px;
}

.help_text
{
    font-size: 12px;
}

div.ls_divider
{
    border-bottom: 1px dashed #cbc5ba;
    margin-top: 15px;
    padding-right: 15px;
}

    div.ls_divider.last
    {
        border: 0;
    }

input.ls-group-input, .ls-group-input
{
    margin-bottom: 15px;
}

.multiselect-container > li > a
{
    padding: 3px 0;
}

    .multiselect-container > li > a > label > input
    {
        left: -9999em;
        position: absolute;
    }

.full-width
{
    width: 100%;
}

.slider.slider-vertical
{
    margin-left: 5px;
}

.datePickerCall, .datePickerCall1
{
    cursor: pointer;
}



form.ls_form input.dial, form.ls_form input.dial:active, form.ls_form input.dial:focus
{
    border: none;
    box-shadow: none;
    outline: 0;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TIME-LINE --------------------------
-------------------------------------------------------------------*/
.ls_tmtimeline
{
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .ls_tmtimeline:before
    {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #dbcdad;
        left: 25%;
        margin-left: -10px;
    }

    .ls_tmtimeline > li
    {
        position: relative;
    }

        .ls_tmtimeline > li .ls-timeline-user
        {
            position: absolute;
            text-align: center;
            width: 25%;
            padding-right: 60px;
        }

.ls-timeline-user .media-heading
{
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5c5b56;
    font-size: 15px;
}

.ls_tmtimeline > li .ls-timeline-user img
{
    width: 75px;
}

/* The date/time */
.ls_tmtimeline > li .ls_tmtime
{
    display: block;
}

    .ls_tmtimeline > li .ls_tmtime span
    {
        display: block;
    }

        .ls_tmtimeline > li .ls_tmtime span:first-child
        {
            font-size: 15px;
            color: #706a5c;
        }

        .ls_tmtimeline > li .ls_tmtime span:last-child
        {
            font-size: 15px;
            color: #71624e;
            font-weight: bold;
        }

.ls_tmtimeline > li:nth-child(odd) .ls_tmtime span:last-child
{
    color: #71624e;
}

/* Right content */
.ls_tmtimeline > li .ls_tmlabel
{
    margin: 0 0 15px 30%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    border-radius: 1px;
}

.ls_tmtimeline > li:nth-child(odd) .ls_tmlabel
{
    background: #5c5b56;
    color: #fff;
}

.ls_tmtimeline > li:nth-child(even) .ls_tmlabel
{
    background: #CAB38B;
}

.ls_tmtimeline > li:nth-child(odd) .ls_tmlabel p
{
    color: #D1D0CE;
}

.ls_tmtimeline > li .ls_tmlabel h2
{
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 15px;
}

/* The triangle */
.ls_tmtimeline > li .ls_tmlabel:after
{
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #CAB38B;
    border-width: 10px;
    top: 20px;
}

.ls_tmtimeline > li:nth-child(odd) .ls_tmlabel:after
{
    border-right-color: #5c5b56;
}

.ls_tmlabel ul.task
{
    padding: 0;
    margin: 0;
}

    .ls_tmlabel ul.task li
    {
        display: block;
        list-style: none;
        text-align: left;
        color: #D1D0CE;
    }

        .ls_tmlabel ul.task li a
        {
            color: #D1D0CE;
        }

.ls_tmlabel ul
{
    padding: 0;
    margin: 0;
    text-align: center;
}

    .ls_tmlabel ul li
    {
        position: relative;
        display: inline-block;
        list-style: none;
        margin: 3px;
    }

        .ls_tmlabel ul li img
        {
            width: 90px;
        }

/* The icons */
.ls_tmtimeline > li .ls_tmicon
{
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #b39c7d;
    text-align: center;
    left: 25%;
    top: 0;
    margin: 7px 0 0 -25px;
}

.ls_tmtimeline > li.month
{
    position: relative;
    text-align: center;
    height: 100px;
    margin: 40px 0;
}

    .ls_tmtimeline > li.month h4
    {
        font-size: 14px;
        line-height: 60px;
        color: timeline-user-time;
    }

.ls_tmtimeline > li .ls_tmicon_ls
{
    width: 80px;
    height: 80px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #806854;
    background: #fff5cf;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #5c5b56;
    text-align: center;
    left: 23%;
    top: 0;
    margin: 0 0 0 -25px;
}

.ls_tmtimeline > li .ls_tmlabel iframe
{
    height: 250px;
}

.ls-project
{
    position: relative;
}

    .ls-project ul
    {
        padding: 0;
        margin: -7px 0 0;
        text-align: center;
    }

        .ls-project ul li
        {
            display: inline-block;
            list-style: none;
            margin: 5px;
        }

            .ls-project ul li img
            {
                width: 95px;
                max-width: 100%;
            }

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TABLE -------------------------------
-------------------------------------------------------------------*/
td.ls-table-progress .progress
{
    margin-bottom: 0;
    margin-top: 6px;
}

.ls-table .table > thead > tr > th
{
    font-family: 'Futura', Open Sans;
    font-weight: normal;
    font-size: 14px;
    border-bottom: medium none;
    color:#565656 !important;
}

.ls-table-pagination .pagination
{
    margin: 0;
}

.table tbody form input
{
    width: 100% !important;
    height: 100% !important;
}

/** Animated Table **/
.ls-animated-table th div.sortArrow
{
    display: inline-block;
    float: right;
    height: 6px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    vertical-align: 2px;
    width: 11px;
}

    .ls-animated-table th div.sortArrow div.sortArrowAscending,
    .ls-animated-table th div.sortArrow div.sortArrowDescending
    {
        display: none;
        height: 6px;
        position: absolute;
        width: 11px;
    }

    .ls-animated-table th div.sortArrow div.sortArrowAscending
    {
        background: url("../images/arrow_asc.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .ls-animated-table th div.sortArrow div.sortArrowDescending
    {
        background: url("../images/arrow_desc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

#ls-row tbody tr:hover
{
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move;
}

#ls-column th:hover
{
    background: url("../images/icons/glyphicons_move.png") no-repeat scroll right 10px center / 14px 14px rgba(0, 0, 0, 0);
    cursor: move;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper
{
    position: relative;
    min-height: 302px;
    clear: both;
    _height: 302px;
    zoom: 1;
    /* Feeling sorry for IE */
}

.dataTables_processing
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff;
}

.dataTables_length
{
    float: left;
    margin-bottom: 10px;
    width: 40%;
    margin: 10px 10px 0 0;
}

    .dataTables_length label select
    {
        width: 100px;
        color: #555555;
       
        border-radius: 5px;
        font-size: 14px;
        height: 30px;
        line-height: 1.42857;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 3px;
        
        
    }

        /*.dataTables_length label select:focus
        {
            border: 1px solid #cbc5ba;
            background: url("/assets/images/datatable/sort_desc.png") no-repeat;
            background-position: center right;
        }*/

.dataTables_filter
{
    width: 50%;
    float: right;
    text-align: right;
      /* margin-bottom: 10px; */
      margin-top: 6px;
      margin-bottom : 10px;
}

    .dataTables_filter label input
    {
        margin-left: 10px;
        border: 1px solid #cbc5ba;
        border-radius: 1px;
        color: #555555;
        font-size: 14px;
        height: 30px;
        line-height: 1.42857;
        padding-bottom: 6px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        transition-delay: 0s, 0s;
        transition-duration: 0.15s, 0.15s;
        transition-property: border-color, box-shadow;
        transition-timing-function: ease-in-out, ease-in-out;
    }

        .dataTables_filter label input:focus
        {
            border: 1px solid #cbc5ba;
        }

.dataTables_info
{
    float: left;
    margin-top: 0px;
}

.dataTables_paginate
{
    *width: 50px;
    float: right;
    text-align: right;
    margin-top: 10px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next
{
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous
{
    background-image: url("/assets/images/datatable/back_disabled.png");
}

.paginate_enabled_previous
{
    background-image: url("/assets/images/datatable/back_enabled.png");
}

.paginate_disabled_next
{
    background-image: url("/assets/images/datatable/forward_disabled.png");
}

.paginate_enabled_next
{
    background-image: url("/assets/images/datatable/forward_enabled.png");
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc
{
    background: url("/assets/images/datatable/sort_asc.png") no-repeat center right;
}

.sorting_desc
{
    background: url("/assets/images/datatable/sort_desc.png") no-repeat center right;
}

.sorting
{
    background: url("Content/assets/images/datatable/sort_both.png") no-repeat center right;
}

.sorting_asc_disabled
{
    background: url("/assets/images/datatable/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled
{
    background: url("/assets/images/datatable/sort_desc_disabled.png") no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll
{
    clear: both;
}

.dataTables_scrollBody
{
    *margin-top: -1px;
}

.clear
{
    clear: both;
}

.dataTables_empty
{
    text-align: center;
}

.paging_full_numbers
{
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers span.paginate_button,
    .paging_full_numbers span.paginate_active
    {
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
    }

.paging_full_numbers
{
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers a:active
    {
        outline: none;
    }

    .paging_full_numbers a:hover
    {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active
    {
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
        -webkit-transition: all 600ms linear;
        -moz-transition: all 600ms linear;
        -o-transition: all 600ms linear;
        -ms-transition: all 600ms linear;
        transition: all 600ms linear;
    }

        .paging_full_numbers a.paginate_button:hover
        {
            border-bottom: 2px solid #cbc5ba;
            padding: 2px 5px;
            margin: 0 3px;
            cursor: pointer;
            text-decoration: none !important;
            -webkit-transition: all 600ms linear;
            -moz-transition: all 600ms linear;
            -o-transition: all 600ms linear;
            -ms-transition: all 600ms linear;
            transition: all 600ms linear;
        }

    .paging_full_numbers a.current
    {
        font-size: 16px;
        color: dimgray;
        border-bottom: 2px solid dimgray;
    }

/*
 * KeyTable
 */
table.KeyTable td
{
    border: 3px solid transparent;
}

    table.KeyTable td.focus
    {
        border: 3px solid #cbc5ba;
    }

div.box
{
    padding: 10px;
    overflow: auto;
    border: 1px solid #cbc5ba;
    background-color: #cbc5ba;
}

/*
 * Sort arrow icon positioning
 */
table#ls-editable-table thead th div.DataTables_sort_wrapper
{
    position: relative;
    padding-right: 20px;
}

    table#ls-editable-table thead th div.DataTables_sort_wrapper span
    {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
    }

table#ls-editable-table tbody tr td:hover
{
    background: url("../images/icons/glyphicons_pencil.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px 12px;
}

table#ls-editable-table tbody tr td input
{
    border: 1px solid #cbc5ba;
    border-radius: 1px;
    color: #555555;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- NOTIFICATION -----------------------
-------------------------------------------------------------------*/
.amaran
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.amaran-wrapper
{
    z-index: 9999;
}

    .amaran-wrapper.top
    {
        top: 22px;
    }

.amaran-close i.fa
{
    color: #ffffff;
}

.amaran.default, .amaran.user
{
    font-family: 'Futura', Open Sans;
    background-color: #323232;
    font-size: 14px;
}

    .amaran.default p span.light, .amaran.default p span
    {
        font-size: 13px;
    }

.amaran.user
{
    color: #F2F2F2;
    font-family: 'Futura', Open Sans;
    font-size: 14px;
}

    .amaran.user .info
    {
        padding-right: 12px;
    }

        .amaran.user .info b
        {
            font-size: 16px;
        }

.amaran.default.ok .icon
{
    background: #5cb85c;
}

.amaran.default.ok p.bold
{
    color: #5cb85c;
    ;
}

.amaran.default p
{
    color: #F2F2F2;
}

    .amaran.default p span.light
    {
        color: #BBBBBB;
    }

.amaran.default.error .icon
{
    background-color: #EF532C;
}

.amaran.default.error p.bold
{
    color: #EF532C;
}

.amaran.default.warning .icon
{
    background-color: #f0ad4e;
}

.amaran.default.warning p.bold
{
    color: #f0ad4e;
}

.amaran.default.green .icon, .amaran.user.green
{
    background-color: #49B180;
}

.amaran.default.green p.bold
{
    color: #49B180;
}

.amaran.user .icon
{
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    height: 80px;
    width: 80px;
    margin: 10px;
    overflow: hidden;
}

.amaran.user.blue
{
    background-color: #5bc0de;
}

.amaran.readmore .content
{
    font-family: 'Futura', Open Sans;
    font-size: 14px;
    padding: 20px;
    background: #ffffff;
    color: #222;
    margin: 0;
}

.amaran.readmore .title
{
    font-family: 'Futura', Open Sans;
    font-size: 16px;
}

.amaran.readmore, .amaran.readmore .readmore-user
{
    border-color: #323232;
}

    .amaran.readmore .title
    {
        background-color: #323232;
    }

    .amaran.readmore.success, .amaran.readmore.success .readmore-user
    {
        border-color: #5cb85c;
    }

        .amaran.readmore.success .title
        {
            background-color: #5cb85c;
        }

    .amaran.readmore.red, .amaran.readmore.red .readmore-user
    {
        border-color: #EF532C;
    }

        .amaran.readmore.red .title
        {
            background-color: #EF532C;
        }

    .amaran.readmore.warning, .amaran.readmore.warning .readmore-user
    {
        border-color: #f0ad4e;
    }

        .amaran.readmore.warning .title
        {
            background-color: #f0ad4e;
        }

    .amaran.readmore.info, .amaran.readmore.info .readmore-user
    {
        border-color: #5bc0de;
    }

        .amaran.readmore.info .title
        {
            background-color: #5bc0de;
        }

    .amaran.readmore.green, .amaran.readmore.green .readmore-user
    {
        border-color: #49B180;
    }

        .amaran.readmore.green .title
        {
            background-color: #49B180;
        }

/*****/
.customNotification.alert
{
    border-radius: 1px;
    margin-bottom: 10px;
    padding: 10px;
}

.alert
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.list-group-item:first-child
{
    border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
}

.list-group-item:last-child
{
    border-bottom-left-radius: 1px;
    -moz-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -moz-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- TASK & NOTE ------------------------
-------------------------------------------------------------------*/
/**** Note & Task  Start ****/
#slippylist
{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    #slippylist li
    {
        border: 1px solid #cbc5ba;
        padding: 10px 0;
        margin-bottom: 10px;
        background: #fff;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -webkit-transition: all 0.3 fade-in-out;
        -moz-transition: all 0.3s fade-in-out;
        -o-transition: all 0.3s fade-in-out;
        transition: all 0.3s fade-in-out;
    }

        #slippylist li:hover
        {
            cursor: move;
        }

        #slippylist li i
        {
            margin: 0 0 0 8px;
            width: 15px;
            cursor: pointer;
        }

        #slippylist li button i
        {
            margin: 0 3px;
        }

        #slippylist li i.fa-circle-o
        {
            color: #507d50;
            line-height: 20px;
        }

        #slippylist li i.fa-check
        {
            color: #fe6c6c;
            line-height: 20px;
        }

        #slippylist li span.doneTask
        {
            text-decoration: line-through;
        }

        #slippylist li.strikeout span
        {
            position: relative;
        }

            #slippylist li.strikeout span::after
            {
                border-bottom: 1px solid #fe6c6c;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transition: all 900ms linear;
                -moz-transition: all 900ms linear;
                -o-transition: all 900ms linear;
                -ms-transition: all 900ms linear;
                transition: all 900ms linear;
            }

.slip-reordering
{
    box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.slip-swiping-container
{
    overflow-x: hidden;
}

.removeTask
{
    float: right;
    padding: 0;
    margin-right: 10px;
}

#newTaskAdd
{
    margin-top: 15px;
}

ul.sortable ul
{
    list-style: none !important;
}

ul.sortable
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.sortable li
    {
        border: 1px solid #cbc5ba;
        padding: 10px;
        margin-bottom: 15px;
    }

        ul.sortable li i
        {
            cursor: pointer;
        }

        ul.sortable li.dragged
        {
            position: absolute;
            opacity: 1;
            z-index: 2000;
            padding: 10px;
            height: 40px !important;
            background: #e0e0e0;
        }

        ul.sortable li.placeholder
        {
            position: relative;
            padding: 20px;
            background: #e0e0e0;
            /** More li styles **/
        }

            ul.sortable li.placeholder:before
            {
                position: absolute;
                /** Define arrowhead **/
            }

.nano-task-progress
{
    height: 370px;
}

    .nano-task-progress .goal-box
    {
        padding-right: 10px;
    }

ul.sortable-box
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.sortable-box li
    {
        border: 1px solid #cbc5ba;
        padding: 10px;
        float: left;
        width: 22%;
        margin: 0 5px 15px 5px;
        cursor: move;
    }

        ul.sortable-box li.dragged
        {
            position: absolute;
            opacity: 1;
            z-index: 2000;
            padding: 10px;
            height: 40px !important;
            background: #e0e0e0;
        }

        ul.sortable-box li.placeholder
        {
            position: relative;
            padding: 18px;
            background: #e0e0e0;
            /** More li styles **/
        }

            ul.sortable-box li.placeholder:before
            {
                position: absolute;
                /** Define arrowhead **/
            }

/***/
/*Goal ui start*/
.goal-item
{
    list-style: none;
    padding: 0;
    margin: 0;
}

    .goal-item li
    {
        border-bottom: 1px dashed #cbc5ba;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
    }

        .goal-item li .goal-user-image
        {
            float: left;
            height: 45px;
            margin-right: 10px;
            width: 45px;
            margin-top: -5px;
        }

            .goal-item li .goal-user-image img
            {
                width: 100%;
                border-radius: 50%;
            }

        .goal-item li .goal-content
        {
            font-size: 14px;
        }

            .goal-item li .goal-content .progress
            {
                margin-top: 7px;
            }

            .goal-item li .goal-content a
            {
                color: #49B180;
                font-size: 15px;
            }

                .goal-item li .goal-content a:after
                {
                    content: "  -  ";
                }

.top-navigation .goal-item li a
{
    padding: 0;
    display: block;
    color: #6e6e6e;
    margin-top: 3px;
}

    .top-navigation .goal-item li a:hover
    {
        background: none;
    }

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- CALENDER ---------------------------
-------------------------------------------------------------------*/
.progress-bar[aria-valuenow="0"]
{
}

button.addEvent
{
    width: 100%;
    font-size: 14px;
}

#full-calendar
{
    margin-top: 20px;
}

    #full-calendar .fc-event
    {
        font-size: 14px;
    }

    #full-calendar .fc-grid th
    {
        font-weight: normal;
        line-height: 40px;
    }

    #full-calendar .fc-grid .fc-day-number
    {
        padding: 0 5px;
    }

    #full-calendar .fc-event-inner
    {
        text-align: center;
    }

#calender-wrap
{
    margin: 0 auto;
}

#external-events
{
    /*float: left;*/
    position: relative;
    width: 100%;
    padding: 0 10px;
    background: #e0e0e0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -wibkit-border-radius: 1px;
}

    #external-events h4
    {
        font-size: 15px;
        margin-top: 0;
        padding-top: 1em;
    }

.eventList
{
    margin-bottom: 20px;
}

.external-event
{
    background: #49B180;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.cal-event-remove
{
    margin: 20px 0;
}

#external-events p
{
    margin: 1.5em 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

    #external-events p input
    {
        margin: 0;
        vertical-align: middle;
    }

#trash
{
    background-color: #E6E6E6;
    border: 1px solid #e3dfd8;
    height: 100px;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 15px;
}

    #trash:hover
    {
        font-size: 40px;
        color: #fe6c6c;
    }

    #trash.active
    {
        font-size: 40px;
        color: #fe6c6c;
    }

#loading
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.fc-calendar-container
{
    height: 365px;
}

.fc-state-default
{
    background-color: #49B180;
    color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .fc-state-default.fc-corner-left
    {
        border-bottom-left-radius: 1px;
        -moz-border-bottom-left-radius: 1px;
        -webkit-border-bottom-left-radius: 1px;
        border-top-left-radius: 1px;
        -moz-border-top-left-radius: 1px;
        -webkit-border-top-left-radius: 1px;
    }

    .fc-state-default.fc-corner-right
    {
        border-bottom-right-radius: 1px;
        -moz-border-bottom-right-radius: 1px;
        -webkit-border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        -moz-border-top-right-radius: 1px;
        -webkit-border-top-right-radius: 1px;
    }

.fc-text-arrow
{
    font-family: 'Futura', Open Sans;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.fc-state-default
{
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow
{
    font-weight: normal;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled
{
    color: #fff;
    background-color: #49B180;
}

.fc-state-hover
{
    color: #fff;
    background: #EF532C;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active
{
    background-color: #EF532C;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled
{
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-header .fc-button
{
    text-transform: capitalize;
}

.fc-event
{
    background-color: #49B180 !important;
    border: none;
    color: #FFFFFF !important;
    padding: 4px;
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start
{
    border-bottom-right-radius: 1px;
    border-right-width: 1px;
    border-top-right-radius: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end
{
    border-bottom-left-radius: 1px;
    border-left-width: 1px;
    border-top-left-radius: 1px;
}

.fc-content
{
    clear: none;
}

.custom-calendar-wrap
{
    margin: 0 auto;
}

    .custom-calendar-wrap .custom-header
    {
        height: 80px;
    }

        .custom-calendar-wrap .custom-header nav span
        {
            top: 24px;
        }



.fc-calendar .fc-row > div > span.fc-date
{
    font-size: 14px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- MAPS -------------------------------
-------------------------------------------------------------------*/
#direction, #branch, #mapDirections, #findLocation, #addMarkerMap, #groupMarker
{
    height: 400px;
    width: 100%;
}

.ls-map-locator
{
    background: none repeat scroll 0 0 #555557;
    padding: 10px 0;
}

    .ls-map-locator ul
    {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .ls-map-locator ul li
        {
            display: inline-block;
            text-align: center;
            width: 19%;
        }

            .ls-map-locator ul li a
            {
                color: #FFFFFF;
                outline: none;
                -webkit-transition: all 100ms linear;
                -moz-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                -ms-transition: all 100ms linear;
                transition: all 100ms linear;
            }

                .ls-map-locator ul li a:hover, .ls-map-locator ul li a.active
                {
                    outline: none;
                    text-decoration: none;
                    color: #EF532C;
                    -webkit-transition: all 100ms linear;
                    -moz-transition: all 100ms linear;
                    -o-transition: all 100ms linear;
                    -ms-transition: all 100ms linear;
                    transition: all 100ms linear;
                }

                .ls-map-locator ul li a i
                {
                    font-size: 30px;
                    line-height: 35px;
                }

                .ls-map-locator ul li a span
                {
                    display: list-item;
                    font-size: 14px;
                }

                .ls-map-locator ul li a img
                {
                    width: 40px;
                }

.mapDirectionsData
{
    margin: auto;
    padding: 20px 0;
    text-align: center;
}
/** Vector Map **/
.world_map
{
    height: 600px;
    width: 100%;
}

.world_map_home
{
    height: 300px;
    width: 100%;
}

#za_mill_en, #au_mill_en, #map_decoration, #uk_mill_en
{
    height: 400px;
    width: 100%;
}

.decoration-map p
{
    background: #49B180;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}

.jvectormap-zoomin, .jvectormap-zoomout
{
    background: #E3DFD8;
    border-radius: 1px;
    color: #565656;
    cursor: pointer;
    height: 17px;
    left: 20px;
    line-height: 15px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 23px;
}
/** Vector Map End**/

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- GALLERY ----------------------------
-------------------------------------------------------------------*/
.ls-gallery-paddingless-wrap
{
    padding: 0;
}

.ls-gallery-filter-wrap
{
    margin: 10px 0;
}

.ls-gallery-search
{
    text-align: right;
}

    .ls-gallery-search input
    {
        border-radius: 0;
        height: 35px;
        padding-left: 5px;
        border: 1px solid #DEDEDE;
    }

        .ls-gallery-search input:focus,
        .ls-gallery-search select
        {
            border: 1px solid #EF532C;
        }

    .ls-gallery-search select
    {
        border-radius: 0;
        border: 1px solid #DEDEDE;
        height: 35px;
        background: #ffffff;
        display: inline-block;
        padding: 3px 3px 3px 5px;
    }

        .ls-gallery-search select > option
        {
            border-bottom: 1px solid #DEDEDE;
            height: 35px;
            padding: 6px 3px 3px 5px;
            background: #FFFFFF;
        }

        .ls-gallery-search select option:hover
        {
            color: #FFFFFF;
            background-color: #EF532C;
            cursor: pointer;
        }

.ls-gallery-filter
{
    position: relative;
    margin: 5px 0;
}

    .ls-gallery-filter ul
    {
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .ls-gallery-filter ul li
        {
            list-style: none;
            display: inline-block;
            width: 100px;
            padding: 2px 10px;
            background-color: #235b67;
        }

            .ls-gallery-filter ul li a
            {
                color: #E3DFD8;
            }

        .ls-gallery-filter ul :hover
        {
            color: #ffffff;
        }

        .ls-gallery-filter ul .active
        {
            background: #222222;
        }

.ls-gallery
{
    position: relative;
    margin-top: 20px;
}

    .ls-gallery .item
    {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 192px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
        -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
        -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
        filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    }

        .ls-gallery .item img
        {
            display: block;
        }

        .ls-gallery .item a
        {
            text-decoration: none;
            position: absolute;
            padding: 5px 20px;
            bottom: -15px;
            left: 60px;
            background-color: #222222;
            z-index: 20;
            color: #ffffff;
        }

    .ls-gallery :hover
    {
        box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
        -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
        -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.8);
        filter: progid:DXImageTransform.Microsoft.Shadow(color = #979797, direction = 135, strength = 3);
    }

/******************** Gallery Hover Effect **********/
.ls-hover-block
{
    position: relative;
    overflow: hidden;
}

.ls-hover-info
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


    .ls-hover-info div.ls-icons-link,
    .ls-hover-info div.ls-icons-remove,
    .ls-hover-info div.ls-icons-preview
    {
        position: absolute;
        width: 60px;
    }

.ls-two-column-icon div.ls-icons-link,
.ls-two-column-icon div.ls-icons-remove,
.ls-two-column-icon div.ls-icons-preview
{
    top: 45%;
}

.ls-three-column-icon div.ls-icons-link,
.ls-three-column-icon div.ls-icons-remove,
.ls-three-column-icon div.ls-icons-preview
{
    top: 40%;
}

.ls-four-column-icon div.ls-icons-link,
.ls-four-column-icon div.ls-icons-remove,
.ls-four-column-icon div.ls-icons-preview
{
    top: 35%;
}

.ls-hover-info div.ls-icons-link
{
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
}


.ls-hover-info div.ls-icons-preview
{
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
}

.ls-hover-info div.ls-icons-remove
{
    right: -100%;
    transition: right 200ms linear;
    -webkit-transition: right 200ms linear;
    -moz-transition: right 200ms linear;
}


.ls-hover-info:hover div.ls-icons-link
{
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
}

.ls-hover-info:hover div.ls-icons-preview
{
    opacity: 1;
    transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
}

.ls-hover-info:hover div.ls-icons-remove
{
    transition-delay: 650ms;
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
}

/* Ls Two Column Icon Gap*/
.ls-two-column-icon:hover div.ls-icons-link
{
    top: 45%;
    left: 30%;
}

.ls-two-column-icon:hover div.ls-icons-preview
{
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-two-column-icon:hover div.ls-icons-remove
{
    top: 45%;
    right: 30%;
}

/* Ls Three Column Icon Gap */
.ls-three-column-icon:hover div.ls-icons-link
{
    top: 40%;
    left: 20%;
}

.ls-three-column-icon:hover div.ls-icons-preview
{
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-three-column-icon:hover div.ls-icons-remove
{
    top: 40%;
    right: 20%;
}

/* Ls Four Column Icon Gap*/
.ls-four-column-icon:hover div.ls-icons-link
{
    top: 35%;
    left: 10%;
}

.ls-four-column-icon:hover div.ls-icons-preview
{
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

.ls-four-column-icon:hover div.ls-icons-remove
{
    top: 35%;
    right: 10%;
}
/********************************************/


.ls-hover-info h1
{
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    background: rgba(255, 120, 120, 0.62);
    color: #E7E7E7;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 200ms linear;
    -webkit-transition: left 200ms linear;
    -moz-transition: left 200ms linear;
}

.ls-hover-info p
{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
}

.ls-hover-info div.ls-icons-link a,
.ls-hover-info div.ls-icons-preview a,
.ls-hover-info div.ls-icons-remove a
{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #555557;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    margin: 0 5px;
    color: #ffffff;
    opacity: 0.6;
}

.ls-hover-info:hover h1
{
    left: 0;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
}

.ls-hover-info:hover p
{
    opacity: 1;
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
}

.ls-hover-info:hover a
{
    right: 0;
    transition: right 200ms linear 700ms, color, background 200ms linear;
    -webkit-transition: right 200ms linear 700ms, color, background 200ms linear;
    -moz-transition: right 200ms linear 700ms, color, background 200ms linear;
}

.ls-hover-info a:hover .fa
{
    color: #EF532C;
}

.ls-block-effect .ls-blind
{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.ls-block-effect .ls-blind
{
    top: 0;
    left: 0;
}

.ls-block-effect:hover .ls-blind
{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- MEDIA ------------------------------
-------------------------------------------------------------------*/
.ls-cropper-wrapper
{
    background-color: #f7f7f7;
    border: 1px solid #eee;
    box-shadow: inset 0 0 3px #f7f7f7;
    height: auto;
    width: 100%;
    overflow: hidden;
}

    .ls-cropper-wrapper img
    {
        width: 100%;
    }

.ls-cropper-preview
{
    margin-bottom: 15px;
}

.preview
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

.preview-lg
{
    width: 290px;
    height: 160px;
    max-width: 100%;
}

.preview-md
{
    width: 145px;
    height: 90px;
    max-width: 100%;
}

.preview-sm
{
    width: 72.5px;
    height: 45px;
    max-width: 100%;
}

.preview-xs
{
    width: 36.25px;
    height: 22.5px;
    max-width: 100%;
}

.ls-cropper-data
{
    padding-right: 15px;
}

    .ls-cropper-data .input-group
    {
        width: 100%;
        margin-bottom: 15px;
    }

    .ls-cropper-data .input-group-addon
    {
        min-width: 65px;
    }

.ls-cropper-button
{
    margin-bottom: 15px;
}

    .ls-cropper-button > .btn
    {
        margin-right: 15px;
    }

.ls-cropper-input .input-group
{
    margin-bottom: 15px;
}

    .ls-cropper-input .input-group .btn
    {
        width: 140px;
    }

.cropper-button
{
    margin-top: 15px;
}

.media-gap
{
    margin-top: 30px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- PRICING TABLE ----------------------
-------------------------------------------------------------------*/
.ls-pricing-table-wrap
{
    margin-top: 40px;
    margin-bottom: 20px;
}

.ls-android-pricing-table-wrap
{
    margin-top: 30px;
    margin-bottom: 50px;
}

.basic
{
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

    .basic ul
    {
        padding: 0;
        margin: 0;
    }

        .basic ul li
        {
            position: relative;
            list-style: none;
            text-align: center;
            height: 70px;
            padding: 10px;
        }

            .basic ul li h4
            {
                font-size: 14px;
                padding: 5px;
                margin: 0;
            }

            .basic ul li:first-child
            {
                height: 150px;
                line-height: 150px;
                background-color: #ffffff !important;
                padding: 0;
            }

                .basic ul li:first-child div.ls-hex-bage
                {
                    width: 100%;
                    height: 55px;
                    line-height: 55px;
                    position: absolute;
                    margin: auto;
                    top: -150px;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    -moz-box-shadow: 0px -2px 2px #ffffff;
                    -webkit-box-shadow: 0px -2px 2px #ffffff;
                    box-shadow: 0px -2px 2px #ffffff;
                }

                    .basic ul li:first-child div.ls-hex-bage span.ls-pricing
                    {
                        font-size: 24px;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                .basic ul li:first-child div.basic-price-simple
                {
                    position: absolute;
                    height: 85px;
                    width: 100%;
                    bottom: 0;
                    color: #746566;
                }

                    .basic ul li:first-child div.basic-price-simple h3
                    {
                        font-size: 46px;
                        font-weight: bold;
                    }

                        .basic ul li:first-child div.basic-price-simple h3 span
                        {
                            font-size: 18px;
                        }

                            .basic ul li:first-child div.basic-price-simple h3 span.doller
                            {
                                font-size: 30px;
                                position: relative;
                                top: -12px;
                            }

                .basic ul li:first-child div.bage-hide
                {
                    display: none;
                }

                .basic ul li:first-child div.free-bage
                {
                    background: #beb7a7;
                }

                .basic ul li:first-child div.basic-bage
                {
                    background: #f2aec1;
                }

                .basic ul li:first-child div.standard-bage
                {
                    background: #f2809f;
                }

                .basic ul li:first-child div.premium-bage
                {
                    background: #f2527d;
                }

                .basic ul li:first-child div.ls-hex-bage:after
                {
                    content: "";
                    position: absolute;
                    bottom: -40px;
                    left: 0;
                    right: 0;
                    width: 0;
                    height: 0;
                    margin: auto;
                    border-left: 75px solid transparent;
                    border-right: 75px solid transparent;
                }

                .basic ul li:first-child div.free-bage:after
                {
                    border-top: 50px solid #beb7a7;
                }

                .basic ul li:first-child div.basic-bage:after
                {
                    border-top: 50px solid #f2aec1;
                }

                .basic ul li:first-child div.standard-bage:after
                {
                    border-top: 50px solid #f2809f;
                }

                .basic ul li:first-child div.premium-bage:after
                {
                    border-top: 50px solid #f2527d;
                }

            .basic ul li:last-child
            {
                height: 80px;
                line-height: 80px;
                background-color: #ffffff !important;
                padding: 0;
            }

                .basic ul li:last-child a.btn
                {
                    width: 50%;
                    border: 0;
                    color: #fff;
                }

                .basic ul li:last-child a.free-btn
                {
                    background: #beb7a7;
                }

                .basic ul li:last-child a.basic-btn
                {
                    background: #f2aec1;
                }

                .basic ul li:last-child a.standard-btn
                {
                    background: #f2809f;
                }

                .basic ul li:last-child a.premium-btn
                {
                    background: #f2527d;
                }

            .basic ul li:nth-child(odd)
            {
                background-color: #e0e0e0;
            }

            .basic ul li:nth-child(even)
            {
                background-color: #fafafa;
            }

    .basic:hover
    {
        -webkit-transform: scale(1.05, 1.07);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1.05, 1.07);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        position: relative;
        z-index: 99;
    }

        .basic:hover ul li:first-child div.bage-hide
        {
            display: block;
        }

        .basic:hover ul li:last-child a.btn:hover
        {
            color: #fff;
            background: #000000;
        }

.free-wrap ul li:first-child
{
    border-top: 3px solid #beb7a7;
    border-bottom: 2px solid #beb7a7;
}

.free-wrap ul li:last-child
{
    border-top: 2px solid #beb7a7;
}

.basic-wrap ul li:first-child
{
    border-top: 3px solid #f2aec1;
    border-bottom: 2px solid #f2aec1;
}

.basic-wrap ul li:last-child
{
    border-top: 2px solid #f2aec1;
}

.standard-wrap ul li:first-child
{
    border-top: 3px solid #f2809f;
    border-bottom: 2px solid #f2809f;
}

.standard-wrap ul li:last-child
{
    border-top: 2px solid #f2809f;
}

.premium-wrap ul li:first-child
{
    border-top: 3px solid #f2527d;
    border-bottom: 2px solid #f2527d;
}

.premium-wrap ul li:last-child
{
    border-top: 2px solid #f2527d;
}

.basic-active
{
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

    .basic-active ul li:first-child div.bage-hide
    {
        display: block;
        -webkit-transform: scale(1.05, 1.07);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        z-index: 99;
    }

/***************************************/
.android
{
    position: relative;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

    .android ul
    {
        padding: 0;
        margin: 0;
    }

        .android ul li
        {
            display: block;
            list-style: none;
            text-align: center;
            border: 1px solid #e0e0e0;
        }

            .android ul li h4
            {
                font-size: 14px;
            }

            .android ul li p .fa
            {
                font-size: 16px;
            }

            .android ul li p span
            {
                font-size: 15px;
                margin-left: 10px;
            }

            .android ul li:first-child
            {
                height: 270px;
                border: 0;
            }

                .android ul li:first-child h3
                {
                    padding-top: 10px;
                    color: rgba(0, 0, 0, 0.6);
                    font-size: 38px;
                    text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
                }

                .android ul li:first-child p
                {
                    color: #000;
                }

                .android ul li:first-child .ls-bubble
                {
                    width: 150px;
                    height: 150px;
                    line-height: 150px;
                    border-radius: 50%;
                    position: absolute;
                    margin: auto;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: -220px;
                    -moz-box-shadow: inset -1px -1px 10px #141412;
                    -webkit-box-shadow: inset -1px -1px 10px #141412;
                    box-shadow: inset -1px -1px 10px #141412;
                }

                    .android ul li:first-child .ls-bubble span.ls-pricing
                    {
                        font-size: 30px;
                        color: #fff;
                        font-weight: bold;
                        text-shadow: #2e2e2e 0px 4px 5px;
                    }

                    .android ul li:first-child .ls-bubble span.ls-pricing-m
                    {
                        font-size: 16px;
                        font-weight: bold;
                        text-shadow: #fff 0px 2px 2px;
                        margin-left: 3px;
                    }

            .android ul li:last-child
            {
                height: 80px;
                line-height: 80px;
                padding: 0;
                border: 0;
            }

                .android ul li:last-child a.btn
                {
                    width: 50%;
                    border: 0;
                    color: #000000;
                }

                    .android ul li:last-child a.btn:hover
                    {
                        color: #fff;
                        background: #000000;
                    }

.android-active
{
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.android-basic ul li:first-child
{
    background: #aaaa9e;
}

    .android-basic ul li:first-child .ls-bubble
    {
        background: #aaaa9e;
    }

.android-basic ul li:last-child
{
    background: #aaaa9e;
}

    .android-basic ul li:last-child a.btn
    {
        background-color: #fff;
    }

.android-basic:hover,
.android-pro:hover,
.android-premium:hover
{
    transform: scale(1.1, 1.14);
    -webkit-transform: scale(1.1, 1.14);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.14);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 200;
}

.android-pro ul li:first-child
{
    background: #71624e;
}

    .android-pro ul li:first-child .ls-bubble
    {
        background: #71624e;
    }

.android-pro ul li:last-child
{
    background: #71624e;
}

    .android-pro ul li:last-child a.btn
    {
        background-color: #fff;
    }

.android-premium ul li:first-child
{
    background: #5f4f3f;
}

    .android-premium ul li:first-child .ls-bubble
    {
        background: #5f4f3f;
    }

.android-premium ul li:last-child
{
    background: #5f4f3f;
}

    .android-premium ul li:last-child a.btn
    {
        background-color: #fff;
    }

/**************************************/
.basic-simple
{
    position: relative;
    box-shadow: 1px 2px 2px #dedede;
    -moz-box-shadow: 1px 2px 2px #dedede;
    -webkit-box-shadow: 1px 2px 2px #dedede;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

    .basic-simple ul
    {
        padding: 0;
        margin: 0;
    }

        .basic-simple ul li
        {
            position: relative;
            list-style: none;
            text-align: center;
            height: 45px;
            padding: 10px;
        }

            .basic-simple ul li h4
            {
                font-size: 14px;
                padding: 5px;
                margin: 0;
            }

            .basic-simple ul li:first-child
            {
                height: 150px;
                line-height: 150px;
                padding: 0;
            }

                .basic-simple ul li:first-child div.ls-hex-bage-simple
                {
                    width: 150px;
                    height: 55px;
                    line-height: 55px;
                    position: absolute;
                    margin: auto;
                    top: -150px;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    -moz-box-shadow: 0px -2px 3px #000000;
                    -webkit-box-shadow: 0px -2px 3px #000000;
                    box-shadow: 0px -2px 3px #000000;
                }

                    .basic-simple ul li:first-child div.ls-hex-bage-simple span.ls-pricing
                    {
                        font-size: 20px;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                .basic-simple ul li:first-child div.basic-price-simple
                {
                    position: absolute;
                    height: 85px;
                    width: 100%;
                    bottom: 0;
                    color: #746566;
                }

                    .basic-simple ul li:first-child div.basic-price-simple h3
                    {
                        font-size: 46px;
                        font-weight: bold;
                        color: #fff;
                    }

                        .basic-simple ul li:first-child div.basic-price-simple h3 span
                        {
                            font-size: 18px;
                        }

                            .basic-simple ul li:first-child div.basic-price-simple h3 span.doller
                            {
                                font-size: 30px;
                                position: relative;
                                top: -12px;
                            }

                .basic-simple ul li:first-child .basic-simple-package,
                .basic-simple ul li:first-child .basic-standard-package,
                .basic-simple ul li:first-child .basic-premium-package
                {
                    position: relative;
                    padding-top: 2px;
                }

                    .basic-simple ul li:first-child .basic-simple-package h3,
                    .basic-simple ul li:first-child .basic-standard-package h3,
                    .basic-simple ul li:first-child .basic-premium-package h3
                    {
                        color: #fff;
                        font-size: 44px;
                        text-shadow: #030303 4px 4px 4px;
                    }

                .basic-simple ul li:first-child div.bage-hide
                {
                    visibility: hidden;
                    -webkit-transition: opacity 1s ease-out;
                    -moz-transition: opacity 1s ease-out;
                    -o-transition: opacity 1s ease-out;
                    transition: opacity 1s ease-out;
                    opacity: 0;
                }

                .basic-simple ul li:first-child div.simple-basic-bage
                {
                    background: #fff;
                }

                .basic-simple ul li:first-child div.simple-standard-bage
                {
                    background: #fff;
                }

                .basic-simple ul li:first-child div.simple-premium-bage
                {
                    background: #fff;
                }

                .basic-simple ul li:first-child div.ls-hex-bage-simple:after
                {
                    content: "";
                    position: absolute;
                    bottom: -40px;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-left: 75px solid transparent;
                    border-right: 75px solid transparent;
                }

                .basic-simple ul li:first-child div.simple-basic-bage:after
                {
                    border-top: 50px solid #fff;
                }

                .basic-simple ul li:first-child div.simple-standard-bage:after
                {
                    border-top: 50px solid #fff;
                }

                .basic-simple ul li:first-child div.simple-premium-bage:after
                {
                    border-top: 50px solid #fff;
                }

            .basic-simple ul li:last-child
            {
                height: 80px;
                line-height: 80px;
                padding: 0;
            }

                .basic-simple ul li:last-child a.btn
                {
                    width: 50%;
                    border: 0;
                    color: black;
                }

                .basic-simple ul li:last-child a.free-btn
                {
                    background: #fff;
                }

                .basic-simple ul li:last-child a.basic-btn
                {
                    background: #fff;
                }

                .basic-simple ul li:last-child a.standard-btn
                {
                    background: #fff;
                }

                .basic-simple ul li:last-child a.premium-btn
                {
                    background: #fff;
                }

            .basic-simple ul li:nth-child(odd)
            {
                background-color: #e0e0e0;
            }

            .basic-simple ul li:nth-child(even)
            {
                background-color: #fafafa;
            }

    .basic-simple:hover
    {
        -webkit-transform: scale(1.05, 1.07);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1.05, 1.07);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        position: relative;
        z-index: 99;
    }

        .basic-simple:hover ul li:first-child div.bage-hide
        {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 1s ease-in;
            -moz-transition: opacity 1s ease-in;
            -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
        }

        .basic-simple:hover ul li:first-child div.basic-simple-package,
        .basic-simple:hover ul li:first-child div.basic-standard-package,
        .basic-simple:hover ul li:first-child div.basic-premium-package
        {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 1s ease-out;
            -moz-transition: opacity 1s ease-out;
            -o-transition: opacity 1s ease-out;
            transition: opacity 1s ease-out;
        }

        .basic-simple:hover ul li:last-child a.btn:hover
        {
            color: #fff;
            background: #000000;
        }

.simple-basic-wrap ul li:first-child
{
    background: #e8b690;
}

.simple-basic-wrap ul li:last-child
{
    background: #e8b690;
}

.simple-standard-wrap ul li:first-child
{
    background: #e88f6c;
}

.simple-standard-wrap ul li:last-child
{
    background: #e88f6c;
}

.simple-premium-wrap ul li:first-child
{
    background: #ffa17f;
}

.simple-premium-wrap ul li:last-child
{
    background: #ffa17f;
}

.basic-active
{
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

    .basic-active ul li:first-child div.bage-hide
    {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in;
    }

    .basic-active ul li:first-child div.basic-simple-package,
    .basic-active ul li:first-child div.basic-standard-package,
    .basic-active ul li:first-child div.basic-premium-package
    {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 1s ease-out;
        -moz-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
    }

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- PROFILE ----------------------------
-------------------------------------------------------------------*/
.ls-user-skills
{
    position: relative;
}

    .ls-user-skills ul
    {
        padding: 0;
        margin: 0;
    }

        .ls-user-skills ul li
        {
            list-style: none;
            display: block;
            border-bottom: 1px solid #cbc5ba;
            padding: 5px 0px;
            height: 40px;
            line-height: 30px;
        }

            .ls-user-skills ul li div.ls-skill-list
            {
                position: relative;
            }

                .ls-user-skills ul li div.ls-skill-list h4
                {
                    width: 15%;
                    float: left;
                    font-size: 12px;
                }

                .ls-user-skills ul li div.ls-skill-list .ls-progress
                {
                    width: 75%;
                    float: left;
                    margin-top: 13px;
                }

                .ls-user-skills ul li div.ls-skill-list span
                {
                    padding: 5px 0 5px 15px;
                }

            .ls-user-skills ul li:last-child
            {
                border: none;
            }

    .ls-user-skills .ls-add-skill-wrap
    {
        border: 1px solid #cbc5ba;
    }

        .ls-user-skills .ls-add-skill-wrap a
        {
            width: 100px;
        }

.ls-user-details
{
    position: relative;
}

    .ls-user-details .ls-user-name
    {
        position: relative;
        margin-top: 10px;
    }

        .ls-user-details .ls-user-name h1
        {
            font-size: 18px;
            padding: 0;
            margin: 0;
        }

        .ls-user-details .ls-user-name a.user-edit
        {
            position: absolute;
            top: 1px;
            right: 0;
            border: 5px solid #cbc5ba;
            height: 45px;
            width: 45px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            color: #cbc5ba;
        }

    .ls-user-details .ls-user-links
    {
        position: relative;
    }

        .ls-user-details .ls-user-links ul
        {
            padding: 0;
            margin: 0;
            text-align: right;
        }

            .ls-user-details .ls-user-links ul li
            {
                list-style: none;
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 45px;
                border: 1px solid #cbc5ba;
                border-radius: 50%;
                text-align: center;
            }

                .ls-user-details .ls-user-links ul li .fa
                {
                    font-size: 20px;
                    color: #EF532C;
                }

                .ls-user-details .ls-user-links ul li:hover .fa
                {
                    color: #49B180;
                }

    .ls-user-details .user-detail
    {
        margin: 15px 0 0 0;
        padding: 0 10px;
    }

        .ls-user-details .user-detail .ls-user-position
        {
            padding: 5px 10px;
            background: #dfdfdf;
            margin-bottom: 15px;
        }

            .ls-user-details .user-detail .ls-user-position h4
            {
                margin-top: 0;
                font-size: 15px;
                margin-bottom: 5px;
                font-weight: normal;
            }

            .ls-user-details .user-detail .ls-user-position P
            {
                margin: 0;
            }

        .ls-user-details .user-detail address
        {
            background: #49B180;
            padding: 5px 10px;
            color: #FFFFFF;
        }

        .ls-user-details .user-detail .ls-user-links
        {
            position: relative;
            margin-top: 50px;
        }

            .ls-user-details .user-detail .ls-user-links ul
            {
                padding: 0;
                margin: 0;
            }

                .ls-user-details .user-detail .ls-user-links ul li
                {
                    list-style: none;
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    line-height: 45px;
                    border: 1px solid #cbc5ba;
                    border-radius: 50%;
                    text-align: center;
                }

                    .ls-user-details .user-detail .ls-user-links ul li .fa
                    {
                        font-size: 20px;
                    }

        .ls-user-details .user-detail .user-pic
        {
            position: absolute;
            top: -35px;
            left: 315px;
            width: 200px;
            height: 200px;
            border: 10px solid #f8f7f7;
            border-radius: 50%;
            z-index: 1;
            overflow: hidden;
        }

            .ls-user-details .user-detail .user-pic img
            {
                max-width: 100%;
                width: 180px;
                height: 180px;
                border: 10px solid #dfdfdf;
                border-radius: 50%;
            }

    .ls-user-details .ls-user-info .ls-user-text
    {
        color: #FFFFFF;
        background: #49B180;
        text-align: right;
        margin-top: 15px;
        padding: 5px 10px 5px 45px;
    }

    .ls-user-details .ls-user-info .ls-user-text2
    {
        background: #dfdfdf;
        text-align: right;
        margin-top: 15px;
        padding: 5px 10px 5px 45px;
    }

        .ls-user-details .ls-user-info .ls-user-text2 h4
        {
            margin: 0 0 5px 0;
            font-size: 15px;
            font-weight: normal;
        }

.ls-user-subscriber
{
    position: relative;
    margin-top: 15px;
}

    .ls-user-subscriber .ls-user-element
    {
        float: left;
        margin-top: -12px;
    }

        .ls-user-subscriber .ls-user-element .easyPieChartBlack
        {
            margin: 0;
            line-height: 100px;
        }

    .ls-user-subscriber .ls-user-box-content
    {
        text-align: center;
        float: left;
        margin-left: -45px;
        margin-top: 15px;
    }

        .ls-user-subscriber .ls-user-box-content .fa
        {
            font-size: 20px;
            color: #EF532C;
        }

        .ls-user-subscriber .ls-user-box-content h1
        {
            font-size: 18px;
            margin-top: 5px;
        }

.ls-user-feature
{
    width: 100%;
}

    .ls-user-feature ul
    {
        padding: 0;
        margin: 0;
        text-align: right;
    }

        .ls-user-feature ul li
        {
            list-style: none;
            display: inline-block;
        }

            .ls-user-feature ul li .circliful
            {
                position: relative;
            }

            .ls-user-feature ul li .circle-text, .ls-user-feature ul li .circle-info, .ls-user-feature ul li .circle-text-half, .ls-user-feature ul li .circle-info-half
            {
                width: 100%;
                position: absolute;
                text-align: center;
                display: inline-block;
            }

            .ls-user-feature ul li .circle-info, .ls-user-feature ul li .circle-info-half
            {
                color: #999;
            }

            .ls-user-feature ul li .circliful .fa
            {
                position: absolute;
                top: 25px;
                font-size: 18px;
                color: #EF532C;
            }


.user-profile-tab .user-friend-list
{
    position: relative;
}


.user-friend-list ul
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}


    .user-friend-list ul li
    {
        position: relative;
        list-style: none;
        display: inline-block;
        margin: 5px;
        outline: none !important;
    }

        .user-friend-list ul li a
        {
            outline: none;
        }

            .user-friend-list ul li a:focus
            {
                outline: none;
            }

        .user-friend-list ul li img
        {
            height: auto;
            width: 70px;
            max-width: 100%;
            border: 2px solid #fff;
            transition: all 300ms ease-in-out 0s;
        }

        .user-friend-list ul li:hover img
        {
            border: 2px solid #EF532C;
            transition: all 300ms ease-in-out 0s;
        }

span.ls-friend-status
{
    border-radius: 8px;
    bottom: -3px;
    display: block;
    height: 10px;
    left: 30px;
    position: absolute;
    width: 10px;
}

.ls-friends-info ul
{
    padding: 0;
    margin: 0;
    text-align: left;
}

    .ls-friends-info ul li .fa
    {
        color: #49B180;
    }

    .ls-friends-info ul li:hover .fa
    {
        color: #EF532C;
    }

    .ls-friends-info ul li:first-child
    {
        margin-left: -1px;
    }


.ls-friends-info address .fa
{
    color: #49B180;
}

.ls-friends-info-wrap img
{
    margin-right: 5px;
}


span.about-me-text
{
    margin-bottom: 10px;
}

h3.user-profession-title
{
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
}

span.user-company-name
{
    color: #49B180;
}


#ls-downloadLink
{
    margin-top: 15px;
}


.user-map-locator
{
    width: 100%;
    height: 200px;
    margin-top: 25px;
}


.ls-view
{
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .ls-view .ls-mask, .ls-view .content
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .ls-view img
    {
        display: block;
        position: relative;
    }

    .ls-view a.info
    {
        background: url("../images/link.png") center no-repeat;
        display: inline-block;
        text-decoration: none;
        padding: 0;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
    }

    .ls-view a.ls-timeline-project-info
    {
        background: url("../images/link.png") center no-repeat;
        display: inline-block;
        text-decoration: none;
        padding: 0;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
    }


.ls-hover-effect .ls-mask
{
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0,0,0,0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ls-hover-effect a.info
{
    position: relative;
    left: -60px;
    top: -67px;
    opacity: 0;
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.ls-hover-effect a.ls-timeline-project-info
{
    position: relative;
    left: -65px;
    top: -70px;
    opacity: 0;
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.ls-hover-effect:hover .ls-mask
{
    opacity: 1;
    border: 100px solid rgba(0,0,0,0.7);
}

.ls-hover-effect:hover a.info
{
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ls-hover-effect:hover a.ls-timeline-project-info
{
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- LOGIN -----------------------------
-------------------------------------------------------------------*/
body.login-screen
{
    background: #252525;
}

.login-content
{
    text-align: center;
}

    .login-content h3
    {
        color: #696969;
    }

.login-box
{
    width: 300px;
    margin: 5% auto;
    padding: 20px;
    background: #444444;
    position: relative;
    color: #999999;
}

    .login-box .login-user-icon
    {
        border: 5px solid #565656;
        border-radius: 75px;
        color: #565656;
        font-size: 70px;
        height: 150px;
        line-height: 160px;
        margin: auto;
        text-align: center;
        width: 150px;
    }

        .login-box .login-user-icon img
        {
            width: 75px;
        }

        .login-box .login-user-icon.user
        {
            overflow: hidden;
            line-height: 100px;
        }

            .login-box .login-user-icon.user img
            {
                width: 100%;
            }

    .login-box .forgot-pass-box
    {
        display: none;
    }

    .login-box .login-form, .login-box .forgot-pass-box
    {
        padding: 15px 0;
    }

        .login-box .login-form .bootstrap-switch, .login-box .forgot-pass-box .bootstrap-switch
        {
            border-color: #565656;
            border-radius: 1px;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
        }

        .login-box .login-form .bootstrap-switch-label, .login-box .forgot-pass-box .bootstrap-switch-label
        {
            background: #565656;
        }

        .login-box .login-form .bootstrap-switch.bootstrap-switch-focused, .login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-focused
        {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        .login-box .login-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .login-box .login-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary
        {
            background: #444444;
            color: #269abc;
        }

        .login-box .login-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .login-box .login-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .login-box .forgot-pass-box .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default
        {
            background: #444444;
            color: #EF532C;
        }

        .login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .login-box .login-form .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label, .login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .login-box .forgot-pass-box .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label
        {
            font-size: 14px;
            line-height: 15px;
        }

        .login-box .login-form input:focus, .login-box .login-form input:active, .login-box .forgot-pass-box input:focus, .login-box .forgot-pass-box input:active
        {
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        .login-box .login-form input, .login-box .forgot-pass-box input
        {
            background: #565656;
            border: 1px solid #565656;
            color: #999999;
        }

        .login-box .login-form .input-group-addon, .login-box .forgot-pass-box .input-group-addon
        {
            background: #565656;
            color: #999999;
            border-color: #565656;
        }

        .login-box .login-form .remember-me, .login-box .forgot-pass-box .remember-me
        {
            margin-bottom: 15px;
        }

        .login-box .login-form .login-btn-box, .login-box .forgot-pass-box .login-btn-box
        {
            text-align: center;
            width: 100%;
            margin: auto;
        }

            .login-box .login-form .login-btn-box a.login-view:after, .login-box .forgot-pass-box .login-btn-box a.login-view:after
            {
                color: #999999;
            }

            .login-box .login-form .login-btn-box a, .login-box .forgot-pass-box .login-btn-box a
            {
                color: #999999;
            }

                .login-box .login-form .login-btn-box a:hover, .login-box .forgot-pass-box .login-btn-box a:hover
                {
                    color: #49B180;
                }

            .login-box .login-form .login-btn-box i, .login-box .forgot-pass-box .login-btn-box i
            {
                font-size: 20px;
            }

            .login-box .login-form .login-btn-box button, .login-box .forgot-pass-box .login-btn-box button
            {
                margin-bottom: 15px;
            }

        .login-box .login-form input:focus, .login-box .forgot-pass-box input:focus
        {
            border-color: #565656;
        }

        .login-box .login-form ::-webkit-input-placeholder, .login-box .forgot-pass-box ::-webkit-input-placeholder
        {
            color: #999999;
            font-size: 12px;
        }

        .login-box .login-form :-moz-placeholder, .login-box .forgot-pass-box :-moz-placeholder
        {
            /* Firefox 18- */
            color: #999999;
            font-size: 12px;
        }

        .login-box .login-form ::-moz-placeholder, .login-box .forgot-pass-box ::-moz-placeholder
        {
            /* Firefox 19+ */
            color: #999999;
            font-size: 12px;
        }

        .login-box .login-form :-ms-input-placeholder, .login-box .forgot-pass-box :-ms-input-placeholder
        {
            color: #999999;
            font-size: 12px;
        }

    .login-box .login-user-icon.user img
    {
        width: 100%;
    }

.social-btn-login
{
    text-align: center;
    margin-bottom: 10px;
}

    .social-btn-login ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .social-btn-login ul li
        {
            display: inline;
            padding: 0 7px;
        }

            .social-btn-login ul li a
            {
                color: #999999;
                font-size: 14px;
                -webkit-transition: all 600ms linear;
                -moz-transition: all 600ms linear;
                -o-transition: all 600ms linear;
                -ms-transition: all 600ms linear;
                transition: all 600ms linear;
            }

                .social-btn-login ul li a:hover
                {
                    color: dimgrey;
                    -webkit-transition: all 600ms linear;
                    -moz-transition: all 600ms linear;
                    -o-transition: all 600ms linear;
                    -ms-transition: all 600ms linear;
                    transition: all 600ms linear;
                }

/*-----------------------------------------------------------------*/

/*------------------------------------------------------------------
   ------------------------- NOT FOUND -------------------
-------------------------------------------------------------------*/

.not-found
{
    color: #FFFFFF;
    margin: 20% auto;
    text-align: center;
}

    .not-found h1
    {
        font-size: 100px;
        line-height: 100px;
    }

    .not-found p
    {
        font-size: 15px;
    }

    .not-found a
    {
        color: #FFFFFF;
    }


/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------- COMING SOON -------------------
-------------------------------------------------------------------*/

#outer-wrapper
{
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.coming-soon
{
    color: #FFFFFF;
    margin: 10% auto;
    text-align: center;
}

    .coming-soon h1
    {
        font-family: 'Futura', Open Sans;
        font-size: 50px;
        line-height: 50px;
    }

.time_circles > div > span
{
    font-weight: normal;
}

.coming-soon .timer
{
    margin: auto;
    width: 80%;
}

#main-container.comingSoonBody
{
    background: #000000;
}

.copy-right
{
    bottom: 40px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    font-family: 'Futura', Open Sans;
}

    .copy-right.big-screen
    {
        font-size: 15px;
        text-align: center;
        color: #696969;
    }

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------WIDGETS------------------------------
-------------------------------------------------------------------*/

.gaugeBox
{
    text-align: center;
}

    .gaugeBox canvas
    {
        margin: auto;
    }

    .gaugeBox p
    {
        margin: 0;
        padding: 0;
    }

.ls-chart-box
{
    cursor: pointer;
    height: 75px;
    box-shadow: 3px 3px 3px #e0e0e0;
    color: #fff;
    background: #3F414D;
}

.ls-wizard
{
    position: relative;
    margin: auto;
    border: 1px solid #cbc5ba;
    height: 75px;
    background: #49B180;
    color: #fff;
    box-shadow: 3px 3px 3px #e0e0e0;
    cursor: pointer;
}

    .ls-wizard h2
    {
        font-size: 20px;
        margin: 0;
        padding: 25px 0 0 10px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-wizard span
    {
        padding: 0 0 0 10px;
        opacity: 0;
        font-size: 13px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-wizard .icon
    {
        float: right;
        position: absolute;
        right: 10px;
        top: 18px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .ls-wizard .icon i.fa
        {
            text-align: right;
            font-size: 40px;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

    .ls-wizard.fullWidth
    {
        width: 100%;
    }

    .ls-wizard:hover h2, .ls-wizard.active h2
    {
        font-size: 15px;
        padding: 5px 0 0 10px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-wizard:hover span, .ls-wizard.active span
    {
        font-size: 25px;
        opacity: 1;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-wizard:hover .icon, .ls-wizard.active .icon
    {
        top: 8px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .ls-wizard:hover .icon i.fa, .ls-wizard.active .icon i.fa
        {
            font-size: 60px;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

.ls-chart-box .chart-box-content
{
    float: left;
    display: inline-block;
}

    .ls-chart-box .chart-box-content h1
    {
        margin: 0;
        padding: 10px 0 0 15px;
        font-size: 20px;
        color: #fff;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-chart-box .chart-box-content p
    {
        padding: 0px 18px;
        font-size: 18px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.ls-chart-box .sparklineBadge-box
{
    padding: 10px;
    float: right;
    display: inline-block;
}

.ls-chart-box:hover h1, .ls-chart-box.active h1
{
    font-size: 14px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-chart-box:hover p, .ls-chart-box.active p
{
    font-size: 22px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ls-widget-box
{
    cursor: pointer;
    position: relative;
    height: 120px;
    box-shadow: 3px 3px 3px #e0e0e0;
    background: #3F414D;
}

    .ls-widget-box i
    {
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 20px;
        line-height: 120px;
        opacity: 0.5;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-widget-box .chart-box-content
    {
        float: left;
        display: inline-block;
        padding-left: 60px;
    }

        .ls-widget-box .chart-box-content h1
        {
            margin: 0;
            padding: 30px 0 0 0;
            font-size: 20px;
            -webkit-transition: all 400ms linear;
            -moz-transition: all 400ms linear;
            -o-transition: all 400ms linear;
            -ms-transition: all 400ms linear;
            transition: all 400ms linear;
        }

        .ls-widget-box .chart-box-content p
        {
            padding: 0px 0;
            font-size: 12px;
            -webkit-transition: all 400ms linear;
            -moz-transition: all 400ms linear;
            -o-transition: all 400ms linear;
            -ms-transition: all 400ms linear;
            transition: all 400ms linear;
        }

    .ls-widget-box .box-element
    {
        margin: 5px 10px 0 0;
        float: right;
        display: inline-block;
    }

    .ls-widget-box:hover i, .ls-widget-box.active i
    {
        opacity: 1;
        font-size: 40px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ls-widget-box:hover h1, .ls-widget-box.active h1
    {
        font-size: 12px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-widget-box:hover p, .ls-widget-box.active p
    {
        font-size: 25px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-circle-widget
{
    cursor: pointer;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-circle-widget i
    {
        font-size: 65px;
        margin: auto;
        line-height: 180px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-circle-widget h1
    {
        font-size: 14px;
        margin: 0;
        padding: 0;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-circle-widget:hover, .ls-circle-widget.active
    {
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-circle-widget.square-hover:hover, .ls-circle-widget.square-hover.active
    {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-circle-widget:hover i, .ls-circle-widget.active i
    {
        font-size: 45px;
        line-height: 65px;
        padding-top: 50px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ls-circle-widget:hover h1, .ls-circle-widget.active h1
    {
        opacity: 1;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.setting-widget
{
    border: 1px solid #E3DFD8;
}

.setting-widget-header
{
    padding: 5px 10px;
}

    .setting-widget-header i
    {
        float: right;
    }

.setting-widget-box
{
}

    .setting-widget-box ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .setting-widget-box ul li
        {
            padding: 10px;
            border-top: 1px solid #e0e0e0;
            background: #f2f2f2;
        }

            .setting-widget-box ul li div.setting-switch
            {
                float: right;
            }

.change-color-switch
{
    text-align: center;
}

    .change-color-switch ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .change-color-switch ul li
        {
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0 0 0 5px;
            cursor: pointer;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 1px solid #e0e0e0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .change-color-switch ul li.active
            {
                border: 1px solid #FFFFFF;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .change-color-switch ul li.default
            {
                background: #49494B;
            }

            .change-color-switch ul li.red-color
            {
                background: #EF532C;
            }

            .change-color-switch ul li.blue-color
            {
                background: #5EBFD8;
            }

            .change-color-switch ul li.light-green-color
            {
                background: #49B180;
            }

            .change-color-switch ul li.black-color
            {
                background: #3F414D;
            }

            .change-color-switch ul li.deep-blue-color
            {
                background: #3A515A;
            }

/****/

.flotChartRealTime.widgetRealTime
{
    height: 220px;
}

.memberBox
{
    border: 1px solid #E0E0E0;
    padding: 0 10px;
}

.memberBox-header
{
    padding: 10px 0;
}

.memberBox-details
{
    margin: 0;
    padding: 5px 20px 15px;
    text-align: center;
}

    .memberBox-details ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .memberBox-details ul li
        {
            display: inline-block;
            padding: 0 9%;
            text-align: center;
        }

.widget-memberBox-details ul li
{
    padding: 0 4%;
}

.memberBox-details ul li div.memberBox-title
{
    text-align: center;
    font-size: 17px;
}

    .memberBox-details ul li div.memberBox-title h4
    {
        margin: 3px 0;
        font-size: 15px;
    }

.memberBox-details ul li div.memberBox-value
{
    text-align: center;
}

    .memberBox-details ul li div.memberBox-value i
    {
        font-size: 15px;
    }

    .memberBox-details ul li div.memberBox-value.up
    {
        color: #49B180;
    }

    .memberBox-details ul li div.memberBox-value.down
    {
        color: #269abc;
    }

.sale-widget
{
    margin-bottom: 20px;
}

    .sale-widget ul li a
    {
        letter-spacing: 1px;
    }

    .sale-widget .tab-content
    {
        border-left: 1px #e0e0e0 solid;
        border-bottom: 1px #e0e0e0 solid;
        border-right: 1px #e0e0e0 solid;
        height: 300px;
    }

        .sale-widget .tab-content p
        {
            line-height: 14px;
        }

    .sale-widget label.switch-label
    {
        margin-top: 5px;
    }

/*****/
/*Easy pie ui start */
.easy-pai-box
{
    margin: auto;
    text-align: center;
}

.easyPie
{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.easyPieChart,
.easyPieChartBlue,
.easyPieChartGreen,
.easyPieChartBrown,
.easyPieChartLightGreen,
.easyPieChartBlack
{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.easyPie canvas
{
    position: absolute;
    top: 0;
    left: 0;
}

.easyPieChart canvas,
.easyPieChartBlue canvas,
.easyPieChartGreen canvas,
.easyPieChartBrown canvas,
.easyPieChartLightGreen canvas,
.easyPieChartBlack canvas
{
    position: absolute;
    top: 0;
    left: 0;
}

.easyPiePercent:after
{
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}

.easyPieChartBlue:before
{
    content: '\0024';
    font-size: .8em;
}

.easyPieChartGreen:before
{
    content: '\20AC';
    font-size: .8em;
}

.easyPieChartBrown:before
{
    content: "\00a3";
    font-size: .8em;
}

.easyPieChartLightGreenPercent:after
{
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}

.easyPiePercentFacebook:after
{
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}


.easyPieChartBlackPercent:after
{
    content: '\0025';
    margin-left: 0.1em;
    font-size: .8em;
}
/*****/
.icon-tab .tab-content
{
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.hero-donut-widget
{
    height: 200px;
}

.c3-chart-arc text
{
    font-size: 12px;
}

.hero-donut-widget svg text, .hero-donut-widget svg text tspan
{
    font-family: 'Futura', Open Sans;
    font-size: 12px !important;
    font-weight: normal !important;
}

.hero-donut-box svg text, .hero-donut-box svg text tspan
{
    font-family: 'Futura', Open Sans;
    font-size: 12px !important;
    font-weight: normal !important;
}

.sale-widget #product
{
    text-align: center;
    height: 300px;
}

.hero-bar-widget
{
    height: 300px;
}

.monthlySale
{
    height: 200px;
    text-align: center;
}

.progress.vertical
{
    margin: 0 10px;
}

.monthlySale ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

    .monthlySale ul li
    {
        height: 200px;
        display: inline-block;
        text-align: center;
    }

        .monthlySale ul li div.progress
        {
            margin-bottom: 0;
        }

        .monthlySale ul li div.monthName
        {
            display: block;
            text-align: center;
        }

        .monthlySale ul li div.progress.vertical
        {
            float: none;
        }

.monthlySale .progress.vertical
{
    width: 50px;
}

.progress.vertical .progress-bar.six-sec-ease-in-out
{
    -webkit-transition: height 6s ease-in-out;
    -moz-transition: height 6s ease-in-out;
    -ms-transition: height 6s ease-in-out;
    -o-transition: height 6s ease-in-out;
    transition: height 6s ease-in-out;
}

.progress-bar-danger
{
    background: #EF532C;
}

.seriesToggleWidget
{
    height: 260px;
    width: 80%;
    float: left;
}

    .seriesToggleWidget div.legend table
    {
        margin-right: 10px;
    }

        .seriesToggleWidget div.legend table tbody tr td
        {
            height: 20px;
        }

            .seriesToggleWidget div.legend table tbody tr td.legendColorBox div
            {
                margin-right: 10px;
            }

                .seriesToggleWidget div.legend table tbody tr td.legendColorBox div > div
                {
                    margin-right: 0px;
                }

            .seriesToggleWidget div.legend table tbody tr td.legendLabel
            {
                font-size: 13px;
            }

#choicesWidget
{
    width: 20%;
    list-style: none;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
}

    #choicesWidget li
    {
        margin-bottom: 10px;
        margin-left: 10px;
    }

.skyWeather
{
    height: 250px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.current-weather, .feature-weather
{
}

.current-weather
{
    width: 100%;
    height: 180px;
}

.current-weather-icon
{
    width: 50%;
    margin: auto;
    float: left;
    text-align: center;
    padding-top: 40px;
}

    .current-weather-icon canvas
    {
        margin: auto;
        width: 128px;
    }

.current-weather-details
{
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 10%;
}

    .current-weather-details h2
    {
        font-size: 45px;
        margin-bottom: 0;
    }

    .current-weather-details p, .current-weather-details span
    {
        font-size: 14px;
    }

.feature-weather
{
    border-top: 1px solid #82CDCA;
}

    .feature-weather ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .feature-weather ul li
        {
            display: inline-block;
            text-align: center;
            border-right: 1px solid #82CDCA;
            width: 19%;
        }

            .feature-weather ul li:last-child
            {
                border: none;
            }

            .feature-weather ul li a
            {
                display: block;
                line-height: 14px;
                padding: 10px 0;
                text-align: center;
            }

                .feature-weather ul li a:hover
                {
                    text-decoration: none;
                    color: #f2f2f2;
                }

                .feature-weather ul li a canvas
                {
                }

                .feature-weather ul li a span
                {
                    color: #FFFFFF;
                    display: list-item;
                    text-transform: uppercase;
                }

.social-share-box
{
    height: 250px;
}

.social-share
{
    height: 50%;
    display: inline-block;
    background: #e0e0e0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .social-share i
    {
        font-size: 50px;
        color: #FFFFFF;
        line-height: 125px;
    }

.ls-fb-share
{
    background: #3B5998;
}

.ls-tw-share
{
    background: #55ACEE;
}

.ls-google-plus
{
    background: #D44032;
}

.ls-dribble-plus
{
    background: #C32361;
}

.share-overlay
{
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

    a.close-overlay.hidden
    {
        display: none;
    }

a.expand
{
    color: #F2F2F2;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    position: absolute;
    text-align: center;
    z-index: 100;
    outline: 0;
    text-decoration: none;
}

    a.expand:hover
    {
        outline: 0;
        text-decoration: none;
    }

.share-overlay
{
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

    .share-overlay a.expand
    {
        bottom: 50%;
        font-size: 38px;
        left: 0;
        letter-spacing: 2px;
        margin: 0 auto -30px;
        right: 0;
        font-weight: bold;
    }

.overlay-hover .share-overlay
{
    height: 100%;
}

/*-----------------------------------------------------------------*/

/*------------------------------------------------------------------
   ------------------------- PANEL ------------------------------
-------------------------------------------------------------------*/
.form-control
{
    background-color:#ECEDED;
    /*background-color: rgba(0, 0, 0, 0);*/
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel .form-control
{
    background-color: #ECEDED;
    float:left;
}

.no-margin
{
    margin: 0;
}

.panel-control, .panel-note-control, .note-control
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px;
}

    .panel-control li, .panel-note-control li, .note-control li
    {
        display: inline-block;
        margin: 0 3px;
    }

        .panel-control li a, .panel-note-control li a, .note-control li a
        {
            font-size: 13px;
            color: #FFFFFF;
            outline: 0;
            opacity: 1;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }

.panel-default .panel-control li a, .panel-default .panel-note-control li a, .panel-default .note-control li a
{
    color: #565656;
}

.panel-control li a:hover, .panel-note-control li a:hover, .note-control li a:hover
{
    color: #565656;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.panel-default .panel-control li a:hover, .panel-default .panel-note-control li a:hover, .panel-default, .note-control li a:hover
{
    color: #565656;
}

.panel, .panel-heading
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-default
{
   background: none repeat scroll 0 0 padding-box #ffffff;
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

    .panel-default > .panel-heading
    {
       
    border-bottom: 1px solid #dee4e8;
    color: #fff;
    }

.panel-red
{
    border-color: #EF532C;
}

    .panel-red > .panel-heading
    {
        background-color: #EF532C;
        border-color: #EF532C;
        color: #fff;
    }

.panel-light-green
{
    border-color: #49B180;
}

    .panel-light-green > .panel-heading
    {
        background-color: #49B180;
        border-color: #49B180;
        color: #fff;
    }

.panel-light-blue
{
    border-color: #269abc;
}

    .panel-light-blue > .panel-heading
    {
        border: #269abc;
        background: #269abc;
        color: #fff;
    }

.panel-dark
{
    border-color: #555557;
}

    .panel-dark > .panel-heading
    {
        border: #555557;
        background: #555557;
        color: #fff;
    }

.panel > .panel-body
{
    background-color: #fff;
}

.ls-light-green-progress
{
    background-color: #269abc;
}

.ls-light-blue-progress
{
    background-color: #49B180;
}

.ls-green-progress
{
    background-color: #507d50;
}

.ls-yellow-progress
{
    background-color: #aaa900;
}

.ls-red-progress
{
    background-color: #EF532C;
}

.top-panel
{
    margin-top: 20px;
}

/* Modal Start */
.modal-footer
{
    padding: 10px 20px;
    margin-top: 0;
}

.modal-header
{
    padding: 10px 15px;
}

.panel-less
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

    .panel-less.panel-default
    {
        border: none;
        background-color: transparent;
    }

    .panel-less > .panel-heading
    {
        background-color: transparent;
        border: 0;
        padding: 15px 0;
    }

    .panel-less > .panel-body
    {
        background-color: transparent;
    }

h3.panel-title
{
    font-size: 16px;
    padding: 0px 0px;
}

.modal-content
{
    border-radius: 1px;
}

.grid-panel-body
{
    text-align: center;
    line-height: 50px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------ICONS---------------------------------
-------------------------------------------------------------------*/

.icon-tab
{
}

.icon-list-padding
{
    padding: 0 15px;
}

.icon-view-tab.tab-content
{
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8;
}

div.fontawesome-icon-list div
{
    background-color: #F9F9F9;
    border: 1px solid #FFFFFF;
    float: left;
    font-size: 14px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    div.fontawesome-icon-list div i.fa
    {
        color: #626161;
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 5px;
        -webkit-transition: all 600ms linear;
        -moz-transition: all 600ms linear;
        -o-transition: all 600ms linear;
        -ms-transition: all 600ms linear;
        transition: all 600ms linear;
    }

    div.fontawesome-icon-list div a
    {
        color: #235b67;
        display: block;
        text-align: center;
        word-wrap: break-word;
    }

    div.fontawesome-icon-list div:hover i
    {
        color: #49B180;
        font-size: 35px;
    }

.animation-icon-box
{
    text-align: center;
    color: #626161;
}

ul.icon-list.middle
{
    padding-bottom: 20px;
    padding-top: 20px;
}

ul.icon-list
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    cursor: pointer;
}

    ul.icon-list li
    {
        display: inline-block;
        padding: 0 5px;
    }

.animation-icon
{
    text-align: center;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

    .animation-icon:hover
    {
        color: #49B180;
        opacity: 1;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(360deg);
    }

.ls-glyphicons-list
{
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.ls-glyphicons li
{
    background-color: #F9F9F9;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 100px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 20%;
}

.ls-glyphicons .glyphicon
{
    color: #626161;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
}

.ls-glyphicons .glyphicon-class
{
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.ls-glyphicons li:hover span.glyphicon
{
    color: #49B180;
    font-size: 35px;
}

.popupIcon
{
    text-align: center;
}

    .popupIcon i
    {
        font-size: 50px;
        color: #49B180;
    }

    .popupIcon pre
    {
        margin-top: 20px;
    }

.customizationIcon h5
{
    margin-bottom: 20px;
}

.customizationIcon ul
{
    margin-bottom: 50px;
}

/****/
p.bg-label
{
    background-color: #49B180;
    padding: 15px;
}

.red, i.red
{
    color: #EF532C;
}

.blue, i.blue
{
    color: #6b97f4;
}

.green, i.green
{
    color: #445889;
}

.brown, i.brown
{
    color: #763d3d;
}

.white, i.white
{
    color: #fff;
}

.lightGreen, i.lightGreen
{
    color: #49B180;
}

.light-blue, i.light-blue
{
    color: #269abc;
}

.yellow, i.yellow
{
    color: #aaa900;
}

.phast, i.phast
{
    color: #70cac8;
}

/*****  Color css end ****/
.spinIn
{
    -webkit-animation: spinIn 0.6s 1 linear;
    animation: spinIn 0.6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spinIn
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(180deg);
    }
}

@keyframes spinIn
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(180deg);
    }
}

.spinOut
{
    -webkit-animation: spinOut 0.6s 1 linear;
    animation: spinOut 0.6s 1 linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spinOut
{
    0%
    {
        -webkit-transform: rotate(180deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinOut
{
    0%
    {
        transform: rotate(180deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------FOOTER------------------------------
-------------------------------------------------------------------*/

/*Footer css start */
#footer
{
    background: #ffffff;
    padding: 10px;
    border-top: 1px #CBC5BA dotted;
}

    #footer.right
    {
        text-align: right;
        padding-right: 50px;
    }

    #footer a
    {
        color: #565656;
    }

        #footer a:hover
        {
            text-decoration: none;
        }

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   ------------------------ BLOCKQUOTE --------------------------
-------------------------------------------------------------------*/
blockquote.styles
{
    font-family: 'Futura', Open Sans;
    font-size: 18px;
    font-style: italic;
    width: 80%;
    margin: auto;
    padding: 50px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
}

    blockquote.styles:before
    {
        color: #7a7a7a;
        content: "Ó¢; display: block;
        font-size: 80px;
        left: 10px;
        position: absolute;
        top: 10px;
    }

    blockquote.styles cite
    {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

        blockquote.styles cite:before
        {
            content: "\2014 \2009";
        }

    blockquote.styles footer
    {
        text-align: right;
    }

div.demo-blockquote
{
    margin-top: 10%;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
   -------------------------SLIDER---------------------------------
-------------------------------------------------------------------*/
/**** Slider ***/

.owl-theme .owl-controls .owl-buttons div.owl-prev
{
    position: absolute;
    top: 40%;
    left: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: 0 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next
{
    position: absolute;
    top: 40%;
    right: 30px;
    background: url('../images/arrows.png') no-repeat;
    background-position: -20px 0;
    overflow: hidden;
    font-size: 0;
    padding-top: 16px;
}

.owl-theme .owl-controls .owl-page span
{
    background: #EF532C;
}

.owl-caption
{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    opacity: 0.5;
    padding: 10px 10px;
}

    .owl-caption h3
    {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }



#owl-demo .item img
{
    display: block;
    width: 100%;
    height: auto;
}

#bar
{
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #EF532C;
}

#progressBar
{
    width: 100%;
    background: #EDEDED;
}


/**********************************/
/*SLIDER*/
#slideShow
{
    width: 100%;
}

    #slideShow img
    {
        width: 100%;
        height: auto;
    }

.ls-slider-content
{
    padding: 10px;
    margin: 15px;
    background-color: #5ebfd8;
    color: #fff;
    text-align: center;
}

.s2 .ls-slider-content
{
    background: #000000;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

.s3 .ls-slider-content
{
    background-color: #8A5E85;
    color: #ccc;
}

.ls-slider-title
{
    background-color: #EF532C;
    margin: 15px 15px 0;
    height: 60px;
    text-align: center;
}

    .ls-slider-title h2,
    .ls-slider-title h3
    {
        color: #fff;
        font-size: 20px;
        line-height: 3;
    }


.ls-slider-right-view
{
    margin-left: 67.3333% !important;
}



@media only screen and (min-width: 600px)
{
    #slideShow
    {
        height: 350px;
    }

        #slideShow img
        {
            height: 350px;
        }
}

@media only screen and (min-width: 1px) and (max-width: 600px)
{
    #slideShow
    {
        height: 150px;
    }

        #slideShow img
        {
            height: 150px;
        }

    .ls-slider-content
    {
        padding: 5px;
        margin: 10px;
        font-size: 10px;
    }

    .s2 .ls-slider-content
    {
        font-size: 10px;
    }

    .s3 .ls-slider-content, .s1 .ls-slider-content
    {
        width: 150%;
        height: 20px;
        font-size: 10px;
    }

    #slideShow .title
    {
        display: none;
    }
}

ul.slideControl
{
    list-style: none;
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
    border-top: none;
    opacity: .5;
}

    ul.slideControl li
    {
        display: inline-block;
        padding: 5px;
        background: #ccc;
        margin: 5px;
        cursor: pointer;
    }

        ul.slideControl li:hover, ul.slideControl li.current
        {
            background: #555;
        }

div.opt
{
    margin: 10px;
    background: #eee;
    padding: 5px;
}

span.option
{
    font-weight: 700;
}

span.description
{
    margin-left: 10px;
}

.ls-slider-2
{
    margin-top: 30px;
}

/*-----------------------------------------------------------------*/


/*------------------------------------------------------------------
  -------------------------- UI ELEMENTS ------------------------
-------------------------------------------------------------------*/
/******* Button & Switch *******/
.button-alignment button.btn
{
    margin-bottom: 10px;
}

.ls-blue-btn
{
    background-color: #6b97f4;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .ls-blue-btn:hover, .ls-blue-btn:active, .ls-blue-btn:focus
    {
        background-color: #269abc;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-light-blue-btn
{
    background-color: #269abc;
    color: #fff;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-light-blue-btn:hover, .ls-light-blue-btn:active, .ls-light-blue-btn:focus
    {
        background-color: #6b97f4;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-green-btn
{
    background-color: #507d50;
    color: #fff;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-green-btn:hover, .ls-green-btn:active, .ls-green-btn:focus
    {
        background-color: #47A447;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-light-green-btn
{
    background-color: #445889;
    color: #fff;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-light-green-btn:hover, .ls-light-green-btn:active, .ls-light-green-btn:focus
    {
        background-color: #455889;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-red-btn
{
    background-color: #EF532C;
    color: #fff;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-red-btn:hover, .ls-red-btn:active, .ls-red-btn:focus
    {
        background-color: #D2322D;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-dark-btn
{
    background-color: #565656;
    color: #999999;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .ls-dark-btn:hover, .ls-dark-btn:active, .ls-dark-btn:focus
    {
        background-color: #626262;
        color: #fff;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.ls-yellow-btn
{
    background-color: #aaa900;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .ls-yellow-btn:hover, .ls-yellow-btn:active, .ls-yellow-btn:focus
    {
        background-color: #C6C524;
        color: #fff;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.ls-brown-btn
{
    background-color: #763d3d;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .ls-brown-btn:hover, .ls-brown-btn:active, .ls-brown-btn:focus
    {
        background-color: #AE6A6A;
        color: #fff;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.ls-button-group button
{
    margin-right: 10px;
}

.ls-button-group .btn-group
{
    margin-right: 10px;
}

    .ls-button-group .btn-group button
    {
        margin: 0;
    }

.btn.fa
{
    line-height: 1.42857;
}

.btn-ls
{
    background-color: #269abc;
    border-color: #269abc;
    color: #fff;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

    .btn-ls:focus, .btn-ls:hover
    {
        color: #269abc;
        background-color: #fff;
    }

button.fileinput-remove-button
{
    background-color: #EF532C;
    border-color: #EF532C;
    color: #fff;
    border-radius: 1px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.fileinput-remove-button:hover, .fileinput-remove-button:focus
{
    background-color: #fff;
    color: #EF532C;
}

.ls-hexagon-lightBlue
{
    width: 44px;
    height: 25px;
    background: #269abc;
    position: relative;
    text-align: center;
}

    .ls-hexagon-lightBlue:after
    {
        content: "";
        position: absolute;
        bottom: -12.5px;
        left: 0;
        width: 0;
        height: 0;
        border-left: solid transparent 22px;
        border-right: solid transparent 22px;
        border-top: solid #269abc 12.5px;
    }

    .ls-hexagon-lightBlue:before
    {
        content: "";
        position: absolute;
        top: -12.5px;
        left: 0;
        width: 0;
        height: 0;
        border-left: solid transparent 22px;
        border-right: solid transparent 22px;
        border-bottom: solid #269abc 12.5px;
    }

    .ls-hexagon-lightBlue:hover
    {
        background-color: #EF532C;
    }

    .ls-hexagon-lightBlue .fa
    {
        line-height: 25px;
        font-size: 25px;
        color: #fff;
    }

.ls-hexagon-red
{
    width: 34px;
    height: 20px;
    background: #EF532C;
    position: relative;
    text-align: center;
}

    .ls-hexagon-red:after
    {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-left: solid transparent 17px;
        border-right: solid transparent 17px;
        border-top: solid #EF532C 10px;
    }

    .ls-hexagon-red:before
    {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-left: solid transparent 17px;
        border-right: solid transparent 17px;
        border-bottom: solid #EF532C 10px;
    }

    .ls-hexagon-red:hover
    {
        background-color: #EF532C;
    }

    .ls-hexagon-red .fa
    {
        line-height: 20px;
        font-size: 20px;
        color: #fff;
    }

.hex
{
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    /* Smooth out them edges ;) */
    -webkit-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -moz-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -ms-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    -o-transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
}

    .hex a
    {
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        color: #FFF;
        background-color: #e1e1e1;
        position: absolute;
        right: 6.7%;
        left: 6.7%;
        -webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
        -moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
        -ms-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
        -o-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
        transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
        outline: 0;
    }

        .hex a:hover .overlay
        {
            top: 0;
            outline: 0;
        }

        .hex a:focus
        {
            outline: 0;
        }

        .hex a i
        {
            width: 100%;
            z-index: 10;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        }

.overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.facebook .overlay
{
    background-color: #269abc;
}

.twitter .overlay
{
    background-color: #269abc;
}

.gplus .overlay
{
    background-color: #EF532C;
}

.rss .overlay
{
    background-color: #aaa900;
}

.email .overlay
{
    background-color: #507d50;
}

.linkedin .overlay
{
    background-color: #763d3d;
}

.youtube .overlay
{
    background-color: #EF532C;
}

.skype .overlay
{
    background-color: #269abc;
}

.instagram .overlay
{
    background-color: #457299;
}

.pinterest .overlay
{
    background-color: #EF532C;
}

.bootstrap-switch.bootstrap-switch-focused
{
    border-color: #AEAEAE;
    box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    -moz-box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
    -mwebkit-box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary
{
    background: #269ABC;
}

.btn.btn-round
{
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}


.label
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-weight: 400;
}

.label-Blue, .label-blue
{
    background-color: #6b97f4;
}

.label-dark
{
    background-color: #000000;
}

.label-lightBlue
{
    background-color: #269abc;
}

.label-yellow
{
    background-color: #aaa900;
}

.label-green
{
    background-color: #507d50;
}

.label-brown
{
    background-color: #763d3d;
}

.label-red
{
    background-color: #EF532C;
}

.label-black
{
    background-color: #3f414d;
}

.label-light-green
{
    background-color: #445889;
}

.badge-Blue
{
    background-color: #6b97f4;
}

.badge-lightBlue
{
    background-color: #269abc;
}

.badge-yellow
{
    background-color: #aaa900;
}

.badge-green
{
    background-color: #507d50;
}

.badge-brown
{
    background-color: #763d3d;
}

.badge-red
{
    background-color: #EF532C;
}

.red-color .badge-red
{
    background-color: #C45C5C;
}

.user-status
{
    background: none repeat scroll 0 0 padding-box #575D67;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
    width: 8px;
}

.is-online
{
    background-color: #2ecc71;
}

.is-busy
{
    background-color: #EF532C;
}

.is-idle
{
    background-color: #F7D227;
}

.is-offline
{
    background-color: #A0A0A0;
}


/****/

.ls-pagination
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .ls-pagination > li:first-child > a, .ls-pagination > li:first-child > span, .ls-pagination > li:last-child > a, .ls-pagination > li:last-child > span
    {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .ls-pagination > li a
    {
        background-color: #e1e1e1;
        color: dimgrey;
    }

p.preview-advance
{
    padding: 10px 0;
}

    p.preview-advance a
    {
        font-size: 12px;
        color: dimgrey;
    }

        p.preview-advance a:hover
        {
            color: #269abc;
            text-decoration: underline;
        }


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
{
    margin-top: 5px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"]
{
    margin-top: 5px;
}


.file-preview
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.summerNoteToolBox
{
    margin: 10px 0;
}

.v-progressbar
{
    height: 175px;
    margin: 0 auto;
}

    .v-progressbar .progress.vertical
    {
        width: 50px;
    }

        .v-progressbar .progress.vertical .progress-bar.six-sec-ease-in-out
        {
            -webkit-transition: height 6s ease-in-out;
            -moz-transition: height 6s ease-in-out;
            -ms-transition: height 6s ease-in-out;
            -o-transition: height 6s ease-in-out;
            transition: height 6s ease-in-out;
        }

.progress
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 5px;
}

    .progress .progress-bar.six-sec-ease-in-out
    {
        -webkit-transition: width 6s ease-in-out;
        -moz-transition: width 6s ease-in-out;
        -ms-transition: width 6s ease-in-out;
        -o-transition: width 6s ease-in-out;
        transition: width 6s ease-in-out;
    }

.ls-light-blue-progress
{
    background-color: #269abc;
}

.ls-green-progress
{
    background-color: #507d50;
}

.ls-yellow-progress
{
    background-color: #aaa900;
}

.ls-red-progress
{
    background-color: #EF532C;
}

.ls-header-button
{
    font-size: 14px;
}
/*******/

.selectize-input
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

    .selectize-input.focus
    {
        box-shadow: 0 2px 2px #F2F2F2 inset, 0 0 2px #98B6CF;
        border-color: #AEAEAE;
        outline: none;
    }

    .selectize-input.dropdown-active
    {
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

.selectize-control.multi .selectize-input > div
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 14px;
    padding: 2px 10px;
}

    .selectize-control.multi .selectize-input > div.active
    {
        background: #49B180;
    }

.selectize-dropdown-content span.label
{
    font-size: 13px;
    font-size: 700;
    color: #565656;
}

.selectize-dropdown-content span.caption
{
    font-size: 12px;
    font-size: 700;
    color: #565656;
}

.selectize-dropdown, .selectize-dropdown.form-control
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.minicolors-theme-bootstrap .minicolors-swatch
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.xdsoft_datetimepicker
{
    border-color: #CCCCCC;
}

    .xdsoft_datetimepicker .xdsoft_label
    {
        font-weight: normal;
        color: #565656;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th
    {
        font-weight: 400;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current
    {
        background: #49B180;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover
    {
        background: #EF532C !important;
    }

.irs-from, .irs-to, .irs-single
{
    background: #EF532C;
}

    .irs-from:after, .irs-to:after, .irs-single:after
    {
        border-color: #EF532C rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }

.tooltipButton
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tooltipButton li
    {
        margin-bottom: 15px;
        display: inline-block;
    }

.toolButton
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .toolButton li
    {
        margin-right: 10px;
        display: inline-block;
        text-align: center;
    }

.ls-settings-button:hover, .ls-settings-button.pressed
{
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    text-decoration: none;
}

.ls-settings-button
{
    background-color: #E1E1E1;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
    display: block;
    height: 28px;
    margin: 0;
    opacity: 0.9;
    width: 30px;
    z-index: 2;
}

    .ls-settings-button i
    {
        display: block;
        margin: 0 auto;
        line-height: 28px;
        color: dimgrey;
    }

.tool-container
{
    background-color: #E1E1E1;
    box-shadow: 0 0 3px #898989;
    background-image: none;
}

.tool-item.selected, .tool-item:hover
{
    background-color: #CCCCCC;
    box-shadow: 0 0 3px #898989;
    background-image: none;
}

.tool-items a
{
    color: #696969;
    line-height: 33px;
}

.tool-top .tool-item, .tool-bottom .tool-item
{
    border: none;
}

.tool-left .tool-item, .tool-right .tool-item
{
    border: none;
}

.remodal, .remodal *
{
    font-family: 'Futura', Open Sans;
}

    .remodal h1, .remodal h2, .remodal h3, .remodal h4, .remodal h5
    {
        font-family: 'Futura', Open Sans;
    }

.tab-pane
{
    padding: 10px;
}

.nav-tabs > li > a
{
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    color: #555;
    font-size: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    outline: 0;
    color: #269abc;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus
{
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}

.nav-tabs.nav-justified > li > a
{
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
}

#qrcodeTable table
{
    margin: 30px auto;
}

#qrcodeCanvas > canvas
{
    margin: 30px auto;
    display: block;
}

/*** Knobs ***/

.knoob-box
{
    text-align: center;
    width: 49%;
    display: inline-block;
}

    .knoob-box h4
    {
        padding: 0;
        margin: 0;
    }

.knoob-box-3
{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.knoob-box-4
{
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

    .knoob-box-4 h4
    {
        padding: 0;
        margin: 0;
    }

/****/

.radio-inline
{
    padding-left: 10px;
}

    .radio-inline label
    {
        padding-right: 10px;
    }

.icheck-radio-inline
{
    padding-left: 20px;
}

.input-group-addon
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

/***/
.ui-widget-header
{
    background-image: none;
    background-color: #e0e0e0;
}

.selectize-control.multi .selectize-input > div
{
    background: #E0E0E0;
    color: #777;
}

/****/
#main-content
{
    background: #fff;
    /*padding-top: 20px;*/
    height: 100%;
}

#change-color
{
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 200px;
    right: -200px;
    background: #555557;
    z-index: 444;
}

#change-color-control
{
    background: #EF532C;
    bottom: 0;
    left: -30px;
    position: absolute;
    text-align: center;
}

    #change-color-control a
    {
        color: #FFFFFF;
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        padding: 4px 10px;
    }

        #change-color-control a:hover, #change-color-control a:focus
        {
            outline: 0;
        }

#change-color .change-color-box
{
    text-align: center;
}

    #change-color .change-color-box ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #change-color .change-color-box ul li
        {
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 5px 0 0 5px;
            cursor: pointer;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 1px solid #555557;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #change-color .change-color-box ul li.active
            {
                border: 1px solid #FFFFFF;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            #change-color .change-color-box ul li.default
            {
                background: #49494B;
            }

            #change-color .change-color-box ul li.red-color
            {
                background: #EF532C;
            }

            #change-color .change-color-box ul li.blue-color
            {
                background: #5EBFD8;
            }

            #change-color .change-color-box ul li.light-green-color
            {
                background: #49B180;
            }

            #change-color .change-color-box ul li.black-color
            {
                background: #3F414D;
            }

            #change-color .change-color-box ul li.deep-blue-color
            {
                background: #3A515A;
            }

/****/

.btn
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.popover
{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #fafafa;
}

.btn-default
{
    background-color: #e1e1e1;
    color: #565656;
}

.border-bottom
{
    border-bottom: #cbc5ba dashed 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.no-border-bottom
{
    padding-bottom: 15px;
}

.page-min-height
{
    min-height: 750px;
}

.no-padding
{
    padding: 0;
}

hr.hr-20
{
    margin: 20px 0;
}

hr.footer-border
{
    margin: 0;
    border: none;
}

.progress
{
    border-radius: 1px;
    height: 5px;
}


.tab-content
{
    background: #ffffff;
}

.tab-border.tab-content
{
    border-bottom: 1px solid #e3dfd8;
    border-left: 1px solid #e3dfd8;
    border-right: 1px solid #e3dfd8;
}

/*-----------------------------------------------------------------*/
.top-navigation .nev-logout
{
    margin-top: 0px;
}

.top-navigation .social-icon
{
    margin-top: 0px;
}

/*my CSS */
form#ProductMaintenance
{
    /*margin-left: 20px;*/
    max-width: 100%;
}

    form#ProductMaintenance h3.ls-top-header
    {
        color: #329b8d;
        font-weight: normal;
    }



    form#ProductMaintenance .PMClass
    {
        float: left;
        width: 100%;
    }

        form#ProductMaintenance .PMClass .form-group
        {
            float: left;
            margin-left: 20px;
            width: 22%;
        }

            form#ProductMaintenance .PMClass .form-group.first
            {
                margin-left: 0px;
            }

            form#ProductMaintenance .PMClass .form-group.rideo-btn
            {
                font-size: 13px;
                /*margin-top: 25px;*/
                max-width: 50px;
                text-align: center;
                width: 100%;
            }

                form#ProductMaintenance .PMClass .form-group.rideo-btn span
                {
                    float: left;
                    clear: both;
                }

                form#ProductMaintenance .PMClass .form-group.rideo-btn input
                {
                    float: left;
                    height: 15px;
                    line-height: 20px;
                    margin-top: 0;
                    width: 22px;
                }

            form#ProductMaintenance .PMClass .form-group.req-btn #btnRP
            {
                background: none repeat scroll 0 0 #49B180;
                border: medium none;
                border-radius: 3px;
                color: #fff;
                font-size: 15px;
                padding: 7px 10px;
                cursor: pointer;
            }

            form#ProductMaintenance .PMClass .form-group.req-btn
            {
                margin-top: 30px;
            }

            form#ProductMaintenance .PMClass .form-group.chack-box
            {
                margin-bottom: 0;
                margin-top: 28px;
            }

                form#ProductMaintenance .PMClass .form-group.chack-box span
                {
                    float: left;
                }

                form#ProductMaintenance .PMClass .form-group.chack-box input
                {
                    float: left;
                    height: 20px;
                    margin-left: 6px;
                    margin-right: 5px;
                    width: 20px;
                }

            form#ProductMaintenance .PMClass .form-group #btnsarch, #ProductRequestList .labelaccept, form#NegotiationList .labelaccept,
            form#ReserveStockList #btnsarch
            {
                  background: none repeat scroll 0 0 #253275;
                  border: medium none;
                  border-radius: 10px;
                  color: #fff;
                  font-size: 12px;
                  padding: 1px 2px;
                  text-align: center;
                  width: 60px;
            }

            form#ProductMaintenance .PMClass .form-group #btnclear, #ProductRequestList .labelreject, form#NegotiationList .labelreject
            {
                background: none repeat scroll 0 0 #FFBD35;
                  border: medium none;
                  border-radius: 10px;
                  color: #fff;
                  font-size: 12px;
                  padding: 1px 2px;
                  text-align: center;
                  width: 75px;
            }

            #btnReject 
            {
                background: none repeat scroll 0 0 #e84e40 !important;
                border: medium none;
                border-radius: 3px;
                color: #fff;
                font-size: 15px;
                padding: 5px 10px;
            }
            .chaticon
            {
                /*background: #445889 !important;*/
                  color: #445889;
                  border-radius: 3px;
                  padding: 5px 7px;
            }
             .chaticon:hover
            {
                /*background: #9B58B5 !important;*/
                  color: #ccc;
                  border-radius: 3px;
                  padding: 5px 7px;
            }

            form#ProductMaintenance .PMClass .form-group.grid-outer
            {
                width: 100%;
            }

                form#ProductMaintenance .PMClass .form-group.grid-outer .grid-inner
                {
                }

#tblRequestProduct #txtRequestedProduct_Popup
{
    width: 96%;
    float: left;
}

label
{
    width: 100%;
}

#basic-modal-content .PMClass .form-group #btnSave
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
}

#basic-modal-content .PMClass .form-group #btnCancel
{
    background: none repeat scroll 0 0 #FFBD35;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
}

a
{
    color: #49B180;
}

body.login-form-body
{
    background: url(../images/home-login.jpg) no-repeat scroll center center #fff !important;
    text-align: left;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.login-form
{
    margin: auto;
    max-width: 250px;
    width: 100%;
}

    .login-form .login-btn-box
    {
         float: right;
    text-align: right;
    width: 50% !important;
    margin-bottom: 5px;
    }

        .login-form .login-btn-box button.ls-dark-btn
        {
             background: none repeat scroll 0 0 #d1202d;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-size: 20px;
    padding: 2px 0;
    width: 45px;
        }

            .login-form .login-btn-box button.ls-dark-btn .ladda-label .fa-key
            {
                margin-right: 10px;
            }

        .login-form .login-btn-box .forgot-password
        {
            float: right;
        }

form#NegotiationList .grid-mvc, .grid-mvc
{
    overflow-x: scroll;
}

.PMClass .form-group.chack-box
{
    width: 25.6% !important;
}

.GridClass, .grid-mvc
{
    overflow-x: scroll;
    min-height: 300px;
}

#PromotionMaintenance .PMClass .form-group
{
    float: left;
    margin-left: 20px;
    width: 20%;
}

    #PromotionMaintenance .PMClass .form-group.first
    {
        margin-left: 0;
    }

    #PromotionMaintenance .PMClass .form-group input
    {
        float: left;
        width: 100%;
    }

    #PromotionMaintenance .PMClass .form-group.prom-btn-outer #btnsave
    {
        float: left;
        width: auto;
    }

    #PromotionMaintenance .PMClass .form-group.prom-btn-outer #btnback
    {
        float: left;
        margin-left: 10px;
        width: auto;
    }

    #PromotionMaintenance .PMClass .form-group.prom-btn-outer
    {
        float: left;
        width: 100%;
    }

.button-advancesearch
{
    background: none repeat scroll 0 0 #49b180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

.button-disable-1
{
  background: none repeat scroll 0 0 #a6a1a1;
  border: medium none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  max-height: 35px;
  min-height: 35px;
  padding: 1px 8px;
  text-align: center;
  min-width: 60px;
}
.button-save
{
  background: none repeat scroll 0 0 #13a375;
  border: medium none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  max-height: 35px;
  min-height: 35px;
  padding: 1px 8px;
  text-align: center;
  min-width: 60px;
}
.button-save2
{
    background: none repeat scroll 0 0 #49b180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 3px 10px;
    max-height: 30px;
    display:block;
    min-width:100px;
}

.button-save:hover { background: none repeat scroll 0 0 #13a375;
}

.button-clear {
    background: none repeat scroll 0 0 #20a376;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    max-height:35px;
    min-height: 35px;
    padding: 1px 8px;
    text-align: center;
    min-width: 60px;
}


.button-EditAll1 {
    background: none repeat scroll 0 0 #c1c1c4;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-right: 5px;
    max-height:35px;
    min-height: 35px;
    padding: 1px 8px;
    text-align: center;
    min-width: 60px;
}

.button-request {
    background: none repeat scroll 0 0 #D1202D;
   border: medium none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  max-height: 35px;
  min-height: 35px;
  padding: 1px 8px;
  text-align: center;
  min-width: 60px;
}

.button-add {
    background: none repeat scroll 0 0 #d1202d;
     border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    max-height:35px;
    min-height: 35px;
    padding: 1px 8px;
    text-align: center;
    min-width: 60px;
}

.button-search {
      background: none repeat scroll 0 0 #253275;
      border: medium none;
      border-radius: 6px !important;
      color: #fff;
      cursor: pointer;
      display: block;
      float: right;
      font-size: 14px;
      margin-right: 5px;
      max-height: 35px;
      min-height: 35px;
      padding: 1px 8px;
      text-align: center;
      min-width: 60px;
}

.button-simplesearch {
       background: none repeat scroll 0 0 #9c27b0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
    float:right;
}

.button-editall {
       /*background: none repeat scroll 0 0 #03a9f4;*/
    border: medium none;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

.button-back {
       background: none repeat scroll 0 0 #999999;
  border: medium none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  max-height: 35px;
  min-height: 35px;
  padding: 1px 8px;
  text-align: center;
  min-width: 60px;
}

.button-delete
{
   background: none repeat scroll 0 0 #cf202c;
  border: medium none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin-right: 5px;
  max-height: 35px;
  min-height: 35px;
  padding: 1px 8px;
  text-align: center;
  min-width: 60px;
}

.button-upload
{
    background: none repeat scroll 0 0 #49b180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

.button-message
{
    background: none repeat scroll 0 0 #49b180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

.button-canel
{
    background: none repeat scroll 0 0 #49b180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

/*Stock Adjustment View*/
.button-view {
       background: none repeat scroll 0 0 #03a9f4;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    min-height: 30px;
    padding: 5px 10px;
    max-height: 30px;
}

.button-download {
      background: none repeat scroll 0 0 #C1C1C4;
     border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    max-height:35px;
    min-height: 35px;
    padding: 1px 8px;
    text-align: center;
    min-width: 60px;
}
.button-request > img {
    width: 19px;
    height: 19px;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
/*.button-save-type {
    background: none repeat scroll 0 0 #ffbd35;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    margin-right: 7px;
    min-width: 30px;
    padding: 5px 10px;
}


.L2
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
    min-width: 70px;
    cursor: pointer;
    display: block !important;
}


.button-add
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

.button-cancel
{
    background: none repeat scroll 0 0 #FFBD35;
    /*background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
}



.button-delete
{
    background: none repeat scroll 0 0 #cf202c;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 5px 5px;
    /*min-width: 85px;
    cursor: pointer;
    display: block;
}*/

.button-deleteDecline
{
    background: none repeat scroll 0 0 #cf202c;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
    /*min-width: 80px;*/
    cursor: pointer;
    display: block;
}




#PromotionMaintenance .PMClass .form-group.GridClass
{
    width: 100%;
}
a.button-save:hover, a.button-delete:hover, a.button-cancel:hover, a.button-add:hover, a.button-deleteEditProductMaintenance:hover, a.button-deleteDecline:hover, a.fileupload-button-delete:hover
{
    color: #fff;
    text-decoration: none;
}

h2.ls-top-header
{
   border: medium none;
    color: #445889;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 3px;
}

input[type="radio"], input[type="checkbox"]
{
    height: 15px;
    width: 15px;
}

.rido-btn label
{
    float: left;
    max-width: 60px;
    width: 100%;
}

.rido-btn input
{
    float: left;
    max-width: 40px;
    width: 100%;
}

.form-group.first.check-btn
{
    float: left;
    width: 100%;
}

    .form-group.first.check-btn label
    {
        float: left;
        max-width: 100px;
        width: 100%;
    }

    .form-group.first.check-btn input
    {
        float: left;
        margin-right: 30px;
        max-width: 40px;
        width: 100%;
    }

body.login-form-body .logo
{
    background: url("../images/logologin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    margin: auto auto 20px;
    text-align: center;
    width: 250px;
    background-size:contain;
}

.fa-star
{
    color: #f89406;
}

form#ProductMaintenance #tblRequestProduct .PMClass .form-group, form#ProductMaintenance #tblNote .PMClass .form-group
{
    width: 100%;
}

.grid-mvc .table .grid-row:nth-child(1n+1)
{
    background: #dbf5f1;
}

.grid-mvc .table .grid-row:nth-child(2n+1)
{
    background: #fff;
}

.grid-mvc .table .grid-row .grid-cell
{
    background: none;
}

.grid-mvc .grid-wrap .table thead
{
    background: none repeat scroll 0 0 #e0e0e0;
}

h3
{
    border-bottom: medium none !important;
    font-style: normal !important;
}

input[type=radio], input[type=checkbox]
{
    height: 15px;
    width: 15px;
}

#EditProductMaintenance
{
    width: 100%;
}

form#EditProductMaintenance .form-group.first
{
    margin-left: 0px;
}

form#EditProductMaintenance .form-group
{
    float: left;
    margin-left: 20px;
    width: 18%;
}

#EditProductMaintenance .fa-trash-o
{
    color: #fff;
}

.PMClass.edit-top .form-group
{
    width: 100% !important;
}

.PMClass
{
    width: 100%;
    float: left;
}

#EditProductMaintenance .button-outer
{
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 250px;
    width: 100% !important;
}

#EditProductMaintenance #txtMasterSalePrice, #EditProductMaintenance #txtACP
{
    float: left;
    margin-right: 5px;
    width: 88%;
}

/*#EditProductMaintenance #txtACP
{
    float: left;
    margin-right: 5px;
    width: 88%;
}*/

#EditProductMaintenance .PMClass.ECClass .form-group
{
    width: 25% !important;
}

#EditProductMaintenance .ECClass select
{
    float: left;
    margin-right: 10px;
    width: 80%;
}

.panel-body .form-group
{
    margin-left: 0 !important;
    width: 100% !important;
}

.panel-body .QueryListPagination
{
    margin-top: 15px;
    margin-right: 20px;
}

.modal-dialog
{
}

#myModalUpload .modal-dialog
{
    width: 700px !important;
}

#myModalIFram .modal-dialog
{
    width: 830px !important;
}

#myModalReship .modal-dialog
{
    width: 700px !important;
}

form#ProductMaintenance .PMClass .form-group.req-btn #btnRP:hover
{
    text-decoration: none;
}

#tblNegotiate .PMClass .form-group
{
    width: 100% !important;
}

.a-link-pointer
{
    cursor: pointer;
}


.form-group.PMClassButton
{
    margin-bottom: 30px;
    width: 100% !important;
}

/*Nested Grid Control*/
th, td
{
    padding: 5px;
}

th
{
    
}

#gridT, #gridT tr
{
    border: 1px solid #0D857B;
}

#subT, #subT tr
{
    border: 1px solid #f3f3f3;
}

#subT
{
    margin: 0px 0px 0px 10px;
    padding: 5px;
    width: 95%;
}

    #subT th
    {
        font-size: 12px;
    }

.hoverEff
{
    cursor: pointer;
}

    .hoverEff:hover
    {
        background-color: rgb(248, 242, 242);
    }

.expand
{
    background-image: url(/Images/pm.png);
    background-position-x: -22px;
    background-repeat: no-repeat;
}

.collapse
{
    background-image: url(/Images/pm.png);
    background-position-x: -2px;
    background-repeat: no-repeat;
}
/*Nested Grid Control*/

/*//////////////////////////////////// Order popup*/



div#view-all-message-dialog-body
{
    max-height: 500px;
    overflow: auto;
    overflow-x:scroll;
}

.float-right {
    float:right !important;
        color: #c1c1c4;
}

.fontbig {
    font-size:18px
}

.marginTop
{
    margin-top: 15px;
}

.redBorder
{
    border-color: red !important;
}


.marginBottom
{
    margin-bottom: 15px;
}

td select.width50
{
    width: 50% !important;
}

tr.border_bottom th
{
    border-bottom: 1pt solid black;
}

td.right_border
{
    border-right: 1pt solid black;
}

th.no-bottom-border
{
    border-bottom: none !important;
}

.fool-border
{
    border: 1pt solid black;
    float: left;
    width: 100%;
}

th.right_border
{
    border-right: 1pt solid black;
}


div.modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

table#timingGrid tr td select
{
    width: 50px;
}

.width200
{
    width: 200px;
}

.width150
{
    width: 150px;
}

.selectedItemColor
{
    background-color: #99bb33;
}

.padding_left0
{
    padding-left: 0px !important;
    padding-bottom: 10px;
}

div#note-dialog-body
{
    max-height: 500px;
    overflow: auto;
}

div#order-note-dialog-body
{
    max-height: 500px;
    overflow: auto;
}

div#note-dialog div.modal-dialog
{
    width: 800px !important;
}

div#order-note-dialog div.modal-dialog
{
    width: 800px !important;
}

div#order-search-modelopopup div.modal-dialog
{
    width: 800px !important;
}

div#message-dialog div.modal-dialog
{
    width: 90% !important;
    max-width:800px !important;
}

div#DocModalUpload div.modal-dialog
{
    width: 610px !important;
}

table.new-note-table td
{
    padding: 6px 6px 6px 0px;
}

textarea#note
{
    width: 525px !important;
}

/*textarea#message-text
{
    width: 490px !important;
}*/

textarea#order-note
{
    width: 348px !important;
}

/*textarea#master-note
{
    width: 500px !important;
}*/

lable.redText
{
    color: red;
}

#order-note-detail-table
{
    width: 100%;
}

    #order-note-detail-table td
    {
        padding: 0px 0px 7px 0px !important;
    }

.set-text-overflow
{
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padding_0
{
    padding: 0px !important;
}

div.dataTables_filter#tempID_filter
{
    width: 100% !important;
}

div.dataTables_filter
{
    /*width: 100% !important;*/
}


div.dataTables_filter#results_filter
{
    width: 100% !important;
}

table.new-note-table#new-note-table-id
{
    margin: 10px 0px 10px 0px;
}

#order-note-full-text
{
    overflow-wrap: break-word;
}

#order-note-text-dialog {
    overflow:auto;
    z-index: 9999999999999999999 !important;
}

div#order-note-text-dialog-model
{
    margin: 100px auto !important;
}

div#order-note-text-dialog-body
{
    overflow: auto;
    max-height: 400px;
}

div#usertree
{
    display: inherit !important;
}

div#main
{
    margin-top: -20px;
}

/*////////////////////////////////////*/
.row-fluid
{
    width: 100%;
}

    .row-fluid:before, .row-fluid:after
    {
        content: "";
        display: table;
        line-height: 0;
    }

    .row-fluid [class*="span"]:first-child
    {
        margin-left: 0;
    }

    .row-fluid .span6
    {
        width: 48.9362%;
    }

    .row-fluid [class*="span"]
    {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 2.12766%;
        min-height: 30px;
    }

.pagination ul
{
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

    .pagination ul > li
    {
        display: inline;
    }

        .pagination ul > li > a, .pagination ul > li > span
        {
            border: 1px solid #ddd;
            background-color: #fff;
            float: left;
            line-height: 20px;
            padding: 4px 12px;
            text-decoration: none;
        }

    .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus
    {
        background-color: transparent;
        color: #999;
        cursor: default;
    }

.button-note
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
  font-size: 12px;
  padding: 0px 5px;
    text-align: center;
  width: 94px;
  margin: 2px 0;
}

    .button-note:hover
    {
        text-decoration: none;
        color: #fff;
    }

.button-querynote
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    /*min-width: 62px;*/
    padding: 5px 5px;
    text-align: center;
}

    .button-querynote:hover
    {
        text-decoration: none;
        color: #fff;
    }

.button-print
{
    background: none repeat scroll 0 0 #46ba89;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    /*display: block;*/
    font-size: 13px;
    /*min-width: 90px;*/
    padding: 5px 5px;
    text-align: center;
    
}
.button-print1
{
    background: none repeat scroll 0 0 #46ba89;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    /*display: block;*/
    font-size: 13px;
    /*min-width: 90px;*/
    padding: 5px 5px;
    text-align: center;
    float:left;
    margin:1px;
}

    .button-print:hover
    {
        text-decoration: none;
        color: #fff;
    }


.no-sorting
{
    cursor: default !important;
}

.PMClass.OClass
{
    max-width: 380px;
}

    .PMClass.OClass .ORadio
    {
        display: inline-flex;
    }

    .PMClass.OClass .ORadioLast
    {
        display: inline-flex;
        margin-left: 15px;
    }

#myModalUpload .modal-dialog .modal-body .PMClass #fileUpload.btn
{
    background: #e5e5e5;
    border: none;
    color: #000;
    width: 100%;
    text-align: left;
}

#myModalUpload .modal-dialog .modal-body .PMClass .rido-btn .uploadllb
{
    min-width: 150px;
}

#myModalUpload .modal-dialog .modal-body .PMClass .rido-btn label
{
    float: left;
    min-width: 75px;
}

#myModalBatchDetail .modal-dialog
{
    width: 1000px !important;
}

    #myModalBatchDetail .modal-dialog #tblBatchDetail #main .container-fluid
    {
        padding: 0px;
    }
/*#sample_1 #idRequestCancelOrder{ min-width: 160px; 
    display: block;
    font-size: 13px;}*/
/*#sample_1 #idHoldOrder{ min-width: 90px;
    display: block;
    font-size: 13px;}*/
#sample_1 #idAcceptShipRequest
{
    width: 30px !important;
    display: block;
    font-size: 13px;
}

#sample_1 #idSentToDoctor
{
    min-width: 115px;
    display: block;
    font-size: 13px;
}

#sample_1 #idSentToPharmacy
{
    min-width: 130px;
    display: block;
    font-size: 13px;
}

#sample_1 #idUKPrescription
{
    min-width: 97px;
    display: block;
    font-size: 13px;
}

#sample_1 #idPickingSlip
{
    min-width: 80px;
    display: block;
    font-size: 13px;
}

/*#tempID #idPrintUK
{
    min-width: 158px;
    display: block;
    font-size: 13px;
}*/

#sample_1 #View
{
    display: block;
    font-size: 13px;
}

/*#tempID #idPrintUS
{
    min-width: 158px;
    display: block;
    font-size: 13px;
}*/

/*#tempID #idPrintOD
{
    min-width: 173px;
    display: block;
    font-size: 13px;
}*/

/*#tempID #idPrintPS
{
    min-width: 136px;
    display: block;
    font-size: 13px;
}*/
/*#tempID #idPrintALL{min-width: 80px; 
    display: block;
    font-size: 13px;}*/
/*#sample_1 #idCancelOrder
{
    min-width: 30px;
    display: block;
    font-size: 13px;
    width: 33px !important;
}*/
/*#sample_1 #Reship{min-width: 65px; 
    display: block;
    font-size: 13px;}*/
#sample_1 #details #View
{
    min-width: 180px;
    display: block;
    font-size: 13px;
}

#sample_1 #idSentToDoctorAll
{
    float: left;
    display: block;
    
}

#sample_1 #idSignPrescriptionAll
{
    float: right;
    display: block;
    width: 122px;
    margin-right:10px;
}

#sample_1 #idCreateBatchAll
{
    float: left;
    display: block;
    width: 120px;
}

.button-request4cancel
{
    background: none repeat scroll 0 0 #FF7C80;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-holdorder
{
    background: none repeat scroll 0 0 #FFC000;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-reship
{
    background: none repeat scroll 0 0 #CDC0DA;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-repeat
{
    background: none repeat scroll 0 0 #31869B;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-cancelled
{
    background: none repeat scroll 0 0 #FE0000;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-query
{
    background: none repeat scroll 0 0 #8064A1;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.button-other
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    min-width: 62px;
    padding: 7px 5px;
    text-align: center;
}

.date-piker-outer .form-control.datePickerOnly
{
    width: 75%;
}

.date-piker-outer .datePickerCall1
{
    height: 34px;
    cursor: default;
}

.col-lg-2.pharm-enqu
{
    display: block;
    height: 38px;
    line-height: 32px;
    margin-top: 1px;
    overflow: hidden;
    padding: 0px;
}

.pharm-searchtext
{
    width: 12.5%;
    margin-top: 6px;
    padding-right: 0px;
}

.pharm-searchtext1
{
    width: 8.5% !important;
    padding-right: 0px !important;
}

.button-save.hide-search
{
    float: right;
}

.UserLogin
{
    color: #16191c;
    background: none;
    text-align: left;
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0px 4px 0px;
    margin-top:5px;
    margin-bottom:5px;
    width:100%;
}


/* Order Header Background Color Status Starts Here */
.STATUS_BG_OH_OD
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/od-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_WD
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/physician-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_POQ
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/physician-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}


.STATUS_BG_OH_WPh
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/pharmacy-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_BC
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/batch-created-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_PP
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/pharmacy-processing-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_PhOQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 20px 8px;
    background-repeat: no-repeat;
    background-position: left;
}
/*.STATUS_BG_OH_PhOQ :before{ content: "ï™"; padding-right: 5px; }*/

.STATUS_BG_OH_OQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}
/*.STATUS_BG_OH_OQ :before{ content: "ï™"; padding-right: 5px; }*/

.STATUS_BG_OH_OCR
{
    /*background-color: #d1202d;
    /*background-image: url("StatusIcon/order-cancellation-request.png");
    background-position: 16px 7px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: table-cell;
    padding: 4px 0 4px 15px;
    text-align: center;
    width: 75px;
    font-size: 12px;*/
      background-color: #d1202d;
    border: medium none !important;
    border-radius: 8px !important;
    display: block;
    font-size: 12px;
    padding: 4px 5px;
    text-transform: uppercase;
    width: 75px;
    color: #fff;
    text-align: center;
}
/*.STATUS_BG_OH_OCR:before{ content: "ï‚ˆ"; padding-right: 5px; }*/


.STATUS_BG_OH_WPh
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/pharmacy-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_OC
{
    background-color: red;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/close-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}
/*.STATUS_BG_OH_OC:before{  content: "ïœ"; padding-right: 5px; }*/

.STATUS_BG_OH_OH
{
    background-color: rgba(255,192,0,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/hold-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_OHRR
{
    background-color: rgba(255,192,0,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/release-request-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}


/*.STATUS_BG_OH_OH:before{ content: "ïŒ"; padding-right: 5px; }*/
.STATUS_BG_OH_SH
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/shipped-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_SH-1
{
    display: table-cell;
    color: #20a376;
    
    padding: 0px 10px 0px 20px;
    text-align: center;
    font-size:14px;
}

.STATUS_BG_OH_IV
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/invoiced-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_RPhP
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/pharmacy-processing-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}
/* Order Header Background Color Status Ends Here */

/* Order Line Background Color Status Starts Here */
.STATUS_BG_OL_LD
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/od-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_SAC
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/line-allocated-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_DU
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/upload-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_PAQ
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
}

.STATUS_BG_OL_LAP
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/line-allocated-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_PLS
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
     background-image: url(StatusIcon/line-signed-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_PLQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_CPLQ
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_CSQ
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}


.STATUS_BG_OL_CSSQOOS
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.STATUS_BG_OL_CLQ
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_LAPh
{
    background-color: gray;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/line-allocated-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_PhLQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_SSQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_LQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_LSH
{
    background-color: gray;
    display: table-cell;
    background-image: url(StatusIcon/shipped-1.png);
    color: #FFF;
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_SQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}



.STATUS_BG_OL_SSQOOS
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}



.STATUS_BG_OL_SAQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/waiting-allocation-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}


.STATUS_BG_OL_SAQAIP
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/pharmacy-processing-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}


.STATUS_BG_OL_SAQDIP
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/close-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OH_SSQ
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/system-stock-query-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}


.STATUS_BG_OL_LCR
{
    background-color: rgba(128,100,162,1);
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/order-cancellation-request.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

.STATUS_BG_OL_LC
{
    background-color: red;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/close-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}

/* Order Line Background Color Status Ends Here */


/*/////////////////////////////////////   Please wait Model Popup*/

.modal-backdrop1
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.modal1
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    margin: -50px 0 0 -50px;
    /* border: 1px solid #fff; */
    background: #ADADAD;
    /* border-radius: 5px; */
    padding: 2px 2px;
    border: 1px solid #ccc;
    width: 107px;
}

.order-min-radio input
{
    float: left;
    margin-right: 12px;
    margin-left: 5px;
}

.order-min-radio label
{
    float: left;
    width: auto;
}

.order-min-radio
{
    margin-top: 32px;
}
/*/////////////////////////////////////   Please wait Model Popup*/

.spanErrorClass
{
    color: red;
}

.spanAsterik
{
    color: red;
}

.spanSuccessClass
{
    color: green;
}

#spinnerImg
{
    z-index: 3;
    left: 50%;
    top: 50%;
    opacity: 1;
    position: absolute;
}

.button-ukrx
{
    /*background: none repeat scroll 0 0 #49B180;
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;*/
    
  border: medium none;
  border-radius: 3px;
  color: #565656;
  cursor: pointer;
  /*font-size: 20px;*/
  padding: 5px 10px;
  text-align: center;
}

.button-viewus-doc
{
    border-radius: 3px;
      color: black;
    cursor: pointer;
      font-size: 22px;
    padding: 7px 10px;
    text-align: center;
}


.zindexclass
{
    z-index: 10050 !important;
}


.noteindex
{
    z-index: 10051 !important;
}

.close
{
    width: 15px !important;
    height: 20px !important;
}

.status-count
{
    font-size: 13px;
    line-height:18px;
}

.xdsoft_datetimepicker.xdsoft_noselect
{
    z-index: 99999;
}

#dashboardpopup
{
    width: 700px;
}

#xp
{
    width: 870px !important;
}

#ConsignmentReceipt .scroll
{
    height: 500px !important;
    overflow: scroll;
}


.ls-table .table > thead > tr > th.backColor
{
    background: none repeat scroll 0 0 #445788;
    color: #fff !important;
}

.form-control.readonly
{
    background: #ccc !important;
}

.button-promotion
{
    /*background: none repeat scroll 0 0 #49B180;
      border: medium none;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-size: 12px;
      /* min-width: 92px; */
      /*padding: 0px 5px;
      text-align: center;
      width: 86px;*/
      color:gray;
    
}

    .button-promotion:hover
    {
        color:gray;
    }

.ls-group-input.no-margin
{
    margin-bottom: 0px;
}

.smalldropdown
{
    width: 180px;
}

.max-widthDT
{
    max-width: 80px !important;
}

.PMbutton-note
{
    height: 35px;
    font-size: 14px;
}

#tempID .fa-thumbs-up
{
    color: green;
}

#tempID .fa-thumbs-down
{
    color: red;
}

.ProductDetail-outer
{
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 20px;
}

.PMClass.epmheader
{
    background: none repeat scroll 0 0 #49B180;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0%;
    padding-top: 10px;
    width: 100%;
}

.epmheader .form-group
{
    margin-bottom: 0px;
}

.btborder
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.ProductDetail-outer .PMClass
{
    padding-left: 2%;
}

.bigIcon
{
    font-size: 18px;
}

.fileupload
{
    width: 390px !important;
}

/*.sign-prescription {
    width:135px;
}*/
/*.send-to-pharmacy {
    width:135px;
}*/

.DashboardMessageFont
{
    font-size: 13px;
}

.DashboardMessageColorRight
{
    
  background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 6px 5px;
    text-align: right;
}

.DashboardMessageColorLeft
{
    background-color: #fff !important;
    text-align: left;
    color: black;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.DashboardMessageHeadingDiv
{
    background-color: #49B180;
    margin-bottom: 2px;
}

.DashboardMessageHeading
{
    margin-bottom: 0px;
    color: #000;
}

.DashboardMessageBody
{
    max-height: 365px;
    overflow-y: scroll;
    overflow-x: hidden;
    clear: both;
    padding: 0px 15px;
}

.DashboardMessageButton
{
    padding: 10px;
    background-color: #445889;
    margin-top: 2px;
}

.top-marginReship
{
    margin-top: 15px;
}

.ReshipSearchResize
{
    float: left;
    width: 100%;
}

.reshipsearchicon
{
    width: 10px !important;
    font-size: 14px;
    height: 34px !important;
}

.reshiporderid
{
    width: 265px;
    float: left;
}

#myModalReship .dataTables_filter
{
    width: auto !important;
}

.messageBtn
{
     background-color: #bbbbba !important;
    border-color: #bbbbba;
    color: #fff !important;
  padding: 0px 10px;
  font-size: 12px;
    margin-top: 8px;
}

div#message-dialog-body
{
    max-height: 500px;
    overflow: auto;
}

.radioResize
{
    width: 150px;
}

.radioResizeNew
{
    width: 150px;
    margin-top: 20px;
}

.validationDiv
{
    padding-bottom: 10px;
}

.fileupload-button-delete
{
    background: none repeat scroll 0 0 #cf202c;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
    cursor: pointer;
}

.cs-button-delete
{
    background: none repeat scroll 0 0 #cf202c;
    /*width: 115px;*/
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
    /*min-width: 85px;*/
    cursor: pointer;
    display: block;
}

    .cs-button-delete:hover
    {
        text-decoration: none;
        color: #fff;
    }

.rtcl-button-delete
{
    background: none repeat scroll 0 0 #cf202c;
    /*width: 115px;*/
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
    /*min-width: 162px;*/
    cursor: pointer;
    display: block;
}

    .rtcl-button-delete:hover
    {
        text-decoration: none;
        color: #fff;
    }

.SentToPharmacy-button-note
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    /*min-width: 60px;*/
    padding: 7px 5px;
    text-align: center;
    /*width:35px !important;*/
}

    .SentToPharmacy-button-note:hover
    {
        text-decoration: none;
        color: #fff;
    }

.view-button-note
{
    background: none repeat scroll 0 0 #49B180;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 7px 5px;
    text-align: center;
}

    .view-button-note:hover
    {
        text-decoration: none;
        color: #fff;
    }

.message-board-btn {
margin-top: 0px;
height: 44px;
font-size: 15px;
line-height: 28px;
padding: 0px 10px;
border: 0px;
border-radius:5px !important;
}

.QueryList-sendbtn {
/*margin-top: 0px;
height: 26px;
font-size: 15px;
line-height: 28px;
padding: 0px 10px;
border: 0px;
border-radius:5px !important;*/
  margin-top: 0px;
  height: 24px;
  font-size: 13px;
  line-height: 0px;
  padding: 0px 7px !important;
  border: 0px;
  border-radius: 5px !important;
  width:52px;
  text-align:center;
}

.QueryList-sendbtn-1 {
  margin-top: 0px;
  height: 24px;
  font-size: 13px;
  line-height: 0px;
  padding: 12px 7px !important;
  border: 0px;
  border-radius: 5px !important;
  width: 52px;
  text-align: center;
}

.message-board-btn-new {
margin-top: 2px;
  height: 21px;
  font-size: 13px;
  line-height: 21px;
padding: 0px 10px;
border: 0px;
  border-radius: 5px !important;
  text-transform: uppercase;
  color: red;
}

.record-text-new {
    display:block;
    margin-left:0px;
    margin-top:5px;
    width:50%;
    float:left;
    font-size:16px;
    font-weight:600;

}

#message-dialog
{
    z-index: 999999 !important;
}

#message-dialog-container
{
    z-index: -2147483648;
}

#OrderMaintenance .dataTable .details td, #OrderMaintenance .dataTable .details th
{
    border: 1px solid #ddd;
}

.icon-pointer
{
    cursor: pointer;

}
#ProductImageRequestList .icon-pointer {
    position:relative;
}
#ProductImageRequestList .noteCount {
    top:6px;
    left:8px;
}
#ReserveStockList .icon-pointer {
    position:relative;
}
#ReserveStockList .noteCount {
    top:6px;
    left:8px;
}
#NegotiationList .icon-pointer {
    position:relative;
}
#NegotiationList .noteCount {
    top:6px;
    left:8px;
}

.radioMarginLeft
{
    margin-left:0px;
    float:right;
    width:81%;
}

.paperStackImage
{
    height: 20px;
    width: 20px;
}

.buttonMarginLeft
{
    margin-left: 30px;
}

.floatLeft
{
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    width:24px;
    height:24px;
}

.buttonDiv
{
   min-width: 220px;
float: left;
width: auto;
}

.buttonDivInside
{
    width: auto;
}

.buttonDivCS
{
    width: auto;
    float:left;
}

.buttonDivBackOffice {
    width: auto;
}

.PLS
{
    width: auto;
}

.trYellow.odd td, .trYellow.even td
{
    background: none repeat scroll 0 0 #F7F77F !important;
}

.trRed.odd td, .trRed.even td
{
    background: none repeat scroll 0 0 #F1AAAA !important;
}

.button-note1
{
    background: none repeat scroll 0 0 #B8B4B4;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 5px 5px;
    text-align: center;
}

.button-print1
{
    background: none repeat scroll 0 0 #B8B4B4;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    /*min-width: 90px;*/
    padding: 5px 5px;
    text-align: center;
}

.assigneeIcon
{
    width: 24px;
    height: 24px;
    font-size: 20px;
    cursor: pointer;
    display: block;
}

.colorBoxRed
{
    height: 20px;
    width: 20px;
    background-color: #F1AAAA;
    display: block;
    float: left;
    margin-right: 5px;
}

.colorBoxYellow
{
    height: 20px;
    width: 20px;
    background-color: #F7F77F;
    display: block;
    float: left;
    margin-right: 5px;
}

.iconColor
{
    color: #688E68;
}


.noteCountphbatch {
padding: 2px 0px;
  background-color: rgb(228,49,46);
border-radius: 20px !important;
position: absolute;
  top: 1px;
  
  border: rgb(228,49,46);
width: 20px;
height: 20px;
  font-size: 11px;
  color: white;
  text-align: center;
}

.noteCount {
    padding: 2px 0px;
    background-color: rgb(228,49,46);
    border-radius: 20px !important;
    position: absolute;
    top: 0px;
 
    border: rgb(228,49,46);
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: white;
    text-align: center;
}

.noteCountDynemically {
    padding: 2px 0px;
    background-color: rgb(228,49,46);
    border-radius: 20px !important;
    position: relative;
    top: -28px; 
    border: rgb(228,49,46);
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: white;
    text-align: center;
    z-index:99999;
}


.noteCountOrderDetail {
padding: 2px 0px;
  background-color: rgb(228,49,46);
border-radius: 20px !important;
position: absolute;
  top: -7px;
  right: 7px;
  border: rgb(228,49,46);
width: 20px;
height: 20px;
  font-size: 11px;
  color: white;
  text-align: center;
}

/*.noteCount_new {
padding: 3px 0px;
  background-color: #E7E7E9;
border-radius: 20px !important;
position: absolute;
  top: -7px;
  right: -17px;
  border: 2px solid red;
width: 22px;
height: 22px;
  font-size: 11px;
  color: #000;
  text-align: center;
}*/

/*-------------New Add CSS---21-1-2015-------------------------*/
.col-md-12-new
{
    float: left;
}

.Physician-main
{
    width: 100%;
    float: left;
}

.input-group.ls-group-input
{
    width: 100%;
}

.input-group.ls-group-input1
{
    width: 26%;
}

.input-group.ls-group-input2
{
    width: auto !important;
}

/*.fa.fa-dashboard
{
    display: none;
}*/

.fa.fa-clock-o
{
    display: none;
}

@media screen and (max-width: 480px)
{
    .jstree-default-responsive .jstree-anchor
    {
        font-size: 12px !important;
    }

    ul.mainNav.active li a span, ul.mainNav.active li a b .btn.btn-primary
    {
        width: 80%;
    }

    .search_text-outer
    {
        max-width: 300px;
    }

    .button-save
    {
        font-size: 12px;
        padding: 7px 8px;
    }

    .button-cancel
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px)
{
    .btn.btn-primary
    {
        width: 52%;
    }
}

@media screen and (max-width: 690px)
{
    form#ProductMaintenance .PMClass .form-group
    {
        width: 98%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px)
{
    .PMClass .form-group.chack-box
    {
        width: 100%;
    }

    .smalldropdown
    {
        width: 98%;
    }

    .message-board-btn
    {
        margin-top: -4px;
        height: auto;
        font-size: 13px;
        padding: 7px;
    }

    .DashboardMessageHeadingDiv
    {
        float: left;
    }

    .DashboardMessageButton
    {
        float: left;
    }

    #sample_reship_list_wrapper .button-save
    {
        font-size: 12px;
        padding: 2px 5px;
    }

    ul.mainNav.active > li:hover, ul.mainNav.active > li.check
    {
        /*width: 120px;*/
    }

    ul.mainNav.active ul
    {
        /*top: 0;
        left: 120px;*/
    }

    #switch .btnMargin
    {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

        #switch .btnMargin .col-md-4
        {
            width: 60%;
            float: left;
        }

        #switch .btnMargin .col-md-8
        {
            width: 10%;
            float: left;
        }
}

#switch .btnMargin
{
    float: left;
    margin-bottom: 7px;
    width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1024px)
{
    form#ProductMaintenance .PMClass .form-group.chack-box
    {
        width: 45% !important;
    }

    ul.mainNav.active ul
    {
        /*left: 120px;
        top: 0px;*/
    }

    ul.mainNav.active > li:hover, ul.mainNav.active > li.check
    {
        /*width: 120px;*/
    }

    .row-fluid .span6
    {
        width: 43.7%;
    }

    .availabePhysician
    {
        overflow-x: scroll;
    }

    .fool-border
    {
        width: 92%;
    }

    .col-md-12-new
    {
        float: left;
    }

    .Physician-main
    {
        width: 100%;
        float: left;
    }

    div#order-note-dialog div.modal-dialog
    {
        width: 92% !important;
    }

    div#message-dialog div.modal-dialog
    {
        width: 92% !important;
    }

    .form-group
    {
        float: left !important;
        margin: 10px;
    }
}

.checkboxInnerListbox
{
    overflow-y: scroll;
    width: 208px;
    height: 130px;
    border: 1px solid;
}

#myModalBatchDetail
{
    z-index: 99999 !important;
}

#myModalUpload
{
    z-index: 999999999 !important;
}






/********************** ICONS ************************************ **/

.promotion-icon-s
{
    background: url(Icons/addpromotion-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.promotion-icon-m
{
    background: url(Icons/addpromotion-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.promotion-icon-l
{
    background: url(Icons/addpromotion-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.promotion-icon-l-1
{
    background: url(Icons/addpromotion-4.png) no-repeat;
    width: 64px;
    height: 64px;
}

.cancel-icon-s
{
    background: url(Icons/cancel-order-internal-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.cancel-icon-m
{
    background: url(Icons/cancel-order-internal-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.cancel-icon-l
{
    background: url(Icons/cancel-order-internal-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.cancellation-icon-s
{
    background: url(Icons/cancellation-client-request-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.cancellation-icon-m
{
    background: url(Icons/cancellation-client-request-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.cancellation-icon-l
{
    background: url(Icons/cancellation-client-request-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.del-icon-s
{
    background: url(Icons/delete-1.png) no-repeat;
    width: 16px;
    height: 20px;
}

.del-icon-m
{
    background: url(Icons/delete-2.png) no-repeat;
    width: 24px;
    height: 30px;
}

.del-icon-l
{
    background: url(Icons/delete-3.png) no-repeat;
    width: 32px;
    height: 40px;
}

.edit-icon-s
{
    background: url(Icons/edit-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.edit-icon-m
{
    background: url(Icons/edit-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.edit-icon-l
{
    background: url(Icons/edit-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.hold-icon-s
{
    background: url(Icons/hold-1.png) no-repeat;
    width: 15px;
    height: 17px;
}

.hold-icon-m
{
    background: url(Icons/hold-2.png) no-repeat;
    width: 20px;
    height: 24px;
}

.hold-icon-l
{
    background: url(Icons/hold-3.png) no-repeat;
    width: 27px;
    height: 32px;
}

.hold-icon-l-1
{
    background: url(Icons/hold-3.png) no-repeat;
    width: 53px;
    height: 64px;
}

.nego-icon-s
{
    background: url(Icons/negotiate-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.nego-icon-m
{
    background: url(Icons/negotiate-1.png) no-repeat;
    width: 24px;
    height: 24px;
}

.nego-icon-l
{
    background: url(Icons/negotiate-1.png) no-repeat;
    width: 32px;
    height: 32px;
}

.nego-icon-l-1
{
    background: url(Icons/negotiate-1.png) no-repeat;
    width: 64px;
    height: 64px;
}

.oth-icon-s
{
    background: url(Icons/other-document-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.oth-icon-m
{
    background: url(Icons/other-document-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.oth-icon-l
{
    background: url(Icons/other-document-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.send-icon-s
{
    background: url(Icons/send-to-doctor-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.send-icon-m
{
    background: url(Icons/send-to-doctor-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.send-icon-l
{
    background: url(Icons/send-to-doctor-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.send-icon-l-1
{
    background: url(Icons/send-to-doctor-4.png) no-repeat;
    width: 64px;
    height: 64px;
}

.ship-icon-s
{
    background: url(Icons/ship-when-available-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.ship-icon-m
{
    background: url(Icons/ship-when-available-1.png) no-repeat;
    width: 24px;
    height: 24px;
}

.ship-icon-l
{
    background: url(Icons/ship-when-available-1.png) no-repeat;
    width: 32px;
    height: 32px;
}

.ship-icon-l-1
{
    background: url(Icons/ship-when-available-1.png) no-repeat;
    width: 64px;
    height: 64px;
}

.sign-icon-s
{
    background: url(Icons/sign-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.sign-icon-m
{
    background: url(Icons/sign-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.sign-icon-l
{
    background: url(Icons/sign-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.uk-icon-s
{
    background: url(Icons/uk-rx-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.uk-icon-m
{
    background: url(Icons/uk-rx-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.uk-icon-l
{
    background: url(Icons/uk-rx-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.view-patient-icon-s
{
    background: url(Icons/view-patient-profile-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.view-patient-icon-m
{
    background: url(Icons/view-patient-profile-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.view-patient-icon-l
{
    background: url(Icons/view-patient-profile-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.order-down-icon-s
{
    background: url(Icons/view-patient-profile-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.order-down-icon-m
{
    background: url(Icons/view-patient-profile-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.order-down-icon-l
{
    background: url(Icons/view-patient-profile-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.nor-order-icon-s
{
    background: url(Icons/normal-order-1.png) no-repeat;
    width: 16px;
    height: 24px;
}

.nor-order-icon-m
{
    background: url(Icons/normal-order-2.png) no-repeat;
    width: 24px;
    height: 36px;
}

.nor-order-icon-l
{
    background: url(Icons/normal-order-3.png) no-repeat;
    width: 32px;
    height: 48px;
}

.reship-icon-s
{
    background: url(Icons/reship-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.reship-icon-m
{
    background: url(Icons/reship-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.reship-icon-l
{
    background: url(Icons/reship-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.rele-stock-icon-s
{
    background: url(Icons/relex-stock-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.rele-stock-icon-m
{
    background: url(Icons/relex-stock-2.jpg) no-repeat;
    width: 31px;
    height: 24px;
}

.rele-stock-icon-l
{
    background: url(Icons/relex-stock-3.jpg) no-repeat;
    width: 32px;
    height: 25px;
}

.reject-icon-s
{
    background: url(Icons/reject-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.reject-icon-m
{
    background: url(Icons/reject-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.reject-icon-l
{
    background: url(Icons/reject-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.accept-icon-s
{
    background: url(Icons/accept-1.png) no-repeat;
    width: 16px;
    height: 11px;
}

.accept-icon-m
{
    background: url(Icons/accept-2.png) no-repeat;
    width: 24px;
    height: 16px;
}

.accept-icon-l
{
    background: url(Icons/accept-3.png) no-repeat;
    width: 32px;
    height: 22px;
}

.reprocess-order-s
{
    background: url(Icons/reprocess-order-1.png) no-repeat;
    width: 16px;
    height: 16px;
}

.reprocess-order-m
{
    background: url(Icons/reprocess-order-2.png) no-repeat;
    width: 24px;
    height: 24px;
}

.reprocess-order-l
{
    background: url(Icons/reprocess-order-3.png) no-repeat;
    width: 32px;
    height: 32px;
}

.error-log-s
{
    background: url(Icons/error-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.error-log-m
{
    background: url(Icons/error-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.error-log-l
{
    background: url(Icons/error-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.send-doc-s
{
    background: url(Icons/sen-doc-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.send-doc-m
{
    background: url(Icons/sen-doc-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.send-doc-l
{
    background: url(Icons/sen-doc-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.send-med-s
{
    background: url(Icons/sen-med-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.send-med-m
{
    background: url(Icons/sen-med-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.send-med-l
{
    background: url(Icons/sen-med-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.send-client-s
{
    background: url(Icons/sen-cli-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.send-client-m
{
    background: url(Icons/sen-cli-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.send-client-l
{
    background: url(Icons/sen-cli-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.sen-cus-s
{
    background: url(Icons/sen-cus-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.sen-cus-m
{
    background: url(Icons/sen-cus-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.sen-cus-l
{
    background: url(Icons/sen-cus-1.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.query-s
{
    background: url(Icons/query-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.query-m
{
    background: url(Icons/query-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.query-l
{
    background: url(Icons/query-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}

.precrip-s
{
    background: url(Icons/pre-icon-1.jpg) no-repeat;
    width: 16px;
    height: 16px;
}

.precrip-m
{
    background: url(Icons/pre-icon-2.jpg) no-repeat;
    width: 24px;
    height: 24px;
}

.precrip-l
{
    background: url(Icons/pre-icon-3.jpg) no-repeat;
    width: 32px;
    height: 32px;
}
.download_button {
    background-color: #49b180;
    display: table-cell;
    color: #FFF;
    background-image: url(StatusIcon/od-icon-1.png);
    padding: 0px 10px 0px 20px;
    background-repeat: no-repeat;
    background-position: 6px;
    text-align: center;
}
.dashboard {
    color: #49b180;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
}
.top-dashboard {
    background: none repeat scroll 0 0 #f3f5f6;
    border-bottom: 1px solid #dee4e8;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.current-status-widget {
    margin-bottom: 0px;
    overflow: hidden;
}
.col-lg-12.message-btn-outer-home {
    padding: 0px;
    text-align: left;
    margin-top: 0px;
}
    .col-lg-12.message-btn-outer-home #btnRefreshNote.btn, .addmsg {    background: none !important;
      background: none !important;
      border: medium none;
      border-radius: 3px !important;
      color: #445788 !important;
      float: left;
      font-size: 15px;
      margin-right: 50px;
      margin-top: 20px;
      padding: 4px 10px;
      font-weight: bold;
    }
 .col-lg-12.message-btn-outer-home #btnViewAllNote.btn, .addmsg {    background: none !important;
  background: none !important;
  border: medium none;
  border-radius: 3px !important;
  color: #445788 !important;
  float: left;
  font-size: 15px;
  margin-right: 50px;
  margin-top: 20px;
  padding: 4px 10px;
  font-weight: bold
    }


.addmsg:hover { background: none !important;
}
.refresh:hover { background: none repeat scroll 0 0 #e93a46 !important;
}
.refresh {
        background: none repeat scroll 0 0 #d1202d !important;
          border: medium none;
          border-radius: 10px !important;
          color: #fff !important;
          font-size: 13px;
          padding: 1px 8px;
          float: left;
          margin-right: 10px;
          margin-top: 25px;
}
    .col-lg-12.message-btn-outer-home #btnViewAllNote.btn  {    border: medium none;
    border-radius: 3px !important;
  color: #445788 !important;
    float: left;
  font-size: 15px;
  margin-right: 50px;
  margin-top: 20px;
  padding: 4px 10px;
  font-weight: bold;
    
    }
.clientrequests .panel-body {
    min-height: 224px;
}
.clientrequests, .clientrequests1 {
    margin-bottom: 15px;
}
span.up-green {      border-radius: 6px;
    color: #445889;
    padding: 4px 0px;
    
    display: block;
    text-align: left;
}
span.up-green i.fa.fa-level-up { color:#d1202d;
}
span.up-green_IN {      border-radius: 6px;
    color: #445889;
    padding: 4px 0px;
    
    display: block;
    text-align: left;
}
span.up-green_IN i.fa.fa-level-up:before { color:#13a375;
}

span.down-red {  
    border-radius: 6px;
    color: #445889;
    padding: 4px 0px;
   
    display: block;
    text-align: left;
}
span.down-red i.fa.fa-level-down { color: #13a375;}
.leftgraphimg {
    float: left;
    margin-left: -14px;
}

span.down-red_IN i.fa.fa-level-down { color: red;}
.leftgraphimg {
    float: left;
    margin-left: -14px;
}

.header-magges-outer {
    float: left;
    margin-top: 10px;
}
#scrollMessage .Msgboard-image > img {
    border-radius: 50%;
    width: 100%;
    border: 1px solid #ccc;
}
#scrollMessage .DashboardMessageColorLeft .Msgboard-image {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
#scrollMessage .DashboardMessageColorRight .Msgboard-image {
    float: right;
    height: 50px;
    margin-left: 10px;
    width: 40px;
}

.Order-Counts {
    min-height: 303px;
}
.DashboardMessageFont.message-name {
    color: #445889;
    font-size: 14px;
}
.messageBoard.row {
   
}
.ClientPriceUpdates {
    min-height: 323px;
}


.clint-order-issues .pie-widget {
    padding: 0px !important;
}
.noteBoard .DashboardMessageColorRight {  background: none;
                                          text-align: left;
}

#ddlsearchType {
   margin-bottom : 4px;
}

#SearchGrid {
   margin-top : 4px;
}

#hideMore, #hideMoreNote {
    text-align: center;
}
#order-note-dialog {
    z-index: 99999999 !important;
}
#myModalUpload {
    z-index: 999999999 !important;
}
#myModalIFram {
    z-index: 99999999999 !important;

}
.pagination-container { float: right;
}
.pagination-container ul { margin:0px;
    }
.pagination-container {
        float: right;
    }

    .pagination {
        margin: 0px;
    }

    #tempID_info {
        display: none;
    }
.modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000000;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    .modal {
        /*position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1050;
        overflow: auto;
        margin: -50px 0 0 -50px;
        border: 1px solid #fff;
        background: #fff;
        border-radius: 5px;
        padding: 0px 10px;
        border: 1px solid #ccc;*/
        /*position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1050;
        overflow: auto;
        margin: -50px 0 0 -50px;*/
    }

    #spinnerImg
    {
            z-index:3;
            left:50%;
            top:50%;
            opacity:1;
            position:absolute;
    }
      .labelaccept
    {
        color: green;
        font-weight: bold;
    }

    .labelreject
    {
        color: red;
        font-weight: bold;
    }

       .dataTables_wrapper
    {
        clear: both;
        min-height: 230px;
        position: relative;
}
.fa-pencil {
    color: #000;
}
.input-group-addon {
    cursor: pointer;
}
.message-dialog-outer { float:none; margin: 5% auto auto auto; 
}
    .message-dialog-outer .modal-header { float: right;
margin-top: -28px;
margin-right: -15px;
    }
ul.mainNav li li a {
    color: #fff;
}
ul.mainNav li ul.open li a {
    color: #484848;
}
.banner-image img{
    width:100%;
}

#message-detail-dialog {
    z-index: 9999999999 !important;
}
.ProdutMaintainancebtn {
    margin-top:30px;
    float:left;
}
.divSort { float: right;
  margin: 0px;
  padding: 0px;
  display: block;
  
}
.divSort a {   float: left;
  clear: both;
  height: 8px;
  display: block;
  vertical-align: top;
  line-height: 8px;
  padding: 0px;
  margin: 0px;
  display:none;
    }
 .divSort a .fa-sort-desc { display: block;
    height: 8px;
    line-height: 6px;
    }
.divSort a .fa-sort-up{ display: block;
    height: 8px;
    line-height: 14px;
    }
#note-dialog {
      z-index: 999999999999999999999999 !important;
}
.top-navigation ul li a.ProfileImage { padding:7px 15px;}
.phone-nav-box .phone-nav-control { color:#49B180; padding: 0px;}
.phone-nav-box.visible-xs { text-align: center;}

.bar_chart_canvas_box > img {
    max-width: 258px;
    width: 100%;
}

#idPrintUK, #idPrintUS { display:block; min-width:53px;}
#idPrintUK1, #idPrintUS1 { display:block; min-width:53px; float:left}
#idPrintOD, #idPrintPS { display:block; min-width:85px; }
#idPrintALL { display: block; max-width: 60px; min-width: 60px; margin-bottom: 5px; margin-left: auto; margin-right: auto; }
#printInfoID { display: block; max-width: 60px; min-width: 60px; margin: auto; }
body.login-form-body .login-outer { background:url(../images/login-page-cent-bg.png) repeat;  margin: -152 auto auto auto;
    padding: 15px 0px;
    position: absolute;
    top: 50%;
    width: 100%;}
#Login .input-group input{ background: none repeat scroll 0 0 #273375;
    border: medium none;
    border-radius: 6px !important;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 45px; font-family: "Futura";}
#Login .login-chk-box input{ height:auto;}
#Login .login-chk-box{ color: #818080;
    float: left;
    text-align: left;
    width: 50%;}
body.login-form-body .login-btn-box a{ width:100%; color: #818080;}
body.login-form-body input.ls-group-input, .ls-group-input{ margin-bottom10px;}
body.login-form-body .login-Version{ text-align:center;}
form#Login { margin-bottom: 0;}
.client-top-banner-outer{ padding:10px 0px; background:#E7E7E9;}
.top-user-name-outer{ text-align:left;}
.client-top-banner-outer .pie-widget p { display: block;
margin-bottom: 0px;
font-size: 14px;
line-height: 18px;
color: #fff;}
.clint-order-issues{ }
.clint-order-issues ul{ color:#fff; margin:0px; padding:0px;}
.clint-order-issues ul li{ background:#C1C1C4; color:#fff; list-style:none; padding:5px 5px; margin-top:10px; border-radius:3px;}
.clint-order-issues1 ul li{ background:#C1C1C4; color:#fff; list-style:none; padding:90px 17px; margin-top:10px; border-radius:3px;}
.clint-order-issues ul li:first-child{ margin-top:0px;}
.clint-order-issues ul li a{ display:block; color:#fff}
.clint-order-issues1 ul li a{ display:block; color:#fff}
.clinet-top-row-outer-1 .col-md-4 { margin:0px; padding:0px;}
.clinet-top-row-outer-1 .clinet-top-row-inner-1 .panel-heading{ border-radius:6px 0px 0px 6px !important}
.clinet-top-row-outer-1 .clinet-top-row-inner-3 .panel-heading{ border-radius:0px 6px 6px 0px !important}
.clinet-top-row-outer-1 .clinet-top-row-inner-4 .panel-heading{ border-radius:0px 0px 0px 0px !important}
.clinet-top-row-outer-1 .clinet-top-row-inner-1 .panel-body{ border-right:2px solid #E0E0E3 }
.clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-body{ border-right:2px solid #E0E0E3}
.clinet-top-row-outer-1 .clinet-top-row-inner-4 .panel-body{ border-right:2px solid #E0E0E3 }
.clientrequests1.clinet-top-row-outer-1{ overflow:hidden;}
.logo-client-page .header-logo { width: 310px;
height: 92px;
display: block;
margin-bottom: 14px; margin-top:0px;}
.logo-client-page .header-logo a{ display:block; width:100%; height:100%;}
.logo-client-page a h1 { background:url(../images/logo-inner.png) no-repeat; width:100%; height:100%; display:block; font-size:0px; margin:0px; background-size:contain;}
.top-login-name {
    background: #fff;
    margin-bottom: 10px;
}
ul.mainNav li ul li a:hover{ color:#fff;}
ul.mainNav li ul li a { color:#fff !important}
ul.mainNav.active li li:hover, ul.mainNav.active li li.check { color:#fff !important; background:#818080 !important}
body.ClientDashboard .navigation .header-logo{ display:none;}
body.ClientDashboard table.table-bordered {  border: none;}
body.ClientDashboard table.table-bordered thead tr th{  border: none; color:#fff; padding:0px;}
body.ClientDashboard table.table-bordered tbody tr td { border: none; padding:10px 0px;}
.classGbp {
       background-color: #00247d;
    border-radius: 6px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 12px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom:3px;
    outline: medium none;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    }
.top-login-right ul.social-icon li.active .classGbp{ background-color: #d1202d;}
.classGbp p { line-height: 14px;
    margin-bottom: 0;
    width: 100%; font-size:11px;}
a.home-text-logo {  font-size: 0px !important;
    font-family: 'Futura', Open Sans;
    color: #f2f2f2 !important;
    margin:4px 10px 0 0 !important;
    padding: 0 !important;
    line-height: 28px !important;
    text-transform: uppercase;
    background: url(../images/logologin.png) no-repeat; 
    background-size: contain;
    width: 100%;
    height: 100% ; display:block !important; width:115px !important;  margin-right: 10px;}
 a.home-text-logo:hover {  font-size: 0px !important;
    font-family: 'Futura', Open Sans;
    color: #f2f2f2 !important;
    margin: 4px 0px 0px 0;
    padding: 0 !important;
    line-height: 28px !important;
    text-transform: uppercase;
    background: url(../images/logologin.png) no-repeat !important; 
    background-size: contain !important;
    width: 100%;
    height: 100%; display:block; width:115px; margin-right: 10px; }
body.SystemAdmin .clint-order-issues ul li, body.Customerservice .clint-order-issues ul li{ float: left;
    margin-left: 10px;
    margin-top: 0;
    max-width: 200px;
    min-width: 200px;
    vertical-align: middle; margin-top:8px;}
body.SystemAdmin .clint-order-issues ul li .pie-widget {}
body.SystemAdmin .clint-order-issues{ margin-top:0px;}
body.SystemAdmin .client-top-banner-outer .pie-widget p {}

body.ClientDashboard #ProdRequestGrid, body.ClientDashboard #getNegotiationsDetail, body.ClientDashboard #getProductReservationDetail, body.ClientDashboard #getProductUpdateDetail,
body.ClientDashboard #cancellationrequests {/* border: medium none !important;
    border-radius: 8px !important;
    display: block;
    font-size: 12px;
    padding: 4px 5px;
    text-transform: uppercase;
    width: 75px;*/ float:right}
.btn-bottom-text {display: block;
    font-size: 12px;
    width: 100%; line-height: 12px;}
body.ClientDashboard .panel-default > .panel-heading { border-radius:0px;}

.logo-admin-page .header-logo { display: block;
    height: 70px;
    margin-bottom: 24px;
    margin-top: 0;
    width: 100%;}
.logo-admin-page .header-logo a{ display:block; width:100%; height:100%;}

.logo-admin-page .Pharmacy-header-logo { display: block;
    height: 70px;
    margin-bottom: 24px;
    margin-top: 0;
    width: 113%;}
.logo-admin-page .Pharmacy-header-logo a{ display:block; width:100%; height:124%;}
.logo-admin-page a h1 { background:url(../images/logo-inner.png) no-repeat; width:100%; height:100%; display:block; font-size:0px; margin:0px; background-size:contain;}
.admin-sales-volume{ background:#fff;}
#membersdetails > img { height: 100%;
    width: 100%;
    max-width: 50px;
    max-height: 50px;}
#membersdetails{ margin-right: 50px;}
 body.Customerservice .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-heading{ border-radius: 0px 6px 6px 0px !important}
body.SystemAdmin .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-body, body.Customerservice .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-body { border-right:0px;}
body.SystemAdmin .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-heading, body.SystemAdmin .clinet-top-row-outer-1 .clinet-top-row-inner-3 .panel-heading  {
    border-radius: 0px 0px 0px 0px !important;
}


body.ProjectManager .clint-order-issues ul li{    float: left;
    margin-left: 5px;
    margin-top: 0;
    max-width: 110px;
    min-height: 80px;
    min-width: 100px;
    vertical-align: middle;
    padding: 10px 2px;}
body.ProjectManager .clint-order-issues ul li:first-child { margin-left:0px;}
body.ProjectManager .client-top-banner-outer .pie-widget p {}
body.ProjectManager .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-heading{ border-radius: 0px 6px 6px 0px !important}
body.ProjectManager .clinet-top-row-outer-1 .clinet-top-row-inner-2 .panel-body { border-right:0px;}
.client-chk-outer span { float: left;
    margin-left: 4px;
    line-height: 22px;}
.client-chk-outer input { float:left;}

.lbloutofstock {
    background: #D1202D;
    color: #fff;
      float: left;
  border-radius: 6px;
  padding: 1px 6px;
  margin: 3px;
    margin-bottom: 4px;
}
.pagination > li > a {
    margin-left: 5px;
}
.table-bordered > tbody > tr.odd{ background:#E7E7E9;}
body.ProductMaintenance #txtProductName_Search.form-control {
    margin-top: 12px;
}
.client-top-banner-outer .clint-order-issues ul li { background:#838485; color:#fff; list-style:none; padding:10px 5px; margin-top:17px; border-radius:3px;}
.client-top-banner-outer .status-count { font-size:18px; line-height:22px;}


.client-top-banner-outer .clint-order-issues-GD ul li { background:#838485; color:#fff; list-style:none; padding:10px 5px; margin-top:17px; border-radius:3px;}
 

div.dataTables_info { padding-top:0px;}

.productChk {
    float:left;
}
.producthlabel-line-Height {
    line-height:15px;
}

.patient-birth-validation {
    display: block;
    left:0px;
   position: absolute;
   bottom: -22px;
}
/*--------------------new-css-add-22-05-2015---------------*/
.classGbp a{
    cursor:pointer;
    padding:0px !important;
    line-height:0 !important;
    font-size:12px !important; 
}

.newpagination {
      float: right;
  margin: 0 -42px 0 0;

}

.uploadfile-client{
  font-size: 13px;
  margin-left: 20px;
  margin-top: -16px;
  display: block;
  text-align: center;
  width: 100%;
}

.newbtnshape {
   /* margin-right: -7px; */
  padding: 6px 10px;
  margin: 4px 0 0 5px !important;
  border-radius: 10px !important;
  background: #ccc;
  color: #455789;
  background: #c0bfc4;
    
}
.newbtnshape:hover {
  color: #fff;
  background: #455789;
  
}
.clientrequests, .clientrequests2 {
    margin-bottom:-5px;
}

.querylistbtn-margin{
    font-size: 20px;
  margin: 10px 0 0 0;
}

.order-header-buttons {
    margin-right: -6px; 
    padding: 1px 10px;
}

.Activatebtn {
    color:gray;
}
.margin-top-query {
    margin-top:3px;
}

/*--------------add radio button design------------------*/
input[type=checkbox]#chlShowHideGeneric:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chlShowHideGeneric:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -150px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 15px;
}

input[type=checkbox]#chlShowHideGeneric:not(old):checked + input + label{
  background-position : 0 -24px;
}


/*fav. tag in product maintenance*/
input[type=checkbox]#chkFavouriteTagged_Search:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkFavouriteTagged_Search:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -60px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 15px;
  float:left;
}

input[type=checkbox]#chkFavouriteTagged_Search:not(old):checked + input + label{
  background-position : 0 -24px;
}


/*fav on class*/
input[type=checkbox]#chkFavouriteTagged_Search1:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkFavouriteTagged_Search1:not(old):not(old) + input + label{
   display: inline-block;
  margin-left: -135px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}

input[type=checkbox]#chkFavouriteTagged_Search1:not(old):checked + input + label{
  background-position : 0 -24px;
}



/*my prod in product maintenance*/
input[type=checkbox]#chkDrugCard_Search:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkDrugCard_Search:not(old):not(old) + input + label{
   display: inline-block;
  margin-left: -100px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
  width: 30px;
  height: 22px;
  margin-top: 15px;
}

input[type=checkbox]#chkDrugCard_Search:not(old):checked + input + label{
  background-position : 0 -24px;
}

/**UK and US**/

/*input[type=radio]#rdbUK:not(old), input[type=radio]#rdbUS:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbUK:not(old) + label, input[type=radio]#rdbUS:not(old) + label{
   display: inline-block;
  margin-left: -35px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
  width: 30px;
  height: 22px;
  margin-top: 1px;
}*/

 
input[type=radio]#rdbBarCode:not(old), input[type=radio]#rdbBarCode:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  height: 23px;
}

input[type=radio]#rdbBarCode:not(old) + label, input[type=radio]#rdbBarCode:not(old) + label{
   display: inline-block;
  margin-left: -32px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
  width: 30px;
  height: 22px;
  margin-top: 1px;
}

input[type=radio]#rdbBarCode:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#rdbUK:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbUK:not(old) + label{
     display: inline-block;
  margin-left: -33px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -1px;
}

input[type=radio]#rdbUK:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#rdbUS:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbUS:not(old) + label{
    display: inline-block;
  margin-left: -35px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -2px;
  position: relative;
}

input[type=radio]#rdbUS:not(old):checked + label{
  background-position : 0 -48px;
}





/*----rdbProductName-----*/
input[type=radio]#rdbProductName:not(old){
  width   : 28px;
  margin  : 0 0 0 -114px;
  padding : 0;
  opacity : 0;
  height: 23px;
}

input[type=radio]#rdbProductName:not(old) + label{
  display: inline-block;
  margin-left: -114px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 24px;
  width: 30px;
  height: 22px;
  margin-top: 1px;
  float: left;
}

input[type=radio]#rdbProductName:not(old):checked + label{
  background-position : 0 -48px;
}
/*Active*/
.new-span-txt-3 {
    margin: 3px 108px 0 0;
    display: block;
    float: right;
}
.new-span-txt-2 {
    margin: 3px -10px 1px -42px;
    display: block;
    float: left;
}

input[type=radio]#rdbActive:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbActive:not(old) + label{
    display: inline-block;
  margin-left: 4px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#rdbActive:not(old):checked + label{
  background-position : 0 -48px;
}

/*Inbox and outbox of ordernote*/
input[type=radio]#allrdb:not(old){
   width: 28px;
  margin: -24px 0 0 0;
  padding: 0;
  opacity: 0;
  height: 28px;
  display: block;
}

input[type=radio]#allrdb:not(old) + label{
   
  margin-left: 0px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -26px;
  display: block;
}

input[type=radio]#allrdb:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#ordinboxrdb:not(old){
    width: 28px;
  margin: -23px 0 0 -30px;
  padding: 0;
  opacity: 0;
  height: 25px;
  display: block;
}

input[type=radio]#ordinboxrdb:not(old) + label{
  margin-left: -31px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -24px;
  display: block;
}

input[type=radio]#ordinboxrdb:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#ordoutboxrdb:not(old){
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  margin: -24px 0 0 -53px;
  display: block;
  height: 23px;
}

.messagea1 {
      margin: 0 0 0 30px;
  display: block;
}
.messagea2 {
  display: block;
}
.messagea3 {
  display: block;
  margin-left: -23px;
}

input[type=radio]#ordoutboxrdb:not(old) + label{
      display: block;
  margin-left: -54px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#ordoutboxrdb:not(old):checked + label{
  background-position : 0 -48px;
}



/*Rdio order and line of ord mgt in backoffice*/


input[type=radio]#rdbOrder:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

    input[type=radio]#rdbOrder:not(old) + label {
        display: inline-block;
        margin-left: -107px;
        padding-left: 12px;
        background: url('../images/checks.png') no-repeat 0 0;
        line-height: 0;
        width: 30px;
        height: 22px;
        margin-top: 0px;
    }
input[type=radio]#rdbOrder:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#rdbLine:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}



input[type=radio]#rdbLine:not(old) + label{
    display: inline-block;
  margin-left: -96px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -1px;
}

input[type=radio]#rdbLine:not(old):checked + label{
  background-position : 0 -48px;
}

.CD-Radio-1 {
    display: block;
    margin-top: -32px;
    margin-left: 57px;
}

/**rdbOutstanding**/

input[type=radio]#rdbOutstanding:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbOutstanding:not(old) + label{
   display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
}

input[type=radio]#rdbOutstanding:not(old):checked + label{
  background-position : 0 -48px;
}

/**rdbStatusAll**/

input[type=radio]#rdbStatusAll:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbStatusAll:not(old) + label{
   display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
}

input[type=radio]#rdbStatusAll:not(old):checked + label{
  background-position : 0 -48px;
}

/**All**/

input[type=radio]#rdbAll:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbAll:not(old) + label{
   display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#rdbAll:not(old):checked + label{
  background-position : 0 -48px;
}

/***txtQueryForCs***/

input[type=radio]#txtQueryForClient:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtQueryForClient:not(old) + label{
   display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#txtQueryForClient:not(old):checked + label{
  background-position : 0 -48px;
}

/***txtAllQuery***/
input[type=radio]#txtAllQuery:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtAllQuery:not(old) + label{
   display: inline-block;
  margin-left: -45px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
  float: left;
}

input[type=radio]#txtAllQuery:not(old):checked + label{
  background-position : 0 -48px;
}

/***txtAllOrder***/
input[type=radio]#txtAllOrder:not(old){
  width   : 28px;
  margin  : -14px 0 0 -35px;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtAllOrder:not(old) + label{
   display: inline-block;
  margin-left: -37px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -18px;
  float:left;
}

input[type=radio]#txtAllOrder:not(old):checked + label {
    background-position: 0 -48px;
}
.new-span-txt-all-order {
    margin:  0;
    display: block;
   
    padding-left: 0px;
}


/***txtQueryForCs***/
input[type=radio]#txtQueryForCs:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtQueryForCs:not(old) + label{
   display: inline-block;
  margin-left: 0px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}
@-moz-document url-prefix() { 
  input[type=radio]#txtQueryForCs:not(old) + label  {
      margin-top: 0px !important;
  }
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=radio]#txtQueryForCs:not(old) + label { margin-top: 0px !important;  }
}
input[type=radio]#txtQueryForCs:not(old) + label{
  margin-top: -8px; /* Only works in IE10 */
}

input[type=radio]#txtQueryForCs:not(old):checked + label{
  background-position : 0 -48px;
}

/***Inbox****/
input[type=radio]#idinbox:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#idinbox:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
    margin-bottom: 13px;
}

input[type=radio]#idinbox:not(old):checked + label{
  background-position : 0 -48px;
}



/*--------------end radio button design------------------*/

.prductreq-name-margin {
    margin-left:30px;
}

.preodnego-gridtextbox {
       
      background: #ECEDED;
      border: 0px;
      border-radius: 7px;
      margin: 2px;
}

.clientrequests3 {
    margin-top:-8px;
}

.doubleline-heading {
      width: 93px;
  text-align: center;
  line-height: 15px;
}

.editproduct {
      width: 200px;
     border: 1px solid#ccc;
}

.editiconbtn {
    margin-right: 296px;
  display: none;
  float: right;
  margin-top: -26px;
  display:block;
}

.textgreen {
    color:green;
    display:block
}
/***************************************************************/
.top-right-btn {
    float:right;
}
.top-left-btn {
    margin-left:-45px;
}
.top-left-btn11 {
    margin-left:-13px;
}
.top-left-paddingtext1 {
     padding-left:15px !important;
   
}
.clear-1css {
    width:16px;
}
.font-left-size12 {
   font-size:12px !important;
   font-weight:normal;
}

.top-left-btn60 {
    margin-left:-60px;
}
.btn-upload-colour {
   background-color: #445889;
}

input[type=radio]#ClientAdvanceRDBtn:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#ClientAdvanceRDBtn:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}

input[type=radio]#ClientAdvanceRDBtn:not(old):checked + label{
  background-position : 0 -48px;
}
input[type=radio]#ClientNormalRDBtn:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#ClientNormalRDBtn:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}

input[type=radio]#ClientNormalRDBtn:not(old):checked + label{
  background-position : 0 -48px;
}
input[type=radio]#clntsalepriceid:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#clntsalepriceid:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}

input[type=radio]#clntsalepriceid:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#mstersaleprice:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#mstersaleprice:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 0px;
}

input[type=radio]#mstersaleprice:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#searchMenu_allowNull:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#searchMenu_allowNull:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -2px;
}

input[type=radio]#searchMenu_allowNull:not(old):checked + label{
  background-position : 0 -48px;
}
 


input[type=radio]#txtGenderMale:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtGenderMale:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top:2px;
}

input[type=radio]#txtGenderMale:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#txtGenderFemale:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtGenderFemale:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 2px;
}

input[type=radio]#txtGenderFemale:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#txtHuman:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtHuman:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 2px;
}

input[type=radio]#txtHuman:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#txtVet:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtVet:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 2px;
}

input[type=radio]#txtVet:not(old):checked + label{
  background-position : 0 -48px;
}


.btn-reserve {
     /*background: none repeat scroll 0 0 #49B180;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 0px 5px;
  text-align: center;
  width: 82px;
  margin: 2px 0;*/
}

.link-color {
    color:#8BAAF9 !important;
}

.prodreserve-grid-date {
    width:50%;
}

.ReservePending {
      border: 1px solid;
      padding: 0px;
      border-color: #455889;
      border-radius: 5px;
      font-size:11px;
      width:94px;
      display:block;
      text-align:center;
}

.ReservePending-1 {
     border: 1px solid;
      padding: 0px;
      border-color: #455889;
      border-radius: 5px;
      font-size:12px;
      width:94px;
      display:block;
      text-align:center;
}
.LineReserved {
    border: 1px solid;
  padding: 0px 4px;
  border-color: #455889;
  border-radius: 5px;
  width: 101px;
  background-color: #455889;
  color: white;
  width:94px;
}

.alltableth {
    padding-left:10px !important;
}

.table-margin-bottom {
    margin-bottom:16px;
}

.clear-1css {
    width:16px;
}

.margintopclass {
    margin-top:6px;
}
.margintopclass2 {
    margin-top:7px;
}

.fontstyle {
  font-weight: bold !important;
  font-size: 15px !important;
}

.OCR-style {
      background-color: #d1202d;
      border: medium none !important;
      border-radius: 8px !important;
      font-size: 12px;
      padding: 0px 5px;
      text-transform: uppercase;
      display: block;
      width: 75px;
      text-align: center;
      color: white;
}

.lblsp {
      background: #c1c1c4;
      color: #fff;
      float: left;
      border-radius: 6px;
      padding: 1px 6px;
      margin: 3px;
}

.productlevel-green {
    color:#20a376 !important;
}

.orderlevel-green {
    color:black !important;
}

.marginrecordcount-popup {
     margin-top:30px !important;
}

.negotiatepopup {
      margin: -36px 0 20px 240px;
}

.negotiatebutton {
      margin-top: -50px !important;
        margin-left: -130px !important;
}

.btheight {
    height:45px;
}

.negotiatesuccess {
    font-size: 20px;
    color: #455889;
    clear: both;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

.centeralignimg {
    text-align:center;
    margin-top:14px;
}

.successcolor {
    background-color:#e3e3e3;
}

.producatmargin1 {
    margin-top: 12px;
}

.producatmargin2 {
    margin-top: -22px;
}

.producatmargin3 {
    margin-top: -6px;
}

.producatmargin4 {
    margin-top: 10px;
}

.UserImageProfile {
  width: 105px;
  height: 70px;
  margin-top: -36px;
  margin-left: 45px;
}

.queryicon {
      height: 20px;
    margin-top: -1px;
    cursor:pointer;
}


.newprice {
    width: 66px;
  border-radius: 6px;
  border-radius: 7px !important;
  border: none !important;
  padding: 1px 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.querytdtop {
    padding-top: 6px !important;
}
.querytdtop-1 {
    padding-top: 10px !important;
}
.querytdtop-2 {
    line-height: 14px !important;
}
.querytdtop-3 {
    padding-top:6px !important;
}
.new-span-txt {
margin: 3px 0 0 0;
  display: block;
  float: right;
}
.new-span-txt-1 {
    margin: 3px 31px 0 0;
  display: block;
  float: right;
  padding-left: 16px;
}



input[type=radio].abcxyz:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio].abcxyz:not(old){
  width   : 42px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  height: 28px;
}

input[type=radio].abcxyz:not(old) + label{
    display: inline-block;
  margin-left: -32px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 2px;
}
.dataTables_filter input[type=text] {
    background:#ECEDED;
    border-radius:5px;
    border: none;
}
.dataTables_length select {
    background:#ECEDED;
    border-radius:5px;
    border: none;
    padding:3px;
}

.newcol6 {
      float: right;
        margin-right: 16px;
}

.rdbspan {
    float:left;
    display:block;
}

.paddingtopord {
    padding-top:6px !important;
}

.margintop117 {
    margin-top:51px !important;
    margin-left:-36px;
}


.negoAccept {
  border: 1px solid;
  border-radius: 4px;
  padding: 0px 5px;
  border-color: #008000;
  border-radius: 5px;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 2px 0;
  width: 94px;
}
.negoPending {
  background: none repeat scroll 0 0 #49B180;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 0px 5px;
  text-align: center;
  width: 94px;
  margin: 2px 0;
}

.spanchkmargin {
           /*margin-top: 0px;
    float: left;
    display: block;
    margin-left: -35px;*/
    clear: right;
    display: block;
    float: left;
    line-height: 50px;
    margin-left: -31px;
    margin-top: 0;
}

.spanchkmargin1 {
         margin-top: 14px;
    float: left;
    display: block;
    margin-left: -68px;
}

.spanchkmargin2 {
      margin-top: 14px;
    float: left;
    display: block;
}
.linkfontsize {
    font-size:28px;
}

.nogopopup {
      margin: 30px 0 0 140px;
      float: left;
}

.negopopup1 {
      margin: -9px 0 0 140px;
    float: left;
}

.txtprice {
    width:53px; text-align:center; background-color: #ECEDED;  border-radius: 9px;  height: 29px;
}

#sample_PharmacyBatch_3 .details { background: none !important;}
#sample_PharmacyBatch_3 .details tbody tr td { background: none !important;}
#sample_PharmacyBatch_3 .details .table{ background: none !important;}

#sample_PharmacyBatch_3 .outer:nth-child(2n+1){ background:#fff !important;}
#sample_PharmacyBatch_3 .outer:nth-child(4n+1){ background:#c1c1c4 !important;}

#sample_PharmacyBatch_3 > tbody > tr.hideAllPopUp.orderlistInner:nth-child(2n+0){ background: #c1c1c4 !important;}
#sample_PharmacyBatch_3 > tbody > tr.hideAllPopUp.orderlistInner:nth-child(4n+0){ background: #fff !important;}

/** for physician  */
#sample_physician_3 .details { background: none !important;}
#sample_physician_3 .details tbody tr td { background: none !important;}
#sample_physician_3 .details .table{ background: none !important;}

#sample_physician_3 .outer:nth-child(2n+1){ background:#fff !important;}
#sample_physician_3 .outer:nth-child(4n+1){ background:#c1c1c4 !important;}

#sample_physician_3 > tbody > tr.orderlistInner:nth-child(2n+0){ background: #fff !important;}
#sample_physician_3 > tbody > tr.orderlistInner:nth-child(2n+1){ background: #ECEDED !important;}


/**Odd even class*/
#sample_order_list .details { background: none !important;}
#sample_order_list .details tbody tr td { background: none !important;}
#sample_order_list .details .table{ background: none !important;}

#sample_order_list .orderOuter:nth-child(2n+1){ background:#fff !important;}
#sample_order_list .orderOuter:nth-child(4n+1){ background:#ECEDED !important;}

#sample_order_list > tbody > tr.hideAll.orderlistInner:nth-child(2n+0){ background: #ECEDED!important;}
#sample_order_list > tbody > tr.hideAll.orderlistInner:nth-child(4n+0){ background: #fff !important;}


/*Admin Order mgt*/

#sample_12 .details { background: none !important;}
#sample_12 .details tbody tr td { background: none !important;}
#sample_12 .details .table{ background: none !important;}

#sample_12 .orderOuter:nth-child(2n+1){ background:#fff !important;}
#sample_12 .orderOuter:nth-child(4n+1){ background:#ECEDED !important;}

#sample_12 > tbody > tr.hideAll.orderlistInner:nth-child(2n+0){ background: #ECEDED !important;}
#sample_12 > tbody > tr.hideAll.orderlistInner:nth-child(4n+0){ background: #fff !important;}

/*Backoffice Order mgt*/
#sample_1 .details { background: none !important;}
#sample_1 .details tbody tr td { background: none !important;}
#sample_1 .details .table{ background: none !important;}

#sample_1 .orderOuter:nth-child(2n+1){ background:#fff !important;}
#sample_1 .orderOuter:nth-child(4n+1){ background:#ECEDED !important;}

#sample_1 > tbody > tr.hideAll.orderlistInner:nth-child(2n+0){ background: #ECEDED !important;}
#sample_1 > tbody > tr.hideAll.orderlistInner:nth-child(4n+0) {
    background: #fff !important;
}



/**pharamacy class*/


/*#sample_3 .tr-inner-bg:nth-child(2n+1){ background:#fff !important;}
#sample_3 .tr-inner-bg:nth-child(4n+1){ background:#c1c1c4 !important;}

#sample_3 > thead > tr.tr-inner-bg:nth-child(2n+0){ background: #c1c1c4 !important;}
 > thead > tr.tr-inner-bg:nth-child(4n+0){ background: #fff !important;}*/
/*.details #sample_3 tr:nth-child(odd) td, .details #sample_3 tr:nth-child(odd) th {
    background: rgb(192, 192, 192) !important;
}*/
/*.details #sample_3 tr:nth-child(odd) td, .details #sample_3 tr:nth-child(odd) th {
    background: #fff !important;
}*/

/*jp*/
input[type=radio]#rdbOrder1:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbOrder1:not(old) + label{
    display: inline-block;
  margin-left: -32px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
 
}

input[type=radio]#rdbOrder1:not(old):checked + label{
  background-position : 0 -48px;
}



input[type=radio]#allOrder:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#allOrder:not(old) + label{
    display: inline-block;
  margin-left: -47px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
 
}

input[type=radio]#allOrder:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#rdbLine1:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#rdbLine1:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#rdbLine1:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#txtAll:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtAll:not(old) + label{
    display: inline-block;
  margin-left: -34px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  
}

input[type=radio]#txtAll:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#txtQuery:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#txtQuery:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#txtQuery:not(old):checked + label{
  background-position : 0 -48px;
}

.PharmacyBatch-Print-buttons {
    margin-right: -6px; 
    padding: 1px 10px;
    font-size:13px;
}


.PharmacyBatchnewbtnshape {
   /* margin-right: -7px; */
  padding: 2px 18px;
  margin: 1px 3px !important;
  border-radius: 5px !important;
  background: #ccc;
  color:white;
  background: #c0bfc4;
  float:left;
#sample_1 > tbody > tr.hideAll.orderlistInner:nth-child(2n+0){ background: #ECEDED !important;}
#sample_1 > tbody > tr.hideAll.orderlistInner:nth-child(4n+0){ background: #fff !important;}

}
.PharmacyBatchnewbtnshape:hover {
  color: #fff;
  background: #455789;
  
}

.tr-inner-bg {
  background-color: #445889;
}



/*product cataloge*/

#tempID > tbody > tr.orderOuter:nth-child(1n+0){ background: #ECEDED !important;}
#tempID > tbody > tr.orderOuter:nth-child(2n+0){ background: #fff !important;}

.messageBtnNew {
      background: none !important;
  border: medium none;
  border-radius: 3px !important;
  color: #fff !important;
  float: right;
  font-size: 15px;
  margin-right: 310px;
  margin-top: -2px;
  padding: 4px 10px;
  font-weight: bold;
  display: block;
}
.refressNew {
    background: none repeat scroll 0 0 #d1202d !important;
  border: medium none;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 13px;
  padding: 1px 8px;
  float: left;
  margin-right: 17px;
  display: block;
  float: right;
  margin-top: 3px;
}

/*.swa-position {
    float: left;
  margin: 0 -20px 0 2px;
  width: 17px;
}*/

.swa-position {
    margin-right:10px;
    margin-top:4px;
}

/* jp_Menu_Gridlist */

input[type=checkbox]#chkMenuGridIID:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkMenuGridIID:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -32px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  
}

input[type=checkbox]#chkMenuGridIID:not(old):checked + input + label{
  background-position : 0 -24px;
} 


input[type=checkbox]#isVisible_menugrid_menugrid:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#isVisible_menugrid:not(old):not(old) + input + label{
    display: inline-block;
  margin-left: -21px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 1px;

}

input[type=checkbox]#isVisible_menugrid:not(old):checked + input + label{
  background-position : 0 -24px;
}

input[type=checkbox]#checkboxuserid:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#checkboxuserid:not(old):not(old) + label{
  display: inline-block;
  margin-left: -91px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
   
}

input[type=checkbox]#checkboxuserid:not(old):checked + label{
  background-position : 0 -24px;
}


input[type=checkbox].chkRole:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox].chkRole:not(old):not(old) + label{
  display: inline-block;
  margin-left: -31px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 10px;
}

input[type=checkbox].chkRole:not(old):checked + label{
  background-position : 0 -24px;
}

.chkRole_new1 {
  float: left;
  margin-top: 10px !important;
}
.chkcontent_text1 {
 display: block;
  float: left;
  margin-left: 35px;
  margin-top: -17px;
}


input[type=checkbox]#chkSmoker:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkSmoker:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  
}

input[type=checkbox]#chkSmoker:not(old):checked + input + label{
  background-position : 0 -24px;
}


input[type=checkbox]#chkAlcoholic:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkAlcoholic:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
 
}

input[type=checkbox]#chkAlcoholic:not(old):checked + input + label{
  background-position : 0 -24px;
}

input[type=checkbox]#chkBreastfeed:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkBreastfeed:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
 
}

input[type=checkbox]#chkBreastfeed:not(old):checked + input + label{
  background-position : 0 -24px;
}


input[type=checkbox]#chkPregnant:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkPregnant:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
   
}

input[type=checkbox]#chkPregnant:not(old):checked + input + label{
  background-position : 0 -24px;
}


input[type=checkbox].chkPhysicianavailabity:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  height:28px;
}
    

input[type=checkbox].chkPhysicianavailabity:not(old):not(old)  + label{
  display: inline-block;
  margin-left: -40px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-top: 10px;
}

input[type=checkbox].chkPhysicianavailabity:not(old):checked  + label{
  background-position : 0 -24px;
}

input[type=checkbox]#chkmasterswitchid:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkmasterswitchid:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -43px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  
}

input[type=checkbox]#chkmasterswitchid:not(old):checked + input + label{
  background-position : 0 -24px;
}



input[type=checkbox].chkmasterswitchONOFFid:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox].chkmasterswitchONOFFid:not(old):not(old) + input + label{
  display: inline-block;
  
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
 
}

input[type=checkbox].chkmasterswitchONOFFid:not(old):checked + input + label{
  background-position : 0 -24px;
}
.Notimagestyle {
   margin-top:2px;
   width:28px;
   height:28px;
}

.NocountNote {
   margin-top:-3px;
   width:35px;
   height:35px;
}

.Physiancoloumstyle {
    color:rgb(68, 88, 137);
    width:10%;
    font-size:14px;
}
.Physiancoloumstyle1 {
    width:27%;
    color:rgb(68, 88, 137);
    font-size:14px;
}

.Physiancoloumstyle5 {
    width:5%;
    color:rgb(68, 88, 137);
    font-size:14px;
}

.Padding10OS {
    padding-left: 10px !important;
}

.UploadButtonMargin {
    float:right;
    margin-bottom:10px;
}

.UploadButtonMargin-1 {
  float: right;
  padding-top: 10px;
}

.rightfloat {
    float:right;
}

.commonswitch-new {
    float: left;
  height: 23px !important;
  width: 38px !important;
  margin-left: 0px !important;
}
.commonswitch-new-1 {
    margin-top: 0px !important;
    float: left;
   height: 23px !important;
  width: 38px !important;
    margin-left: 1px !important;
}



input[type=radio]#ProductAnalysisReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#ProductAnalysisReport:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#ProductAnalysisReport:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#GeneralProductReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#GeneralProductReport:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#GeneralProductReport:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#PriceElasticityReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#PriceElasticityReport:not(old) + label{
    display: inline-block;
  margin-left: -24px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: 4px;
}

input[type=radio]#PriceElasticityReport:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#AvailibilityElasticityReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#AvailibilityElasticityReport:not(old) + label{
    display: inline-block;
  margin-left: -24px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -4px;
}

input[type=radio]#AvailibilityElasticityReport:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#SupplierReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#SupplierReport:not(old) + label{
    display: inline-block;
  margin-left: -24px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -7px;
}

input[type=radio]#SupplierReport:not(old):checked + label{
  background-position : 0 -48px;
}

.ProductReportBtn {
    display: block;
    margin-left: 60px;
    margin-top: -32px;
}
.ProductReportBtn-1 {
    display: block;
    margin-left: 46px;
    margin-top: -35px;
}



input[type=checkbox].reportoption:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox].reportoption:not(old):not(old) +  label{
  display: inline-block;
  
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
 
}

input[type=checkbox].reportoption:not(old):checked + label{
  background-position : 0 -24px;
}

.StockReportBtn-1 {
    display: block;
    margin-left: 67px;
    margin-top: -32px;
    margin-bottom: 4px;
}
.StockReportBtn-2 {
     display: block;
    margin-left: 36px;
    margin-top: -32px;
    margin-bottom: 4px;
}
.StockreportChk {
  margin-right: -34px !important;
  margin-top: 0px !important;
  height: 27px !important;
}



input[type=radio]#PharmacyReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#PharmacyReport:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#PharmacyReport:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#PharmacyAnalysis:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#PharmacyAnalysis:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#PharmacyAnalysis:not(old):checked + label{
  background-position : 0 -48px;
}


input[type=radio]#issuereport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#issuereport:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#issuereport:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#issueAnalysis:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#issueAnalysis:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#issueAnalysis:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=radio]#ReshipReport:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]#ReshipReport:not(old) + label{
    display: inline-block;
  margin-left: -9px;
  padding-left: 27px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 0;
  width: 30px;
  height: 22px;
  margin-top: -20px;
}

input[type=radio]#ReshipReport:not(old):checked + label{
  background-position : 0 -48px;
}

input[type=checkbox]#DefaultManual:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#DefaultManual:not(old):not(old) + input + label{
  display: inline-block;  
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  margin-left:-36px;
 
}

input[type=checkbox]#DefaultManual:not(old):checked + input + label{
  background-position : 0 -24px;
}

.UnderLineHL {
 text-decoration:underline;

}

.UnderlineColor {
   width:43%;
   display:block;
   border-bottom:1px solid blue;
   font-size:0px;
   margin:-24px auto;
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .UnderlineColor{ margin:-24px auto !important; }
}
.UnderlineColor{
margin:0px auto; /* Only works in IE10 */
}
@-moz-document url-prefix() { 
  .UnderlineColor {
      margin:-24px auto !important;
  }
}
.UnderlineColor1 {
   width:78%;
   display:block;
   border-bottom:1px solid blue;
   font-size:0px;
   margin:-16px auto;
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .UnderlineColor1{ margin:-16px auto !important; }
}
@-moz-document url-prefix() { 
  .UnderlineColor1 {
      margin:-16px auto !important;
  }
}
.UnderlineColor1{
margin:0px auto; /* Only works in IE10 */
}

.UnderlineColor2 {
   width:96%;
   display:block;
   border-bottom:1px solid blue;
   font-size:0px;
   margin:-16px auto;
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .UnderlineColor2{ margin:-16px auto !important; }
}
@-moz-document url-prefix() { 
  .UnderlineColor2 {
      margin:-16px auto !important;
  }
}
.UnderlineColor2{
margin:0px auto; /* Only works in IE10 */
}

input[type=checkbox]#chkmanualoos:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox]#chkmanualoos:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  
}

input[type=checkbox]#chkmanualoos:not(old):checked + input + label{
  background-position : 0 -24px;
}

/*   TOP 1 */
input[type=checkbox][id*="chkmanualoos1"]:not(old){
  width   : 28px;
  height:22px;
  margin  : -25px 0 0 0;
  padding : 0;
  opacity : 0;
}
    

input[type=checkbox][id*="chkmanualoos1"]:not(old):not(old) + input + label{
  display: inline-block;
  margin-left: -36px;
  padding-left: 28px;
  margin-top:5px;
  margin-bottom:0;
  background: url('../images/checks.png') no-repeat 0 0;
  line-height: 17px;
  width: 30px;
  height: 22px;
  
}

input[type=checkbox][id*="chkmanualoos1"]:not(old):checked + input + label{
  background-position : 0 -24px;
} 


.ClientOrderTooltip {
    font-size:14px;
}
.OrderStatusClientIdWidth {
    width: 218px;
}
.color-gray {
   background-color:#c1c1c4;
   color: #fff;
  float: left;
  border-radius: 6px;
  padding: 1px 6px;
  margin: 3px 0 5px 3px;
}

.WhiteFontColor a {
    color:white;
}

.Quotefont {
    
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  display: block;
  color: #445889;
  font-weight:bold;
  /* font-family: verdana; */
}
.Fontbold {
 font-weight:bold !important;
 color:black !important;
}
.DashboardFont1 {
   
  font-size: 32px;
  font-weight: bold;
  color: #808181;
  text-align:center;
  margin-top:30PX;
}

.DashboardFont2 {
   
  font-size: 40px;
  font-weight: bold;
  color: #D1202D;
  text-align:center;
  margin-top:35PX;
}

.DashboardFont3 {
  
  font-weight: bold;
  color: #445889;
  text-align:center;
  margin-top:32px;
}
.DashboardFont5 {
    font-size:25px;
}

.DashboardFont4 {
   
  font-size: 26px;
  margin-top:15px;
  color: #000;
  font-weight:bold;
 
}

.DashboardFont6 {
   
  font-size: 17px;  
  color: #000;
  font-weight:bold;
 
}

.Dashboardcolor1 {
    background:#7f7f7f !important;
}
 .Dashboardcolor2 {
    background:#445889 !important;
   
}

  .Dashboardgraph-width {
    width:74.2%!important;
    margin-left:10px;
}
  .Dashboardgraph-width-text { 
      text-align:center;
      margin-top:20px;
      font-size:16px;
}

  .Dashboardgraph-leftgraphimg {
    float: left;
    margin-left: 0px; 
}

 
.text_align_center {
    text-align:center;
    padding: 0px 5px 0px 5px !important;
}

tr.text_align_center td {
    text-align:center
}

.margin_bottom {
    margin-bottom:20px
}
.margin_top {
    margin-top:20px
}

.red_text {
    color:red
}

.redBorder {
    border-color:red;
}

.dtMarginBottom {
    margin-bottom:2px;
}

.tbl_txt_box {
    width:97% !important;
    
}
.new-s-outer ul {margin-bottom:10px;}
.new-s-outer ul li{ display: inline-table;
    width: 33%;
    padding: 0px;
    text-align: center;}
.new-s-outer ul li:first-child{}

.AdjRow {
        height: 53px;
    margin-top: -12px;
}

.AdjTxt {
        width: 233px;
}

