﻿
body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #edeff2;
    font-family: 'OpenSansRegular', Arial;
    font-size: 14px;
    color: #4b4b4b;
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    height: 100%;
    position: relative;
}


@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*************************************************************
*********************** Generel *****************************/
a {
    color: #5598cb;
    text-decoration: none;
    outline: none !important;
}

    a:hover {
        color: #2e80bf;
        text-decoration: underline;
    }

img {
    border: none;
}

a, img {
    outline: none;
}

    a:focus {
        outline: none;
    }

.table {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'OpenSansRegular', arial;
}

h1, h2, h3, h4, h5, h6, ul, li, p, form {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    list-style-type: none;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

.clr {
    clear: both;
}

b, strong {
    font-family: 'OpenSansSemibold', arial;
    font-weight: normal;
}

h1 .creator {
    color: #636161;
    font-size: 13px;
    padding: 0px 0px 0px 5px;
}

input[type=text], input[type=password] {
    border: #d7d7d7 1px solid;
    padding: 4px;
    outline: none;
    color: #555;
    font-size: 13px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    height: 28px;
    line-height: 100%;
}

textarea {
    border: #d7d7d7 1px solid;
    padding: 5px;
    margin: 0;
    outline: none;
    font-size: 13px;
    color: #555;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

select {
    border: #d7d7d7 1px solid;
    height: 28px;
    line-height: 100%;
    padding: 3px;
    margin: 0;
    outline: none;
    font-size: 13px;
    color: #555;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

input[type=radio], input[type=checkbox] {
    vertical-align: -2px; /*vertical-align:-1px;*/
}


input[type=text], input[type=password], textarea, select {
    width: 100%;
    border-radius: 0px;
    padding: 4px 4px;
    font-size: 13px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    height: 28px;
    line-height: 26px !important;
    color: #555;
}
    /*textarea,textarea:focus{height:auto !important;}*/
    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
        border-radius: 0px;
        padding: 4px 4px;
        font-size: 13px;
        border: 1px solid #d7d7d7;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        height: 28px;
        line-height: 26px !important;
        color: #555;
    }

    textarea, textarea:focus {
        line-height: 100% !important;
    }
/*.form-control{ border-radius:0px; padding:4px 4px; font-size: 13px; border:1px solid #d7d7d7; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); height:28px; line-height:100% !important; color:#555;}
.form-control:focus {border-color: #c5ccd1;  outline: 0;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065), 0 0 8px rgba(184, 199, 210, .3);  box-shadow: inset 0 1px 1px rgba(0,0,0,.065), 0 0 8px rgba(184, 199, 210, .3);}*/

.control-label {
    font-weight: normal;
    padding-top: 4px !important;
    margin-bottom: 5px !important;
    line-height: 19px !important;
    color: #333 !important;
    font-size: 13px;
    padding-right: 0;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

input[type="radio"], input[type="checkbox"] { /* margin-top:1px;*/
}

.radio label, .checkbox label {
    margin-right: 5px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary, .btn-default, .btn-secondary {
    background: #1b80c4;
    border: none;
    padding: 6px 14px 6px 14px;
    margin: 6px 0px 0px 0px;
    height: 28px;
    line-height: 1;
    overflow: visible;
    display: inline;
    cursor: pointer;
    text-transform: normal;
    color: #FFF;
    vertical-align: middle;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    font-size: 13px;
    border-radius: 0;
    box-shadow: 0;
}

    .btn-primary:hover, .btn-primary:focus { /*background:#2996e0;*/
        color: #fff;
        outline: none;
    }

.btn-default {
    background: #e1e1e1;
    color: #3d3d3d;
}

    .btn-default:hover, .btn-default:focus {
        background: #d5d5d5;
        color: #3d3d3d;
        outline: none;
    }

.btn-secondary {
    background: #6b6b6b;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background: #444;
        color: #fff;
        outline: none;
    }

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
}

/*************************************************************
*********************** Header *****************************/
#header {
    background: #fff;
    height: 68px;
    position: fixed;
    z-index: 10000;
    min-width: 320px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    
}

.navhd {
    float: left;
}

/*.navhd-mobile {
   float: left;   
}*/

.logo {
    padding: 0px;
    margin: 0;
    float: left;
    width: 220px;
    text-align: center;
    height: 68px;
    overflow: hidden;
}

    .logo img {
        max-width: 100%;
        height: auto;
        padding: 8px 10px 10px 10px;
    }

.navbarlink {
    float: left;
    width: 62px;
    height: 68px;
    border-left: 1px solid #dddddd;
    display: none;
}

    .navbarlink a {
        width: 61px;
        height: 68px;
        background: url(../images/navbarlink.png) center center no-repeat;
        display: block;
    }

        .navbarlink a:hover {
            background: #f7f7f7 url(../images/navbarlink.png) center center no-repeat;
        }

.navbar-right {
    margin: 0;
}

.top-nav {
    padding: 0;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

    .top-nav li a {
        border-left: 1px solid #dddddd;
        height: 68px;
        padding: 0;
        line-height: 68px;
        z-index: 10000;
    }

    .top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
        background-color: #fff;
        border: none;
        border-left: 1px solid #dddddd;
    }

    .top-nav > li > a:hover {
        z-index: 100;
    }

    .top-nav > .open > a:focus, .top-nav > .open > a:hover, .top-nav > .open > a:visited {
        z-index: 10000;
    }


    .top-nav li a.msg, .top-nav li a.bell {
        width: 64px;
        text-align: center;
    }
    /*.top-nav li a.company{ background:url(../images/ic-company.png) no-repeat center;}*/
    .top-nav li a.msg { /*background:url(../images/ic-mail.png) no-repeat center;*/
        overflow: hidden;
    }

    .top-nav li a.bell { /*background:url(../images/ic-bell.png) no-repeat center;*/
        overflow: hidden;
    }

    .top-nav li a .bedge {
        background: #f36427;
        border: none;
        font-size: 9px;
        color: #fff;
        position: absolute;
        padding: 0px 2px;
        min-width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        text-align: center;
        line-height: 15px;
        right: 12px;
        top: 14px;
        font-family: 'OpenSansSemibold';
        font-weight: normal;
        -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    }

.bellanimate {
    background: url(../images/ic-bell.png) no-repeat center;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    width: 64px;
}

.msganimate {
    background: url(../images/ic-mail.png) no-repeat center;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    width: 64px;
}

.top-nav a.user {
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7c7c7c;
}

    .top-nav a.user:hover, .top-nav a.user:focus {
        color: #7c7c7c;
    }

.top-nav a span.user-img {
    width: 38px;
    height: 40px;
    border: 1px solid #d6d6d6;
    margin: 14px 0px 0px 0;
    float: left;
    padding: 0;
    border-radius: 50%;
}

    .top-nav a span.user-img img {
        vertical-align: top;
        border-radius: 50%;
    }

.drpar {
    padding-left: 10px;
    vertical-align: 1px;
}

.top-nav li .dropdown-menu {
    border: none;
    background-color: #fff;
    border-top: 1px solid #dddddd;
    margin: -1px 0 0 0;
    padding: 0;
    border-radius: 0;
    /* max-height:300px; overflow:hidden;*/
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
}

    .top-nav li .dropdown-menu li a {
        border-left: none;
        height: auto;
        line-height: 100%;
        white-space: inherit;
    }


.message-dropdown {
    min-width: 400px;
}

    .message-dropdown li {
        border-top: 1px solid #ebebeb;
    }

        .message-dropdown li:first-child {
            border: none;
        }

        .message-dropdown li a {
            padding: 10px 10px !important;
            color: #666666;
            font-size: 13px !important;
            display: block;
            text-decoration: none;
        }

            .message-dropdown li a:hover {
                text-decoration: none;
            }

        .message-dropdown li .hd {
            position: relative;
            padding-bottom: 6px;
        }

            .message-dropdown li .hd b {
                display: inline-block;
                width: 230px;
                overflow: hidden;
                font-family: "OpenSansSemibold";
                font-weight: normal;
                font-size: 13px;
                white-space: nowrap;
                line-height: 16px;
                text-overflow: ellipsis;
            }

            .message-dropdown li .hd span {
                font-size: 11px;
                font-family: "OpenSansRegular";
                color: #7e7e7e;
                position: absolute;
                right: 0;
                top: 1px;
            }

        .message-dropdown li .data {
            font-size: 12px;
            font-family: "OpenSansRegular";
        }

        .message-dropdown li a:hover {
            background-color: #f5f5f5;
            color: #666666;
        }

.viewall {
    color: #097bc3;
    font-size: 13px;
    text-align: center; /*border-top:1px solid #ebebeb;*/
    padding: 10px 0px;
}

.userdropdown { /*left:1px !important;*/
}

    .userdropdown li a {
        padding: 10px 10px;
        color: #666666;
        font-size: 13px;
    }

        .userdropdown li a img {
            margin-right: 10px;
        }

        .userdropdown li a.logout {
            border-top: 1px solid #dfdfdf;
        }

        .userdropdown li a:hover {
            background: #f5f5f5;
            color: #666666;
        }

.top-nav li a.company {
    background: url(../images/ic-company.png) no-repeat 10px;
    padding: 0px 10px 0px 50px;
    color: #666666;
}

.top-nav li a.announcement {
    background: url(../images/announcement.gif) no-repeat 10px;
    padding: 0px 10px 0px 50px;
    color: #666666;
}
    .top-nav li a.company .cname {
        font-size: 12px;
    }

.company-dropdown {
    padding: 8px 0px !important;
    left: 1px !important;
}

    .company-dropdown li a {
        height: auto !important;
        line-height: 100% !important;
        padding: 9px 14px;
        color: #666666;
        font-size: 13px;
    }

    .company-dropdown a:hover {
        background: #f5f5f5 !important;
        color: #666666 !important;
    }

    .company-dropdown a.active {
        color: #e26733 !important;
    }

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.alert-dropdown {
    min-width: 400px;
}

    .alert-dropdown li {
        border-top: 1px solid #ebebeb;
    }

        .alert-dropdown li p {
            width: 290px;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 16px;
        }

        .alert-dropdown li:first-child {
            border: none;
        }

        .alert-dropdown li a {
            padding: 10px 10px !important;
            color: #666666;
            font-size: 13px !important;
            display: block;
            text-decoration: none;
        }

    .alert-dropdown a:hover {
        background: #f5f5f5 !important;
        color: #666666 !important;
        text-decoration: none;
    }

    .alert-dropdown li .data {
        font-size: 12px;
        font-family: "OpenSansRegular";
    }

    .company-dropdown a.active, .userdropdown li a.active, .alert-dropdown a.active {
        color: #e26733 !important;
    }

/****************************** Content ********************************/
h1 {
    font-family: 'OpenSansRegular';
    font-weight: normal;
    color: #4b4b4b;
    font-size: 24px;
    border-bottom: 1px solid #cfcfcf;
    margin: 0px 0 18px 0;
    padding: 0 0 8px 0;
    position: relative;
}

.dashbox {
    background: #fff;
    padding: 6px 0px;
    margin-bottom: 20px;
}

    .dashbox:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

        .dashbox:hover .dash-ic {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.2);
            transform: scale(1.1);
        }

        .dashbox:hover .text-left {
            padding-left: 10px;
        }

    .dashbox.blue {
        background: #20c1ed;
    }

    .dashbox.yellow {
        background: #f6bb42;
    }

    .dashbox.green {
        background: #37bc9b;
    }

    .dashbox.red {
        background: #ed6a59;
    }

    .dashbox .panel-heading .huge {
        font-size: 34px;
        color: #fff;
        font-family: 'OpenSansBold';
        font-weight: normal;
    }

    .dashbox .text-left {
        transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

        .dashbox .text-left p {
            font-size: 16px;
            color: #fff;
            font-family: 'OpenSansRegular';
            font-weight: normal;
            margin: 0;
            padding: 0;
        }

    .dashbox .dash-ic {
        text-align: right;
        padding-top: 14px;
        transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

.dashboard {
    margin-top: 8px;
}

    .dashboard .panel-heading {
        border-radius: 0;
        background-color: #fff !important;
        color: #4e4e4e !important;
        padding: 8px;
        font-size: 14px;
        font-family: 'OpenSansSemibold', arial;
        font-weight: normal;
        border-bottom: 3px solid #e9e9e9;
        position: relative;
    }

        .dashboard .panel-heading .panel-links {
            position: absolute;
            right: 5px;
            top: 5px;
        }

            .dashboard .panel-heading .panel-links a {
                background: url(../images/panel-close.png) no-repeat center;
                float: left;
                margin-left: 10px;
                display: block;
                width: 28px;
                height: 27px;
                line-height: 25px;
                text-align: center;
                transition: all ease 0.4s;
                -moz-transition: all ease 0.4s;
                -webkit-transition: all ease 0.4s;
            }

                .dashboard .panel-heading .panel-links a:hover {
                    background: url(../images/panel-close.png) no-repeat center #ebebeb;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    -moz-border-radius: 50%;
                }

    .dashboard .chart {
        text-align: center;
        margin-bottom: 15px;
    }

        .dashboard .chart img {
            max-width: 100%;
            height: auto;
        }

    .dashboard .panel {
        min-height: 400px;
        border-radius: 0;
        border: 1px solid #dbdbdb !important;
        margin-bottom: 26px;
        -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
        box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    }


/****************************** Arrowlistmenu ********************************/
.sidebar {
    z-index: 9999;
    background-color: #343434;
    height: 100%;
    overflow: auto !important;
    padding: 0 !important;
    position: fixed;
    width: 40px;
    color: #FFF;
    left: 0;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

body.black .sidebar {
    background-color: #343434;
}

body.blue .sidebar {
    background-color: #1b80c4;
}

body.green .sidebar {
    background-color: #3d9440;
}

body.red .sidebar {
    background-color: #da4136;
}

body.brown .sidebar {
    background-color: #795548;
}

body.orange .sidebar {
    background-color: #e55223;
}

.sidebar:hover {
    width: 220px;
}

.content-liquid-full {
    margin: 0 auto 0 40px;
    padding: 90px 25px 50px 25px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.content-liquid-full-popup {
    margin: 0 auto 0 0px;
    padding: 15px 15px 15px 15px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.content-liquid-full-in-mobile {
        margin: 0;
        /*padding: 90px 15px 40px 15px;*/
        padding: 25px 15px 40px 15px;
        -webkit-transition: all ease 0.4s;
 } 

body.collapsed-sidebar .content-liquid-full {
    margin-left: 220px;
}

body.collapsed-sidebar .sidebar {
    width: 220px;
}

body.collapsed-sidebar .sidebar-menu h3 b, .sidebar:hover .sidebar-menu h3 b {
    display: inline-block; /* white-space:nowrap; overflow:hidden;*/
    margin-left: 40px;
}

body.collapsed-sidebar .sidebar-menu h3 span, .sidebar:hover .sidebar-menu h3 span {
    display: inline-block;
}

body.collapsed-sidebar .sidebar-list li, .sidebar:hover .sidebar-list li {
    display: block;
}

.collapse-sidebar {
    z-index: 9990;
    position: relative;
    color: #FFF;
}

.sidebar-menu {
    padding-top: 68px;
}

    .sidebar-menu h3 {
        font-size: 14px;
        position: relative;
        min-width: 220px;
    }

        .sidebar-menu h3 a {
            color: #FFF;
            text-decoration: none;
            display: block;
            background: url(../images/trans-sep.png) repeat-x bottom;
            min-height: 48px;
            line-height: 1;
            padding: 16px 22px 16px 0px;
            outline: none;
            transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
        }

    .sidebar-menu b {
        font-family: "OpenSansRegular", Arial;
    }

    .sidebar-menu h3:hover, .sidebar-menu h3.active {
        background: url(../images/trans-hov.png) repeat;
    }

.sidebar-list {
    min-width: 220px;
    padding: 0px;
    list-style: none;
    background: url("../images/trans-sep.png") repeat-x bottom;
}

    .sidebar-list li {
        list-style-type: none;
        display: none;
        background: url(../images/leftbar-arrow.png) 16px 11px no-repeat;
    }

        .sidebar-list li a {
            display: block;
            border-bottom: none;
            padding: 6px 10px 6px 30px;
            text-decoration: none;
            color: #fff;
            font-size: 13px;
            transition: all ease 0.4s;
            -moz-transition: all ease 0.4s;
            -webkit-transition: all ease 0.4s;
        }

            .sidebar-list li a:hover, .sidebar-list li.active a {
                color: #fff;
                background: url(../images/trans-sub.png) repeat;
            }

.sidebar-menu h3.openheader {
    background: url(../images/trans-hov.png) repeat;
}

.sidebar-menu h3 span {
    background: url(../images/menu-close.png) 0px 0px no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 14px;
    width: 12px;
    height: 12px;
    display: block;
}

.sidebar-menu h3.openheader span {
    background: url(../images/menu-open.png) 0px 0px no-repeat;
}


.sidebar-menu h3 .pos-service {
    background: url(../images/ic-services.png) center no-repeat;
}

.sidebar-menu h3 .manage-appointment {
    background: url(../images/ic-manage-appointment.png) center no-repeat;
}

.sidebar-menu h3 .marketing {
    background: url(../images/ic-marketing.png) center no-repeat;
}

.sidebar-menu h3 .reporting {
    background: url(../images/ic-reporting.png) center no-repeat;
}

.sidebar-menu h3 .rolodex {
    background: url(../images/ic-rolodex.png) center no-repeat;
}

.sidebar-menu h3 .dashbaord {
    background: url(../images/ic-dashbaord.png) center no-repeat;
}

.sidebar-menu h3 .module {
    background: url(../images/ic-module.png) center no-repeat;
}

.sidebar-menu h3 .company {
    background: url(../images/ic-company1.png) center no-repeat;
}

.sidebar-menu h3 i {
    display: inline-block;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0px;
    margin: auto;
    width: 38px;
    height: 48px;
    line-height: 48px;
}

.sidebar-menu h3 b, .sidebar-menu h3 span {
    display: none;
}


/*******************Content************************/

.table th {
    border-bottom: 1px solid #dfdfdf !important;
    border-top: none;
    color: #464646;
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    padding: 9px 10px !important;
}

.table td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #dfdfdf !important;
    font-size: 14px;
    color: #676767;
}

.no-border td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding: 2px 2px !important;
}

.table-hover > tbody > tr:hover {
    background-color: #f8f8f8;
}

.alt1 {
    background-color: transparent;
}

.alt2 {
    background-color: #f8f8f8;
}

/*.table-responsive td, .table-responsive th{ white-space:nowrap !important;}*/


/********** Footer ****************/
.footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: right;
}

    .footer p {
        padding: 10px 14px 0 220px;
        color: #999999;
        font-size: 13px;
        transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

.collapsed-sidebar .footer p {
    padding: 10px 0 0 0px;
}

/********************** Login CSS Start **************************/
#WebSchedule {
    padding: 0px 0 0 0 !important;
}

/********************** Login CSS End **************************/

/********************** Login CSS **************************/
#login {
    padding: 110px 0 0 0;
}

    #login .panel {
        max-width: 376px;
        margin: 0 auto;
        height: auto;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
        border-radius: 0;
        border: 1px solid #e5e8ed;
    }

.loginform {
    padding: 0px 10px 16px 10px;
}
    /*.loginform .form-control{ width:100%; *width:94%; *padding:0px 6px;}*/
    .loginform input[type=text], .loginform input[type=password] {
        width: 100%;
        *width: 94%;
        *padding: 0px 6px;
    }

.login-panel {
    background: #FFF;
}

    .login-panel .panel-heading {
        background: url(../images/login-hd.jpg) repeat-x top #f5f5f5;
        height: 72px;
        padding: 0px;
        position: relative;
        border-bottom: 4px solid #ccc;
    }

        .login-panel .panel-heading .logo {
            text-align: left;
        }

        .login-panel .panel-heading .key {
            position: absolute;
            right: 12px;
            top: 17px;
        }

#login label {
    font-weight: normal;
    font-size: 13px;
    color: #333;
}

