﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
    background: #f1f4f9;
    color: #4e5166;
}

/*For link columns*/
.row-red {
    box-shadow: inset 0 0 4px red;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    color: #7a7a7a;
}

@media (max-width: 1310px) {
    .link-modeller {
        display: none !important;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: #D2DCD2 !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .pie_progress {
        width: 80%;
        max-width: 300px;
    }
}

.tblForgetPwd {
    width: 60%;
}

.height-85 {
    height: 85px;
}

.width-auto {
    width: auto;
}

.windows-logo {
    cursor: pointer;
    position: relative;
    top: -16px;
}

    .windows-logo :hover {
        color: aqua;
    }

.width-200 {
    width: 220px;
}

.qbdropdown {
    width: 220px;
    font-size: 14px;
}

.icon-microsoft {
    background-image: url('../Images/microsoftIcon.png');
    background-repeat: no-repeat;
    background-position: 4px;
    background-size: 27px;
}

.qbModelContent {
    border-top-color: white;
    border-top-width: 8px;
    border-top-style: double;
}

.kendo-filter-icon {
    margin-right: 3px !important;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-left-N10 {
    margin-left: -10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-alert {
    margin-left: 12px;
    margin-right: 12px;
}

.tblResetPwd {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.width-180px {
    width: 180px;
}

.div-login {
    width: 100% !important;
}

/*.lbl-login {
    width: 26% !important;   
}*/

.chkbox-login {
    margin-left: 37%;
}

.btn-login {
    margin-left: 33%;
}

.lbl-remember-me {
    padding-left: 3px !important;
}

.form-horizontal-login {
    width: 90%;
}

.div-float-left-40 {
    float: left;
    width: 30%;
}

.float-right {
    float: right;
}

.loginImage ul li {
    display: inline;
}

.successMessage {
    color: #458B00;
}

@media (max-width: 1060px) {
    .user-box {
        margin-right: 15px;
    }
}

.user-box {
    float: right;
    width: auto;
    margin: 0px 0 0 0;
    padding: 5px 0 0 0;
    position: relative;
    margin-right: 80px;
}

@media (max-width: 1160px) {
    .user-box {
        margin-right: 15px;
    }
}

.user-img {
    float: left;
    width: 52px;
    height: 52px;
}

    .user-img img {
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 100%;
    }


#LoginMenu .user-text {
    float: left;
    width: 100px;
    margin: 0 0 0 10px;
    padding-top: 15px;
}

#UserMenu .user-text {
    /*float: left;*/
    display: inline-block;
    max-width: 200px;
    margin: 0 0 0 10px;
    padding-top: 3px;
    font-family: Chivo-Regular;
    font-size: 13px;
}


.profile-ava {
    float: left;
    margin-right: 10px;
    margin-top: -17px;
}

.right-logo {
    width: 40px;
    margin: 22px 0 0 10px;
}

.user-name {
    display: block;
    color: #D2DCD2 !important;
    width: max-content;
    padding: 0 0 0 0;
    /*background: url(../images/down-arow.png) right no-repeat;*/
    text-decoration: none !important;
}

    .user-name:hover {
        text-decoration: none !important;
        color: #9DD9D2 !important;
    }

.user-drop-box {
    position: absolute;
    display: none;
    right: -73px;
    width: 225px;
    top: 63px;
    left: auto;
    background: #fff;
    box-shadow: 1px 1px 3px #E2E2E2;
    -webkit-box-shadow: 1px 1px 3px #E2E2E2;
    -moz-box-shadow: 1px 1px 3px #E2E2E2;
    -ms-box-shadow: 1px 1px 3px #E2E2E2;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

    .user-drop-box ul {
        float: left;
        list-style: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .user-drop-box ul li {
            float: left;
            width: 100%;
            margin: 0px;
            padding: 0px;
            border-bottom: 1px solid #cfd7dd;
            padding: 15px 0;
        }

            .user-drop-box ul li:last-child {
                border: none;
            }

.user-drop-fild {
    float: left;
    width: 100%;
    position: relative;
}

.user-drop-img {
    float: left;
    width: 52px;
    margin: 0 10px 0 0;
}

    .user-drop-img img {
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 100%;
    }

.user-drop-name {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #68889f;
}

    .user-drop-name a {
        display: block;
        color: #7a7a7a;
        font-size: 13px;
    }

.user-drop-text {
    float: left;
    width: 172px;
    padding: 0;
}

.user-drop-link {
    width: 172px;
    margin: 0px;
    font-size: 13px;
    padding: 0px;
    float: left;
    line-height: 25px;
    color: #7a7a7a;
}

.user-drop-icon {
    width: 52px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}

.user-drop-fild a:hover .user-drop-link {
    color: #68889f;
}

@media screen and (max-width: 1024px) {
    .btn-login {
        margin-left: 0px !important;
    }

    .chkbox-login {
        margin-left: 20px;
    }
}

.lab-title, .lab-title {
    font-size: 14px;
    color: #68889f;
    font-weight: 400;
}

    .lab-title span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .lab-title a {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }

.col-md-main-content {
    /*padding-top: 43px;*/
}

.mrg-b {
    margin-bottom: 80px;
}

.gray-bg {
    background: #fff;
    padding-bottom: 20px;
}

.container-fluid.gray-bg.pt15.pb15.mb15 {
    background: #fff;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl8 {
    padding-left: 8px;
}

.add-user-btn {
    width: 10%;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 2px #e1e4e8;
    -moz-box-shadow: 0 1px 2px #e1e4e8;
    -webkit-box-shadow: 0 1px 2px #e1e4e8;
    -ms-box-shadow: 0 1px 2px #e1e4e8;
    -o-box-shadow: 0 1px 2px #e1e4e8;
}

.navbar-brand {
    float: left;
    padding: 7px 0px 0px 10px;
    height: auto;
}

.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
}

.navbar {
    /*min-height: 88px;*/
    margin-bottom: 0px;
}

.navbar-header {
    width: 100%;
}

    .navbar-header a:hover {
        color: black;
    }

.navbar-nav {
    padding: 8px 0 0 0;
}

    .navbar-nav > li > a {
        font-size: 13px;
        /*padding-top: 35px;*/
    }

        .navbar-nav > li > a:hover {
            color: #9DD9D2 !important;
        }

.login-link {
    display: block;
    color: #9d9d9d !important;
    padding: 0 35px 0 0;
    text-decoration: none !important;
    font-size: 17px;
}

    .login-link:hover {
        color: rgb(122,122,122) !important;
    }

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-60 {
    padding-top: 60px;
}

.clearJellybg {
    background-image: url('../Images/login-bg-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 0 30px;
}


.homePage {
    color: #ffffff;
}

    .homePage ul {
        margin-left: 15px;
    }

#btnTryNow {
    width: 80px;
}

.login-title {
    max-width: 560px;
    margin: 30px auto 20px auto;
    padding: 0px;
    border-bottom: 1px solid #bac3cf;
    box-shadow: 0 1px 0px #fff;
    -webkit-box-shadow: 0 1px 0px #fff;
    -moz-box-shadow: 0 1px 0px #fff;
    -o-box-shadow: 0 1px 0px #fff;
    -ms-box-shadow: 0 1px 0px #fff;
    text-align: center;
}

    .login-title h1 {
        display: block;
        font-size: 36px;
        color: #4e5166;
        font-weight: 300;
        margin-bottom: 10px;
    }

.login-title.login-title-wide {
    max-width: 600px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #4e5166;
}

.login-title span {
    display: block;
    color: #68889f;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 20px;
}

.registration-subtitle {
    width: 560px;
    margin: 0px auto 0px 0px;
    padding: 0px;
}

    .registration-subtitle h4 {
        display: block;
        color: #68889f;
        font-weight: 300;
        margin-bottom: 10px;
    }


.login-box {
    width: 560px;
    margin: 20px auto;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.form-group label {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
}


.form-control {
    font-size: 13px;
    color: #7a7a7a;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -ms-box-shadow: 1px 1px 1px #ccc;
    -o-box-shadow: 1px 1px 1px #ccc;
    border-color: #f2f4f6;
    padding: 8px 12px;
    height: 40px;
}


h1, h2, h3, h4, h5, ul, li, ol {
    margin: 0px;
    padding: 0px;
}

.btn {
    transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    padding: 12px;
    font-size: 13px;
}

.btn-success {
    border: none;
    /*background: #569654; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2OTY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NThhNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #4e5166 0%, #a6b1c4 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569654), color-stop(100%,#458a43));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #4e5166 0%,#a6b1c4 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #4e5166 0%,#a6b1c4 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #4e5166 0%,#a6b1c4 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #4e5166 0%,#a6b1c4 100%);*/ /* W3C */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2OTY1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NThhNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #393e51 0%, #a6b1c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569654), color-stop(100%,#393e51)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #393e51 0%,#a6b1c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #393e51 0%,#a6b1c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #393e51 0%,#a6b1c4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #393e51 0%,#a6b1c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569654', endColorstr='#458a43',GradientType=0 ); /* IE6-8 */
}

    .btn-success:hover {
        opacity: 0.9;
    }

.mt5 {
    margin-top: 5px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.m5 {
    margin: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}


.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}


.cust-table {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -ms-box-shadow: 1px 1px 1px #ccc;
}

    .cust-table thead {
        /*background: #4e5166;*/
        background: #393e51;
        color: #fff;
        font-weight: 400;
    }

        .cust-table thead th:first-child {
            border-radius: 5px 0 0 0;
            -moz-border-radius: 5px 0 0 0;
            -ms-border-radius: 5px 0 0 0;
            -o-border-radius: 5px 0 0 0;
            -webkit-border-radius: 5px 0 0 0;
        }

        .cust-table thead th:last-child {
            border-radius: 0 5px 0 0;
            -moz-border-radius: 0 5px 0 0;
            -ms-border-radius: 0 5px 0 0;
            -o-border-radius: 0 5px 0 0;
            -webkit-border-radius: 0 5px 0 0;
        }

        .cust-table thead th {
            font-weight: normal;
        }

    .cust-table.table > thead > tr > th, .cust-table.table > tbody > tr > td {
        border: none !important;
        padding: 10px 12px;
    }

    .cust-table.table > tbody > tr > td {
        padding: 12px;
        color: #7a7a7a;
    }

    .cust-table.table > tbody > tr > td {
        font-size: 13px;
        text-align: center;
        vertical-align: bottom;
    }

thead > tr > th {
    position: relative;
}



#activeSubscrptionsTbl td {
    vertical-align: middle;
}

#pricing {
    margin-bottom: 10px;
}

    #pricing div.subscription {
        font-family: "Segoe UI Regular", Arial, Helvetica, sans-serif;
        margin-top: 4px;
        background-color: #EDEDE2;
        border-right: 4px solid #E9EBE4;
        border-left: 4px solid #E9EBE4;
    }

