/*
 *  Document   : main.css
 *  Author     : pixelcave
 *  Description: The main stylesheet of the template
 *
 *  Structure (with shortcodes):
 *      (#m01mls) MAIN LAYOUT
 *      (#m02hds) HEADER
 *      (#m03sns) SIDEBAR/NAVIGATION
 *      (#m04mcs) MAIN CONTENT
 *      (#m05pgs) PAGES
 *      (#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
 *      (#m07hes) HELPERS
 *      (#m08ths) THEMES
 *      (#m09res) RESPONSIVE
 */

/*
=================================================================
(#m01mls) MAIN LAYOUT
=================================================================
*/

/* Include Lato font from Google Web Fonts */
/*@import url('http://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');*/
/*@import url('fonts/Proxima Nova Bold.otf');
@import url('fonts/Proxima Nova Light.otf');
@import url('fonts/Proxima Nova Regular.otf');
@import url('fonts/Proxima Nova Semibold.otf');*/
/*default version*/
@font-face {
    font-family: 'ProximaNova';
    src: 
        local('Proxima Nova'),
        local('Proxima-Nova'),
        url('fonts/Proxima Nova Regular.otf') 
        format('opentype');
}
/*bold version*/
@font-face {
    font-family: 'ProximaNovaBold';
    src: 
        local('Proxima Nova Bold'),
        local('Proxima-Nova-Bold'),
        url('fonts/Proxima Nova Bold.otf') 
        format('opentype');
    font-weight: bold;
}
/*Semibold version*/
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: 
        local('Proxima Nova Semibold'),
        local('Proxima-Nova-Semibold'),
        url('fonts/Proxima Nova Semibold.otf') 
        format('opentype');
    font-weight: 600;
}
/*Light version*/
@font-face {
    font-family: 'ProximaNovaLight';
    src: 
        local('Proxima Nova Light'),
        local('Proxima-Nova-Light'),
        url('fonts/Proxima Nova Light.otf') 
        format('opentype');
    font-weight: normal;
}
.btn-view
{
    font-size: 14px;
    padding: 1px 17px !important;
}
.btn-zoom
{
    position: absolute;
    color: #FFF;
    font-size: 16px;
    right: 5px;
    bottom: 0px;
}
.gallery-link h5{
    color:#FFF!important;
    text-align:center!important;
}

/* Preloader */
.semi{
    font-family: 'ProximaNovaSemibold';
}
#page-wrapper.page-loading {
    overflow: hidden;
}

#page-wrapper.page-loading .preloader {
    display: block;
}

#page-wrapper.page-loading #page-container {
    opacity: 0;
}
.tag {
    background: none repeat scroll 0 0 #000000;
    bottom: 15px;
    color: #FFFFFF !important;
    height: 25px;
    left: 0;
    line-height: 25px;
    opacity: 0.7;
    padding: 1px 6px;
    position: absolute;
    right: 0;
    width: 25px;
    z-index: 99;
}
.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}

.preloader .inner {
    position: fixed;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.preloader-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #cccccc;
    -webkit-animation: rotateplane .8s infinite ease-in-out;
    animation: rotateplane .8s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*utility classes*/
a {
    color: #30363e;
}
a:hover, a:focus { text-decoration: none;}
.nopadding
{
    padding:0;
}
.no-left-padding
{
    padding-left:0;
}
.no-right-padding
{
    padding-right:0;
}
.nomargin
{
    margin:0;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.right-margin-3 {
    margin-right: 3px;
    vertical-align: text-bottom;
}

.right-margin-15 {
    margin-right: 15px !important;
    vertical-align: text-bottom;
}
.top-bottom-15
{
    margin-top:15px;
    margin-bottom:15px;
}
.bottom-padding-5
{
    padding-bottom:5px;
}
.vertical-col-padding {
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
}
.top-col-padding
{
    padding-top: 7px;
}
.top-col-bottom
{
    padding-bottom: 7px;
}
.width-100{
    width:100%;
}
.padding-50 {
    padding-left: 50px;
}
.padding-5-10 {
    padding: 5px 10px;
}
/************ Divider Classes*******/
.divider {
    display: block;
    height: 10px;
}
.divider-lg {
    height: 30px;
}
/********************************/
.job-title
{
    margin: 0px 0px 10px;
    color: #374249;
    font-size: 22px;
}

.job-info h3 small {
    color: #374249;
}
.job-info h3 { line-height: 18px;}

.job_list {
    /*display: flex;
    padding: 8px;
    box-shadow: 0px 0px 1px #5CCDDE;
    width: 195px;
    float: left;
    margin: 0px 10px 10px 0px;*/
    border-bottom: 1px solid #DAE0E8;
    border-left: 3px solid #FFFFFF;
    display: table;
    height: 86px;
    min-height: 87px;
    padding: 15px 8px;
    width: 100%;
}
.job_list:hover, .job_list:active {
    border-left: 3px solid #2196F3;
    background: none repeat scroll 0 0 #E8F4FE;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}

.job-detail table td {
    color: #374249;
    font-size: 16px;
    padding: 2px 0;
}
.reply:after
{
    content:''
}
#sender
{
    font-weight:700;    
}
.reply:nth-child(even) {
    background:#FFF;
    /*margin-bottom:10px;*/
}
.reply:nth-child(odd) {
    background:#F3F3F3;
    /*margin-bottom:10px;*/
}
.reply
{
    padding:10px 5px;
    border-top: 1px solid #DDD;

    /* border: 1px solid #DDD; */
}
.user
{
    font-size: 2em;
    border: 1px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}
#create_job1
{
    position:relative;
    width:100%;
    float:left;
}
#create_job2
{
    display:none;
}

.b_top_done {
    border-top: 4px solid #AFDE5C;
    padding: 5px 0;
}
.b_top_notdone {
    border-top: 4px solid #B3B3B3;
    padding: 5px 0;
}

.b_top_done small, .b_top_notdone small {
    color: #374249;
}
.margin-auto
{
    margin:0 auto;
    display:table;
}
.bottom-margin-10
{
    margin-bottom:10px;
}
.margin-top-10
{
    margin-top:10px;
}
.margin-top-15
{
    margin-top:15px;
}
.border-top
{
    border-top: 2px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fa-2-icons.border-top { padding-top: 20px;}
.font-16
{
    font-size:16px;
}
.fa-ary
{
    font-size:1.5em;
}
.padding-left-0
{
    padding-left:0;
}
.padding-right-0
{
    padding-right:0;
}
.inline-padding
{
    padding-left:2px;
    padding-right:2px;
}
.dropzone .dz-message {
    padding: 15px 0px;
}
.label-padding-5
{
    padding: 5px 3px;
}
.block-manual {
    margin: 0px 0px 10px;
    padding: 20px 15px 1px;    
    box-shadow: 0px 2px 0px rgba(218, 224, 232, 0.5);
}
.remove-row-padding
{
    padding:0 15px;
}
.display-table
{
    display:table;
}
.color-333
{
    color:#ACB5BF;
}
h3 small
{
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Main Structure */


body {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #30363e;
    background-color: #e1e4e4;
    overflow-y: scroll;
}

#login-container {
    position: absolute;
    width: 300px;
    top: 30px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}
#login-container a {
    color:#6F7883;
}
#login-container input[type='text'], #login-container input[type='password']
{
    height: 48px !important;
    border: 1px solid #6f7883;
    padding-top: 15px;
}
#login-container input[type='text'].error, #login-container input[type='password'].error
{
    // border-color: #DE815C;
}
#login-container .btn {
    height: 36px;
    font-size: inherit;
}
#page-container,
#main-container {
    /*min-width: 320px;*/
}

#page-container {
    opacity: 1;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    //overflow-x: hidden;
    -webkit-transition: background-color .2s ease-out, opacity .3s ease-out;
    transition: background-color .2s ease-out, opacity .3s ease-out;
}

#page-content {
    padding: 10px 5px 1px;
    /*background-color: #ebeef2;*/
    background-color: #E1E4E4;
}

#page-content-sidebar {
    padding: 10px;
    margin: -10px -5px 10px;
    background-color: #ffffff;
    border-bottom: 2px solid #dae0e8;
}

#page-container,
#sidebar {
    background-color: #fff;
}

#sidebar,
#sidebar-alt,
#sidebar-alt-close,
#main-container,
header.navbar.navbar-fixed-top,
header.navbar.navbar-fixed-bottom {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#sidebar,
#sidebar-alt,
#sidebar-alt-close {
    z-index: 1029;
}

/* Alternative Sidebar */
#sidebar-alt,
#sidebar-alt-close {
    background: rgba(69, 78, 89, .9);
}

#sidebar-alt {
    position: fixed;
    top: 50px;
    right: -220px;
    bottom: 0;
    width: 220px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#page-container.header-fixed-bottom #sidebar-alt {
    top: 0;
    bottom: 50px;
}

#sidebar-alt-close {
    display: inline-block;
    position: fixed;
    right: -30px;
    top: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
}

#page-container.header-fixed-top #sidebar-alt-close,
#page-container.header-fixed-bottom #sidebar-alt-close {
    display: none !important;
}

#page-container.sidebar-alt-visible-xs #sidebar-alt {
    right: 0;
}

#page-container.sidebar-alt-visible-xs #sidebar-alt-close {
    right: 220px;
    opacity: 1;
}

/* Sidebar + Static Layout */
#sidebar {
    position: absolute;
    overflow: hidden;
    width: 220px;
    left: -220px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 0 10px #333333;
}

#page-container.sidebar-visible-xs #sidebar {
    left: 0;
}

#page-container.sidebar-visible-xs #main-container {
    margin-left: 220px;
    margin-right: -220px;
}

/* Sidebar + Fixed Layout */
#page-container.header-fixed-top #page-content {
    padding-top: 60px;
}

#page-container.header-fixed-bottom #page-content {
    padding-bottom: 60px;
}

#page-container.header-fixed-top #sidebar,
#page-container.header-fixed-bottom #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
}

#page-container.sidebar-visible-xs header.navbar-fixed-top,
#page-container.sidebar-visible-xs header.navbar-fixed-bottom {
    left: 220px;
    right: -220px;
}

#page-container.header-fixed-top #sidebar-extra-info,
#page-container.header-fixed-bottom #sidebar-extra-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Fixed Width Layout */
#page-container.fixed-width {
    position: relative;
    max-width: 1280px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#page-container.fixed-width #sidebar-alt,
#page-container.fixed-width #sidebar-alt-close {
    background: rgba(25, 25, 25, .8) !important;
}

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

header.navbar-default,
header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    border: none;
}

/* Header Nav */
.navbar-default .navbar-nav > li > a {
    color: #454e59;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #C76118;
}

.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}

.nav.navbar-nav-custom > li {
    min-height: 50px;
    float: left;
}

.nav.navbar-nav-custom > li > a {
    min-width: 50px;
    padding: 5px 7px;
    line-height: 40px;
    text-align: center;
    color: #454e59;
    position: relative;
}

.nav.navbar-nav-custom > li > a .gi,
.nav.navbar-nav-custom > li > a .hi,
.nav.navbar-nav-custom > li > a .si,
.nav.navbar-nav-custom > li > a .fi {
    margin-top: -3px;
}

.nav.navbar-nav-custom > li > a .label-indicator {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    border-radius: 10px;
}

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #ffffff;
}

.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
    background-color: #C76118;
    color: #ffffff !important;
}

.navbar-inverse .nav.navbar-nav-custom > li.open > a,
.navbar-inverse .nav.navbar-nav-custom > li > a:hover,
.navbar-inverse .nav.navbar-nav-custom > li > a:focus {
    background: rgba(0, 0, 0, .15);
    color: #ffffff;
}

.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .75);
    border-radius: 20px;
    vertical-align: top;
}

.nav.navbar-nav-custom .dropdown-menu {
    margin-top: 0;
}

/* Header Search */
.navbar-form {
    margin: 7px 0;
}

.collapsing .navbar-form,
.collapse.in .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}

.collapsing .navbar-form .form-group,
.collapse.in .navbar-form .form-group {
    margin-bottom: 0;
}

.navbar-form-custom {
    margin: 0;
    padding: 5px 8px;
    /*width: 116px;*/
}

.navbar-form-custom .form-control {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border: none;
    background: #ffffff;
    border-radius: 20px;
    opacity: .5;
}

.navbar-default .navbar-form-custom .form-control {
    background: #eeeeee;
}

.navbar-form-custom .form-control:hover,
.navbar-form-custom .form-control:focus {
    opacity: 1;
}
.create_link
{
    font-weight: 400;
}
.create_link:hover
{
    text-decoration:none;
}
.btn.btn-stack-1{
    position: fixed;
    right: 50px;
    top: 90px;
    z-index: 999;

}
.btn.btn-stack-2{
    position: fixed;
    right: 50px;
    top: 90px;
    z-index: 999;
}
.btn.btn-stack-3{
    position: fixed;
    right: 50px;
    top: 90px;
    z-index: 999;
}
.btn.btn-stack-4{
    position: fixed;
    right: 50px;
    top: 90px;
    z-index: 999;
}
.btn.btn-stack-5{
    position: fixed;
    right: 50px;
    top: 90px;
    z-index: 999;
}
/*
=================================================================
(#m03sns) SIDEBAR/NAVIGATION
=================================================================
*/

/* Sidebar Content */
.sidebar-content {
    width: 220px;
    color: #acb5bf;
}

.sidebar-section {
    padding: 10px 15px;
}

#sidebar-extra-info {
    padding: 7px 15px 10px;
}