.checkbox {
    font-size: 12px !important;
    margin: 18px 0px;
}

#login .btn {
    text-transform: uppercase;
}

.loginfooter {
    padding: 16px 0px;
    text-align: center;
    font-size: 13px;
    color: #999999;
}


body.black .login-panel .panel-heading {
    border-bottom: 4px solid #343434;
}

body.blue .login-panel .panel-heading {
    border-bottom: 4px solid #1b80c4;
}

body.green .login-panel .panel-heading {
    border-bottom: 4px solid #3d9440;
}

body.red .login-panel .panel-heading {
    border-bottom: 4px solid #da4136;
}

body.brown .login-panel .panel-heading {
    border-bottom: 4px solid #795548;
}

body.orange .login-panel .panel-heading {
    border-bottom: 4px solid #e55223;
}

body.black .btn-primary {
    background: #343434;
}

body.blue .btn-primary {
    background: #1b80c4;
}

body.green .btn-primary {
    background: #3d9440;
}

body.red .btn-primary {
    background: #da4136;
}

body.brown .btn-primary {
    background: #795548;
}

body.orange .btn-primary {
    background: #e55223;
}

body.black .btn-primary:hover, body.black .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #343434;
}

body.blue .btn-primary:hover, body.blue .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #1b80c4;
}