.tooltip-left, .tooltip-right, .tooltip-bottom {
    position: relative;
    display: inline-block;
}

#pricing div.price-box {
    float: right;
    width: 118px;
    background-color: white;
    border-radius: 7px;
    margin: 5px;
    padding: 1px;
}

#pricing a.trigger {
    border-bottom: dashed;
    cursor: help;
    border-bottom-width: 1px;
    border-bottom-color: #417E90;
}

html[lang=de] #pricing div.price-box,
html[lang=es] #pricing div.price-box {
    width: 106px;
}

#pricing div.subscription {
    font-family: "Segoe UI Regular", Arial, Helvetica, sans-serif;
    margin-top: 4px;
    background-color: #EDEDE2;
    border-right: 4px solid #E9EBE4;
    border-left: 4px solid #E9EBE4;
}

    #pricing div.subscription:after {
        content: '';
        display: block;
        clear: both;
    }

    #pricing div.subscription > h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.8em;
        padding-left: 6px;
        border: none;
        text-align: left;
    }

#pricing div.transactions {
    float: left;
    width: 150px;
    padding: 6px;
}

    #pricing div.transactions h5 {
        font-size: 1.7em;
        border-bottom: 3px;
    }

    #pricing div.transactions p {
        font-size: 0.9em;
        color: #64827E;
    }