/* Sidebar Title */
a.sidebar-title {
    height: 99px;
    line-height: 50px;
    padding: 10px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: #ffffff;
    background-color:#ffffff;
    // background: url('../img/pexels-photo-531880.jpeg') top center no-repeat #fff;
    background-size:cover;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

a.sidebar-title:hover,
a.sidebar-title:focus {
    /* background: rgba(0, 0, 0, .15);*/
    color: #ffffff;
    text-decoration: none;
}

.sidebar-title i {
    width: 18px;
    margin-right: 8px;
    opacity: .75;
}

/* Sidebar Navigation */
.logo {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100%;
    display: block;
    max-width: 50px;
    padding: 9px;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.sidebar-separator {
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}

.sidebar-separator i {
    opacity: .1;
}

#sidebar-toggle-mini {
    display: none;
}

.sidebar-nav-ripple {
    display: block;
    position: absolute;
    background: rgba(92, 205, 222, .3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sidebar-nav-ripple.animate {
    -webkit-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

.sidebar-nav a {
    display: block;
    color: #6f7883;
    padding: 0 12px;
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    font-family: 'ProximaNovaSemibold';
}

.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a.active,
.sidebar-nav a.open,
.sidebar-nav li.active > a {
    color: #30363e;
    text-decoration: none;
}

.sidebar-nav a.open,
.sidebar-nav li.active > a {
    background: rgba(0, 0, 0, .1);
}

.sidebar-nav a.active {
    background: #ffffff;
    color: #454e59;
    border-right: 4px solid #C76118;
}

.sidebar-nav a > .sidebar-nav-icon {
    margin-right: 24px;
}

.sidebar-nav a > .sidebar-nav-icon,
.sidebar-nav a > .sidebar-nav-indicator {
    display: inline-block;
    opacity: .5;
    width: 18px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.sidebar-nav a > .sidebar-nav-indicator {
    float: right;
    line-height: inherit;
    margin-left: 4px;
    font-size: 10px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-nav a:hover,
.sidebar-nav a:hover > .sidebar-nav-icon,
.sidebar-nav a:hover > .sidebar-nav-indicator,
.sidebar-nav a.active,
.sidebar-nav a.active > .sidebar-nav-icon,
.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open,
.sidebar-nav a.open > .sidebar-nav-icon,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a,
.sidebar-nav li.active > a > .sidebar-nav-icon,
.sidebar-nav li.active > a > .sidebar-nav-indicator {
    opacity: 1;
}

.sidebar-nav a.active > .sidebar-nav-indicator,
.sidebar-nav a.open > .sidebar-nav-indicator,
.sidebar-nav li.active > a > .sidebar-nav-indicator {
    -webkit-transform: rotate(-90deg) rotateZ(0deg);
    transform: rotate(-90deg) rotateZ(0deg);
}

.sidebar-nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-transition: background .25s ease-out;
    transition: background .25s ease-out;
}

.sidebar-nav .active > ul,
.sidebar-nav .open + ul {
    display: block;
    background: rgba(255, 255, 255, .1);
    -moz-box-shadow:    0 8px 3px -8px #000 inset, 0 -11px 8px -14px #000 inset;
    -webkit-box-shadow: 0 8px 3px -8px #000 inset, 0 -11px 8px -14px #000 inset;
    box-shadow:        0 8px 3px -8px #000 inset, 0 -11px 8px -14px #000 inset;
}

.sidebar-nav ul a {
    margin: 0 0 0 19px;
    padding-left: 19px;
    /* border-left: 1px solid #454e59;*/
    border-left:1px dotted #6F7883;
    min-height: 34px;
    line-height: 34px;
    font-weight: normal;
}

.sidebar-nav ul a.open,
.sidebar-nav ul li.active > a {
    background: none;
}

.sidebar-nav ul ul {
    margin: 0 0 0 19px;
}

.sidebar-nav ul ul a {
    margin: 0;
    padding-left: 19px;
    font-size: 13px;
    min-height: 32px;
    line-height: 32px;
}

.sidebar-nav ul .active > ul,
.sidebar-nav ul .open + ul {
    background-color: #454e59;
}

/* Sidebar Color Themes */
.sidebar-themes {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease-out;
}

.sidebar-themes:hover {
    opacity: 1;
}

.sidebar-themes li {
    float: left;
    margin: 0 10px 10px 0;
}

.sidebar-themes li a {
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .33);
}

.sidebar-themes li a:hover {
    border-color: rgba(255, 255, 255, .66);
}

.sidebar-themes li.active a {
    border-color: #ffffff;
}

.sidebar-themes li a.themed-navbar-light {
    position: relative;
    overflow: hidden;
}

.sidebar-themes li a.themed-navbar-light:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 10px;
    height: 30px;
    background-color: #ffffff;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

/*
=================================================================
(#m04mcs) MAIN CONTENT
=================================================================
*/

/* Content Header */
.content-header {
    background-color: #ffffff;
    border-bottom: 2px solid #dae0e8;
    margin: -10px -5px 10px;
    padding: 0 15px;
}

.content-header h1,
.content-header h2 {
    margin: 5px 0;
    line-height: 28px;
}

.content-header h1 {
    font-weight: 500;
    font-size: 24px;
}

.content-header h2 {
    font-size: 18px;
}

.content-header small {
    font-size: 14px;
    font-weight: 400;
}

.header-section {
    padding: 15px 0;
}

.content-header-media {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.content-header-media .header-section {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    background: rgba(0, 0, 0, .55);
}

.content-header-media > img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2560px;
    height: 260px;
    margin-left: -1280px;
}

.content-header-media small {
    color: #cccccc;
}

/* Blocks */
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
    box-shadow: 0px 2px 0px rgba(218, 224, 232, 0.5);*/
}

.block .block {
    border: 1px solid #dae0e8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block.full {
    padding: 20px 15px;
}

.block .block-content-full {
    margin: -20px -15px -1px;
}

.block .block-content-mini-padding {
    padding: 8px;
}

.block.full .block-content-full {
    margin: -20px -15px;
}

.block-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid #dae0e8;
    background: rgba(218, 224, 232, .15);
}

.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 10px 15px 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-title h1 small,
.block-title h2 small,
.block-title h3 small,
.block-title h4 small,
.block-title h5 small,
.block-title h6 small {
    font-size: 14px;
    font-weight: 600;
}

.block-title .nav-tabs {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.block-title .nav-tabs > li > a {
    border: none;
    min-height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0;
}

.block-title .nav-tabs > li > a:hover {
    background-color: #ffffff;
}

.block-title .nav-tabs > li.active > a,
.block-title .nav-tabs > li.active > a:hover,
.block-title .nav-tabs > li.active > a:focus {
    border: none;
    background-color: #dae0e8;
}

.block-options {
    padding: 2px 3px;
    height: 38px;
}

.block-options .label {
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    font-size: 14px;
}

.block-options .dropdown-menu {
    margin-top: 3px;
}

.block-options .btn {
    padding-right: 8px;
    padding-left: 8px;
    min-width: 34px;
    text-align: center;
    color: #454e59;
    /*opacity: .4;*/
    background: transparent;
    border-color: transparent;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.block-options .btn:hover,
.block-options .btn:active,
.block-options .btn.active,
.block-options .btn:focus {
    opacity: 1;
}

.block-options .btn i {
    font-size: 14px;
}

.block-section {
    margin-bottom: 20px;
}

/* Widgets */
.widget {
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

a.widget,
a.widget-content {
    display: block;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

a.widget:hover,
a.widget:focus,
a.widget-content:hover,
a.widget-content:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
div.widget:hover,
div.widget:focus,
div.widget-content:hover,
div.widget-content:focus {
    text-decoration: none;
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);*/
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    /*-webkit-transform: translateY(-2px);
    transform: translateY(-2px);*/
}


a.widget:active,
a.widget-content:active {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.widget-content.widget-content-border {
    border-bottom: 1px solid #eeeeee;
}

.widget-image {
    height: 310px;
    overflow: hidden;
    position: relative;
}

.widget-image.widget-image-bottom img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget-image.widget-image-sm {
    height: 270px;
}

.widget-image.widget-image-xs {
    height: 175px;
}

.widget-image > i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #ffffff;
    font-size: 70px;
    opacity: .5;
}

.widget-image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    background: rgba(0, 0, 0, .65);
}

.widget-content {
    padding: 15px;
}

.widget-content.widget-content-mini {
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget-content.widget-content-full {
    padding: 0;
}

.widget-content .pull-left {
    margin-right: 20px;
}

.widget-content .pull-right {
    margin-left: 20px;
}

a.widget-content {
    display: block;
}

a.widget-content {
    display: block;
}

.widget-heading {
    margin: 10px 0;
}

.widget-icon {
    width: 74px;
    height: 74px;
    line-height: 70px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
}

.widget-icon .gi,
.widget-icon .hi,
.widget-icon .si,
.widget-icon .fi {
    margin-top: -3px;
}

/* Full Background Image */
img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

img.full-bg.full-bg-bottom {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}
@media screen and (min-width:1080px){
    .width-560{
        min-width:560px;
    }
    .width-620{
        min-width:620px;
    }
}

/* Content which contains floats */
.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

.content-float-hor .pull-left {
    margin-right: 20px;
}

.content-float-hor .pull-right {
    margin-left: 20px;
}

/*
=================================================================
(#m05pgs) PAGES
=================================================================
*/

/* Calendar */
.calendar-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-events li {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 10px 12px;
    border-radius: 3px;
    background-color: #555555;
    opacity: .8;
    -webkit-box-shadow: inset 2px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 2px 0 rgba(0, 0, 0, .15);
}

.calendar-events li i {
    margin-right: 10px;
}

.calendar-events li:hover {
    cursor: move;
    opacity: 1;
}

/* Gallery */
.gallery img, a[data-toggle="lightbox-image"] img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"],
a.gallery-link {
    cursor: pointer;
    //cursor: -webkit-zoom-in;
    //cursor: -moz-zoom-in;
    //cursor: zoom-in;
}

a[data-toggle="lightbox-image"]:hover img {
    opacity: .75;
}

.gallery-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-image-options {
    padding: 30px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.gallery-image-options:hover,
.gallery-image-options:focus {
    text-decoration: none;
}

.gallery-image-container:hover .gallery-image-options {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Media Items */
.media-items {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.media-items:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

.media-items:hover .media-items-options {
    display: block;
}

.media-items .media-items-options {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: none;
}

.media-items .media-items-content {
    padding: 10px 0;
}

/* Charts */
.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart-tooltip,
.mini-chart-tooltip {
    position: absolute;
    display: none;
    color: #ffffff;
    background: rgba(0, 0, 0, .75);
    padding: 4px 8px;
}

.chart-pie-label {
    font-size: 13px;
    text-align: center;
    padding: 4px 8px;
    color: #ffffff;
}

.mini-chart-tooltip {
    left: 0;
    top: 0;
    visibility: hidden;
}

.legend table td {
    padding: 3px 5px;
    font-size: 15px;
}

/* Error */
#error-container {
    padding: 30px;
    position: relative;
}

#error-container h1 {
    font-size: 72px;
    margin-bottom: 30px;
}

#error-container h2 {
    margin-bottom: 50px;
}

/* Timeline */
.timeline {
    position: relative;
}

.timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline-list li {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
}

.timeline-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 3px;
    z-index: 500;
}

.timeline-time {
    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.timeline-content {
    padding-left: 20px;
}

.block-content-full .timeline-content,
.widget-content-full .timeline-content {
    padding-right: 20px;
}

/* Chat UI */
.chatui.chatui-window.widget {
    position: fixed;
    bottom: 0;
    right: 50%;
    width: 300px;
    margin-right: -150px;
    margin-bottom: 0;
    z-index: 1028;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#page-container.header-fixed-bottom .chatui.chatui-window {
    bottom: 50px;
}

.chatui .chatui-action-close,
.chatui .chatui-action-open {
    display: none;
}

.chatui.chatui-window .chatui-action-close,
.chatui.chatui-window.chatui-window-close .chatui-action-open {
    display: inline;
}

.chatui.chatui-window.chatui-window-close .chatui-talk,
.chatui.chatui-window.chatui-window-close .chatui-form,
.chatui.chatui-window.chatui-window-close .chatui-action-close {
    display: none;
}

.chatui-talk {
    height: 250px;
    overflow-y: auto;
}

.chatui-talk ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.chatui-talk li {
    padding: 2px 0;
    margin-bottom: 5px;
}

.chatui-talk .chatui-talk-msg {
    min-height: 40px;
    padding: 10px 10px 10px 46px;
    background-color: #f6f6f6;
    border-radius: 25px;
    position: relative;
    margin-right: 15%;
}

.chatui-talk .chatui-talk-msg.chatui-talk-msg-right {
    margin-left: 15%;
    margin-right: 0;
}

.chatui-talk-msg .chatui-talk-msg-avatar {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
}

.chatui-form {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eeeeee;
}

.chatui-form .form-control,
.chatui-form .form-control:focus {
    border-radius: 0;
    border: none;
}

/* Tasks */
.task-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.task-list li {
    position: relative;
    padding: 10px 40px 10px 15px;
    margin-bottom: 12px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
}

.task-list li:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
}

.task-list li.in-1x {
    margin-left: 20px;
}

.task-list li.in-2x {
    margin-left: 40px;
}

.task-list li > .task-close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.task-list li:hover > .task-close {
    opacity: 1;
}

.task-list li.task-done {
    opacity: .5;
}

.task-list li.task-done > label {
    text-decoration: line-through;
}

.task-list li.task-done:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
=================================================================
(#m06bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
=================================================================
*/

/* Navbar */
.navbar.navbar-default.navbar-glass {
    background: rgba(255, 255, 255, .9);
}

.navbar.navbar-inverse.navbar-glass {
    background: rgba(92, 205, 222, .9);
}

.navbar.navbar-default,
.navbar.navbar-default.navbar-glass:hover {
    background: #ffffff;
    border-bottom: 1px solid #dae0e8;
}

.navbar.navbar-inverse,
.navbar.navbar-inverse.navbar-glass:hover {
    background: #C76118;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-width: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
    color: #879599;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

.text-primary,
.text-primary:hover,
a,
a:hover,
a:focus,
a.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    /*color: #C76118;*/
    /*color:#5CAFDE;*/
}

.text-danger,
.text-danger:hover,
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
    color: #de815c;
}

.text-warning,
.text-warning:hover,
a.text-warning,
a.text-warning:hover,
a.text-warning:focus {
    color: #deb25c;
}

.text-success,
.text-success:hover,
a.text-success,
a.text-success:hover,
a.text-success:focus {
    color: #afde5c;
}

.text-info,
.text-info:hover,
a.text-info,
a.text-info:hover,
a.text-info:focus {
    color: #5cafde;
}

.text-muted,
.text-muted:hover,
a.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    /*color: #999999;*/
    color:#6f7883 !important;
}

.text-light,
.text-light:hover,
a.text-light,
a.text-light:hover,
a.text-light:focus {
    color: #ffffff;
}

.text-dark,
.text-dark:hover,
a.text-dark,
a.text-dark:hover,
a.text-dark:focus {
    color: #454e59;
}

div.text-dark{
    color: #454e59;
}

.text-lighter {
    color: #9ea6af;
}
.text-black,
.text-black:hover,
a.text-black,
a.text-black:hover,
a.text-black:focus {
    color: #000000;
}

.text-light-op,
.text-light-op:hover,
a.text-light-op,
a.text-light-op:hover,
a.text-light-op:focus {
    color: rgba(255, 255, 255, .8);
}

.text-dark-op,
.text-dark-op:hover,
a.text-dark-op,
a.text-dark-op:hover,
a.text-dark-op:focus {
    color: rgba(0, 0, 0, .4);
}

b, strong {
    font-weight: bold;
    font-family: 'ProximaNovaBold';
}

ul,
ol {
    padding-left: 30px;
}

p {
    line-height: 1.6;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}

.page-header {
    margin: 30px 0;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.sub-header {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
}

.inner-sidebar-header {
    margin: 20px 0 10px;
}

.inner-sidebar-header .pull-right,
.inner-sidebar-header .pull-left {
    margin-top: -2px;
}

blockquote {
    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 3px;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-family: serif;
    font-size: 96px;
    position: absolute;
    right: 10px;
    top: -20px;
    color: #000000;
    opacity: .15;
}

blockquote.pull-right:before {
    left: 10px;
    right: auto;
}

article.article-story p {
    font-size: 18px;
    line-height: 1.8;
}
.collapse.in {
    /*min-height: 210px;*/
    min-height: 140px;
    /*padding-top: 15px;*/
}

/* Forms */
label {
    font-weight: 500;
}

fieldset legend {
    font-size: 18px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #ebeef2;
}

input[type="file"] {
    padding-top: 7px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control {
    -webkit-appearance: none;
}

.form-control {
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #454e59;
    border-color: #dae0e8;
    border-radius: 3px;
}

.input-group {
    margin-top: 1px;
    /*margin-bottom: 1px;*/
    margin-left: -11px;
}

.input-group .form-control {
    margin-top: 0;
}

.form-control:focus {
    border-color: #C76118;
}

.help-block {
    margin-top: -3px;
    //color: #999;
    color: #de815c !important;
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    position: absolute;
    line-height: 1
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dae0e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-horizontal .control-label-fixed {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: none;
    padding: 5px;
    /*border-bottom: 1px dotted #ebeef2;*/
}

.form-bordered .form-group.form-actions {
    background-color: #f9f9f9;
    border-bottom: none;
}

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
    color: #6f7883;
}

.has-success .form-control,
.has-success .input-group-addon {
    border-color: #afde5c;
    background-color: #ffffff;
}


.has-success .form-control:focus {
    border-color: #7fb364;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {
    color: #deb25c;
}

.has-warning .form-control,
.has-warning .input-group-addon {
    border-color: #deb25c;
    background-color: #ffffff;
}

.has-warning .form-control:focus {
    border-color: #e58f5a;
}

.has-error .help-block,
.error, .errorMessage,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {
    color: #de815c;
}

.has-error .form-control,
.error .form-control,
.has-error .input-group-addon {
    border-color: #de815c!important;
    background-color: #ffffff;
}

.has-error .error .form-control:focus {
    border-color: #cc7872;
}

.form-control.form-control-borderless,
.form-control.form-control-borderless:focus {
    border: none;
}

/* Form Select Switches */
.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: background-color .75s;
    transition: background-color .75s;
}

.switch span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.switch input:checked + span:after {
    left: 27px;
    width: 24px;
    top: 2px;
    bottom: 2px;
}

.switch input:checked + span {
    background-color: #eeeeee;
}

.switch-default input:checked + span {
    background-color: #dae0e8;
}

.switch-warning input:checked + span {
    background-color: #deb25c;
}

.switch-danger input:checked + span {
    background-color: #de815c;
}

.switch-info input:checked + span {
    background-color: #5cafde;
}

.switch-success input:checked + span {
    background-color: #afde5c;
}

.switch-primary input:checked + span {
    background-color: #C76118;
}

/* Form CSS Checkboxes */
#login-container .csscheckbox span {
    background: #fff;
    border-color: #6F7883;
}
#login-container .csscheckbox-primary input:checked + span:after {
    background-color: #7CB342;
}
.csscheckbox {
    margin: 1px 0;
    padding: 3px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.csscheckbox input {
    position: absolute;
    opacity: 0;
}

.csscheckbox span {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgba(250, 250, 250, .25);
    border: 1px solid #dae0e8;
}

.csscheckbox span:hover {
    background: rgba(250, 250, 250, .75);
}

.csscheckbox span:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.csscheckbox input:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.csscheckbox input:checked + span:after {
    background-color: #eeeeee;
}

.csscheckbox-default input:checked + span:after {
    background-color: #dae0e8;
}

.csscheckbox-warning input:checked + span:after {
    background-color: #deb25c;
}

.csscheckbox-danger input:checked + span:after {
    background-color: #de815c;
}

.csscheckbox-info input:checked + span:after {
    background-color: #5cafde;
}

.csscheckbox-success input:checked + span:after {
    background-color: #afde5c;
}

.csscheckbox-primary input:checked + span:after {
    background-color: #C76118;
}

/* Tables */
.table.table-vcenter th,
.table.table-vcenter td {
    vertical-align: middle;
}

.table thead > tr > th {
    font-size: 15px;
    font-weight: 600;
    font-family: "ProximanovaBold";
    padding-left: 0;
    padding-right: 0;
}

.table thead > tr > th > small {
    font-weight: 400;
    font-size: 75%;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
/*.table tfoot > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}*/

.table tbody > tr > th,
.table tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.table.table-condensed tbody > tr > th,
.table.table-condensed tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;

}

.table.table-noborder tbody > tr > th,
.table.table-noborder tbody > tr > td {
    border:none;
}

.table tfoot > tr > th,
.table tfoot > tr > td {
    background-color: #f9f9f9;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
    border-top-width: 0;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #ebeef2;
    line-height: 1.7;
    // width: unset;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #ebeef2;
}

.td-label {
    border-left-width: 3px;
    border-left-style: solid;
}

.td-label-danger {
    border-left-color: #de815c !important;
}

.td-label-warning {
    border-left-color: #deb25c !important;
}

.td-label-info {
    border-left-color: #5cafde !important;
}

.td-label-success {
    border-left-color: #afde5c !important;
}

.td-label-muted {
    border-left-color: #fff !important;
}

.table.table-pricing {
    background-color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    opacity: .85;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.table.table-pricing.table-featured,
.table.table-pricing:hover {
    opacity: 1;
    border-color: #C76118;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.table.table-pricing th {
    text-align: center;
    background-color: #C76118;
    border-bottom: none;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.table-pricing td {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* List Group */
.list-group-item {
    border-color: #ebeef2;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #C76118;
    border-color: #C76118;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #ffffff;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #f9f9f9;
}

a.list-group-item.active > .badge {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

/* Navs */
.nav-pills > li > a {
    color: #454e59;
    border-radius: 2px;
}

.nav-pills i.icon-push {
    margin-right: 8px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #ffffff;
    background-color: #C76118;
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: #C76118;
}

.nav-pills.nav-icons > li.active > a i,
.nav-pills.nav-icons > li.active > a:hover i,
.nav-pills.nav-icons > li.active > a:focus i {
    color: #ffffff;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: #C76118;
    border-bottom-color: #C76118;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f9f9f9;
}

.nav-tabs {
    border-bottom-color: #ebeef2;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: -1px;
    font-weight: 500;
    color: #454e59;
}

.nav-tabs > li > a:hover {
    border-color: #ebeef2;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #454e59;
    border-color: #ebeef2;
    border-bottom-color: transparent;
}

.nav-pills > li.active > a > .badge {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.nav-users {
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

.nav-users-online,
.nav-users-away,
.nav-users-offline {
    border-left-width: 2px;
    border-left-style: solid;
}

.nav-users-online {
    border-left-color: #afde5c;
}

.nav-users-away {
    border-left-color: #deb25c;
}

.nav-users-offline {
    border-left-color: #de815c;
}

.nav-users-offline a {
    opacity: .5;
}

.nav-users a {
    display: block;
    min-height: 56px;
    padding: 8px 10px 8px 60px;
    position: relative;
    color: #454e59;
    border-radius: 3px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.nav-users a:hover,
.nav-users a:focus {
    background-color: #f9f9f9;
    text-decoration: none;
    opacity: 1;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.nav-users a:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
}

.nav-users-avatar {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.nav-users-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-users-heading {
    display: block;
    margin-top: 2px;
    font-weight: 600;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0;
    font-size: 14px;
    border-color: #dae0e8;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.dropdown-menu.dropdown-menu-right {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.dropup .dropdown-menu {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.dropup .dropdown-menu.dropdown-menu-right {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.open > .dropdown-menu,
.dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lt-ie10 .dropdown-menu {
    display: none;
}

.lt-ie10 .open > .dropdown-menu,
.lt-ie10 .dropdown-menu.open {
    display: block;
}

.dropdown-menu > li > a {
    padding: 8px 10px;
}

.dropdown-menu i {
    opacity: 0.2;
    line-height: 17px;
}

.dropdown-menu a:hover i {
    opacity: 0.5;
}

.dropdown-menu .divider {
    margin: 3px 0;
    padding: 0 !important;
    background-color: #f0f0f0;
}

li.dropdown-header {
    padding: 8px 10px;
    color: #454e59;
    background-color: #ebeef2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -3px;
    margin-left: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.collapse.in .dropdown.open .dropdown-menu {
    display: block;
    position: static;
    margin: 0 0 0 15px;
    left: auto;
    top: auto;
}

.pagination > li > a,
.pagination > li > span  {
    font-weight: 500;
    color: #C76118;
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 3px !important;
    background: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #C76118;
}

.pagination > .disabled >span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background: transparent;
}

.pager > li > a,
.pager > li > span {
    border-color: #ebeef2;
}

.pager > li > a:hover,
.pagination > li > a:hover {
    background-color: #C76118;
    border-color: #C76118;
    color: #ffffff;
}

.pager > li.disabled > a:hover {
    border-color: #ebeef2;
}

/* Popover */
.popover {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.popover-title {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 2px;
}

/* Tooltip */
.tooltip {
    z-index: 1051;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    padding: 4px 6px;
    background-color: #000000;
    color: #ffffff;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

/* Breadcrumps */
.breadcrumb {
    background-color: transparent;
}

.breadcrumb i {
    font-size: 14px;
}

.breadcrumb-top {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 7px;
}

/* Progress Bars */
.progress {
    background: rgba(0, 0, 0, .1);
}

.progress,
.progress-bar {
    height: 18px;
    line-height: 18px;
    font-weight: 600;
}

.progress.progress-mini,
.progress-bar.progress-mini,
.progress-mini .progress-bar {
    height: 7px;
    line-height: 7px;
}

.progress-bar-danger {
    background-color: #de815c;
}

.progress-bar-warning {
    background-color: #deb25c;
}

.progress-bar-success {
    background-color: #afde5c;
}

.progress-bar-info {
    background-color: #5cafde;
}

.progress-bar-primary {
    background-color: #C76118;
}

/* Modals */
/*.modal {
    position: absolute;
    overflow-y: scroll;
}*/
.modal-content {
    border: none;
}

.modal-header {
    padding: 17px 15px 15px;
    border-bottom: none;
    background-color: #f9f9f9;
}

.modal-header .nav-tabs {
    margin: 0 -15px -15px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

.modal-footer {
    margin-top: 0;
    padding: 9px 15px 10px;
    border-top: none;
    /*background-color: #f9f9f9;*/
    background-color: #fff;
}

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-backdrop.in {
    opacity: 1;
    background: rgba(0,0,0,0.75);
}

/* Buttons */
.btn {
    margin: 0px 0px;
    background-color: #ffffff;
    border-radius: 3px;
}

.btn.btn-rounded {
    border-radius: 20px;
}

.btn.btn-square {
    border-radius: 0;
}

.btn-ripple {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn-ripple.animate {
    -webkit-animation: ripple 1s ease-out;
    animation: ripple 1s ease-out;
}

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {
    line-height: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .4;
}

.block-options .btn,
.input-group .btn,
.modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .btn-default.dropdown-toggle {
    background-color: #dddddd;
    border-color: #dddddd;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-green {
    background-color: #7CB342;
    border-color: #7CB342;
    color: #FFFFFF;
    font-family: proximanovaSemibold;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
    background-color: #7a7a7a !important;
    border-color: #fff;
    color: #ffffff !important;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.btn-danger {
    background-color: #de815c;
    border-color: #de815c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {
    background-color: #c43902;
    border-color: #c43902;
    color: #ffffff !important;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #de815c;
    border-color: #de815c;
}

.btn-warning {
    background-color: #deb25c;
    border-color: #deb25c;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {
    background-color: #de9502;
    border-color: #de9502;
    color: #ffffff !important;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #c48402;
    border-color: #c48402;
}

.btn-success {
    background-color: #afde5c;
    border-color: #afde5c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {
    background-color: #7dc402;
    border-color: #7dc402;
    color: #ffffff !important;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #afde5c;
    border-color: #afde5c;
}

.btn-info {
    background-color: #5cafde;
    border-color: #5cafde;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {
    background-color: #027dc4;
    border-color: #027dc4;
    color: #ffffff !important;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5cafde;
    border-color: #5cafde;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #C76118;
}
.btn-light,
.btn-light:hover,
.btn-light:focus {
    background-color: #fff !important;
    color: #30363E;
}
/* Panels */
.panel {
    margin-bottom: 20px;
}

.panel-heading {
    /*padding: 5px;*/


}
.panel-heading h1, .panel-heading h2, .panel-heading h3,
.panel-heading h4, .panel-heading h5, .panel-heading h6
{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 10px 15px 9px;
    text-transform: uppercase;
}

.panel-title {
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

.panel-group {
    margin-bottom: 20px;
}

/* Pre, Code */
pre {
    background: #151515;
    overflow: scroll;
}

code {
    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0;
}

/* Alerts */
.alert {
    color: #ffffff;
    border-width: 0;
    border-radius: 3px;
}

.alert .alert-link {
    color: #000000;
    opacity: .4;
}

.alert-danger {
    background-color: #de815c;
}

.alert-warning {
    background-color: #deb25c;
}

.alert-success {
    background-color: #afde5c;
}

.alert-info {
    background-color: #5cafde;
}

.alert-dismissable .close {
    top: -8px;
    right: -26px;
    color: #000000;
}

.close {
    opacity: .25;
    text-shadow: none;
}

.close:hover,
.close:focus {
    opacity: .5;
}

/* Labels, Badges */
.label,
.badge {
    font-weight: normal;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: rgba(0, 0, 0, .3);
    padding: 3px 6px;
}

.label-danger,
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #de815c;
}

.label-warning,
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #deb25c;
}

.label-success,
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #afde5c;
}

.label-info,
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #5cafde;
}

.label-primary,
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #C76118;
}

.label-default,
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #999999;
}

.label-danger[href]:hover,
.label-danger[href]:focus,
.label-warning[href]:hover,
.label-warning[href]:focus,
.label-success[href]:hover,
.label-success[href]:focus,
.label-info[href]:hover,
.label-info[href]:focus,
.label-primary[href]:hover,
.label-primary[href]:focus,
.label-default[href]:hover,
.label-default[href]:focus {
    opacity: .75;
}

/* Carousel */
.carousel-control {
    max-width: 50px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    opacity: 0;
    filter: none;
}

.carousel:hover .carousel-control.left,
.carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.carousel-indicators,
.carousel-caption {
    bottom: 5px;
}

.carousel-caption {
    text-shadow: 0 5px 15px #000000;
}

/* Thumbnail */
.img-thumbnail-transparent {
    background-color: rgba(255, 255, 255, .25);
    border-color: transparent;
}

.img-thumbnail-x {
    width: 20px !important;
    height: 20px !important;
}

.img-thumbnail-1x {
    width: 50px !important;
    height: 50px !important;
}
.img-thumbnail-avatar {
    width: 69px !important;
    height: 69px !important;
}

.img-thumbnail-avatar-2x {
    width: 133px !important;
    height: 133px !important;
}

/* Bottom Margin */
p, .table, .alert, .carousel {
    margin-bottom: 20px;
}

/* Removing shadows and radius */
.navbar-form,
.navbar-collapse,
.form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.progress,
.progress-bar,
.panel,
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar,
.dropdown-menu,
.tooltip-inner,
.breadcrumb,
.modal-content,
.panel-group .panel {
    border-radius: 0;
}

/*
=================================================================
(#m07hes) HELPERS
=================================================================
*/

.push {
    margin-bottom: 15px !important;
}

.push-top {
    margin-top: 15px !important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.push-bit {
    margin-bottom: 10px !important;
}

.push-bit-top {
    margin-top: 10px !important;
}

.push-bit-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.push-right {
    margin-right: 15px;
}

.push-left {
    margin-left: 15px;
}
.push-right-left {
    margin-left: 10px;
    margin-right: 10px;
}

.push-bit-right {
    margin-right: 10px;
}

.push-bit-left {
    margin-left: 10px;
}

.push-inner-top-bottom {
    padding-bottom: 15px;
    padding-top: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.display-none {
    display: none;
}

.remove-margin {
    margin: 0 !important;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.lt-ie10 .hidden-lt-ie10 {
    display: none !important;
}

.visible-lt-ie10 {
    display: none;
}

.lt-ie10 .visible-lt-ie10 {
    display: block;
}

:focus {
    outline: 0 !important;
}

/*
=================================================================
(#m08ths) THEMES
=================================================================
*/

/* Default Color Theme specific colors */
.themed-color {
    color: #C76118 !important;
}

.themed-background {
    background: #C76118 !important;
    /*opacity: 0.9;*/
}
.grey-background{
    background-color: #94A3B2 !important;
}
.block-title.grey-background{
    border: none;
}
.theme-var-background{
    background-color: #009688 !important;
}
.themed-color-dark {
    color: #454e59 !important;
}

.themed-background-dark {
    background-color: #454e59 !important;
}

/* Contextual Background Colors */
.themed-background-danger {
    background-color: #de815c !important;
}

.themed-background-warning {
    background-color: #deb25c !important;
}

.themed-background-info {
    background-color: #5cafde !important;
}

.themed-background-success {
    background-color: #afde5c !important;
}

.themed-background-muted {
    background-color: #f9f9f9 !important;
}

/*
=================================================================
(#m09res) RESPONSIVE
=================================================================
*/

/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

    /* General */
    #login-container {
        width: 380px;
        top: 50px;
        margin-left: -190px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

    #page-container.header-fixed-top #page-content {
        padding-top: 70px;
    }

    #page-container.header-fixed-bottom #page-content {
        padding-bottom: 70px;
    }

    #page-content.inner-sidebar-left,
    #page-content.inner-sidebar-right {
        position: relative;
    }

    #page-content.inner-sidebar-left {
        padding-left: 240px;
    }

    #page-content.inner-sidebar-right {
        padding-right: 240px;
    }

    #page-content-sidebar {
        margin: 0;
        width: 220px;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        border-bottom: none;
    }

    #page-content.inner-sidebar-left #page-content-sidebar {
        left: 0;
        border-right: 1px solid #dae0e8;
    }

    #page-content.inner-sidebar-right #page-content-sidebar {
        right: 0;
        border-left: 1px solid #dae0e8;
    }

    #page-container.header-fixed-top #page-content-sidebar {
        top: 50px;
    }

    #page-container.header-fixed-bottom #page-content-sidebar {
        bottom: 50px;
    }

    .content-header,
    .content-header-media .header-section,
    .block,
    //.block.full,
    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block .block-content-full {
        margin: -20px -20px -1px;
    }

    .block.full .block-content-full {
        margin: -20px;
    }

    .content-header {
        margin: -20px -20px 20px;

    }

    .block,
    .widget {
        margin-bottom: 20px;
    }

    .block-title {
        margin-left: -5px;
        margin-right: -5px;
        z-index: 99;

    }

    /* Forms */
    .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form-bordered .form-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-horizontal.form-bordered .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Tabs */
    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }

    /* Modal */
    .modal-dialog {
        margin: 60px auto;
    }

    .modal-header,
    .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-header .nav-tabs {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* Error Page */


    #error-container h1 {
        font-size: 96px;
        margin: 50px 0 70px;
    }

    /* Timeline */
    .timeline-list li {
        padding: 20px 0;
    }

    .timeline-list:after {
        position: absolute;
        display: block;
        width: 4px;
        top: 0;
        left: 134px;
        bottom: 0;
        content: "";
        background-color: #f9f9f9;
        z-index: 1;
    }

    .timeline-icon {
        left: 115px;
        right: auto;
    }

    .timeline-time {
        float: left;
        padding: 0;
        text-align: right;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        margin-bottom: 0;
        background-color: transparent;
    }

    .timeline-content {
        padding-left: 166px;
    }

    .nav.navbar-nav-custom.pull-right {
        padding-right: 110px;
    }
    .btn.btn-fab.add {
        top: 22px;
    }
    .actions {
        //   top: 30px;
        top: 85px;
        right:50 !important;
    }
}

/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px) {

    /* Alternative Sidebar */
    #page-container.sidebar-alt-visible-xs #sidebar-alt {
        right: -220px;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt {
        right: 0;
    }

    #page-container.sidebar-alt-visible-xs #sidebar-alt-close {
        right: 0;
        opacity: 0;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt-close {
        right: 220px;
        opacity: 1;
    }

    /* Sidebar Reset Small Screens Classes */
    #page-container.sidebar-visible-xs #sidebar {
        width: 0;
        left: 0;
    }

    #page-container.sidebar-visible-xs #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    #page-container.sidebar-visible-xs header.navbar-fixed-top,
    #page-container.sidebar-visible-xs header.navbar-fixed-bottom {
        right: 0;
        left: 0;
    }

    /* Layout Transitions */
    #sidebar {
        -webkit-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
    }

    header.navbar.navbar-fixed-top,
    header.navbar.navbar-fixed-bottom {
        -webkit-transition: background .2s ease-out;
        transition: background .2s ease-out;
    }

    #main-container {
        -webkit-transition: none;
        transition: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-full,
    #page-container.sidebar-visible-lg-full #sidebar-toggle-mini {
        display: inline-block;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-mini,
    #page-container.sidebar-visible-lg-full #sidebar-toggle-full {
        display: none;
    }

    /* Sidebar + Static Layout */
    #sidebar {
        width: 0;
        left: 0;
    }

    #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    #page-container.sidebar-visible-lg-mini #sidebar {
        width: 40px;
    }

    #page-container.sidebar-visible-lg-mini #main-container {
        margin-left: 40px;
    }

    #page-container.sidebar-visible-lg-full #sidebar {
        width: 220px;
    }

    #page-container.sidebar-visible-lg-full #main-container {
        margin-left: 220px;
    }

    /* Sidebar + Fixed Layout */
    header.navbar-fixed-top,
    header.navbar-fixed-bottom {
        left: 0;
    }

    #page-container.sidebar-visible-lg-mini header.navbar-fixed-top,
    #page-container.sidebar-visible-lg-mini header.navbar-fixed-bottom {
        left: 40px;
    }

    #page-container.sidebar-visible-lg-full header.navbar-fixed-top,
    #page-container.sidebar-visible-lg-full header.navbar-fixed-bottom {
        left: 220px;
    }

    /* Sidebar Condensed Menu */
    #page-container.sidebar-visible-lg-mini #sidebar {
        overflow: visible;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-content {
        width: 40px;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav-mini-hide {
        display: none;
    }
    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-title {
        padding: 6px;
    }
    #page-container.sidebar-visible-lg-mini #sidebar .logo{
        width:30px;
        padding:5px;
    }
    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav li {
        position: relative;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        position: absolute;
        width: 220px;
        top: 0;
        right: -220px;
        margin: 0;
        padding: 6px 5px;
        background-color: #363e46;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul a {
        margin: 0;
        padding-left: 10px;
        border-left: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul ul {
        margin-left: 0;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav > li.active > ul {
        display: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu.open + ul {
        display: block !important;
    }

    /* Navbar Nav Search */
    .navbar-form-custom {
        width: 300px;
    }

    /* Chat */
    .chatui.chatui-window.widget {
        right: 70px;
        margin-right: 0;
    }
}

/************** by harita ************/
.ary-icon {
    background: none repeat scroll 0 0 #45A7B9;
    color: #EDEDED;
    font-size: 1.2em;
    height: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    width: 28px;
}


#copylink {
    text-decoration: none;
}
.dotted-border{
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
    display:table;
    width:100%;
}
.dotted-border .form-group { padding: 5px;}

.dotted-border .form-group label { font-weight: bold; margin-bottom: 0;}
.dotted-border-top { border-top: 1px dashed #DDDDDD; padding-top: 15px; margin-top: 5px;}
.fa-fw {
    width: 2.28571em;
    text-align: center;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/*****Notification************/ 


#notification_li
{
    position:relative
}

#notification_count 
{
    padding: 2px 6px 2px 6px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 24px;
    border-radius: 9px;
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: 4px;
    font-size: 10px;
    z-index: 1;
}

.dropdown-menu-notification {
    min-width: 310px;
    padding: 0;
    font-size: 14px;
    border-color: #dae0e8;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.UIBeeper{
    width:230px;
    //left:15px;
    bottom:30px;
    position:fixed;
    z-index:99;
    display:none;
    right: 30px;
}

.UIBeeper .UIBeeper_Full{
    border:1px solid #028275;
    border-radius: 2px;
    margin:0;
    padding:3px;
    background: none repeat scroll 0 0 #009688;
}

.UIBeeper .UIBeep_Bottom{
    border-bottom:none;
}

.UIBeeper .UIBeep_Selected{
    /*background:#CAD1DE;*/
}

.UIBeeper .UIBeep_Top{
    padding-top:0;
}

.UIBeeper .UIBeep_Bottom{
    padding-bottom:0;
}

.UIBeep{
    overflow:hidden;
    padding:10px 0;
    clear:right;
}

.UIBeep .UIBeep_NonIntentional .UIBeep_Icon{
    float:left;
    width:20px;
    height:20px;
    text-align:center;
    margin:5px 5px;
}

.UIBeep_Selected .UIBeep_Icon{
    margin-right:2px;
}

.image2{
    /* icon within the beeper */
    background-image:url(images/like.png);
    background-repeat:no-repeat;
    display:inline-block;
    height:16px;
    width:16px;
}

.UIBeeper .UIBeep .UIBeep_NonIntentional .beeper_x{
    /* close button */
    float:right;
    height:16px;
    width:16px;
    margin-top:6px;
    background:url(img/close.png) no-repeat;
    visibility:hidden;
}

.UIBeep .beeper_x:hover{
    /* close button on mouseover */
    background:url(images/closehover.gif) no-repeat !important;
}

.UIBeep_Selected .beeper_x{
    display:block !important;
    visibility:visible !important;
    margin-left:4px;
}

.UIBeep .UIBeep_NonIntentional .UIBeep_Title{
    margin:0 20px 0 30px;
}

.UIBeep .UIBeep_Title{
    padding:5px 0;
}
.UIBeep a { color: #fff; }
.UIBeep a:hover,.UIBeep a:active, .UIBeep a:visited {
    color: #333;
}
/*******Drag-Drop*******/

.source {
    width: 360px;
    height: 60px;
    margin: auto;
}
.boxes div {
    float: left;
    width: 60px;
    height: 50px;
    background-color: #bbe;
    background-image: -moz-linear-gradient(-45deg, #eef, #88d);
    background-image: -o-linear-gradient(-45deg, #eef, #88d);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #eef), color-stop(1, #88d));
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.source div {
    cursor: pointer;
}
div.whileDragging {
    background-image: none;
    background-color: black;
    color: white;
}

div.pendingDrop {
    opacity: 0.5;
}

.drop {
    position: relative;
    border: 2px dashed #EBEEF2;
    background-color:  #F9F9F9;
    padding: 1em;
    border-radius: 10px;
    transition: border-color 0.35s ease-out0s;
    height: 200px;
    overflow-y:auto;
    /*width: 360px;
    height: 120px;
    overflow: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #888;
    border: solid 1px #333;
    box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;*/
}

.highlight {
    background-color: #dd8;
}
ul#list {
    padding: 0px;
}
ul#list li {
    list-style-type: none;
    padding: 10px;
    background-color: #aaf;
    background-image: -moz-linear-gradient(-90deg, #eef, #88d);
    background-image: -o-linear-gradient(-90deg, #eef, #88d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eef), color-stop(1, #88d));
    border-bottom: 1px solid #88d;
    font-weight: bold;
    cursor: pointer;
}

#source1
{
    //overflow-y:auto;
}

#source1 .innertxt
{
    font-size: 0.8em;
    color:#666666;
    display:inherit;
    border-bottom: dashed 1px #cccccc;
    padding-bottom:25px;
}

/*** Utility class ***/
.fa-1halfx {
    font-size: 1.5em;
}
/*#content   on 12-6-2015
{
        margin:0;
        padding:0;
        max-height:768px;
        z-index:99;
        position:absolute;
        max-width: 1024px;
        background: #F9F9F9;
        box-shadow: 0 0 10px #000;
}*/
#content {
    background: none repeat scroll 0 0 #F9F9F9;
    box-shadow: 0 0 10px #000000;
    margin: 0 auto;
    max-height: 600px;
    max-width: 1024px;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 99;
}


/******commented********/
/*#ImageTag .modal-dialog { 
    margin: 0 auto;
    max-width: 1024px;
    width: auto;
}
#ImageTag .modal-content {
    max-width: 100%;
    padding: 0;
    position: absolute;
}
#content {
    padding: 0;
}*/
/*******commented end*****/
#ImageTag {
    max-width: 1024px;
    margin: 0 auto;
    // overflow-y: hidden;
}
/*#ImageTag .modal-content { display: table;}
#ImageTag .modal-body { display: table;}*/
#ImageTag .modal-dialog {  width: auto; max-width: 1024px; margin: 20px auto;}
#ImageTag .modal-content {box-shadow: none; background: none transparent; color: #fff;}
/*#description:after {
        content: "";
        position: absolute;
        top: 0px;
        left: -10px;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #5CCDDE;
        display: block;
        width: 0;
        z-index: 200;
}

#description
{
        display:none;
        position:relative;
        width:200px;
        height:auto;
        min-height:240px;
        top:0;
        background:#FFF;
        padding:10px 0px;
        box-shadow:0 0 5px #5CCDDE;		
        z-index:9999;
}*/

.popup_section
{
    width: 1024px;
}
/*.modal-dialog
{
    max-width: 400px;
}*/

.job-done
{
    margin: 10px 0px 25px 10px;
}

.btn-circle {
    width: 100px !important;
    height: 100px !important;
    text-align: center;
    padding: 12px 7px;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 88px;
}

/*.job-search
{
    padding:5px;
    margin:10px -5px;
    border:1px solid #dae0e8;
    border-radius: 20px;
    padding:8px;
}*/

.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;     
    border: 2px solid black;
    white-space: nowrap;
}

.no-checkbox-rights{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: none repeat scroll 0% 0% rgba(250, 250, 250, 0.25);
    //border: 1px solid #DAE0E8;
}

/***** Rights ****/
.rights-title {
    background: none repeat scroll 0% 0% #45A7B9 !important;
    color: #FFF;
}

/************** material-design animations - by Harita ****************/
select.form-control {
    height: 45px !important;
}


table .btn {padding: 5px 10px;}

.dropdownjs > input[readonly] {
    background: none;
}

.error .help-block.animation-pullUp {
    color: #EC7B21;
    float: right;
    font-size: 12px;
    margin-top: -30px;
    background: #fff;
    position: relative;
    z-index: 99;
    margin-right: 3px;
}

input[type="file"] {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

/***********Utility By Dhara ***********/

.address.ui-autocomplete-loading {
    cursor:  wait !important;
}

#pageSide {
    margin: 0;
    /* width: 220px;
     position: absolute;
 top: 140px;*/
    bottom: 0;
    overflow-y: auto;
    border-bottom: none;
}

/*.conv{
    max-height:401px;
    overflow:auto;
}*/

.width-60{
    width: 60px;
}

.width-150{
    width:150px;
}

.lable-warning-job{
    background-color: #deb25c;
}

.width-840{
    width:840px;
}

.margin-right-30{
    margin-right: 30px !important;
}

.quote-total{
    /*margin: 10px 0px 0 35px !important;*/
}
.quote-total h3, h4, h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.gst-group {
    margin-top: 15px; 
}
.gst-group label {
    margin-left: 42px;
    vertical-align: middle;
}
.image-thumb
{
    width:100px;
    height:50px;
    margin-top: 10px;
}

.complete{
    color: #42BC40;
    font-weight: 600;
    margin-right: 5px;
    vertical-align: middle;
}
.quote-price{
    font-size: 40px;
    font-family: 'ProximaNovaLight';
    line-height: 1;
}

.joblist_active{
    border-left: 3px solid #2196F3;
    background: none repeat scroll 0px 0px #E8F4FE;
}

.middle_btn{
    margin: 10px 10% !important;
}

.image_thumb{
    width:80px;
    height:80px;
}

.emptyText{
    display: block;
    font-family: proximanovabold;
    font-size: 16px;
    padding: 6px 15px 22px;
}

/* #MediaTag_tag_status_1 {
border: 8px solid green;
}
#MediaTag_tag_status_2 {
 border: 8px solid red;
}
input:checked + #MediaTag_tag_status_1 {

 background-color:green !important;
}
input:checked + #MediaTag_tag_status_2 {

 background-color: red !important;
}*/

/* COMMON RADIO AND CHECKBOX STYLES  */
/*#option input[type=radio]{
  display:none;
}
#option input[type=radio] + label:before{
  height:12px;
  width:12px;
  margin-right: 2px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #777;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}

 CUSTOM RADIO AND CHECKBOX STYLES 
input[type=radio] + label:before{
  border-radius:50%;
}
input[type=radio]:checked + label[for=option_0]:before{
  background:red;
  border: red;
}
input[type=radio]:checked + label[for=option_1]:before{
  background:#FFBB55;
  border: #FFBB55;
}

input[type=radio]:checked + label[for=option_2]:before{
  background:green;
  border: green;
}

input[type=radio]:checked + label[for=option_3]:before{
  background:#4386F9;
  border: #4386F9;
}*/


/* COMMON RADIO AND CHECKBOX STYLES  */
#MediaTag_tag_status input[type=radio]{
    display:none;
}
#MediaTag_tag_status input[type=radio] + label:before{
    height:12px;
    width:12px;
    margin-right: 2px;
    content: " ";
    display:inline-block;
    vertical-align: middle;
    border:1px solid #000;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}

input[type=radio] + label:before{
    border-radius:50%;
}
input[type=radio]:checked + label[for=MediaTag_tag_status_0]:before{
    background:red;
    border: red;
}
input[type=radio]:checked + label[for=MediaTag_tag_status_1]:before{
    background:#FFBB55;
    border: #FFBB55;
}

input[type=radio]:checked + label[for=MediaTag_tag_status_2]:before{
    background:green;
    border: green;
}

input[type=radio]:checked + label[for=MediaTag_tag_status_3]:before{
    background:#4386F9;
    border: #4386F9;
}


.problem{
    background:red !important;
}

.working{
    background:#FFBB55 !important;
}

.finish{
    background:green !important;
}

.part{
    background:#4386F9 !important;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: auto;
}

.img-responsive.img-center {
    margin: 0 auto;
}


#groupBy .modal-dialog {
    width: 300px;
}

.navbar-inverse > div > a {
    color: #ffffff;
}

.assignd{
    color: #67D0DF;
}

/*************** Image tag css************* */
#ImageTagModal .modal-dialog {    
    width: 1024px;
    margin: 30px auto;    
}


#ImageTagModal .modal-content
{
    height: 768px;
}
.tag-detail
{
    display:none;
    background-color: #fff;
    padding: 15px;
    width: 300px;
    position: absolute;
    transition: height 0.1s;
    border-radius: 2px;
}
.tag-content
{
    visibility: hidden;
    height:0
}
.marker
{
    z-index: 10;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#BE3837;
    position: absolute;
}
.tag-description
{
    padding: 10px;
    font-size: 14px;
    z-index: 9;
    width: 500px;
    border-radius: 0px;
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
}
.close-popup
{
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 21px;
    font-weight: bold;
    opacity: 0.45;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.close-form
{
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 21px;
    font-weight: bold;
    opacity: 0.45;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}
/*Media Query*/
@media all and (max-width: 768px) {
    #ImageTagModal .modal-dialog {
        width: 320px;  
    }
    #ImageTagModal .modal-content {
        height: 240px;
    }
    /*.tag-detail
    {
     width:80%;
    }*/

}
@media all and (max-width: 767px) {
    .tag-description
    {
        width: 100%;
    }
}
@media all and (min-width: 768px) 
and (max-width: 1024px) {
    #ImageTagModal .modal-dialog {
        width: 800px;  
    }
    #ImageTagModal .modal-content {
        height: 600px;
    }

}