body.green .btn-primary:hover, body.green .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #3d9440;
}

body.red .btn-primary:hover, body.red .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #da4136;
}

body.brown .btn-primary:hover, body.brown .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #795548;
}

body.orange .btn-primary:hover, body.orange .btn-primary:focus {
    background: url(../images/trans-hov.png) repeat #e55223;
}


body.black .add-call {
    background-color: #343434;
}

body.blue .add-call {
    background-color: #1b80c4;
}

body.green .add-call {
    background-color: #3d9440;
}

body.red .add-call {
    background-color: #da4136;
}

body.brown .add-call {
    background-color: #795548;
}

body.orange .add-call {
    background-color: #e55223;
}

body.black .modal-header {
    background: #343434;
}

body.blue .modal-header {
    background: #1b80c4;
}

body.green .modal-header {
    background: #3d9440;
}

body.red .modal-header {
    background: #da4136;
}

body.brown .modal-header {
    background: #795548;
}

body.orange .modal-header {
    background: #e55223;
}

/*body.black .form-control:focus{border-color: #343434;}
body.blue .form-control:focus{border-color: #1b80c4;}
body.green .form-control:focus{border-color: #3d9440;}
body.red .form-control:focus{border-color: #da4136;}
body.brown .form-control:focus{border-color: #795548;}
body.orange .form-control:focus{border-color: #e55223;}*/

body.black input[type=text]:focus, body.black input[type=password]:focus, body.black textarea:focus, body.black select:focus {
    border-color: #343434;
}

body.blue input[type=text]:focus, body.blue input[type=password]:focus, body.blue textarea:focus, body.blue select:focus {
    border-color: #1b80c4;
}

body.green input[type=text]:focus, body.green input[type=password]:focus, body.green textarea:focus, body.green select:focus {
    border-color: #3d9440;
}

body.red input[type=text]:focus, body.red input[type=password]:focus, body.red textarea:focus, body.red select:focus {
    border-color: #da4136;
}

body.brown input[type=text]:focus, body.brown input[type=password]:focus, body.brown textarea:focus, body.brown select:focus {
    border-color: #795548;
}

body.orange input[type=text]:focus, body.orange input[type=password]:focus, body.orange textarea:focus, body.orange select:focus {
    border-color: #e55223;
}


body.black .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #343434;
}

body.blue .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1b80c4;
}

body.green .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3d9440;
}

body.red .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #da4136;
}

body.brown .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #795548;
}

body.orange .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e55223;
}

body.black .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #343434;
}

body.blue .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #1b80c4;
}

body.green .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3d9440;
}

body.red .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #da4136;
}

body.brown .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #795548;
}

body.orange .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #e55223;
}

body.black .select2-search--dropdown .select2-search__field {
    border-color: #343434;
}

body.blue .select2-search--dropdown .select2-search__field {
    border-color: #1b80c4;
}

body.green .select2-search--dropdown .select2-search__field {
    border-color: #3d9440;
}

body.red .select2-search--dropdown .select2-search__field {
    border-color: #da4136;
}

body.brown .select2-search--dropdown .select2-search__field {
    border-color: #795548;
}

body.orange .select2-search--dropdown .select2-search__field {
    border-color: #e55223;
}



/***************************************  13/July/2015 ********************************************/
.contentbg {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
}

.search-filter, .commonbox {
    padding: 20px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
}

.search-filter, .commonboxListBox {
    padding: 20px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

h4 {
    font-size: 18px;
    color: #464646;
    padding: 0px 0 16px 0;
    margin: 0;
    line-height: 1;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    position: relative;
}

    h4.bordersep {
        border-bottom: 1px solid #dadada;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

h2 {
    font-size: 22px;
    line-height: 24px;
    color: #464646;
    padding: 10px 0 10px 0;
    margin: 0;
    line-height: 1;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    position: relative;
}

.custom-select {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

    .custom-select label {
        float: left;
        margin-right: 8px;
        padding-top: 8px;
    }

    .custom-select .listgroup {
        float: left;
        width: 200px;
    }

#grid {
    margin: 20px 0 20px 0px;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
}

.table {
    margin: 0;
}

#grid .table-responsive {
    background: #fff;
    margin: 0px;
    overflow-y: hidden;
    width: 100%;
}

    #grid .table-responsive td {
        font-size: 13px;
        color: #676767;
        padding: 8px !important;
    }

    #grid .table-responsive th {
        font-size: 13px;
        color: #424242;
        font-family: 'OpenSansSemibold';
        font-weight: normal;
        padding: 8px !important;
    }
/*Remove backgroun color #fff*/
#grid .table th {
    border-bottom: 3px solid #e9e9e9 !important;
}

#grid .table-bordered {
    border: 1px solid #dbdbdb;
}

    #grid .table-bordered > thead > tr > th, #grid .table-bordered > tbody > tr > th, #grid .table-bordered > tfoot > tr > th, #grid .table-bordered > thead > tr > td,
    #grid .table-bordered > tbody > tr > td, #grid .table-bordered > tfoot > tr > td {
        border-color: #dbdbdb;
    }

.grid-bottom {
    background: #fbfbfb;
    overflow: hidden;
    padding: 8px 8px;
    border: 1px solid #dbdbdb;
    border-top: none;
    box-shadow: none;
}

.pgsize {
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .pgsize select {
        border: 1px solid #d7d7d7;
        color: #555;
        font-size: 13px;
        height: 28px;
        padding: 4px;
    }

    .pgsize span {
        font-size: 12px;
        padding: 0px 8px;
    }

.pagination {
    margin: 5px 0;
    border-radius: 0;
    float: right;
}

    .pagination td a {
        margin-left: 5px;
        font-size: 13px;
        color: #4e5153;
        border: 1px solid #dbdbdb;
        background: #fff;
    }

        .pagination td a:hover {
            background: #fff;
            color: #4e5153;
            text-decoration: none;
            border: 1px solid #b3b3b3;
        }

        .pagination td a:focus {
            text-decoration: none;
        }

        .pagination td a:focus, .pagination td span:focus {
            background: #fff;
            color: #4e5153;
        }

    .pagination td:first-child a, .pagination td:first-child span {
        border-radius: 0;
    }

    .pagination td:last-child a, .pagination td:last-child span {
        border-radius: 0;
    }

    .pagination td a, .pagination td span {
        padding: 5px 10px;
    }

    .pagination .disabled span, .pagination .disabled span:hover, .pagination .disabled span:focus, .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus {
        border: 1px solid #e6e6e6;
        text-decoration: none;
    }

    .pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
        background-color: #6b6b6b;
        border-color: #e6e6e6;
        color: #fff;
        text-decoration: none;
    }

    .pagination a.prev, .pagination a.prev:hover, .pagination a.prev:focus {
        background: url(../images/pg-prev.png) no-repeat center;
    }

    .pagination a.next, .pagination a.next:hover, .pagination a.next:focus {
        background: url(../images/pg-next.png) no-repeat center;
    }

    .pagination a.first, .pagination a.first:hover, .pagination a.first:focus {
        background: url(../images/pg-first.png) no-repeat center;
    }

    .pagination a.last, .pagination a.last:hover, .pagination a.last:focus {
        background: url(../images/pg-last.png) no-repeat center;
    }