#pricing .price-box h3 {
    color: #ff0000;
    text-decoration: line-through;
}

.right {
    float: left;
    width: 340px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mt35 {
    margin-top: 35px;
}

.mt22 {
    margin-top: 22px !important;
}


.float-left {
    float: left;
}

.padding-top-10 {
    padding-top: 10px;
}

.width-100px {
    width: 100px;
}

.width-120px {
    width: 120px;
}

.width-200px {
    width: 200px;
}

.width-300px {
    width: 300px;
}

.width-400px {
    width: 400px;
}

.width-500px {
    width: 500px;
}

.width-700px {
    width: 700px;
}

.width100 {
    width: 100%;
}

.width80 {
    width: 80%;
}

.width50 {
    width: 50%;
}
/* change */
.pad-80 {
    width: 80%;
}

.pad-70 {
    width: 80%;
}
/* change */
.width40 {
    width: 40%;
}

.width32 {
    width: 32%;
}

.width22 {
    width: 22%;
}

.width25 {
    width: 25%;
}

.width20 {
    width: 20%;
}

.width12 {
    width: 12%;
}

.width10 {
    width: 10%;
}

.width8 {
    width: 8%;
}

.width5 {
    width: 5%;
}

.mr30 {
    margin-right: 30px;
}

.prettyPhotoCaption {
    display: inline-block;
    vertical-align: top;
}

.homepageFooter {
    color: #ffffff;
}

    .homepageFooter a {
        color: #ffffff;
    }

.lab-title {
    font-size: 14px;
    color: #4e5166;
    font-weight: 400;
}

    .lab-title span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .lab-title a {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }

table#tblSubscriptionPlan th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #4e5166;
    color: white;
}