/*********** List View *************/
.view.company-list {
    border-bottom: 1px solid #6f7a87;
    display: block;
}
.btn.btn-fab.btn-fab-flat {
    box-shadow: none;
}

.view.media {
    /*border-bottom: 1px solid #DAE0E8;*/
    /*padding: 15px 0;
    /*min-height: 182px;*/
    margin: 0;
}
.view.media .widget { width: 100%; padding: 8px 15px; }
.view-info {
    // height: 103px;
    overflow: hidden;
}
.view.media strong { font-size: 18px;}
.view.media img {
    height: 65px;
    width:65px;
}
.view .btn {
    padding: 5px 10px;
    margin: 0;
}
.view .btn i { font-size: 16px;}

.list-view {
    margin-left: -15px;
    margin-right: -15px;
}
#AllJobs .list-view {
    margin-left: 0;
    margin-right: 0;
}
.action-btn-gorup {
    overflow: visible;
}

@media all and (min-width: 641px) {
    .view.media:last-child, .view.media:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }

}
@media all and (max-width: 767px) {
    .view.media:nth-last-child(-n+1) {
        border-bottom: none;
    }
    .content-header {
        margin: -70px -6px 20px !important;
    }
    .btn.btn-fab.add {
        right:15px !important;
        bottom: 22px !important;
    }
    .learch-form-centered .form-group{
        width: 100%;
    }
    .detail-value.flex-stack{
        flex-direction: column;
        -webkit-flex-flow: column;
        -ms-flex-direction: column;
        flex-flow: column;
    }
    .detail-value > .status-time {
        text-align: left;
    }
    .detail-value.status-div {
        padding-top: 4px;
    }
    .quote-price {
        font-size: 28px;
        vertical-align: text-bottom;
    }
    .actions {
        bottom:90px;
        right: 15px !important;
    }
    .collapse-card__heading i {
        float: none !important;
    }
}
.btn.btn-fab.add {
    font-size: 36px;
    line-height: 54px;
    padding: 10px;
    position: fixed;
    right: 50px;
    z-index: 1030;
}
.modal-body .block-title h2 { padding-left: 0; }
.modal-body .form-bordered .form-group { 
    padding-left: 0;
    padding-right:0;
}