.action {
    text-align: center;
    width: 80px;
    white-space: nowrap;
}

    .action a {
        margin-left: 5px;
    }

        .action a.ic-edit {
            height: 16px;
            width: 21px;
            background: url(../images/ic-edit.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-preview {
            height: 17px;
            width: 21px;
            background: url(../images/ic-view.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-quick-billing {
            height: 16px;
            width: 21px;
            background: url(../images/ic-quick-billing.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-copy {
            height: 19px;
            width: 21px;
            background: url(../images/ic-copy.png) no-repeat center;
            display: inline-block;
        }
        
        a.ic-quick-billing { 
            height: 20px;
            width: 21px;    
            display: inline-block;
            background-image: url(../images/ic-quick-billing.png);
            background-repeat: no-repeat;                   
        }     

        .action a.ic-unlink {
            height: 16px;
            width: 21px;
            background: url(../images/ic-unlink.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-add {
            height: 16px;
            width: 21px;
            background: url(../images/add-ic.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-mail {
            height: 16px;
            width: 21px;
            background: url(../images/ic-mail.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-delete {
            height: 16px;
            width: 16px;
            background: url(../images/ic-delete.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-shape {
            height: 16px;
            width: 16px;
            background: url(../images/ic-shapes.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-zipcode {
            height: 16px;
            width: 16px;
            background: url(../images/ic-zip.png) no-repeat center;
            display: inline-block;
        }
        .action a.ic-detail {
            height: 16px;
            width: 19px;
            background: url(../images/ic-detail_view.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-detail-bigger {
            height: 25px;
            width: 26px;
            background: url(../images/ic-document1.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-add-bigger {
            height: 25px;
            width: 25px;
            background: url(../images/ic-add_bigger.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-return {
            height: 16px;
            width: 19px;
            background: url(../images/ic-return.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-advisory {
            height: 16px;
            width: 19px;
            background: url(../images/ic-advisory.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-quickcount {
            height: 16px;
            width: 21px;
            background: url(../images/ic-quickcount.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-assign {
            height: 16px;
            width: 21px;
            background: url(../images/ic-assign.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-order {
            height: 16px;
            width: 19px;
            background: url(../images/ic-order_parts.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-stock {
            height: 16px;
            width: 19px;
            background: url(../images/ic-stockbylocation.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-adj-qty {
            height: 16px;
            width: 19px;
            background: url(../images/ic-adjust_qty.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-move-stock {
            height: 16px;
            width: 19px;
            background: url(../images/ic-move_stock_sml.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-chat {
            height: 16px;
            width: 19px;
            background: url(../images/ic-chats.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-snooze {
            height: 16px;
            width: 19px;
            background: url(../images/ic-snooze.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-login {
            height: 16px;
            width: 21px;
            background: url(../images/ic-login.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-write-off {
            height: 16px;
            width: 21px;
            background: url(../images/ic-write-off.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-bill {
            height: 16px;
            width: 20px;
            background: url(../images/ic-bill.png) no-repeat center;
            display: inline-block;
        }

        .action a.ic-settings {
            height: 16px;
            width: 21px;
            background: url(../images/ic-settings.png) no-repeat center;
            display: inline-block;
        }

        .action a.log-detail {
            height: 16px;
            width: 21px;
            background: url(../images/log-detail.png) no-repeat center;
            display: inline-block;
        }

        .timeframe-sent {
            height: 16px;
            width: 21px;
            background: url(../images/ic-TimeframeSent.png) no-repeat center;
            display: inline-block;
        }

        .ic-arrived {
            height: 16px;
            width: 21px;
            background: url(../images/ic-arrived.png) no-repeat center;
            display: inline-block;
        }

        .ic-complete {
            height: 16px;
            width: 21px;
            background: url(../images/ic-complete.png) no-repeat center;
            display: inline-block;
        }

        .ic-incomplete {
            height: 16px;
            width: 21px;
            background: url(../images/ic-incomplete.png) no-repeat center;
            display: inline-block;
        }

        .ic-reviewed {
            height: 16px;
            width: 21px;
            background: url(../images/ic-reviewed.png) no-repeat center;
            display: inline-block;
        }
               
.ic-Order-queue {
    height: 16px;
    width: 21px;
    background: url(../images/ic-orderque.png) no-repeat center;
    display: inline-block;
}



.action.width100 {
    width: 100px;
}


.success {
    color: #6eb257;
}

.error {
    color: #cb594d;
}

.warning {
    color: #dd9d39;
}

/***************************************  16/July/2015 ********************************************/
.callpad-content {
}

.conleft {
    float: left;
    padding: 0px !important; /*width:50%;  min-width:656px;*/
}

.conright {
    float: left;
    padding: 0px !important; /* width:50%; min-width:656px;*/
}

.conleft .mainrow {
    padding-right: 12px;
}
/*overflow:hidden;*/

.callbox {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 12px 10px;
    font-size: 13px;
    margin-bottom: 14px;
    position: relative;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    /*min-height:645px;*/
}
/*overflow:hidden;*/
#callpad {
    min-height: 671px;
}

.callbox .leftpart {
    width: 230px;
    float: left;
    margin-right: 10px;
}

.callbox .rightpart {
    overflow: hidden;
}

.callbox aside {
    margin-bottom: 12px;
}

.callpad-content h2 {
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    font-size: 16px;
    color: #4e4e4e;
    margin: 0 0px 8px 0px;
    padding: 0;
    line-height: 20px;
    position: relative;
}

.form-block {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #676767;
}

    .form-block .frmlabel {
        color: #333;
        font-family: "OpenSansRegular";
        font-size: 13px;
        margin: 0 0 0;
    }
    /*.form-block .form-control{margin-bottom:4px;}*/
    .form-block input, .form-block textarea, .form-block select {
        margin-bottom: 4px;
    }

.half1 {
    width: 48% !important;
    float: left;
    margin-left: 0px;
}

.half2 {
    width: 49% !important;
    float: right;
    margin-left: 4px;
}

.half-city {
    width: 79% !important;
    float: left;
    margin-left: 0px;
}

.half-zip {
    width: 18% !important;
    float: right;
}

.half-approved {
    width: 85% !important;
    float: right;
}

.half-count {
    width: 15% !important;
    margin-left: 4px;
}

.myrow {
    position: relative;
}

    .myrow .radio-inline, .myrow .checkbox-inline {
        cursor: auto;
    }

.chkbx input {
    margin-top: 3px;
}
/*.mytable .form-control{ margin:0;}*/
.mytable input, .mytable textarea, .mytable select, .mytable button {
    margin: 0;
}

.mytable td {
    padding: 0px 8px 5px 0px;
    margin: 0;
    vertical-align: middle !important;
}

.link-ic {
    background-color: #6b6b6b;
    width: 24px;
    height: 22px;
    text-align: center;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

    .link-ic:hover {
        background-color: #585858;
    }

    .link-ic.switch {
        background-image: url(../images/ic-switch.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: 3px;
    }

     .link-ic.back {
        background-image: url(../images/panel-close.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }
    
     .link-ic.report {
        background-image: url(../images/ic-detail_view.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.orderque {
        background-image: url(../images/ic-orderque.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }
     
    .link-ic.estimate {
        background-image: url(../images/ic-estimate.png);
        background-color: transparent;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.invoice {
        background-image: url(../images/ic-invoice-mob.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.appointment {
        background-image: url(../images/ic-appointment.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -3px;
        position: relative;
    }

     .link-ic.jobdetail {
        background-image: url(../images/ic-billing.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.bill {
        background-image: url(../images/ic-bill.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.disconnect {
        background-image: url(../images/panel-close.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.edit {
        background-image: url(../images/edit-ic.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.duplicatecustomer {
        background-image: url(../images/duplicate_customer.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.invaliddetail {
        background-image: url(../images/invalid-details.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: -1px;
        position: relative;
    }

    .link-ic.add {
        background-image: url(../images/ic-add.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .link-ic.tech {
        background-image: url(../images/ic-tech.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: 3px;
    }

    .link-ic.techSearch {
        background-image: url(../images/ic-tech.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 26px;
        top: 3px;
        margin-right: 15px;
    }

    .link-ic.filter {
        background-image: url(../images/ic-filter.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 18px;
        height: 18px;
        top: 3px;
        right: 3px;
        z-index: 100;
    }

    .link-ic.filter-empty {
        background-image: url(../images/ic-filter-empty.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        width: 18px;
        height: 18px;
        top: 3px;
        right: 3px;
        z-index: 100;
    }
/*.link-ic.add-outer{background-image:url(../images/ic-add.png); background-repeat:no-repeat; background-position:center;position:initial!important}*/


body.black .link-ic.add, body.black .icbtn.add-outer {
    background-color: #343434;
}

body.blue .link-ic.add, body.blue .icbtn.add-outer {
    background-color: #1b80c4;
}

body.green .link-ic.add, body.green .icbtn.add-outer {
    background-color: #3d9440;
}

body.red .link-ic.add, body.red .icbtn.add-outer {
    background-color: #da4136;
}

body.brown .link-ic.add, body.brown .icbtn.add-outer {
    background-color: #795548;
}

body.orange .link-ic.add, body.orange .icbtn.add-outer {
    background-color: #e55223;
}

body.black .link-ic.add:hover, body.black .link-ic.add:focus, body.black .icbtn.add-outer:hover, body.black .icbtn.add-outer:focus {
    background-color: #292929;
}

body.blue .link-ic.add:hover, body.blue .link-ic.add:focus, body.blue .icbtn.add-outer:hover, body.blue .icbtn.add-outer:focus {
    background-color: #15669C;
}

body.green .link-ic.add:hover, body.green .link-ic.add:focus, body.green .icbtn.add-outer:hover, body.green .icbtn.add-outer:focus {
    background-color: #307633;
}

body.red .link-ic.add:hover, body.red .link-ic.add:focus, body.red .icbtn.add-outer:hover, body.red .icbtn.add-outer:focus {
    background-color: #AE342B;
}

body.brown .link-ic.add:hover, body.brown .link-ic.add:focus, body.brown .icbtn.add-outer:hover, body.brown .icbtn.add-outer:focus {
    background-color: #604439;
}

body.orange .link-ic.add:hover, body.orange .link-ic.add:focus, body.orange .icbtn.add-outer:hover, body.orange .icbtn.add-outer:focus {
    background-color: #B7411C;
}

.link-ic.switch:hover, .link-ic.bill:hover, .link-ic.tech:hover, .link-ic.filter:hover, .link-ic.filter-empty:hover,.link-ic.switch:focus, .link-ic.bill:focus, .link-ic.tech:focus{
    background-color: #eaeaea;
}

.callbox .table-responsive table td, .callbox .table-responsive table th {
    border-color: #dfdfdf !important;
}
/*white-space:nowrap;*/
.callbox .table-responsive table th {
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    font-size: 13px;
    color: #4e4e4e;
    padding: 6px !important;
    border-bottom: 3px solid #e9e9e9 !important;
}

.callbox .table-responsive table td {
    font-family: "OpenSansRegular";
    font-size: 13px;
    color: #676767;
    padding: 6px !important;
}

.callbox .table-responsive table.table-bordered {
    border-color: #dfdfdf;
}

.callbox .table-responsive { /* min-width:390px;*/
    margin-bottom: 8px;
}

.callboxfoot {
    padding: 0;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-top: 3px solid #e2e2e2;
    padding: 8px 10px;
    text-align: right;
    margin: 0px -11px -13px;
}

    .callboxfoot .btn {
        margin: 0px 0px 0px 5px;
    }

.action a.ic-history {
    height: 16px;
    width: 16px;
    background: url(../images/ic-history.png) no-repeat center;
    display: inline-block;
}

.sort-acc, .sorting_asc, .sorting_desc, .sort-dec {
    margin: 0px 0px 0px 3px !important;
}

.sort-acc, .sorting_asc {
    background: url(../images/sort-up.png) no-repeat right;
    width: 10px;
    height: 12px;
    padding: 0px 14px 0px 0px;
    color: #4e4e4e;
}

.sort-dec, .sorting_desc {
    background: url(../images/sort-down.png) no-repeat right;
    width: 10px;
    height: 12px;
    padding: 0px 14px 0px 0px;
    color: #4e4e4e;
}

.sort-accdec, .sorting {
    background: url(../images/sort-updown.png) no-repeat right;
    width: 10px;
    height: 12px;
    padding: 0px 14px 0px 0px;
    color: #4e4e4e;
}

    .sort-acc:hover, .sorting_asc:hover, .sorting_asc:focus, .sort-dec:hover, .sorting_desc:hover, .sorting_desc:focus, .sort-acc:focus, .sort-dec:focus, .sort-accdec:hover, .sort-accdec:focus {
        color: #4e4e4e;
        text-decoration: none;
    }

.creator-name {
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    display: inline-block;
    padding-top: 5px;
}

.maparea {
    height: 100%;
}

    .maparea img {
        height: 100%;
        width: 100%;
    }

.techarea .titlebar {
    border-bottom: 3px solid #e2e2e2;
    padding: 0px 10px 6px 10px;
    margin: -4px -10px 8px -10px;
}
    /*overflow:hidden;*/
    .techarea .titlebar h2 {
        float: left;
        margin: 0;
        padding: 4px 0 0 0;
    }

    .techarea .titlebar .filter {
        float: right;
        text-align: right;
    }

        .techarea .titlebar .filter td {
            vertical-align: top;
            padding-left: 7px;
        }

.datecontrol {
    position: relative;
}

    .datecontrol a.prev, .datecontrol a.nxt {
        background: url(../images/date-prev.png) no-repeat center;
        width: 25px;
        height: 28px;
        float: left;
        margin: 0px 2px;
    }

    .datecontrol a.nxt {
        background: url(../images/date-nxt.png) no-repeat center;
        float: right;
    }

        .datecontrol a.prev:hover, .datecontrol a.prev:focus, .datecontrol a.nxt:hover, .datecontrol a.nxt:focus {
            background-color: #eaeaea;
        }

    .datecontrol .input-group-addon {
        padding: 5px;
        background-color: #fff;
        border-radius: 0;
        border-left: 0;
    }

        .datecontrol .input-group-addon a {
            padding: 6px 6px;
            display: block;
            background: url(../images/ic-calander.png) no-repeat center #fff;
            width: 16px;
            height: 16px;
            border-radius: 0;
        }

            .datecontrol .input-group-addon a:hover, .datecontrol .input-group-addon a:focus {
                background-color: #fff;
            }


.tech-content .nav-justified li {
    position: relative;
}

    .tech-content .nav-justified li a {
        border: none;
        border-radius: 0;
        color: #3c3c3c;
        font-size: 13px;
        text-align: left;
        margin: 0px 3px;
        padding: 8px 8px;
    }

        .tech-content .nav-justified li a.green {
            background-color: #dbedd5;
        }

        .tech-content .nav-justified li a.red {
            background-color: #fce6e6;
        }

        .tech-content .nav-justified li a.orange {
            background-color: #f7dfc6;
        }

        .tech-content .nav-justified li a.gray {
            background-color: #f5f5f5;
        }

        .tech-content .nav-justified li a.selected {
            background-color: #fff !important;
            border: 1px solid #dfdfdf;
            border-bottom: 0;
        }

            .tech-content .nav-justified li a.selected.green {
                color: #63a14e;
            }

            .tech-content .nav-justified li a.selected.red {
                color: #df0909;
            }

            .tech-content .nav-justified li a.selected.orange {
                color: #f6840b;
            }

        .tech-content .nav-justified li a.settings {
            position: absolute;
            right: 4px;
            top: 1px;
            background: url(../images/ic-settings.png) no-repeat center;
            width: 32px;
            height: 34px;
            margin: 0;
            padding: 0;
        }

            .tech-content .nav-justified li a.settings:focus {
                background-color: #f3f3f3;
            }

.techcontentpanel {
    border: 1px solid #dfdfdf;
    margin: -1px 3px 3px 3px;
    padding: 6px 10px 10px 10px;
}

.tech-content .nav-justified li .dropdown-menu {
    min-width: 120px;
    right: 3px;
    left: auto;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.17);
}

    .tech-content .nav-justified li .dropdown-menu a {
        display: block;
        padding: 5px 12px;
        text-decoration: none;
    }

        .tech-content .nav-justified li .dropdown-menu a:hover {
            text-decoration: none;
            background: #f3f3f3;
        }

.tabrow {
    margin-bottom: 5px;
}

.ic-check {
    height: 16px;
    width: 16px;
    background: url(../images/ic-check.png) no-repeat center;
    display: inline-block;
}

.tech-content .summary {
    margin: 16px 0px 6px 0px;
    font-size: 13px;
}

    .tech-content .summary p {
        display: inline-block;
        margin-right: 8px;
    }

    .tech-content .summary span {
        background: #f0f0f0;
        margin-left: 3px;
        font-size: 13px;
        color: #565656;
        border-radius: 3px !important;
    }

    .tech-content .summary .label {
        font-family: "OpenSansRegular";
        font-weight: normal;
    }



.add-call {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1b80c4;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.27);
    z-index: 1000;
}

    .add-call span {
        background: url(../images/add-call.png) no-repeat center;
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .add-call:hover {
        background: url(../images/trans-hov.png) repeat #1b80c4;
    }

#myscrltbl, #myscrltbl2 {
    overflow-x: auto !important;
}

.btnpop {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
}

.viewcallpad {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    /*position: absolute;*/
    width: 100%;
    top: 30px;
    padding: 10px 10px 5px 10px;
    z-index: 1000;
    display: none;
}

    .viewcallpad.active {
        display: block;
    }

    .viewcallpad p {
        font-size: 13px;
        color: #696969;
    }

    .viewcallpad .colgroup {
        overflow: hidden;
        margin: 12px 0px 8px 0px;
        min-height: 170px;
    }

        .viewcallpad .colgroup ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .viewcallpad .colgroup ul li {
                float: left;
                width: 215px; /*width:20%;*/
            }

.view_callbox {
    border: 1px solid #dddddd;
    background: #f8f8f8;
    padding: 6px 10px;
    margin: 0px 8px 8px 0px;
    min-height: 95px;
    position: relative;
    border-radius: 3px;
    font-size: 12px;
}

.viewcallpad .colgroup ul li .cross {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/ic-close.png) no-repeat center #dddddd;
}

    .viewcallpad .colgroup ul li .cross:hover {
        background: url(../images/ic-close.png) no-repeat center #cbcbcb;
    }

.viewcallpad .colgroup ul li p {
    font-size: 12px;
}

    .viewcallpad .colgroup ul li p .date-time {
        font-size: 11px;
        color: #727272;
        display: block;
        margin-top: 4px;
    }

    .viewcallpad .colgroup ul li p.clients {
        color: #636161;
        font-size: 12px;
        margin-top: 6px;
        /*bottom: 8px;*/
        position: absolute;
    }

    .viewcallpad .colgroup ul li p.usergroup {
       text-align: right; padding-top: 25px; font-weight:bold
    }




/************************ Modal Popup *****************************/
.modal { /*z-index:100000;*/
    z-index: 10003;
}
/*body, #myModal, .modal { padding-right:0 !important;}*/
.modal-dialog {
    margin-top: 50px;
}

.modal-header {
    padding-top: 8px;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 5px;
    background: #1b80c4;
    padding-right: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -o-border-top-left-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -ms-border-top-right-radius: 6px;
}

.modal-backdrop {
    z-index: 10000;
}

.modal-title {
    font-size: 18px;
    color: #fff;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
}

.modal-header .close {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    color: #fff;
    background: url(../images/trans-hov.png) repeat;
    width: 26px;
    height: 26px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-top: 0px;
}

    .modal-header .close i {
        background: url(../images/pop-close.png) no-repeat center;
        display: inline-block;
        height: 17px;
        width: 16px;
    }

    .modal-header .close:hover {
        background: url(../images/trans-sub.png) repeat;
    }

.modal-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
}

.modal-content {
    background-color: #fff;
    border: none;
}

.modal-footer {
    border-top: 4px solid #e5e5e5;
    background-color: #f7f7f7 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding: 10px;
}

.modal p {
    margin-bottom: 12px;
    color: #666;
}


.add-ic {
    width: 26px;
    height: 24px;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
}

    .add-ic i {
        background: url(../images/ic-add.png) no-repeat center;
        height: 16px;
        width: 16px;
        display: inline-block;
        text-align: center;
        vertical-align: -1px;
    }

.close-link {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 100;
}

    .close-link a {
        background: url(../images/panel-close.png) no-repeat center;
        float: left;
        margin-left: 10px;
        display: block;
        width: 28px;
        height: 27px;
        line-height: 25px;
        text-align: center;
        transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

        .close-link a:hover {
            background: url(../images/panel-close.png) no-repeat center #ebebeb;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -moz-border-radius: 50%;
        }

.gridicrow {
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

.grid-add-ic {
    width: 26px;
    height: 24px;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 0;
}

    .grid-add-ic i {
        background: url(../images/ic-add.png) no-repeat center;
        height: 16px;
        width: 16px;
        display: inline-block;
        text-align: center;
        vertical-align: -1px;
    }

.notopmarg {
    margin-top: 0 !important;
}

/************* Icons css ************/

.ic-move, .ic-rights {
    height: 16px;
    width: 20px;
    background: url(../images/ic-move.png) no-repeat center;
    display: inline-block;
    vertical-align: -3px;
}

.ic-rights {
    background: url(../images/ic-rights.png) no-repeat center;
}

.ic-yes, .ic-no {
    height: 16px;
    width: 16px;
    background: url(../images/ic-yes.png) no-repeat center;
    display: inline-block;
    margin-bottom: -4px;
}

.ic-no {
    background: url(../images/ic-no.png) no-repeat center;
}

.ic-active, .ic-inactive {
    height: 14px;
    width: 14px;
    background-color: #7DB52E;
    border-radius: 7px;
    display: inline-block;
}

.ic-inactive {
    background-color: #C1C6CA;
}

.toglink {
    background: url("../images/toggle-close.png") no-repeat scroll 1px center #d2d2d2;
    display: block;
    height: 58px;
    right: 3px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 9px;
    z-index: 10;
}

    .toglink.open {
        background: url("../images/toggle-open.png") no-repeat scroll 2px center #d2d2d2;
    }

.icbtn {
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    margin: 0px;
    padding: 0;
}

    .icbtn:hover {
        background-color: #eaeaea;
    }

    .icbtn.export {
        background-image: url(../images/ic-export.png);
        background-repeat: no-repeat;
    }

    .icbtn.download {
        background-image: url(../images/ic-download.png);
        background-repeat: no-repeat;
    }

      .icbtn.email {
        background-image: url(../images/ic-email.png);
        background-repeat: no-repeat;
    }

    .icbtn.link {
        background-image: url(../images/ic-link.png);
        background-repeat: no-repeat;
    }

    .icbtn.print {
        background-image: url(../images/ic-print.png);
        background-repeat: no-repeat;
    }

    .icbtn.invoice {
        background-image: url(../images/ic-invoice.png);
        background-repeat: no-repeat;
    }

    .icbtn.payment {
        background-image: url(../images/ic-payments.png);
        background-repeat: no-repeat;
    }

    .icbtn.zone {
        background-image: url(../images/ic-zone.png);
        background-repeat: no-repeat;
    }

    .icbtn.copy {
        background-image: url(../images/ic-copy.png);
        background-repeat: no-repeat;
    }

    .icbtn.reminder {
        background-image: url(../images/ic-reminder.png);
        background-repeat: no-repeat;
    }

    .icbtn.route {
        background-image: url(../images/ic-route.png);
        background-repeat: no-repeat;
    }

    .icbtn.timeframe {
        background-image: url(../images/ic-timeframe.png);
        background-repeat: no-repeat;
    }

    .icbtn.review {
        background-image: url(../images/ic-view.png);
        background-repeat: no-repeat;
    }

    .icbtn.finalizecall {
        background-image: url(../images/ic-finalizecall.png);
        background-repeat: no-repeat;
    }

     .icbtn.unfinalizecall {
        background-image: url(../images/ic-unfinalizecall.png);
        background-repeat: no-repeat;
    }

    .icbtn.unassigned-job {
        background-image: url(../images/ic-unassign.png);
        background-repeat: no-repeat;
    } 

    .icbtn.setting {
        background-image: url(../images/ic-setting.png);
        background-repeat: no-repeat;
    }

    .icbtn.import {
        background-image: url(../images/ic-import.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .icbtn.move-stock {
        background-image: url(../images/ic-move_stock.png);
        background-repeat: no-repeat;
        background-position: center !important;
    }

    .icbtn.stock_replenishment {
        background-image: url(../images/ic-stock_replenishment.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .icbtn.inventory-move-log {
        background-image: url(../images/ic-billing.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .icbtn.stock_part {
        background-image: url(../images/ic-stockbypart.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .icbtn.quick-count {
        background-image: url(../images/ic-quickcount.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .icbtn.add-outer {
        background-image: url(../images/ic-add.png);
        background-repeat: no-repeat;
        background-position: center;
        position: initial !important;
        background-color: #6b6b6b;
    }

    .icbtn.save {
        background-image: url(../images/ic-save.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .icbtn.popout {
        background-image: url(../images/ic-popout.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .icbtn.grid-expand {
        background-image: url(../images/ic-expand.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 16px;
        width: 16px;
    }

    .icbtn.grid-collapse {
        background-image: url(../images/ic-collapse.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 16px;
        width: 16px;
    }

    .icbtn.unlinkup {
        background: url(../images/ic-unlink.png);
        background-repeat: no-repeat;
        height: 18px;
    }


/************************************************ 23 JULY 2015 *****************************************************/
.tabsbtn {
    background: #fff;
    border-bottom: 3px solid #1b80c4;
}

    .tabsbtn ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .tabsbtn ul li {
            margin: 0;
            padding: 0;
            font-size: 13px;
            font-size: 13px;
            float: left;
        }

            .tabsbtn ul li a {
                display: inline-block;
                padding: 6px 15px;
                text-decoration: none;
                color: #2f2f2f;
            }

                .tabsbtn ul li a:hover {
                    background-color: #f5f5f5;
                }

                .tabsbtn ul li a.active {
                    background-color: #1b80c4;
                    color: #fff;
                }

.tech-content .nav-justified li a.plus, .tech-content .nav-justified li a.notes {
    position: absolute;
    right: 4px;
    top: 1px;
    width: 32px;
    height: 34px;
    margin: 0;
    padding: 0;
}

.tech-content .nav-justified li a.notes {
    background: url(../images/ic-notes.png) no-repeat center;
    right: 30px;
    width: 28px;
}

.tech-content .nav-justified li a.plus {
    background: url(../images/ic-plus.png) no-repeat center;
    width: 28px;
}

.tech-content .nav-justified li a.notes:hover, .nav-justified li a.plus:hover {
    background-color: #f3f3f3;
}


body.black .tabsbtn {
    border-bottom: 3px solid #343434;
}

body.blue .tabsbtn {
    border-bottom: 3px solid #1b80c4;
}

body.green .tabsbtn {
    border-bottom: 3px solid #3d9440;
}

body.red .tabsbtn {
    border-bottom: 3px solid #da4136;
}

body.brown .tabsbtn {
    border-bottom: 3px solid #795548;
}

body.orange .tabsbtn {
    border-bottom: 3px solid #e55223;
}

body.black .tabsbtn ul li a.active {
    background: #343434;
}

body.blue .tabsbtn ul li a.active {
    background: #1b80c4;
}

body.green .tabsbtn ul li a.active {
    background: #3d9440;
}

body.red .tabsbtn ul li a.active {
    background: #da4136;
}

body.brown .tabsbtn ul li a.active {
    background: #795548;
}

body.orange .tabsbtn ul li a.active {
    background: #e55223;
}

 .ic-star {
            height: 18px;
            width: 18px;
            background: url(../images/ic-star.png) no-repeat center;
            display: inline-block;
        }

 .ic-block {
            height: 18px;
            width: 18px;
            background: url(../images/ic-block.png) no-repeat center;
            display: inline-block;
        }

.gidtitlebar {
    overflow: hidden;
}

    .gidtitlebar .title {
        float: left;
    }

    .gidtitlebar a {
        float: right;
        margin-left: 4px;
        position: inherit !important;
    }

.con-wrap {
    white-space: normal !important;
}

.break-word-20 {
  word-wrap: break-word !important;
  max-width: 20px !important;
}

.panel-right-btn {
    position: absolute;
    top: -1px;
    right: 0px;
    margin: 7px 5px 0px 0px;
}

    .panel-right-btn a {
        display: inline-block !important;
        width: 24px !important;
        margin-left: 5px;
    }

.plus-ic {
    background: url(../images/ic-add.png) #6b6b6b no-repeat center;
    width: 24px;
    height: 22px;
    text-align: center;
    display: inline-block;
}
/*.plus-ic:hover{background-color:#585858;}*/

body.black .plus-ic {
    background-color: #343434;
}

body.blue .plus-ic {
    background-color: #1b80c4;
}

body.green .plus-ic {
    background-color: #3d9440;
}

body.red .plus-ic {
    background-color: #da4136;
}

body.brown .plus-ic {
    background-color: #795548;
}

body.orange .plus-ic {
    background-color: #e55223;
}

body.black .plus-ic:hover, body.black .plus-ic:focus {
    background-color: #292929;
}

body.blue .plus-ic:hover, body.blue .plus-ic:focus {
    background-color: #15669C;
}

body.green .plus-ic:hover, body.green .plus-ic:focus {
    background-color: #307633;
}

body.red .plus-ic:hover, body.red .plus-ic:focus {
    background-color: #AE342B;
}

body.brown .plus-ic:hover, body.brown .plus-ic:focus {
    background-color: #604439;
}

body.orange .plus-ic:hover, body.orange .plus-ic:focus {
    background-color: #B7411C;
}


.nopad {
    padding: 0 !important;
}

.noboarder {
    border: none !important;
}

.searchtoggle label {
    padding: 6px 24px;
}

    .searchtoggle label.customer {
        background: url(../images/ic-customer.png) no-repeat center #e1e1e1;
        border: 1px solid #e1e1e1;
    }

    .searchtoggle label.jobs {
        background: url(../images/ic-tech.png) no-repeat center #e1e1e1;
        border: 1px solid #e1e1e1;
    }

    .searchtoggle label.week {
        background: url(../images/ic-week.png) no-repeat center #e1e1e1;
        border: 1px solid #e1e1e1;
    }

    .searchtoggle label.day {
        background: url(../images/ic-day.png) no-repeat center #e1e1e1;
        border: 1px solid #e1e1e1;
    }

    .searchtoggle label.active {
        background-color: #fff;
        border: 1px solid #e1e1e1;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09) inset;
    }

        .searchtoggle label.active:hover {
            background-color: #fff;
            border: 1px solid #e1e1e1;
        }

.searchtoggle .btn:active {
    border-color: #e1e1e1 !important;
}


.multitab {
    margin: -1px;
}

.mytab {
    background: #e8e8e8;
    display: block;
    cursor: pointer;
    padding: 8px 10px;
    margin: 0px 0px;
    color: #444;
    font-size: 13px;
    white-space: nowrap;
}

    .mytab.pad {
        padding: 0px 0px !important;
    }

    .mytab:hover, .mytab:focus {
        text-decoration: none;
        color: #444;
    }

    .mytab.selected {
        background-color: #fff !important;
        border: 1px solid #dfdfdf;
        border-bottom: none;
    }

.zeropad {
    padding: 3px 3px;
}

.nomarg {
    margin: 0;
}

.multitab .techcontentpanel {
    margin: -4px 3px 3px 3px;
}

.multitab .green {
    background-color: #dbedd5;
}

.multitab .red {
    background-color: #fce6e6;
}

.multitab .orange {
    background-color: #f7dfc6;
}

.multitab .gray {
    background-color: #EDEFF2;
}

.multitab .selected {
    background-color: #fff !important;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}

    .multitab .selected.green {
        color: #63a14e;
    }

    .multitab .selected.red {
        color: #df0909;
    }

    .multitab .selected.orange {
        color: #f6840b;
    }

.mytab .icbtn {
    margin-top: -4px;
}



/************************************************ Mail box *****************************************************/
.emailnavs {
    position: relative;
    background-color: transparent;
}

    .emailnavs ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .emailnavs ul li {
            margin: 0;
            padding: 0;
            font-size: 14px;
            float: left;
        }

            .emailnavs ul li a {
                display: inline-block;
                padding: 6px 16px;
                text-decoration: none;
                color: #373737;
                font-weight: normal;
            }

                .emailnavs ul li a:hover {
                    background: #d8d8d8;
                }

                .emailnavs ul li a.active {
                    background: #1b80c4;
                    color: #fff;
                }

.compose {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

    .compose i {
        background: url(../images/ic-compose.png) no-repeat left;
        display: inline-block;
        width: 16px;
        height: 14px;
        margin-right: 4px;
        vertical-align: -1px;
    }

.emailbox {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 0px;
    margin: 15px 0px; /*overflow:hidden;*/
    position: relative;
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.04);
}

.mailheader {
    border-bottom: 1px solid #dbdbdb;
    background: #f5f5f5;
    padding: 8px 10px;
    min-height: 30px;
    display: table;
    width: 100%;
}

    .mailheader span {
        line-height: 28px;
    }

.chkmark {
    margin: 0 !important;
    vertical-align: -1px !important;
}

.mailheader .btn-default {
    margin: 0;
    border: 1px solid #d2d2d2;
    background-color: #dedede;
    font-size: 13px;
    color: #313131;
}

.em-fleft {
    float: left;
    padding: 0px 10px;
}

.em-fright {
    float: right;
    padding: 0px 10px;
}

.mail-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mail-list li {
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
        padding: 8px 10px;
        min-height: 30px; /*display:table;*/
        width: 100%;
        font-size: 13px;
        color: #666;
        position: relative;
    }

        .mail-list li.active {
            background: #f5f5f5;
            border-bottom: none;
        }

        .mail-list li:hover {
            background: #f5f5f5;
        }

    .mail-list .ic {
        width: 20px;
        height: 30px;
        display: block;
        background: url(../images/ic-newmail.png) no-repeat center;
    }

    .mail-list .no-ic {
        display: block;
    }

    .mail-list li.unread {
        font-family: 'OpenSansSemibold';
        font-weight: normal;
        color: #333;
    }

        .mail-list li.unread .ic {
            background: url(../images/ic-newmail.png) no-repeat center;
        }

    .mail-list li.opened .ic {
        background: url(../images/ic-openmail.png) no-repeat center;
    }

    .mail-list li.forwarded .ic {
        background: url(../images/ic-forward.png) no-repeat center;
    }

    .mail-list li.replied .ic {
        background: url(../images/ic-reply.png) no-repeat center;
    }

.emailbox .btn-default:hover, .emailbox .btn-default:focus {
    background-color: #d4d4d4 !important;
}

.mail-line {
    color: #949494;
    font-size: 12px;
    font-style: normal;
}

.mail-list li.unread .mail-line {
    color: #5a5a5a;
}

.mail-close {
    cursor: pointer;
}

.mail-list li span {
    line-height: 32px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.mail-list .date {
    font-size: 12px;
    color: #949494;
    font-family: "OpenSansRegular";
}

.mail-list .item-dropdown {
    background: url(../images/ic-item-list.png) no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
}

.item-dropdown {
    background: url(../images/ic-item-list.png) no-repeat center;
    width: 30px;
    height: 20px;
    margin-bottom:15px;
    display: block;
}

    .mail-list .item-dropdown:hover, .mail-list .item-dropdown:focus {
        background-color: #ebebeb;
        border-radius: 100%;
    }

.sender {
    width: 220px;
    font-size: 13px;
}

    .sender span, .subject span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap; /*max-width:900px;*/
        max-width: 100%;
    }

.subject {
    display: inline-block;
    width: 70%;
    overflow: hidden;
}

    .subject span {
        vertical-align: -8px;
    }

.mail-body {
    overflow: hidden;
}

.message-body { /*margin:5px -10px -8px -10px;*/
    padding: 16px;
    font-family: "OpenSansRegular";
    font-weight: normal;
    color: #666;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}


.mydrop {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

    .mydrop .btn {
        font-size: 16px !important;
        vertical-align: middle;
        color: #434343;
        background: none;
        padding: 3px 3px;
    }

        .mydrop .btn:hover, .mydrop .btn:focus {
            outline: none;
            background: none;
            box-shadow: none;
        }

    .mydrop .dropdown-menu {
        min-width: 120px;
        padding: 0px 0px;
        border-radius: 0 !important;
        border-color: #e0e0e0 !important;
    }

        .mydrop .dropdown-menu li {
            padding: 0px 0px;
            border: none;
        }

            .mydrop .dropdown-menu li a {
                padding: 5px 30px;
                color: #5c5c5c;
                font-size: 13px;
                font-family: "OpenSansRegular";
                font-weight: normal;
            }

                .mydrop .dropdown-menu li a.rep {
                    background: url(../images/ic-reply_sm.png) no-repeat 10px 8px;
                }

                .mydrop .dropdown-menu li a.fwd {
                    background: url(../images/ic-fwd_sm.png) no-repeat 10px 8px;
                }

                .mydrop .dropdown-menu li a.trash {
                    background: url(../images/ic-trash_sm.png) no-repeat 10px 8px;
                }

                .mydrop .dropdown-menu li a:hover {
                    background-color: #f5f5f5 !important;
                }

.myip .input-group-addon { /*padding:6px 6px;*/
    background: #f4f4f4 url(../images/datecal.png) no-repeat center;
    width: 16px;
    height: 16px;
    border-radius: 0;
}

    .myip .input-group-addon a {
        padding: 6px 6px;
        margin: -6px;
        display: block;
        background-color: #f7f7f7;
        border-radius: 0;
    }

        .myip .input-group-addon a:hover, .myip .datecontrol .input-group-addon a:focus {
            background-color: #eeeeee;
        }

.search-mail {
    overflow: hidden;
}

    .search-mail .em-fleft {
        padding: 0px 3px;
    }

    .search-mail .form-control {
        width: 125px;
    }

.mail-filter {
    float: right;
    display: block;
}

.ic-mail-filter {
    float: right;
    padding: 6px 10px;
    margin-left: 5px;
    display: none;
}

    .ic-mail-filter i {
        background: url(../images/ic-mailfilter.png) no-repeat center;
        height: 16px;
        width: 16px;
        display: inline-block;
    }

.signature {
    margin-top: 20px;
    display: block;
}

    .signature p {
        font-size: 12px;
        color: #666;
    }

    .signature .regards {
        font-family: 'OpenSansSemibold';
        font-weight: normal;
        color: #333333;
        font-size: 13px;
    }

.mail-to-cc {
    font-size: 12px;
    color: #666;
    color: #333333;
    font-size: 13px;
}



/************************************************ Mail box end *****************************************************/


/***** Place iPad view CSS under here (Smaller than 980px) *****/
@media (min-width: 980px) and (max-width:1200px) {
    .subject {
        width: 100%;
    }

    .mytab {
        height: 40px;
        white-space: nowrap;
    }

    .dispatch-block {
        width: 65% !important;
    }

    .dispatch-block-name {
        display: none !important;
    }   
}

@media screen and (max-width: 992px) {
    .subject span {
        line-height: 14px !important;
        white-space: normal;
    }

    .subject {
        width: 100%;
    }

        .subject span {
            vertical-align: inherit;
        }

    .mail-list li {
        padding-top: 5px;
    }

    .mail-body {
        height: 60px;
        overflow: hidden;
        padding-left: 8px;
    }          
}


@media only screen and (max-width: 767px) {
     .icbtn {
        width:28px;
    }

    .logo {
        text-align: left;
    }

    .panel {
        min-height: inherit !important;
    }

    #header {
        height: 123px !important;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
        top: 0;transition: top 0.5s ease-in-out;
    }

    .nav-up {top: -200px !important;}

    .navhd {
        float: none;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .navbar-right {
        border-top: 1px solid #dddddd;
    }

    .navbarlink {
        float: right;
        display: block;
    }

    .top-nav li a {
        height: 54px;
        line-height: 54px;
    }

    .top-nav a span.user-img {
        margin-top: 8px;
    }

    .userdropdown li a {
        height: inherit;
        line-height: inherit;
    }

    .sidebar-menu {
        padding-top: 123px;
    }

    .sidebar {
        left: -220px;
    }

    .content-liquid-full {
        margin: 0;
        padding: 137px 15px 40px 15px;
    }

    body.collapsed-sidebar .sidebar {
        left: 0px;
        box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    }

    body.collapsed-sidebar .content-liquid-full {
        margin-left: 0px;
        width: 100%;
    }

    body.collapsed-sidebar {
        overflow: hidden;
    }

    .dashboard .table-responsive {
        border: none;
    }

    .navbar-toggle {
        margin-right: 8px;
    }

    .icon-bar {
        background: #525c6c !important;
        height: 3px !important;
        width: 25px !important;
    }

    .top-nav a.user {
        padding: 0 10px;
    }

    .uname {
        display: none;
    }

    .top-nav a span.user-img {
        margin-right: 0;
    }

    .userdropdown {
        /*right: 0 !important; menu issue in mobile view*/
        left: auto !important;
    }

    .alert-dropdown {
        left: -118px;
    }

        .alert-dropdown li p {
            width: 270px;
        }

    .message-dropdown {
        min-width: 300px;
        left: -54px;
    }

        .message-dropdown li .hd b {
            width: 155px;
        }

    .top-nav li a .bedge {
        top: 8px;
    }

    .top-nav li .dropdown-menu {
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
        -ms-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.20);
    }

    .footer {
        text-align: center;
    }

        .footer p {
            padding: 10px 5px 5px 5px;
        }

    .collapsed-sidebar .footer p {
        padding: 10px 0 0 0px;
    }

    .overlayer {
        display: none;
        background: #000;
        opacity: 0.4;
        filter: alpha(opacity=40);
        position: fixed;
        top: 60px;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .overlayer.ol {
            display: block;
        }


    #login .panel {
        border: none !important;
    }

    #login {
        padding: 0;
        position: relative;
        min-height: 100%;
        height: auto !important;
        background: #FFF;
    }

        #login .login-panel {
            border-radius: 0;
            border-bottom: 1px solid #ececec !important;
            max-width: none !important;
            box-shadow: none !important;
        }

    .loginform {
        padding: 0;
    }

    .loginfooter {
        font-size: 12px;
    }

    .btn-primary, .btn-default {
        margin-bottom: 5px !important;
    }

    .form-group {
        margin-bottom: 10px;
    }

    #grid .table-bordered {
        border: none;
    }

    .pagination td a, .pagination td span {
        padding: 5px 9px;
    }

    .pagination {
        float: left;
    }

        .pagination a {
            margin-right: 5px;
            margin-left: 0 !important;
        }

    .pgsize {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 22px;
        margin: 2px 0 15px;
        padding: 0 0 7px;
    }

    .btnpop {
        margin-bottom: 0;
    }

    .add-ic {
        top: -3px;
    }

    /********mail box********/
    .sender {
        width: auto !important;
    }

    .sender, .subject {
        font-size: 12px;
    }

    .mail-body {
        height: 60px;
        overflow: hidden;
        padding-left: 8px;
    }

    .mailheader .btn-default {
        margin-bottom: 0 !important;
    }

    .em-fleft, .em-fright {
        padding: 0 8px;
    }

    .mail-list .date {
        display: block;
        float: none;
        position: absolute;
        top: 30px;
        font-size: 11px;
        width: 80px;
    }

        .mail-list .date span {
            line-height: 18px;
        }

    .ic-mail-filter {
        display: block;
    }

    .mail-filter {
        display: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        z-index: 1000;
        width: 100%;
        left: 0;
        top: 45px;
        border-bottom: 3px solid #dadada;
    }

        .mail-filter .em-fleft {
            display: block;
            float: none;
            text-align: left;
            margin-bottom: 6px;
        }

    .search-mail .form-control, .myip {
        width: 100%;
    }

    .emailnavs ul li a, .compose {
        padding: 6px 10px;
    }

    .mail-list .no-ic {
        width: 20px;
        height: 30px;
        display: block;
    }

    /********mail box end********/

    .bellanimate {
        height: 54px;
        line-height: 54px;
    }

    .msganimate {
        height: 54px;
        line-height: 54px;
    }

    .cname {
        display: none;
    } 
    
    /*.content-liquid-full-in-mobile {
        margin: 0;
        padding: 137px 15px 40px 15px;
        -webkit-transition: all ease 0.4s;
    }*/          
}

@media (max-width: 480px) {
    .icbtn {
        width:28px;
    }
    .content-liquid-full {
        margin: 0;
        padding: 137px 5px 40px 5px;
    }

    .col-xs-padleft-0 {
        padding-left: 0px;
    }

    .col-xs-padright-0 {
        padding-right: 0px;
    }

    .col-xs-padright-5 {
        padding-right: 5px;
    }

    .col-xs-padright-15 {
        padding-right: 15px;
    }

    .k-datepicker, .k-timepicker {
        width: 10.4em !important;
    }

    .table-responsive {
        border: 0px solid #ddd;
    }

    .content-liquid-full-popup {    
    padding: 15px 5px 15px 5px;    
    }    
    
    /*.content-liquid-full-in-mobile {
        margin: 0;
        padding: 137px 15px 40px 15px;
        -webkit-transition: all ease 0.4s;
    }*/    
}

@media (max-width: 320px) {
}


/* For Mobile Development*/

/*@media (min-width: 0px) {
    

}

@media (min-width: 768px) {
}*/ 

@media (min-width: 992px) {
    .search-pad-right-0-sm {
        padding-right: 0px !important;
    }
}
/*
@media (min-width: 1200px) {

}*/ 

/*.header-in-mobile {
    background: #fff;
    height: 68px !important;
    position: fixed;
    z-index: 10000;
    min-width: 320px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    
}*/

/* pull management tab display */
    .tab_content {
        display: none;
    }

    .navtabresp_panel {
        border: 1px solid #dfdfdf;
        margin: -4px 3px 3px 3px;
        padding: 6px 10px 10px 10px;
    }
    
     .tab_drawer_heading {
        display: none;
    }

    .navtabresp li span {
        background: #e8e8e8;
        display: block;
        cursor: pointer;
        padding: 8px 10px;
        margin: 0px 0px;
        color: #444;
        font-size: 13px;
        white-space: nowrap;
        border-radius:0;
    }

    @media screen and (max-width: 1000px) {
        .tabs {
            display: none;
        }

        .tab_drawer_heading {
            /*background-color: #ccc;
            color: #fff;
            margin: 5px;
            padding: 5px 20px;
            display: block;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;*/
            background: #e8e8e8;
            display: block;
            cursor: pointer;
            padding: 10px 10px;
            margin: 6px 0px;
            color: #444;
            font-size: 13px;
            white-space: nowrap;
            border-radius: 0;
        }

        .navtabresprow {
            margin: 0px;
        }

        .navtabresp_panel {
            border: 1px solid #dfdfdf;
            margin: -1px 0px 10px 0px;
            padding: 6px 10px 10px 10px;
        }

        .d_active {
            background-color: #fff !important;
            border: 1px solid #dfdfdf;
            border-bottom: 0;
            margin-bottom: 0;
        }
            .d_active.red {
                color: #df0909;
            }           
    }