table#tblSubscriptionPlan td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
    color: #7a7a7a;
    font-weight: 400;
}

table#tblSubscriptionPlan label {
    color: #7a7a7a;
    font-weight: 400;
}

tr.amountRow td {
    border: none !important;
    background: none !important;
}

tr.amountRow label {
    color: #7a7a7a;
    font-weight: bold !important;
}

.autowidth {
    width: auto;
}

.font16 {
    font-size: 16px !important;
}

.datepicker {
    z-index: 2000 !important;
}


.activateUser, .editUser, .blockedUser, .editTemplate, .cursorPointer {
    cursor: pointer;
}


.display-none {
    display: none;
}

.errorMessage {
    color: red;
}

.width325 {
    width: 325px;
}

.width30 {
    width: 35% !important;
    padding-right: 5px !important;
}

.width200 {
    width: 200px !important;
}

.pointerCursor {
    cursor: pointer;
}

.width25 {
    width: 25% !important;
    float: left;
}

.attachmentFile {
    height: 20px;
    vertical-align: middle;
}

.ml3 {
    margin-left: 3% !important;
}

.centerLabel .form-group label {
    line-height: 40px;
}


.loginHead .container, .loginParent .container {
    width: 1170px;
    max-width: 100%;
    float: inherit;
}

.loginParent #loginForm {
    width: 100% !important;
}


.loginParent .gray-bg {
    background: none !important;
}

@media (max-width:576px) {
    .login-row {
        margin: 0;
    }
}

#tblSubscriptionPlan tr .width25 {
    width: 25%;
    float: unset;
}

.mandatory {
    color: red;
}

#dvBtns #dvbtnCancel, #dvBtns #dvbtnBuy {
    padding-top: 5px;
}

.handPointer {
    cursor: pointer;
}

.addbuttonDiv {
    float: right;
    margin-bottom: 20px;
}

.NolinkBorder a {
    text-decoration: none;
}

    .NolinkBorder a img {
        padding-right: 5px;
    }

.font-color {
    color: #7a7a7a;
    outline: none !important;
}

.width150 {
    width: 150px !important;
}

.width140 {
    width: 140px !important;
}

.moveCursor {
    cursor: move;
}


#dvBtnRow #dvBtns {
    width: 260px !important;
}

.maintenancePage {
    width: 100%;
    float: left;
}

.maintenancePage-work {
    float: left;
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    /*margin: 40px 0px;*/
}

.setting-i {
    width: 100px;
    height: 100px;
    background: #7ed3f6;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

    .setting-i img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.maintenancePage-work p, .maintenancePage-work span {
    color: #9d9d9d;
    font-family: 'Roboto-Light';
    letter-spacing: 0.5px;
}

.maintenancePage-work p {
    font-size: 32px;
    margin: 30px 0px 20px;
}

.maintenancePage-work span {
    font-size: 20px;
}

.maintenanceHeight {
    height: 450px;
}

.guideButton {
    background-color: #a6b1c4;
    color: white;
}

    .guideButton:hover {
        background-color: #a6b1c4;
        color: white;
    }

#addSafeIP {
    background: #a6b1c4;
    color: white;
}

.textalignright {
    text-align: right;
    padding-top: 10px;
}

img#ImageQBDateStart, img#ImageQBDateEnd {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#btnChange.btn-primary, #expireSubHyperLink.btn-primary {
    background-color: #a6b1c4;
    border-color: #a6b1c4;
}

.navbar-brand {
    /*margin-top: 20px;
    margin-right: 30px;*/
}

    .navbar-brand > img {
        height: 50px !important;
        width: auto !important;
    }

a {
    color: #4e5166;
}

.paddingMargin {
    padding: 0;
    margin-top: 10px;
}

.setPassButton {
    margin-top: 26px;
    left: 72%;
}

.edit-icon a {
    background: url('/images/user_suspend.png') no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
    background-size: 20px auto !important;
}

.delete-icon a {
    background: url('/images/user_delete.png') no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px auto !important;
}


.padding0 {
    padding: 0px;
}

.paddingR {
    padding-right: 0px !important;
}

.subscriptionNewcss {
    width: 154px;
}

.subscriptionRenewcss {
    width: 151px;
}