.flash
{
    top:50px;
    right:33%;
    position: fixed;


    /* box-shadow: 0px 0px 10px rgb(45, 165, 106);*/
    z-index: 999999;

}

.flash .error{
    background: rgb(254, 110, 72);
    padding: 15px;
    border:1px solid rgb(255,75,30);
    display: block;
    color:#fff;

}
.flash .success{
    background: rgb(45, 165, 106);
    border:1px solid rgb(45, 165, 106);
    display: block;
    color:#fff;
    padding: 15px;
}
@media all and (max-width: 1023px)
{
    .block {padding-bottom: 15px;}
    .content-header { width: 100% !important; }
    #content {max-width: 100% !important;}

}

@media all and (min-width: 1024px) and (max-width: 1199px)
{
    .content-header { width: 79% !important; }
    .width-560{
        min-width:480px;
    }
    .width-620{
        min-width:540px;
    }
}
@media all and (max-width: 1199px)
{
    /*.jquery-stickyheaders .stickyContainer .stickyHeader {
            max-width:980px !important;
        }*/
}
@media all and (min-width: 1024px) {
    #page-content-sidebar { left:220px !important; }
    #ImageTag .modal-dialog {display: table;}
    #content > img {max-height: 550px; max-width: 1024px}/* 12-6-2015 added*/
}
.popover {z-index: 9999;}
/*.content-header ~ .block {
    margin-top: 70px;
}

.content-header ~ .panel {
    margin-top: 70px;
}*/
.content-header {
    width: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    margin: -70px -20px 20px;
}

#page-container.header-fixed-top #page-content
{
    /*    padding-top: 121px;*/
    overflow:hidden;
}
.togglebutton label input[type="checkbox"]:first-child {
    display:none;
}
.left-border {
    border-left: 1px solid #DAE0E8;
}
.bottom-border {
    border-bottom: 1px solid #DAE0E8;
}
.top-border {
    border-top: 1px solid #dae0e8;
}
.vertical-col-padding.down {
    margin-top: 105px;
}
.minus-margin .vertical-col-padding {
    margin-left: 29px;
}
.jobBox {
    display: block;
    min-height: 116px;
}
.job-view-link {
    color: #333333;
    vertical-align: middle;
}
.list-view .summary.summary {
    font-family: 'proximanovabold';
    margin: 20px 0 10px;
    text-align: left;
}
.list-view .empty {
    display: block;
    font-family: proximanovabold;
    font-size: 16px;
    padding: 78px 458px 22px;
}
.view.media, .view.media .media-body {
    overflow: visible;
}
#search-form {
    padding-top: 10px;
    //width: 0;
    transition: all 0.4s ease 0s;
}
.pagination > li.last, .pagination > li.first {
    display: none;
}
.ruler {
    border-bottom: 1px solid #DAE0E8;
}
.ruler:last-child {
    display: none;
}
.pagination {
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    padding-left: 0;
}
.force-center {
    margin: 0 auto !important;
    float: none;
}
.list-view-loading {
    background: url("../img/loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.panel-collapse > .block {
    padding-top: 20px;
}
/*.detail-group > div {
    padding: 15px 0;
}*/
.detail-icon {
    /*   float: left;*/
    align-items: center;
    display: flex;
    //height: 100%;
    height:50px;
    width: 50px;
    position: absolute;
}
.detail-icon + div {
    margin-left:50px;

}
.detail-value {
    border-bottom: 1px solid #DAE0E8;
}
.detail-label > i {
    line-height: 0;
    vertical-align: middle;
}
.detail-value.last-value {
    border: none;
}
#page-content-sidebar.jobs {
    padding: 0;
}
.form-search {
    position: relative;
}
.form-group.form-search{
    margin-bottom: 0;
}
.form-search:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings Regular';
    background-position: -48px 0;
    position: absolute;
    top:16px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}
.form-search input {
    padding-left: 30px !important;
}
.dot-bg {
    background: url("../img/dot-bg-long.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 5px;
}
.job-detail {
    height: 60px;
}
#page-content-sidebar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#page-content-sidebar::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

#page-content-sidebar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aaa;
}
#actions .action {
    clear: both;
    display: block;
    float: none;
    margin: 8px 0;
}
.actions {
    position: fixed;
    right: 43px;
    z-index: 99;
    display: none;
    overflow: visible;
    padding: 0 8px;
}
.action-lable {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 7px;
    padding: 4px 4px 4px 7px;
}
.joblist_active > .job_list:hover { border-left-color: #fff;}
.job-done {
    display: table;
    margin: 15px 0;
    width: 100%;
}
.job_list input[type="checkbox"] {
    margin: 0;
}
/*.search-button {
    margin-right: 15px !important;
}*/
.search-go {
    background: none repeat scroll 0 0 #454E59;
    border: 1px solid #454E59;
    color: #FFFFFF;
    font-weight: bold;
    height: 32px;
    border-radius: 2px;
    margin: 0 0 2px !important;
    padding: 7px !important;
}
#search-form * {
    display: inline-block;
}
.reset-button {
    margin-left: 15px !important;
}
.search-form-centered .form-group {
    display: inline-block;
    float: none;
}
.in-shadow {
    box-shadow: -9px 0 15px -15px inset;
    margin-bottom: -15px;
    margin-top: -15px;
}
#create_job2 .in-shadow {
    min-height: 426px;
}
#service {
    font-size: 18px;
}
.logo-login {
    background: none repeat scroll 0 0 #FFFFFF;
    // border-radius: 100%;
    display: block;
    margin: 0 auto;
    //  max-width: 70px;
    padding: 12px;
    position: relative;
    vertical-align: middle;
    width:max-content;
    box-shadow: 0 2px 4px #000000;
}
/************** overwrite material.css ************/
.btn.btn-fab.btn-fab-xs
{
    font-size: 16px;
    height: 36px;
    padding: 11px 0;
    width: 36px;
}
/****************overwrite dropzone cursor********/
.dropzone.dz-clickable * {
    cursor: pointer!important;
}

.selectize-dropdown-content {
    background: inherit;
}
.btn.btn-fab.btn-fab-xs {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23), 0 2px 4px rgba(0, 0, 0, 0.19) !important
}
.btn.btn-fab.btn-fab-xs:hover {
    box-shadow:0 1px 12px rgba(0, 0, 0, 0.20), 0 2px 12px rgba(0, 0, 0, 0.15) !important
}
.nav-stacked > li > a:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}
.selectbutton {
    color: #BBBBBB;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 13px;
}
.select-modal .modal-dialog{
    max-width: 300px;
}
.slide-up{
    bottom: 0;
    display: none;
    height: 75px;
    position: absolute;
    background: rgba(92, 205, 222,0.9);

}
.ver-align {
    align-items: center;
    display: flex;
    height: 100%;
}
.sort {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}

.sort:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.2);
}
.fixed .form-search:before {
    background-position: -50px 0;
    content: "";
    display: block;
    font-family: 'Glyphicons Halflings Regular';
    height: 14px;
    left: 0;
    line-height: 16px;
    opacity: 0.5;
    position: absolute;
    width: 14px;
    z-index: 1000;
}
.detail-group  {
    /*line-height: 3.5em;*/
}
.detail-value {
    display: block;
    align-items:center;
    height: auto;
    min-height: 50px;
    padding: 3px 0;
}