.SubcriptionExpireHeader {
    margin-left: 41%;
    margin-bottom: 3%;
    margin-top: 2%;
}

.subscriptionActiveHeader {
    margin-top: 4%;
    margin-bottom: 3%;
}

.marginLeft36 {
    margin-left: 36%;
}

label#DisplayCalculation {
    font-weight: 100;
}

.paddingLeft0 {
    padding-left: 0px;
}

.SetPasswordModal {
    height: 175px;
}

.user-act-drop-control {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 4px;
    margin-left: 0%;
    margin-bottom: 5px;
}

    .user-act-drop-control:focus, .user-act-drop-control:hover {
        outline: none;
    }

.user-act-col-md-3 {
    width: 20%;
    float: left;
}


.holder {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    font-family: Helvetica;
}

    .holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .holder ul li {
            padding: 10px 0px;
        }

            .holder ul li a {
                color: darkred;
                text-decoration: none;
            }

.nextButton {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background-color: #4CAF50;
    color: white;
    margin-bottom: 10px;
}

    .nextButton:hover {
        text-decoration: none;
        color: white;
    }

.building-box {
    float: left;
    width: 100%;
    margin: 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 1px #ccc;
    -webkit-box-shadow: 0px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px #ccc;
    -ms-box-shadow: 0px 1px 1px #ccc;
    background: #F9F9F9;
}

    .building-box .modelHeader {
        float: left;
        width: 100%;
        padding: 0 12px;
        line-height: 40px;
        background: rgb(78, 81, 102);
        color: rgb(255, 255, 255);
    }

    .building-box .holder {
        padding: 0 0 20px 0;
    }

        .building-box .holder ul li {
            padding: 0 0 8px 0;
            font-size: 11px;
        }

.building-box-top {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    background: #F1F4F9;
    min-height: 70px;
    padding-top: 5px;
}

    .building-box-top .col-xs-4 {
        padding: 20px 15px 0 15px;
    }

        .building-box-top .col-xs-4:last-child {
            padding: 10px 15px 0 15px;
        }