.panel-body .form-group {
    margin-bottom: 0;
}
.panel-body .form-control-wrapper .form-control:not(textarea):not(select), .panel-body .form-control-wrapper .form-control:focus:not(textarea):not(select), .panel-body .form-control-wrapper .form-control.focus:not(textarea):not(select)
{
    height:45px !important;
}

.panel-body .form-group textarea, .panel-body .form-group textarea:focus {
    padding-top: 1em;
}

.login-msg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100%;
    display: block;
    height: 70px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    width: 70px;
}
table.user-view.table-vcenter tr th {
    width:65px;
    height: 50px;
    border:none;
    padding-left: 15px;
}
table.user-view.table-vcenter tr td{
    padding: 0;
}
table.user-view.table-vcenter tr:first-of-type td{
    border-top-color: #fff;
}
.job-media {
    padding: 15px 15px 15px 0;
}
#ImageTag .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 35px;
    opacity: 1;
    padding: 0 9px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.tag_cnt {
    border: medium none;
    border-radius: 100%;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    position: absolute;
}

#joblist_modal {
    color: #30363E;
}
#joblist_modal .form-control{
    border-color: #454E59;
}
#desc {
    border: medium none;
    border-radius: 2px;
    /*padding: 15px;*/
}
.calmodal p {
    margin: 0;
}
.calmodal .lead {
    color: #454E59;
    font-family: 'proximanovaSemibold';
    font-size: 36px;
    line-height: 40px;
    padding: 0;
}
div.schedule-detail, div.tag-text {
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 'proximanovaSemibold';
    font-size: 15px;
    padding: 10px;
}
div.schedule-detail p.event-desc, div.tag-text p {
    font-family: 'proximanovaLight';
}
.theme-var-background.schedule-detail strong{
    font-size: 18px;
}
.theme-var-background.schedule-detail strong, .theme-var-background.schedule-detail p {
    line-height: 1.42857;

}

.gallery-link > img {
    height: 90px;
    width: 90px;
    border-radius: 3px;
}
.gallery-link {
    margin-top: 7px;
    margin-bottom: 7px;
}
.gallery-link {
    position: relative;
}
.gallery-link .job-name{
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    align-items: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    display: flex;
    height: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
    border-radius: 3px;

}
.gallery-link:hover .job-name{
    opacity: 1;
    height: 100px;
}
.job-name > a {
    margin: 0 auto;
    word-wrap: break-word;
    color:#FFF;
    font-size:14px!important;
}
.mailbox-panel .collapse.in {
    min-height: 100px;
}
.form-control-wrapper .form-control.empty ~ .floating-label {
    top:16px;
}

.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
    top:5px !important;
}
.form-group input.form-control:not(.empty) ~ .floating-label, .form-group-default input.form-control:not(.empty) ~ .floating-label{
    color:#7e7e7e !important;
}

#page-container fieldset[disabled] .form-control, #page-container .form-control-wrapper .form-control, #page-container .form-control, #page-container fieldset[disabled] .form-control:focus, #page-container .form-control-wrapper .form-control:focus, #page-container .form-control:focus, #page-container fieldset[disabled] .form-control.focus, #page-container .form-control-wrapper .form-control.focus, #page-container .form-control.focus     {
    padding: 8px 0 0 !important;
    margin-bottom: 7px;
}

#page-container .form-control-wrapper textarea.form-control, #page-container .form-control-wrapper textarea.form-control:focus {
    // padding: 20px 0 0 !important;
}

/********* schedule topbar ***********/
.group-job{
    line-height: 40px;
    min-width: 50px;
    padding: 5px 18px;
    position: relative;
    text-align: right;
}
.group-job > div {
    display: inline-block;
}
.fbutton {
    margin: 0 15px;
    cursor: pointer;
    line-height: 3.5;
}
.fcurrent {
    color: #333333;
    line-height: 2.5em;
}
.fcurrent .fa-stack {
    height: 1.5em;
}
.schedule-type, .fcurrent {
    cursor: pointer;
}
.btn-schedule {
    text-align: right;
    width: 75px;
    position: relative;
    line-height: 3.5;
}
.gallery .empty img {
    margin: 17px 0;
}
#locationMap .modal-dialog {
    width: 90%;
}
.gallery .empty {
    padding: 0;
}

.fshowdatep {
    line-height: 50px;
}
#login-container .floating-label {
    color: #777777;
    display: block;
    font-size: 14px;
    padding-left: 8px;
    transform: translateY(5px);
    transition: all 0.5s ease 0s;
    height: 0;
    position: absolute;
    top:10px;
    cursor: text;
}
.is-active::after {
    transform: scaleX(1);
}

#login-container  .is-active .floating-label {
    color: #777777;
}

#login-container .is-completed .floating-label {
    font-size: 12px;
    transform: translateY(0px);
    top:7px;
}

/********** Search form *********/
#search-form fieldset[disabled] .form-control,#search-form .form-control-wrapper .form-control,#search-form .form-control,#search-form fieldset[disabled] .form-control:focus,#search-form .form-control-wrapper .form-control:focus,#search-form .form-control:focus,#search-form fieldset[disabled] .form-control.focus,#search-form .form-control-wrapper .form-control.focus,#search-form .form-control.focus {
    border-color: rgba(255, 255, 255, 0.8);
}

#search-form .form-control-wrapper .form-control:focus ~ .material-input:after,#search-form  .form-control-wrapper .form-control.focus ~ .material-input:after{
    background-color:#fff;
}

#search-form .form-control-wrapper .material-input:before {
    height:0;
}
#search-form .form-control::-moz-placeholder, #search-form .form-control::-webkit-placeholder {
    color: #fff;
    opacity: 1;
}
#search-form .form-control  {
    color:#fff;
}
.size-0 { display:none;}
.search { /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);*/}
.search-reset {
    color: #333333;
    position: absolute;
    right: 53px;
    top: 15px;
}
.search-control {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    height: 32px;
    width: 200px;
    padding: 0 5px;
}
.job-div { cursor: pointer; min-width: 293px;}

.text-white { color:#fff;}
.loading {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
}
.loading i { color: #C76118;}

.fa-pulse {
    animation: 1s steps(8, end) 0s normal none infinite fa-spin;
    -moz-animation: 1s steps(8, end) 0s normal none infinite fa-spin;
    -webkit-animation: 1s steps(8, end) 0s normal none infinite fa-spin;
}
/*************flip searchbar animation *************/
/* entire container, keeps perspective */
/* simple */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        filter: FlipH;
-ms-filter: "FlipH";
}
*/


/* START: Accommodating for IE */
/*.flip-container:hover .back,*/ .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*.flip-container:hover .front,*/ .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    height: 50px;
}
.flip-container{
    width: 300px;
    text-align: right;
}
.front {
    line-height: 3.5em;
    width: 290px;
    padding-right: 15px;
}
.front > a {
    color:#fff;
}
.back {
    width: 300px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /*background: lightgreen;*/
    z-index: 2;
}

.back {
    /*background: lightblue;*/
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;
    display: none;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.back-logo {
    position: absolute;
    top: 40px;
    left: 90px;
    width: 160px;
    height: 117px;
    background: url(logo.png) 0 0 no-repeat;
}

.back-title {
    /*font-weight: bold;*/
    color: #00304a;
    /*position: absolute;
    top: 180px;
    left: 0;
    right: 0;*/
    text-align: right;
    text-shadow: 0.1em 0.1em 0.05em #acd7e5;
    /*font-family: Courier;
    font-size: 22px;*/
}

.back p {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
}

/* vertical */
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}

/*
.vertical.flip-container:hover .flipper {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
}
*/

/* START: Accommodating for IE */
/*.vertical.flip-container:hover .back,*/ .vertical.flip-container.hover .back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*.vertical.flip-container:hover .front,*/ .vertical.flip-container.hover .front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.view-label{
    font-size: 10px;
    opacity: 1;
    top: -10px;
    color: #7E7E7E;
}
.paddingview {
    padding-left: 5px;
    padding-right: 5px;
}
/* END: Accommodating for IE */

/********************/
@media all and (max-width: 479px){

    .flip-container.hover {
        width: 220px;
    }
    .flip-container {
        text-align: right;
        width: 55px;
    }
    .flipper {
        display: block;
        position: relative;
        transform: perspective(1000px);
        transform-style: preserve-3d;
        transition: all 0.6s ease 0s;
    }

    .front {
        line-height: 3.5em;
        width: 50px;
    }

    .back {
        display: block;
        width: 224px;
        /* padding-right: 30px;*/
    }
    /*    .back-title {
            text-align: left;
        }*/
    .search-form {
        display: block;
        width: 100%;
    }

    .search-reset {
        right: 70px;
    }

    #search-form {
        padding-top: 10px;
        transition: all 0.4s ease 0s;
    }

    .navbar-form-custom {
        margin: 0;
        padding: 5px 8px;
    }

    .search-control {
        width: 150px;
    }



}
input[readonly="readonly"] {
    cursor: text !important;
}
.display-flex{
    display: flex;
}
.doc-download {
    display: block;
    padding-top: 15px;
    margin-bottom: 7px;
}

/***** calender control ******/
.ui-datepicker-header {
    background: none repeat scroll 0 0 #5CCDDE;
    border: medium none;
    border-radius: 1px;
}

#ui-datepicker-div
{
    border: medium none;
    border-radius: 1px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E1E4E4;
}
.ui-state-hover, .ui-widget-content .ui-state-hover,  .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #fff;
}
.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus
{
    background: none;
    border: none;
}
.ui-datepicker-current-day .ui-state-active{
    background: #fff;
}
.ui-corner-all {
    border-radius: 2px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{
    background-color:  #2EA86C;
    color: rgba(255, 255, 255, 0.84);
    border: none;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary{
    background-color: #5CCDDE;
    color: rgba(255, 255, 255, 0.84);
    border: none;
    font-weight: normal;
    opacity: 1;
}

/******************/
.schedule-type .caret {
    border-top-color: rgba(255,255,255,0.84);
}
.block.full .block-title {
    margin-left: -15px;
    margin-right: -15px;
}

#TagRecords thead {
    display: none;
}

.panel.mailbox-panel .panel-body{
    padding: 0 15px;
}
.mail-bg-green{
    background: #2EA86C;
}

.mail-bg-yellow{
    background: #FFC107;
}

.mail-bg-red{
    background: #F44336;
}

.mail-bg-blue{
    background: #5CCDDE;
}


.mail-sender {
    border-radius: 100%;
    color: #FFFFFF;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 8px 12px;
    text-align: center;
    width: 39px;
    font-size: 16px;
}

.mailbox-item {
    margin-top: 22px;
    max-width: 95%;
    min-width: 130px;
    width: auto;
}

.mailbox-messages {
    display: block;
    /*height: 500px;*/
    overflow-y: auto;
}

.msg-item{
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 10px;
}

.msg-item.sent{
    background: #DAE0E8;
}

.msg-date {
    padding: 8px 0 0;
}

.mailbox-header {

}

.mailbox-header h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.mailbox-footer.msg-reply {
    position: relative;
    border-color: #DAE0E8 -moz-use-text-color -moz-use-text-color;
    border-left: medium none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    /*margin: 0 -15px;*/
}

.mailbox-footer.msg-reply textarea{
    border: none;
    padding: 15px 0 0 15px;
    width: 100%;
}

.msg-reply input[type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #454E59;
    font-size: 25px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 60px;
}

.msg-reply input[type='submit']:hover{
    color: #5CCDDE;
}
.rotete-45 {
    transform: rotate(45deg);
}

.msg-delete {
    line-height: 49px;
}
/* Utility Class ATMSD015 */

/* Utility Class Over*/
.mail-menu
{
    width: 100%;
    margin: 0!important;
    position: absolute!important;
}
.font-14{
    font-size:14px;
}
.font-16{
    font-size:16px;
}
.font-20{
    font-size:20px;
}
.color-green
{
    color:#2EA86C;
}
.color-orange
{
    color:#FE6E48;
}

.remove-icon
{
    background-color: #13B6CF;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #1796A9;
    color: #FFF;
}

/*Mail Box Responsive Css Start ATMSD015*/
#messages-main {
    position: relative;
}

#messages-main:before,
#messages-main:after {
    content: " ";
    display: table;
}

#messages-main:after {
    clear: both;
}

#messages-main:before,
#messages-main:after {
    content: " ";
    display: table;
}

#messages-main:after {
    clear: both;
}

#messages-main .ms-block {
    padding: 12px 20px 0;
}

#messages-main .ms-menu {
    position: absolute;
    left: 0;
    top: 0;
    background: #F8F8F8;
    border-right: 1px solid #EEE;
    padding-bottom: 50px;
    height: 100%;
    width: 240px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
#ms-menu-trigger .line-wrap .line {
    background-color: #717171;
}
#ms-menu-trigger .line-wrap .line {
    background-color: #717171;
}
#ms-menu-trigger .line-wrap .line {
    background-color: #717171;
}
#ms-menu-trigger {
    -moz-user-select: none;
    float: left;
    margin: 1px 0px 0px -7px;
}
.listview .lv-item {
    padding: 10px 15px;
}
.listview .lv-item .checkbox, .listview .lv-item.media {
    margin: 0;
}
.listview .lv-item {
    position: relative;
    display: block;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.media {
    overflow: visible;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.listview .lv-header-alt {
    background: #F8F8F8 none repeat scroll 0% 0%;
    padding: 12px;
    border-bottom: 1px solid #EEE;
}
.bgm-white {
    background-color: #FFF !important;
}

.line-wrap {
    width: 18px;
    height: 12px;
    transition: all 300ms ease 0s;
    margin: 10px 20px;
}
.open .line-wrap .line.top {
    width: 12px;
    transform: translateX(8px) translateY(1px) rotate(45deg);
}
.open .line-wrap .line.bottom {
    width: 12px;
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
}
.line-wrap .line {
    width: 18px;
    height: 2px;
    transition: all 300ms ease 0s;
}

.line-wrap .line.center {
    margin: 3px 0px;
}
.line-wrap .line {
    width: 18px;
    height: 2px;
    transition: all 300ms ease 0s;
}

.line-wrap .line {
    width: 18px;
    height: 2px;
    transition: all 300ms ease 0s;
}
.open .line-wrap {
    transform: rotate(180deg);
}

.line-wrap {
    width: 18px;
    height: 12px;
    transition: all 300ms ease 0s;
    margin: 10px 20px;
}
.lv-user
{
    margin-top:20px;
}
.job-detail-quote
{
    padding: 10px;
    box-shadow: 0px 0px 2px #999;
    margin: 10px 0;
    background-color: #FFF;
}
.job-detail-quote .content .btn {
    padding: 5px 10px;
    margin:0;
}
.tag-detail
{
    padding: 15px 15px 5px;
}
.untagged
{
    padding:5px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.job-detail-quote .head
{
    vertical-align:middle;    
    line-height: 30px;
    border-bottom:1px solid #DDD;
}
#mailboxNew
{
    margin:0;
}

#conversation
{
    margin:0;
}

.job-detail-quote .content
{
    padding:5px;
}
.circle
{
    border-radius:50%!important;
}
@media (max-width: 767px) {
    .panel.mailbox-panel {
        margin-bottom: 75px !important;
    }
    .list-view .items {
        display:table;
        padding-bottom: 60px;
    }
    #messages-main .ms-menu {
        height: calc(100% - 58px);
        -webkit-transform: translate3d(-240px, 58px, 0);
        transform: translate3d(-240px, 58px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1;
    }

    #messages-main .ms-menu.toggled {
        -webkit-transform: translate3d(0, 58px, 0);
        transform: translate3d(0, 58px, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

#messages-main .ms-menu .lv-item {
    padding-left: 20px;
    padding-right: 20px;
}

#messages-main .ms-menu .lv-item.active {
    background: #fff;
}

#messages-main .ms-menu .lv-item:not(.active):hover {
    background: #F2F2F2;
    cursor: pointer;
}

@media (min-width: 768px) {
    #messages-main .ms-body {
        padding-left: 240px;
    }

}

@media (max-width: 767px) {
    #messages-main .ms-body {
        overflow: hidden;
    }
}

#messages-main .ms-user:before,
#messages-main .ms-user:after {
    content: " ";
    display: table;
}

#messages-main .ms-user:after {
    clear: both;
}

#messages-main .ms-user:before,
#messages-main .ms-user:after {
    content: " ";
    display: table;
}

#messages-main .ms-user:after {
    clear: both;
}

#messages-main .ms-user > img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

#messages-main .ms-user > div {
    overflow: hidden;
    padding: 7px 5px 7px 15px;
    font-size: 11px;
}

#messages-main #ms-compose {
    position: fixed;
    bottom: 120px;
    z-index: 1;
    right: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

#ms-menu-trigger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin: 1px 0 0 -7px;
}

@media (min-width: 768px) {
    #ms-menu-trigger {
        display: none;
    }
}

#ms-menu-trigger .line-wrap .line {
    background-color: #717171;
}
/* Mail Box Responsive Css Over ATMSD015*/

.modal-body.select-dialog {
    max-height: 300px;
    overflow-y: scroll;
}
.quote-job-header {
    margin: -15px -15px 10px;
    padding: 5px 15px 0;
}
.quote-job-header .text-light-op {
    line-height: 32px;
}
#QuoteDetails {
    margin-top: 10px;
}
.form-group a.btn {
    // display: inline;
}
#ImageTag p {
    width: 80%;
}
@media only screen and (max-width: 639px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr { 
        display: block; 
    }
    .table tbody > tr > th,
    .table tbody > tr > td {
        padding: 8px;
    }
    .width-150.text-right {
        text-align: left;
    }
    //.no-more-tables tbody { padding-top: 20px;}
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }

    .no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }
}
.table.table-padding tr > td {
    padding: 5px;
}
.table.table-padding thead > tr > th{
    padding-left: 0;
}
.block .grid-view {
    padding: 0;
}
.table-padding th {
    font-size: 15px !important;
}
body.modal-open {
    //overflow: hidden;
}
.modal-open {
    overflow: visible;
}
.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    padding-right:0px!important;
}

.btn-schedule .dropdown-menu {
    min-width: 85px;
}
.job-view-title .label {
    font-size: 18px;
}
.conv {
    overflow-y: auto;
}

.semibold {
    font-family: proximanovasemibold;
}

.padding-8 {
    padding: 0 8px;
}
.upload {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px dashed;
    border-radius: 2px;
    color: #AAAAAA;
    display: inline-block;
    font-size: 27px;
    height: 78px;
    padding-top: 22px;
    width: 78px;
}
.job-view-title {
    margin-left: 65px;
}
.job-view-title small {
    display: inline-block;
    line-height: 20px;
    padding-left: 10px;

}

.table.quote-table > tbody > tr > td, .table.quote-table > thead > tr > th {
    padding: 8px 0;
}

/********* material design loader *********/
.loader {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    display: none;
    /*transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;*/
}

.load {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100px;
    position: relative;
    width: 100px;
    /*bottom: 20px;
    left:50%;*/
}
.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100px;
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%, 90% {
        stroke: #ffa700;
    }
}
@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%, 90% {
        stroke: #ffa700;
    }
}
/***** snackbar********/
.snackbar.successbar {
    background: #42BC40 !important;
}

.snackbar.errorbar {
    background: #FE6E48 !important;
}

/*********** sticky date*********/
.sticker {
    position: absolute;
}

.amount-box {
    display: inline-block;
    padding-right: 10px;
}

.amount-text {
    padding-top: 5px;
}
.reminder {
    color: #99DF4F;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 69px;
}

a.reminder:hover {
    color:#ffffff;
}

.dismiss-reminder {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 0 9px;
    vertical-align: sub;
}

.dismiss-reminder:hover {
    color: rgba(0, 0, 0, 0.7);
}

.alarm {
    padding-left: 10px;
}
.alarm, #bbit-cs-buddle-timeshow {
    display: inline-block;
}
.reminder-details {
    border-bottom: 1px solid #DEDEDE;
    border-left: 3px solid #BBBBBB;
    display: table;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.reminder-details:hover {
    border-left: 3px solid #5CCDDE;
}

.rem-desc {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_slide:first-child {
    margin-left: -15px;
}
.job_slide:nth-child(3n+3) {
    margin-right: -15px;
}
.navbar-nav-custom .togglebutton {
    margin-top: 13px;
}
.togglebutton label .toggle:after {
    background: url("../img/clock.png") no-repeat scroll center center / 90% auto #FFFFFF;
}


.followMeBar {
    background: #999;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.followMeBar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 0;
}
.followMeBar.fixed.absolute {
    position: absolute;
}

.msgs {
    height: 450px;
    overflow: scroll;

}
.stickyWrap + li {
    border: medium none;
}
.snackbar.paymentbar{
    background: #009688!important;
}
.markPaid.btn-sm, .remind.btn-sm{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid;
    margin-right: 5px;
    padding: 5px 10px !important;
}

.markPaid, .remind {
    margin-bottom: 0;
    margin-top: 0;
}
.paycheckbox + label {
    margin-right: 15px;
}
.jquery-stickyheaders {
    position: relative;
}
.jquery-stickyheaders .stickyContainer {
    //margin-top: 10px;
    // border: 1px solid #999;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.jquery-stickyheaders .stickyContainer p {
    margin: 0;
}
.jquery-stickyheaders .stickyContainer .stickyHeader {
    color: #6f7883;
    //border: 1px solid #ccc;
    height: 25px;
    padding-top: 3px;
    //padding-left: 20px;
    //padding-top: 10px;

    padding: 3px 15px;
    width: 100%;
    font-family: 'proximanovasemibold';
    display: block;
}
.stickyHeader.other.fixed {
    background: #e5e5e5 none repeat scroll 0 0;
}
media top-border:last-child {
    margin-bottom: 20px;
}
/*.stickyHeader.other {
    margin-top: 20px;
}
.stickyHeader.other.fixed {
    margin: 0;
}*/
.stickyWrap {
    height: 25px !important;
    background: #e5e5e5 none repeat scroll 0 0;
    //margin: 0 -15px;
}
.jquery-stickyheaders .stickyContainer .stickyHeader p {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.jquery-stickyheaders .stickyContainer .stickyHeader.fixed {
    position: fixed;
    top: 1;
}
.jquery-stickyheaders .stickyContainer .stickyHeader.fixed.absolute {
    position: absolute;
}
.jquery-stickyheaders .stickyContainer .gradientSpacer {
    height: 40px;
}
.jquery-stickyheaders .stickyGradientBottom {
    height: 40px;
    width: 303px;
    background-image: url(scrollbottomgradient.png);
    position: absolute;
    left: 1px;
    bottom: -1px;
}

.msgs .media {
    margin: 0;
    padding: 15px;
}
.schedule-sub {
    display: block;
    font-size: 11px;
}
.mail-edit {
    display: none;
}
.jquery-stickyheaders .block-title h2 {
    padding: 16px 15px;
}
.block.jquery-stickyheaders {
    padding-left:0;
    padding-right:0;
}
.block.jquery-stickyheaders .block-title {
    margin-left: 0;
    margin-right: 0;
}

.doc-download img {
    border: medium none;
}

.completed{
    background: #fff url("../img/accepted1.png") no-repeat scroll center center;
    background-size: 65%;
}

.field-loginform-rememberme {
    margin: 0;
}

.requests{
    margin-bottom: 20px;
}
.requests .green{
    color:#42BC40;
}
.pdf-download {
    max-width: 100%;
}
.requests a:hover {
    color: #C76118;
}
.collapse-card {
    //color:inherit!important;
}
.collapse-card__title {
    font-size: inherit!important;
}
.req-status {
    display: inline-block;
    padding-left: 5px;
}
.mouse-pointer{
    cursor: pointer;
}
.req-status i {
    margin-right: 5px;
}
.req-status .accepted, .req-status .started {
    color:#42bc40;
}
#login-form .help-block{
    color: #de815c;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;

}

.hide-grid-filters .filters {
    display: none !important
}

.pad-10 {
    padding: 10px;
}

.default_icon{
    color: #ccc;
}

.green_icon {
    /*background: green !important;*/
}

.hidden_icon {
    display: none
}


.border-table .kv-expanded-row th, .border-table .kv-expanded-row td{
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-table .kv-expanded-row th:first-child, .border-table .kv-expanded-row td:first-child{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.border-table .center_table {
    margin: auto;
    max-width: 700px;
}
img{
    block-size: 58px;
    margin-left: -6px;
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    margin-left: 15%;
    height: auto;
}

.datepicker > div {
    display: inline-block;
}
.glyphicon-calendar:before {
    content: "\e109";
    font-size: 20px;
}

table {
    border-spacing: 0;
    border-collapse: inherit;
}

.btn-search{
    padding: 6px 19px !important;
    margin: 4px 0px !important;
}

.highcharts-credits{
    display: none !important;
}

.kv-expand-icon .glyphicon {
    font-size: 14px;
}

.kv-expand-detail-row.info td {
    background: #fefefe !important;
}
.pad_top10{
    padding-top: 10px;
}
.pad_bottom10{
    padding-bottom: 10px;
}
.kv-expand-icon-cell {   
    font-size: 1em;
}

.btn-danger:not(.btn-link):not(.btn-flat){
    background-color: #EC7B21 !important;
}

.btn-primary:not(.btn-link):not(.btn-flat){
    color: rgba(255, 255, 255, 0.95) !important;
}

.form-group.has-error .control-label, .form-group.has-success .control-label{
    color: rgba(0, 0, 0, 0.84) !important
}

a:hover, a:focus{
    color: #C76118 !important;
}

.white-ft {
    color: #fff !important
}

a.white-ft:hover, a.white-ft:focus {
    color: #fff !important;
}

.pagination li a:hover, .pagination li a:focus {
    color: #fff !important;
}

.sidebar-visible-lg-mini .main_logo_mini{
    display: block;
}
img.main_logo_mini{
    height: 44px;
    width: 40px;
    padding: 2px    
}

.sidebar-visible-lg-mini .main_logo{
    display: none;
}

.sidebar-visible-lg-full .main_logo_mini{
    display: none;
}

.sidebar-visible-lg-full .main_logo{
    display: block;
}

.pr10 {
    padding-right: 10px !important;
}

.pl5 {
    padding-left: 5px !important;
}
.btn-primary:active:focus{
    background-color: #7a7a7a !important;
}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove{
    margin: 0;
}
.cb-group .control-label{
    display: none;
}

.cb-group .form-group{
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    padding:3px 10px 3px 3px;
}

.cb-group .form-group .checkbox label {
    margin-bottom: 0;
}

.cb-group .form-group .help-block {
    display: none;
}
.ml110{
    margin-left:  110px;
}
.ml35{
    margin-left:  35px;
}
.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove{
    margin: 0;
}
.wd60{
    width: 60px;
}

.bootstrap-duallistbox-container .btn-group {
    margin-bottom: 10px; 
}

.bootstrap-duallistbox-container select.form-control {
    height: 100px !important;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.bootstrap-duallistbox-container select.form-control:focus {
    height: 100px !important;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.panel-body .form-control-wrapper .bootstrap-duallistbox-container input.form-control {
    height: 35px !important;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.panel-body .form-control-wrapper .bootstrap-duallistbox-container input.form-control:focus {
    height: 35px !important;
    border: 1px solid #ddd;
    border-radius: 1px;
}

#page-container .form-control-wrapper .bootstrap-duallistbox-container input.form-control, #page-container .bootstrap-duallistbox-container input.form-control{
    padding: 0px !important
}

.none-pointer-event {
    pointer-events: none;
}
.popup-header{
    background: #dedede;
    margin: 7px 0px 5px;
    padding: 10px 0px;
}

.height30-select select.form-control {
    height:30px !important;
}

.hide-helpblock .help-block{
    display: none !important
}

.form-group-mb0 .form-group {
    margin-bottom: 0px !important
}

.disp_none{
    display: none
}

.re-assign, .assign{
    margin-left: 7px;
    font-size: 10px;
    cursor: pointer;
}

.re-assign{
    color: blue;
}

.assign{
    color: red
}

.select2-container {
    display: block !important
}

.select2-choice {
    border: none !important;
    background: transparent !important;
}

.select2-arrow {
    background: transparent !important;
}

.select2-drop-active {
    border: 1px solid #ccc;
}

.select2-container .select2-choice{
    padding: 0 0 0 2px !important
}

.has-success .select2-container .select2-choice {
    border: none !important;
}

.color-white, .color-white:hover {
    color: #fff !important;
}

.pr0{
    padding-right: 0px !important;
}

.pl0{
    padding-left: 0px !important
}

.form-control-wrapper .form-control:disabled, .form-control:disabled{
    border-bottom: 1px solid !important
}

.mt22{
    margin-top: 22px;
}

.pt6{
    padding-top: 6px !important
}
.pr5{
    padding-right: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;    
} 
.pl5{
    padding-left: 5px !important;
}

.br20{
    border-radius: 20px !important;
}

.max-w-650{
    max-width: 650px
}

.m-0-auto{
    margin: 0 auto;
}

.br-s-eee{
    border: 2px solid #eee
}

.pb8{
    padding-bottom: 8px !important
}

.dis-table{
    display: table
}

.center-text{
    text-align: center
}

.m0 {
    margin: 0
}

.br0{
    border: 0 !important
}
.br3{
    border-radius: 3px !important;
}
.checkbox input[type=checkbox] {
    opacity:1 !important

}


.table tbody > tr.kv-child-table-row > td{
    border-top-color: transparent !important
}

.pd0{
    padding: 0 !important
}

.hide_search_filter .filters {
    display: none
}

.kv-grid-table th, .kv-grid-table td{
    border: 0 !important;
    padding: 3px 4px !important
}

ul.pagination{
    width: calc(100% - 31px);
    padding: 5px 0px;
    background: #fff;
    margin: 0px 16px 10px;
    border-radius: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}

.checkbox input[type="checkbox"], input[type="checkbox"]{
    height: 20px;
    width: 20px;
    margin-top: 0;
    margin-left: -25px
}

.checkbox label {
    padding-left: 25px !important;
    width: 23%;
    margin: 0px 0px 10px;
}

label + label{
    /*    margin-left: 15px;*/
}

.mb0{
    margin-bottom: 0px !important
}

@media(min-width:1025px){
    .resp_modal{
        width: 900px;
    }
}
@media(max-width:1024px) and (min-width:951px){
    .resp_modal{
        width: 900px;
    }
}
@media(max-width:950px) and (min-width:901px){
    .resp_modal{
        width: 800px;
    }
}
@media(max-width:900px) and (min-width:801px){
    .resp_modal{
        width: 750px;
    }
}
@media(max-width:800px) and (min-width:701px){
    .resp_modal{
        width: 650px;
    }
}
@media(max-width:700px){
    .resp_modal{
        width: 600px;
    }
}
.resp_modal{
    max-height: 500px;
    overflow-y: scroll;
}

.search-filters {
    padding-top: 0px !important
}

.label-mb0 label {
    margin-bottom: 0px !important;
}

.mt20{
    margin-top: 20px !important;
} 

.ml15{
    margin-left: 15px !important;
}

.ml5{
    margin-left: 5px !important;
}

.checkbox-ml10 input[type="checkbox"] {
    margin-left: 10px !important
}

.modal-content .modal-header {
    padding: 10px 15px 8px 28px !important;
}

.height-20{
    line-height: 28px !important
}

.kv-date-remove {
    display: none;
}

.kv-panel-before {
    /*display: none !important;*/
}

.kv-grid-wrapper{
    height: auto !important
}

.kv-thead-float {
    width: auto !important;
}

.pt0{
    padding-top: 0px !important
}
.active_btn, .active_btn:hover, .active_btn:focus{
    background: rgba(199, 97, 24, 1) !important
}
#map {
    height: calc(100vh - 120px);//250px;
}

.imageh112 img.disp_image {
    max-height: 112px !important
}

img.thumbnail_image {
    max-height: 30px !important;
}

.height146 {
    min-height: 146px !important
}

.ap.btn.btn-fab.add {
    font-size: 27px;
    line-height: 54px;
    padding: 10px;
    position: fixed;
    right: 50px;
    z-index: 1030;
}

.modal-header button.close{
    font-size: 30px;
}

.map_info_content p{
    margin-bottom: 0px !important;
}

.map_info_content .map_marker_content .marker_header{
    font-weight: bold;
    font-size: 13px;
}

.map_info_content .map_marker_content {
    font-family: sans-serif;
}


.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.check-box{
    margin: 15px 0px 0px 15px;
}

.check-box input[type='checkbox']{
    position: absolute
}

img.thumbnail_image_large {
    max-height: 60px !important;
}

.mt15 {
    margin-top: 15px;
}
.region-location{
    margin: 26px 20px -5px;
}

.mt6 {
    margin-top: 6px !important;
}
.mt5 {
    margin-top: -7px !important;
}
.header-border{
    border-bottom: 2px solid #dae0e8 !important;
    color: rgb(245, 242, 242) !important;
    background-color: #8fa2af !important;
}

#sidebar-scroll{
    overflow: hidden visible !important;
}

.select2-search input{
    border-radius: 0 !important;
}

.select2-search {
    padding: 0 !important;
}

ul.select2-results {
    margin: 0!important;
    padding: 0!important;
}

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: none !important;
}

.button-margin {
    margin-left: 700px  !important;
    margin-top: -50px !important;
}
.fix-width {
    width: 1000px !important;
}

/* Start: Web View changes */
.web_view div.que_area{
    background: #fff
}

.margin_top_5{
    margin-top: 5px !important;
}


.margin_btm_5{
    margin-bottom: 5px !important;
}

.web_view h3 {
    font-size: 12px !important;
    font-weight: bold;
    background: #ccc;
    padding: 10px 10px 8px
}

.web_view h3 {
    font-size: 17px !important;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px
}
.web_view > div {
    padding: 0 0 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
}

.web_view p {
    font-size: 14px;
    padding: 0px 10px;
    margin: 0
}

.bg_fff {
    background : #fff
}

.row.web_view {
    margin: 0 !important;
    padding: 14px 5px 5px !important
}


.grid_checkbox {
    margin-left: 0px !important
}

.panel-body .kv-grid-table .form-control-wrapper .form-control:not(textarea):not(select){
    height: auto !important
}
.input-height{
    height: 47px !important
}

.disabled_div {
    pointer-events: none;
    opacity: 0.7;
}

.dropzone_height_130 .dropzone {
    max-height: 130px !important;
    min-height: 130px !important;
}

.panel .set_report_grid .kv-grid-container {
    max-height: calc(100vh - 280px);
    overflow: auto
}

.font_16 {
    font-size: 16px !important
}

.dropzone_height_130 .dropzone .dz-details {
    max-height: 50px
}

.dropzone_height_130 .dropzone .dz-preview {
    margin-top: 0;
    margin-bottom: 0;
}

.dropzone_height_130 .dropzone {
    padding: 3px;
}

.multiselect-container
{
    width: 100%;
    top:inherit;
    left:inherit;
}
.multiselect-container>li>a>label{
    padding-left: 10px;
}
.multiselect-container>li>a>label>input[type="checkbox"]{
    margin-left: -20px;
}

.multiselect .caret{
    float: right;
    margin-top: 8px;
}
.multiselect-container>li>a.multiselect-all label {
    font-weight: 600;
}

.multiselect-container.dropdown-menu{
    overflow: scroll;
    max-height: 240px;
}
.multiselect-container.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000; 
    text-decoration: none;
    background-color: #fff; 
    outline: 0;
}

.multiselectDropDown{
    width: calc(100% - 50px);
    /*float: right;*/
    margin-left: 50px;
    height: 92px !important;
    padding: 4px;
    margin-top: 10px;
    overflow: auto
}

.multiselectDropDown option {
    color: #333 !important;
}
.multiselectDropDown option {
    margin: 0px 0px 2px;
    padding-top: 2px;
}

.pr0 {
    padding-right: 0px !important
}

.margin0_10 {
    margin: 0 10px !important
}

.pd0 {
    padding: 0 !important
}
.set_scroll_grid {
    max-height: calc(100vh - 340px);
    overflow: auto
}

.form_section {
    border: 1px solid #ccc;
}
.form_section .form_section_header {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    margin: 0px
}

.view_modal_popup{
    width: calc(100% - 100px) !important
}

.hide_kv-panel-before .kv-panel-before {
    display: none !important
}
.overflow-auto{
    overflow: auto !important
}

.view_modal_popup .kv-child-table {
    width: 100% !important
}

.input-group-addon{
    padding: 6px 23px 6px 13px !important
}

.input-group.date .form-control-wrapper{
    margin-right: 0px !important
}

.mb10 {
    margin-bottom: 10px
}

.kartik-grid-view-form-fields .detail-icon {
    display: none
}
.kartik-grid-view-form-fields .form-control-wrapper {
    margin-left: 0px !important
}
#page-container .kartik-grid-view-form-fields .form-control-wrapper .form-control, #page-container .kartik-grid-view-form-fields .form-control {
    padding-top: 0px !important;
    height: 30px !important;
}

.kartik-grid-view-form-fields .kv-grid-table th, .kartik-grid-view-form-fields .kv-grid-table td {
    padding: 1px 4px !important;
}

/* kartik editable popup design */
.kv-editable-popover {
    background: #fff !important
}

.popover.right .arrow:after, .tooltip.right .arrow:after, .popover.right .tooltip-arrow, .tooltip.right .tooltip-arrow {
    border-right-color: #fff !important;
}

.kv-editable-popover .popover-footer .btn {
    margin: 0 3px !important;
    padding: 6px 13px;
    /*border-radius: 50%;*/
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

.kv-editable-popover .popover-title {
    font-weight: normal;
    padding: 5px 10px;
}

.kv-editable-popover .popover-content {
    padding-top: 0px !important;
}

.popover-title button {
    padding-left: 10px !important;
    margin-top: -5px;
    margin-right: -5px;
}
/* kartik editable popup design */
.kv-grid-container .kv-grid-table td {
    white-space: nowrap;
}

#attendance-detail .kv-grid-container .kv-grid-table td {
    white-space: normal;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-left: 0 !important;
    border-bottom: 0 !important;
    font-size: 13px !important;
    /*font-family: sans-serif;*/
}

.kv-panel-before {
    padding: 0px 10px !important;
    border-right: 1px solid #ddd
}

.kv-panel-before .btn-group {
    margin: 3px !important
}

.kv-panel-before .btn-group .btn-group button.btn {
    padding: 4px 10px 1px !important
}

.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-top: 0px !important
}