.building-date-sub {
    float: left;
    width: 47%;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 23px;
    padding-bottom: 0;
    position: relative;
}

    .building-date-sub input {
        width: 100%;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .building-date-sub img {
        position: absolute;
        right: 30px;
        top: 9px;
    }

.colorWhite {
    color: #fff;
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .43;
    filter: alpha(opacity=70);
    display: none
}

.custom-loader {
    position: absolute;
    top: 30%;
    left: 45%;
    color: White;
}

.underline {
    text-decoration: underline;
}

.ConnectPointer {
    cursor: pointer;
}

.model-date-sub {
    float: left;
    width: 70%;
    padding: 0 0px;
    margin: 0px 0;
    position: relative;
}

    .model-date-sub input {
        width: 100%;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .model-date-sub img {
        position: absolute;
        right: 15px;
        top: 9px;
    }

.model-drop-control {
    font-size: 13px;
    color: #7a7a7a;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -ms-box-shadow: 1px 1px 1px #ccc;
    -o-box-shadow: 1px 1px 1px #ccc;
    border-color: #f2f4f6;
    padding: 8px 12px;
    height: 34px;
}

@media (min-width: 992px) {
    .model-col-md-3 {
        width: 22%;
        float: left;
    }
}

.model-clear-button {
    background-image: url("../Images/refresh-img.png");
    cursor: pointer;
}

.model-msg {
    display: inline;
    font-size: 11px;
    font-family: 'Chivo', sans-serif;
}

.error-act-msg {
    color: indianred;
    font-size: 11px;
    float: left;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.QBButton {
    background-image: url('../Images/C2QB_green_btn_tall_default.png');
    background-size: cover;
}

.error-msg {
    color: indianred;
    font-size: 11px;
    float: right;
    padding: 5px;
}

.error-act-msg {
    color: indianred;
    font-size: 11px;
    float: left;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}



.NoPack {
    width: 50%;
    padding: 0 8px;
    margin: 10px 0;
}

    .NoPack label {
        padding-top: 10px;
    }

    .NoPack input {
        width: 100%;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-bottom: 5px;
    }

.XeroFee {
    width: 100%;
    padding: 0 8px;
    margin: 4px 0;
}

.XeroRequestTitle {
    padding-top: 10px;
}

    .XeroRequestTitle label {
        color: darkred
    }

.dropbtn {
    color: #9d9d9d;
    padding-top: 16px;
    font-size: 16px;
    border: none;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-top: 32%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 0;
    margin-left: 15%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.QBButton:hover {
    background-image: url('../Images/C2QB_green_btn_tall_hover.png');
    background-size: cover;
}

.no-items {
    text-align: center;
    margin: 105px;
    font-size: 30px;
}

.textarea-editUser {
    max-width: 330px;
}

.imageHeightStyle {
    width: 20px;
    height: 20px;
}

#ddAdmin.data-drop-box {
    /*position: absolute;*/
    display: none;
    right: 0;
    list-style: none;
    z-index: 1;
    width: 160px;
    top: 50px;
    background: #fff;
    box-shadow: 0px 0px 3px #E2E2E2;
    -webkit-box-shadow: 0px 0px 3px #E2E2E2;
    -moz-box-shadow: 0px 0px 3px #E2E2E2;
    -ms-box-shadow: 0px 0px 3px #E2E2E2;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

#ddHelp.data-drop-box {
    /*position: absolute;*/
    display: none;
    right: 0;
    list-style: none;
    z-index: 1;
    width: 144px;
    top: 50px;
    background: #fff;
    box-shadow: 0px 0px 3px #E2E2E2;
    -webkit-box-shadow: 0px 0px 3px #E2E2E2;
    -moz-box-shadow: 0px 0px 3px #E2E2E2;
    -ms-box-shadow: 0px 0px 3px #E2E2E2;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}


ul.data-drop-box li {
    padding: 0 0 6px;
    display: block !important;
}

ul.data-drop-box a {
    color: #808186;
    font-size: 14px;
    text-decoration: none;
}

img.user-img-header {
    width: 48px;
    margin-right: 15px;
}

.span-msg {
    color: black;
    font-size: 10px;
    float: right;
}

.text-decoration-none {
    text-decoration: none !important;
}

.userbox-list ul {
    position: absolute !important;
    margin: 0 !important;
    list-style: none !important;
}

.userbox-list li {
    display: inline-block !important;
    position: relative !important;
}

    .userbox-list li:hover > ul {
        display: block;
    }

.userbox-list ul ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 5px 10px;
}

    .userbox-list ul ul li {
        display: block;
    }

    .userbox-list ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
    }

.header {
    height: 63px;
    /*border-top: solid #a0e0db 5px;*/
    background-color: #373f51;
}

.search-icon {
    font-size: 20px;
    color: white;
    padding: 0px 11px 0 15px;
}

.lock-icon {
    font-size: 20px;
    color: white;
    padding: 0px 0px 3px 8px;
}

.icons {
    margin: 25px 15px 0 0;
    /*float: left;*/
}

    .icons > a {
        text-decoration: none;
    }

    .icons i {
        margin: 0 4px 0 25px;
    }

.userbox-list {
    margin: 0;
    padding: 4px;
    display: inline-block;
}

    .userbox-list > li {
        display: inline;
        margin-right: 5px;
        padding: 8px 25px 8px 19px;
        border-right: 2px solid #9DD9D2 !important;
    }

@media (max-width: 1175px) {
    .userbox-list > li {
        padding: 5px;
    }
}

@media (max-width: 800px) {
    .userbox-list > li {
        margin-right: 0px;
        padding: 3px;
    }
}

.userbox-list > li > a {
    color: #D2DCD2 !important;
    font-size: 13px;
    line-height: 20px;
    font-family: Chivo-Regular;
}

.modeller-pic {
    width: 92px;
    padding: 0px 0 3px 0;
}

.k-grid-header th.k-header {
    /*padding-left: 0px !important;*/
}

.register-sign-on {
    text-align: center;
    margin-top: 15px;
}



@font-face {
    font-family: "Chivo-Regular";
    src: url("../fonts/Chivo-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



.wrapper-demo {
    float: right;
}

.wrapper-dropdown-5 {
    position: relative;
    text-align: left;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;
    font-weight: bold;
    /* Styles */
    border: 1px solid #4cbeff !important;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .wrapper-dropdown-5:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
    }

    .wrapper-dropdown-5:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #4cbeff transparent;
    }

    .wrapper-dropdown-5 .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        right: 0;
        /* Styles */
        background: #fff;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        /* Hiding */
        max-height: 0;
        overflow: hidden;
        font-weight: 500;
    }

        .wrapper-dropdown-5 .dropdown li {
            padding: 0 10px;
        }

            .wrapper-dropdown-5 .dropdown li a {
                display: block;
                text-decoration: none;
                color: #333;
                padding: 10px 0;
                transition: all 0.3s ease-out;
                border-bottom: 1px solid #e6e8ea;
            }

            .wrapper-dropdown-5 .dropdown li:last-of-type a {
                border: none;
            }

            .wrapper-dropdown-5 .dropdown li i {
                margin-right: 5px;
                color: inherit;
                vertical-align: middle;
            }
            /* Hover state */
            .wrapper-dropdown-5 .dropdown li:hover a {
                color: #57a9d9;
            }
    /* Active state */
    .wrapper-dropdown-5.active {
        border-radius: 5px 5px 0 0;
        box-shadow: none;
        border-bottom: none;
        background: #4cbeff !important;
        color: #ffffff !important;
    }

    .wrapper-dropdown-5:hover {
        background: #4cbeff !important;
        color: #ffffff !important;
    }

    .wrapper-dropdown-5.active:after {
        border-color: #82d1ff transparent;
    }

    .wrapper-dropdown-5.active .dropdown {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        max-height: 400px;
    }



/*Organization Dropdwon*/
.wrapper-org-demo {
    float: left;
}

.wrapper-dropdown-5 .dropdown option {
    padding: 0 10px;
}

.wrapper-dropdown-5 .dropdown option {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

    .wrapper-dropdown-5 .dropdown option:hover {
        color: #57a9d9;
    }

.multiselect-native-select .checkbox input[type=checkbox] {
    display: inline-block;
}

.multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default {
    height: 44px;
    box-shadow: none;
    background: transparent;
    position: relative;
    text-align: left;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;
    font-weight: bold;
    border: 1px solid #4cbeff !important;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default span.multiselect-selected-text {
        width: 160px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

    .multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default b.caret {
        float: right;
        margin: 8px 0;
    }

.multiselect-native-select ul.multiselect-container.dropdown-menu {
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    max-height: 300px;
    float: left;
    overflow-y: auto;
}

    .multiselect-native-select ul.multiselect-container.dropdown-menu li a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 5px 0;
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #e6e8ea;
        font-size: 12px;
        line-height: 22px;
    }

    .multiselect-native-select ul.multiselect-container.dropdown-menu > .active > a, .multiselect-native-select ul.multiselect-container.dropdown-menu > .active > a:hover, .multiselect-native-select ul.multiselect-container.dropdown-menu > .active > a:focus {
        text-decoration: none;
        background-color: #4cbeff !important;
        outline: 0;
        color: #ffffff !important;
    }

    .multiselect-native-select ul.multiselect-container.dropdown-menu li label {
        height: auto;
    }

.height-85 {
    height: 85px;
}

.width-auto {
    width: auto;
}

.modeller-breadcrumb {
    background-color: #f1f4f9;
    margin-bottom: 0px;
}

.upload-breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0px;
}

#ui-datepicker-div.MonthsOnly .ui-datepicker-calendar, #ui-datepicker-div.MonthsOnly .ui-datepicker-calendar {
    display: none;
}

.connector-dropdown {
    border-color: #4cbeff;
    font-weight: bold;
    width: 100% !important;
}

.wizard-dropdown .k-multiselect-wrap {
    overflow: auto;
    min-height: 40px;
}

.label-wrap {
    margin-top: 9px;
}

.spinner-wrap {
    margin-top: 6px;
}


#unread-badge, .unread-badge {
    position: relative;
    top: -8px;
    right: 22px;
    background: red;
}

.notification-box {
    position: absolute;
    display: none;
    right: -80px;
    width: 455px;
    top: 67px;
    left: auto;
    background: #fff;
    box-shadow: 1px 1px 3px #E2E2E2;
    -webkit-box-shadow: 1px 1px 3px #E2E2E2;
    -moz-box-shadow: 1px 1px 3px #E2E2E2;
    -ms-box-shadow: 1px 1px 3px #E2E2E2;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.notification-box .notification-box-body {
        background: #e9e7e9;
        min-height: 50px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
        overflow-y: scroll;
        height: 300px;
    }

.notification-box .notification-box-body .latest {
            font-family: Chivo-Regular;
            padding-top: 15px;
            padding-left: 15px;
            padding-bottom: 15px;
            opacity: 0.5;
            font-size: 12px;
        }

.notification-box .notification-box-body ul {
            list-style: none;
        }

.notification-box .notification-box-body ul li {
                margin-left: 15px;
                margin-right: 15px;
                margin-bottom: 15px;
                background: #fff;
                box-shadow: 1px 1px 3px #E2E2E2;
                -webkit-box-shadow: 1px 1px 3px #E2E2E2;
                -moz-box-shadow: 1px 1px 3px #E2E2E2;
                -ms-box-shadow: 1px 1px 3px #E2E2E2;
                padding: 15px;
                border-radius: 5px 5px 5px 5px;
                -webkit-border-radius: 5px 5px 5px 5px;
                -moz-border-radius: 5px 5px 5px 5px;
                -ms-border-radius: 5px 5px 5px 5px;
                -o-border-radius: 5px 5px 5px 5px;
            }