.kv-panel-after {
    padding-bottom: 0px !important;
    border-right: 1px solid #ddd;
}

.kv-panel-after .pagination {
    margin: 0px 0px 3px 0px !important;
    width: 100%
}


.ajax_popup_form .select2-container {
    width: calc(100% - 50px) !important
}

.ajax_popup_form input {
    height: 25px !important;
    padding: 0px !important
}

.has-error .select2-container .select2-choice, .has-error .select2-container .select2-choices, .has-error .select2-container-active .select2-choice, .has-error .select2-container-active .select2-choices, .has-error .select2-dropdown-open.select2-drop-above .select2-choice, .has-error .select2-dropdown-open.select2-drop-above .select2-choices, .has-error .select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
}

.disp_title {
    font-weight: bold
}

.border_collapse {
    border-collapse: collapse;
}

.expense_section {
    border: 1px solid #ddd
}

.table_inline_form tr {
    border: 1px solid #ddd;
}
.table_inline_form tr td, .table_inline_form tr th {
    border: 1px solid #ddd !important;
}

.pb0 {
    padding-bottom: 0px !important
}
.collapsible_div {
    position: absolute;
    height: auto;
    z-index: 999;
    right: 35px;
}

.height_100-115 #attendance-detail {
    min-height: calc(100vH - 135px) !important;
}

.overflow_hidden_kartik_grid .table-responsive {
    overflow-y: hidden 
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: inherit !important
}

.kartik-grid-view-form-fields input[type='text'], .kartik-grid-view-form-fields select {
    min-width: 115px !important
}

.mr17_per{
    margin-right:  17% !important;
}


.hide_date_picker_icon .kv-date-calendar {
    display: none;
}

.hide_date_picker_icon .input-group.date {
    margin-left: 5px !important
}

.input_min_width_auto > .form-control-wrapper  input {
    min-width: auto !important
}

.ml252{
    margin-left: 252px !important
}
.mt57{
    margin-top: -57px !important
}
.ml13{
    margin-left: 13px !important;
}

.mr15 {
    margin-right: 15px !important
}

.pd12 {
    padding: 12px !important
}

.bt0 {
    border-top: 0px !important;
}

.word_break_td td {
    word-break: break-all !important
}


#login-form .help-block {
    margin-top: 2px !important
}

.left_text {
    text-align: left !important
}

.ml0 {
    margin-left: 0 !important
}

.select2-container.select2-container-multi {
    max-width: calc(100% - 50px) !important;
    max-height: 95px !important;
    min-height: 95px !important;
    overflow: auto;
    right: 0;
    position: absolute;
}
.select2-container.select2-container-multi ul {
    max-width: calc(100%) !important;
    min-width: calc(100%) !important;
    max-height: 85px !important;
    min-height: 85px !important;
    overflow: auto;
    right: 0;
    position: absolute;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #333;
    margin: 1.5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background: #fff !important;
}
.select2-default {
    color: #454e59 !important;
}
.h55{
    height: 53px !important;
}
.block-pad{
    margin: 39px 0 10px !important;
}
.mt85{
    margin-top: -85px !important;
}
.ml880{
    margin-left: 880px !important;
}

.select2-container-multi {
    position: relative !important;
    margin-left: 50px
}

.modal-popup-header {

}

.mt0 {
    margin-top: 0px !important
}

.table_separator {
    background: #ccc;
}

.table_separator:hover {
    background: #ccc !important;
}

.form_grid_input_with_icons input {
    width: calc(100% - 50px);
    float: left !important
}
.form_grid_input_with_icons i {
    margin-left: 10px;
    padding: 12px 0px;
}

.disp_grid {
    display: grid
}

.list-view .form-control.empty {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*.card_view_controls b.float {
    float: left;
}*/
.card_view_controls b:after {
    content: " ";
}
.card_view_controls .form-control-wrapper {
    float: right;
}
.control_wrapper_width_100-60 .form-control-wrapper {
    width: calc(100% - 60px);
}

.control_wrapper_width_100-80 .form-control-wrapper {
    width: calc(100% - 80px);
}

.control_wrapper_width_100-110 .form-control-wrapper {
    width: calc(100% - 110px);
}
.card_view_controls .form-control, .card_view_controls select, .card_view_controls input {
    padding: 0 !important;
    margin: 0;
    height: 24px !important;
    font-size: 14px !important;
}
.card_view_controls input.form-control {
    margin: 0 !important;
    padding: 0 !important;
    height: 20px !important;
}
.card_view_controls .material-input {
    display: none
}

#page-container .card_view_controls .form-control-wrapper .form-control {
    padding: 0px !important;
}
.link-disable {
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.overflow_x_auto {
    overflow-x: auto
}

.removeWhiteSpaceRemove th, .removeWhiteSpaceRemove td {
    white-space: nowrap;
}

.signatureImage .mfp-figure {
    background: #fff !important;
}

.expense_border{
    border-bottom: 1px dotted black;
}

.expense_text_color{
    color: #C76118;
}
//pending registration for customer application
.pendingRegistration {
    margin: 3px 0 0;
    border: 1px solid whitesmoke;
    border-collapse: collapse;
    background-color: white;
    text-align: left;
    padding: 10px;
}

.dashboardWidgetHeaders{
    background: #c76118 !important;
    color: #fff !important;
    height: 28px;
    text-align: center;
    padding-top: 5px;
}

/*.table > thead {
 //   background: #e0a982 !important;
   // color: #000000 !important;
}*/

//bar chart
.margin-bottom-0 {
    margin-bottom: 0px;
}

.padding-0 {
    padding-left: 0px;
}

.chart-custome-design .highcharts-container {
    background-color: #fff;
    width: 100% !important;
}

.chart-custome-design .highcharts-container .highcharts-root {
    width: 100% !important;
}

.chart-custome-design {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
//installation count
.dashboardWidgetDetailPortion {
    background: #fff !important;
    padding: 5px;
}

.div_dash_blocks {
    width: calc(50% - 10px);
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding: 5px;
    height: 97px !important; 
    background-color: white;
    margin-inline-start: 10px;
    margin-bottom: 12px;
}

.dashboard_background {
    background: #fff !important;
}

.div_dash_block_content {
    width: calc(100% - 92px);
    float:left;
}
.div_dash_block_icon {
    width: 90px;
    float:left;
}
.div_dash_block_icon img {
    width: 100%;
    height: 80px;
}

.dash_block_headers {
    color: #0da3dd !important;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
}

.dash_block_values {
    font-weight: 600 !important;
}

.dashboard_backgrounds{
    padding: 0px;
}

.dash_block_descriptions {
    margin-bottom: 0px;
}