.notification-box .notification-box-body ul li .notification-date {
    font-size: 12px;
    text-align: right;
    opacity: 0.5;
}

.notification-box .notification-box-header h4 {
    padding-bottom: 15px;
    font-weight: bold;
}
    
.notification-box .notification-box-header .fa-arrow-right {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.notification-box .notification-box-body #userMessagesLoading {
    top: 50%;
    left: 45%;
    position: absolute;
}

.execution-time-block .input-block {
    display: flex;
    align-items: center;
}

    .execution-time-block .input-block input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.execution-time-block span#execution-time-offset {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.execution-time-block span#alternateExecution-time-offset {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.execution-time-block span#time-from-offset {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.execution-time-block span#time-to-offset {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ced4da;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-drop-box-small {
    position: absolute;
    right: 70px;
    top: 10px;
    font-size: 25px;
    width: 50px;
    color: wheat;
    cursor: pointer;
}

.responsive-menu-box {
    position: absolute;
    display: none;
    right: 90px;
    width: 142px;
    top: 67px;
    left: auto;
    background: #fff;
    box-shadow: 1px 1px 3px #E2E2E2;
    -webkit-box-shadow: 1px 1px 3px #E2E2E2;
    -moz-box-shadow: 1px 1px 3px #E2E2E2;
    -ms-box-shadow: 1px 1px 3px #E2E2E2;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    list-style: none;
}

    .responsive-menu-box img {
        float: right;
    }

    .responsive-menu-box li .search-icon {
        width: 10px;
        height: 20px;
        padding: 0px;
    }

    .responsive-menu-box li a img {
        width: 10px;
        height: 20px;
        padding: 0px;
    }

    .responsive-menu-box .icons {
        margin: 0px;
    }


.ddHelpResponsive, .ddAdminResponsive {
    top: 0px !important;
    padding: 5px !important;
    position: relative !important;
    width: auto !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

@media(max-width:959px) {
    .userbox-list, .icons, .menu-user-name {
        display: none;
    }

    .responsive-icon, .user-drop-box-small {
        display: block;
    }

    #unread-badge, .unread-badge {
        top: -1px;
        right: 1px;
    }

    .notification-box {
        right: -15px;
    }

    #UserMenu .user-text {
        margin: 0 10px 0 10px;
    }
}

@media(min-width:959px) {
    .user-drop-box-small, .responsive-menu-box {
        display: none !important
    }
}


@media (min-width: 320px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.switch-to-your-db-container {
    text-align: center;
}
    .switch-to-your-db-container .switch-to-your-db {
        font-size: 18px;
        text-decoration: underline;
    }

.connections-wrapper {
    float: left;
    height: 60px;
    padding: 10px
}

    .connections-wrapper .form-control {
        max-width: 170px;
        width: 170px;
    }

.agilityplanning-logo-new {
    width: 130px;
    height: 44px;
    background: url(/Images/agilityplanning-logo-new.png);
    background-size: cover;
}

@media (max-width: 500px) {
    .agilityplanning-logo-new {
        width: 40px;
    }
}

.add-user-type-container {
    padding-left: 30px;
    padding-bottom: 10px;
}

#shared-user-info {
    position: absolute;
    right: -5px;
    top: 15px;
}

.shared-user-template-wrapper {
    text-align: left;
}

.padding-topManageUser {
    margin-top: 15px;
}

.close-sessions-container {
    text-align: center;
    margin-top: 50px;
}

    .close-sessions-container .ask-buttons {
        margin-top: 20px
    }
        .close-sessions-container .ask-buttons .btn{
            min-width: 80px;
        }

.configure-client-db .important-label {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.configure-client-db .list-warnings {
    margin-left: 20px;
}

.full-logs-right {
    text-align: right;
}

.form-group label.text-danger {
    color: #a94442;
}

.add-license-btn {
    margin-bottom: 10px;
}

.stripe-api-info {
    display: block;
    font-size: 12px;
}

.stripe-icon-tooltip {
    margin-left: 10px;
}

.clear-saved-search-container {
    margin-top: 10px
}

.add-partner-id-modal .partner-id-img {
    width: 485px;
}

.add-partner-id-modal a {
    color: #337ab7;
    text-decoration: underline;
}