/* Minification failed. Returning unminified contents.
(12708,17): run-time error CSS1036: Expected expression, found '!important'
(36939,47): run-time error CSS1046: Expect comma, found '208'
(36939,55): run-time error CSS1046: Expect comma, found '/'
 */
@import url(font-awesome/fonts/stylesheet.css);
body 
{
    padding-bottom: 0;
    min-height: 100%;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Open Sans",'Segoe UI';
    font-size: 15px;
    color: #444444;
}
body:before 
{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #ffffff
}
/*#region Animations*/
@-webkit-keyframes borderPulse 
{
    15% 
    {
        opacity: 1;
    }

    100% 
    {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes borderPulse 
{
    15% 
    {
        opacity: 1;
    }

    100% 
    {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes borderPulse 
{
    15% 
    {
        opacity: 1;
    }

    100% 
    {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes borderPulse 
{
    15% 
    {
        opacity: 1;
    }

    100% 
    {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse 
{
    0% 
    {
        opacity: .5;
    }

    50% 
    {
        opacity: 1;
    }

    100% 
    {
        opacity: .5;
    }
}

@-moz-keyframes pulse 
{
    0% 
    {
        opacity: .5;
    }

    50% 
    {
        opacity: 1;
    }

    100% 
    {
        opacity: .5;
    }
}

@-o-keyframes pulse 
{
    0% 
    {
        opacity: .5;
    }

    50% 
    {
        opacity: 1;
    }

    100% 
    {
        opacity: .5;
    }
}

@keyframes pulse 
{
    0% 
    {
        opacity: .5;
    }

    50% 
    {
        opacity: 1;
    }

    100% 
    {
        opacity: .5;
    }
}

@-webkit-keyframes explode 
{
    100% 
    {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-moz-keyframes explode 
{
    100% 
    {
        opacity: 0;
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-o-keyframes explode 
{
    100% 
    {
        opacity: 0;
        -o-transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@keyframes explode 
{
    100% 
    {
        opacity: 0;
        -webkit-transform: scale(3) rotate(30deg) translateY(60px);
        -moz-transform: scale(3) rotate(30deg) translateY(60px);
        -ms-transform: scale(3) rotate(30deg) translateY(60px);
        transform: scale(3) rotate(30deg) translateY(60px);
    }
}

@-webkit-keyframes wave 
{
    5% 
    {
        opacity: .6;
    }

    27% 
    {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }

    100% 
    {
        opacity: 0;
    }
}

@-moz-keyframes wave 
{
    5% 
    {
        opacity: .6;
    }

    27% 
    {
        -moz-transform: scale(1.8);
        opacity: 0;
    }

    100% 
    {
        opacity: 0;
    }
}

@-o-keyframes wave 
{
    5% 
    {
        opacity: .6;
    }

    27% 
    {
        -o-transform: scale(1.8);
        opacity: 0;
    }

    100% 
    {
        opacity: 0;
    }
}

@keyframes wave 
{
    5% 
    {
        opacity: .6;
    }

    27% 
    {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% 
    {
        opacity: 0;
    }
}

@-webkit-keyframes dropdownSlideInDown 
{
    0% 
    {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% 
    {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes dropdownSlideInDown 
{
    0% 
    {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% 
    {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes dropdownSlideInDown 
{
    0% 
    {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% 
    {
        -o-transform: translateY(0);
    }
}

@keyframes dropdownSlideInDown 
{
    0% 
    {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% 
    {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes spin 
{
    0% 
    {
        -webkit-transform: rotate(0deg);
    }

    100% 
    {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin 
{
    0% 
    {
        -moz-transform: rotate(0deg);
    }

    100% 
    {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin 
{
    0% 
    {
        -o-transform: rotate(0deg);
    }

    100% 
    {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin 
{
    0% 
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% 
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*#endregion Animations*/
/*#region Colors*/

.themeprimary 
{
    color: #2dc3e8 !important;
}

.themesecondary 
{
    color: #fb6e52 !important;
}

.themethirdcolor 
{
    color: #ffce55 !important;
}

.themefourthcolor 
{
    color: #a0d468 !important;
}

.themefifthcolor 
{
    color: #e75b8d !important;
}

.white 
{
    color: #ffffff !important;
}

.snow 
{
    color: #fbfbfb !important;
}

.whitesmoke 
{
    color: #f5f5f5 !important;
}

.seashell 
{
    color: #f3f3f3 !important;
}

.ivory 
{
    color: #eeeeee !important;
}

.platinum 
{
    color: #e5e5e5 !important;
}

.lightgray 
{
    color: #d0d0d0 !important;
}

.gray 
{
    color: #cccccc !important;
}

.darkgray 
{
    color: #999999 !important;
}

.silver 
{
    color: #777777 !important;
}

.sonic-silver 
{
    color: #737373 !important;
}

.storm-cloud 
{
    color: #666666 !important;
}

.lightcarbon 
{
    color: #555555 !important;
}

.carbon 
{
    color: #444444 !important;
}

.slate-gray 
{
    color: #333333 !important;
}

.darkcarbon 
{
    color: #262626 !important;
}

.blue 
{
    color: #2983c1 !important;
}

.info 
{
    color: #57b5e3 !important;
}

.sky 
{
    color: #11a9cc !important;
}

.primary 
{
    color: #2983c1 !important;
    font-family: 'Abel';
}

.azure 
{
    color: #2dc3e8 !important;
}

.blueberry 
{
    color: #6f85bf !important;
}

.palegreen 
{
    color: #a0d468 !important;
}

.success
{
    color: #53a93f !important;
}

.green 
{
    color: #8cc474 !important;
}

.lightyellow 
{
    color: #f6d52e !important;
}

.yellow 
{
    color: #ffce55 !important;
}

.warning 
{
    color: #f4b400 !important;
}

.gold 
{
    color: #f9b256 !important;
}

.orange 
{
    color: #fb6e52 !important;
}

.lightred 
{
    color: #e46f61 !important;
}

.darkorange 
{
    color: #ed4e2a !important;
}

.red 
{
    color: #df5138 !important;
}

.pink 
{
    color: #e75b8d !important;
}

.darkpink 
{
    color: #cc324b !important;
}

.danger 
{
    color: #d73d32 !important;
}

.magenta 
{
    color: #bc5679 !important;
}

.purple 
{
    color: #7e3794 !important;
}

.maroon 
{
    color: #981b48 !important;
}

.black
{
    color: #000000 !important;
}
.light-cyan
{
    background-color: #f3fbf9 !important;
}
/*#endregion Colors*/
/*#region Background Colors*/

.bg-themeprimary 
{
    background-color: #2983c1 !important;
}

.bg-themesecondary 
{
    background-color: #fb6e52 !important;
}

.bg-themethirdcolor 
{
    background-color: #ffce55 !important;
}

.bg-themefourthcolor 
{
    background-color: #a0d468 !important;
}

.bg-themefifthcolor 
{
    background-color: #e75b8d !important;
}

.bg-white 
{
    background-color: #ffffff !important;
}

.bg-snow 
{
    background-color: #fbfbfb !important;
}

.bg-whitesmoke 
{
    background-color: #f5f5f5 !important;
}

.bg-seashell 
{
    background-color: #f3f3f3 !important;
}

.bg-ivory 
{
    background-color: #eeeeee !important;
}

.bg-platinum 
{
    background-color: #e5e5e5 !important;
}

.bg-lightgray 
{
    background-color: #d0d0d0 !important;
}

.bg-gray 
{
    background-color: #cccccc !important;
}

.bg-darkgray 
{
    background-color: #999999 !important;
}

.bg-silver 
{
    background-color: #777777 !important;
}

.bg-sonic-silver 
{
    background-color: #737373 !important;
}

.bg-storm-cloud 
{
    background-color: #666666 !important;
}

.bg-lightcarbon 
{
    background-color: #555555 !important;
}

.bg-carbon 
{
    background-color: #444444 !important;
}

.bg-slate-gray 
{
    background-color: #333333 !important;
}

.bg-darkcarbon 
{
    background-color: #262626 !important;
}

.bg-blue 
{
    background-color: #5db2ff !important;
}

.bg-info 
{
    background-color: #57b5e3 !important;
}

.bg-sky 
{
    background-color: #2983c1 !important;
}

.bg-primary 
{
    background-color: #4374e0 !important;
}

.bg-azure 
{
    background-color: #2dc3e8 !important;
}

.bg-blueberry 
{
    background-color: #6f85bf !important;
}

.bg-palegreen 
{
    background-color: #a0d468 !important;
}

.bg-success 
{
    background-color: #53a93f !important;
}

.bg-green 
{
    background-color: #8cc474 !important;
}

.bg-lightyellow 
{
    background-color: #f6d52e !important;
}

.bg-yellow 
{
    background-color: #ffce55 !important;
}

.bg-warning 
{
    background-color: #f4b400 !important;
}

.bg-gold 
{
    background-color: #f9b256 !important;
}

.bg-orange 
{
    background-color: #fb6e52 !important;
}

.bg-lightred 
{
    background-color: #e46f61 !important;
}

.bg-darkorange 
{
    background-color: #ed4e2a !important;
}

.bg-red 
{
    background-color: #df5138 !important;
}

.bg-danger 
{
    background-color: #d73d32 !important;
}

.bg-pink 
{
    background-color: #e75b8d !important;
}

.bg-darkpink 
{
    background-color: #cc324b !important;
}

.bg-magenta 
{
    background-color: #bc5679 !important;
}

.bg-purple 
{
    background-color: #7e3794 !important;
}

.bg-maroon 
{
    background-color: #981b48 !important;
}
/*#endregion Background Colors*/
/*#region Before Colors*/

.before-themeprimary:before 
{
    background-color: #2dc3e8 !important;
}

.before-themesecondary:before 
{
    background-color: #fb6e52 !important;
}

.before-themethirdcolor:before 
{
    background-color: #ffce55 !important;
}

.before-themefourthcolor:before 
{
    background-color: #a0d468 !important;
}

.before-themefifthcolor:before 
{
    background-color: #e75b8d !important;
}

.before-white:before 
{
    background-color: #ffffff !important;
}

.before-snow:before 
{
    background-color: #fbfbfb !important;
}

.before-whitesmoke:before 
{
    background-color: #f5f5f5 !important;
}

.before-seashell:before 
{
    background-color: #f3f3f3 !important;
}

.before-ivory:before 
{
    background-color: #eeeeee !important;
}

.before-platinum:before 
{
    background-color: #e5e5e5 !important;
}

.before-lightgray:before 
{
    background-color: #d0d0d0 !important;
}

.before-gray:before 
{
    background-color: #cccccc !important;
}

.before-darkgray:before 
{
    background-color: #999999 !important;
}

.before-silver:before 
{
    background-color: #777777 !important;
}

.before-sonic-silver:before 
{
    background-color: #737373 !important;
}

.before-storm-cloud:before 
{
    background-color: #666666 !important;
}

.before-lightcarbon:before 
{
    background-color: #555555 !important;
}

.before-carbon:before 
{
    background-color: #444444 !important;
}

.before-slate-gray:before 
{
    background-color: #333333 !important;
}

.before-darkcarbon:before 
{
    background-color: #262626 !important;
}

.before-blue:before 
{
    background-color: #5db2ff !important;
}

.before-info:before 
{
    background-color: #57b5e3 !important;
}

.before-sky:before 
{
    background-color: #2983c1 !important;
}

.before-primary:before 
{
    background-color: #4374e0 !important;
}

.before-azure:before
{
    background-color: #2dc3e8 !important;
}

.before-blueberry:before 
{
    background-color: #6f85bf !important;
}

.before-palegreen:before 
{
    background-color: #a0d468 !important;
}

.before-success:before 
{
    background-color: #53a93f !important;
}

.before-green:before 
{
    background-color: #8cc474 !important;
}

.before-lightyellow:before 
{
    background-color: #f6d52e !important;
}

.before-yellow:before 
{
    background-color: #ffce55 !important;
}

.before-warning:before 
{
    background-color: #f4b400 !important;
}

.before-gold:before 
{
    background-color: #f9b256 !important;
}

.before-orange:before 
{
    background-color: #fb6e52 !important;
}

.before-lightred:before 
{
    background-color: #e46f61 !important;
}

.before-darkorange:before 
{
    background-color: #ed4e2a !important;
}

.before-red:before 
{
    background-color: #df5138 !important;
}

.before-danger:before 
{
    background-color: #d73d32 !important;
}

.before-pink:before 
{
    background-color: #e75b8d !important;
}

.before-darkpink:before 
{
    background-color: #cc324b !important;
}

.before-magenta:before 
{
    background-color: #bc5679 !important;
}

.before-purple:before 
{
    background-color: #7e3794 !important;
}

.before-maroon:before 
{
    background-color: #981b48 !important;
}
/*#endregion Before Colors*/
/*#region Bordered Colors*/

.bordered-solid 
{
    border-style: solid !important;
}

.bordered-dashed 
{
    border-style: dashed !important;
}

.bordered-dotted 
{
    border-style: dotted !important;
}

.bordered-double 
{
    border-style: double !important;
}

.bordered-1 
{
    border: 1px solid #ffffff;
}

.bordered-2 
{
    border: 2px solid #ffffff;
}

.bordered-3 
{
    border: 3px solid #ffffff;
}

.bordered-4 
{
    border: 4px solid #ffffff;
}

.bordered-5 
{
    border: 5px solid #ffffff;
}

.bordered-bottom-1 
{
    border-bottom: 1px solid #ffffff;
}

.bordered-bottom-2 
{
    border-bottom: 2px solid #ffffff;
}

.bordered-bottom-3 
{
    border-bottom: 3px solid #ffffff;
}

.bordered-bottom-4 
{
    border-bottom: 4px solid #ffffff;
}

.bordered-bottom-5 
{
    border-bottom: 5px solid #ffffff;
}

.bordered-top-1 
{
    border-top: 1px solid #ffffff;
}

.bordered-top-2 
{
    border-top: 2px solid #ffffff;
}

.bordered-top-3 
{
    border-top: 3px solid #ffffff;
}

.bordered-top-4 
{
    border-top: 4px solid #ffffff;
}

.bordered-top-5 
{
    border-top: 5px solid #ffffff;
}

.bordered-left-1 
{
    border-left: 1px solid #ffffff;
}

.bordered-left-2 
{
    border-left: 2px solid #ffffff;
}

.bordered-left-3 
{
    border-left: 3px solid #ffffff;
}

.bordered-left-4 
{
    border-left: 4px solid #ffffff;
}

.bordered-left-5 
{
    border-left: 5px solid #ffffff;
}

.bordered-right-1 
{
    border-right: 1px solid #ffffff;
}

.bordered-right-2 
{
    border-right: 2px solid #ffffff;
}

.bordered-right-3 
{
    border-right: 3px solid #ffffff;
}

.bordered-right-4 
{
    border-right: 4px solid #ffffff;
}

.bordered-right-5 
{
    border-right: 5px solid #ffffff;
}

.bordered-themeprimary 
{
    border-color: #2dc3e8 !important;
}

.bordered-themesecondary 
{
    border-color: #fb6e52 !important;
}

.bordered-themethirdcolor 
{
    border-color: #ffce55 !important;
}

.bordered-themefourthcolor 
{
    border-color: #a0d468 !important;
}

.bordered-themefifthcolor 
{
    border-color: #e75b8d !important;
}

.bordered-white 
{
    border-color: #ffffff !important;
}

.bordered-snow 
{
    border-color: #fbfbfb !important;
}

.bordered-whitesmoke 
{
    border-color: #f5f5f5 !important;
}

.bordered-seashell 
{
    border-color: #f3f3f3 !important;
}

.bordered-ivory 
{
    border-color: #eeeeee !important;
}

.bordered-platinum 
{
    border-color: #e5e5e5 !important;
}

.bordered-lightgray 
{
    border-color: #d0d0d0 !important;
}

.bordered-gray 
{
    border-color: #cccccc !important;
}

.bordered-darkgray 
{
    border-color: #999999 !important;
}

.bordered-silver 
{
    border-color: #777777 !important;
}

.bordered-sonic-silver 
{
    border-color: #737373 !important;
}

.bordered-storm-cloud 
{
    border-color: #666666 !important;
}

.bordered-lightcarbon 
{
    border-color: #555555 !important;
}

.bordered-carbon 
{
    border-color: #444444 !important;
}

.bordered-slate-gray 
{
    border-color: #333333 !important;
}

.bordered-darkcarbon 
{
    border-color: #262626 !important;
}

.bordered-blue 
{
    border-color: #2983c1 !important;
}

.bordered-info 
{
    border-color: #2983c1 !important;
}

.bordered-sky 
{
    border-color: #2983c1 !important;
}

.bordered-primary 
{
    border-color: #2983c1 !important;
}

.bordered-azure 
{
    border-color: #2dc3e8 !important;
}

.bordered-blueberry 
{
    border-color: #6f85bf !important;
}

.bordered-palegreen 
{
    border-color: #a0d468 !important;
}

.bordered-success 
{
    border-color: #53a93f !important;
}

.bordered-green 
{
    border-color: #8cc474 !important;
}

.bordered-lightyellow 
{
    border-color: #f6d52e !important;
}

.bordered-yellow 
{
    border-color: #ffce55 !important;
}

.bordered-warning 
{
    border-color: #f4b400 !important;
}

.bordered-gold 
{
    border-color: #f9b256 !important;
}

.bordered-orange 
{
    border-color: #fb6e52 !important;
}

.bordered-lightred 
{
    border-color: #e46f61 !important;
}

.bordered-darkorange 
{
    border-color: #ed4e2a !important;
}

.bordered-red 
{
    border-color: #df5138 !important;
}

.bordered-danger 
{
    border-color: #d73d32 !important;
}

.bordered-pink 
{
    border-color: #e75b8d !important;
}

.bordered-darkpink 
{
    border-color: #cc324b !important;
}

.bordered-magenta 
{
    border-color: #bc5679 !important;
}

.bordered-purple 
{
    border-color: #7e3794 !important;
}

.bordered-maroon 
{
    border-color: #981b48 !important;
}
/*#endregion Bordered Colors*/
/*#region Paddings*/

.no-padding 
{
    padding: 0 !important;
}

.no-padding-bottom 
{
    padding-bottom: 0 !important;
}

.no-padding-top 
{
    padding-top: 0 !important;
}

.no-padding-left 
{
    padding-left: 0 !important;
}

.no-padding-right 
{
    padding-right: 0 !important;
}

.padding-5 
{
    padding: 5px !important;
}

.padding-10 
{
    padding: 10px !important;
}

.padding-20 
{
    padding: 20px !important;
}

.padding-25 
{
    padding: 25px !important;
}

.padding-30 
{
    padding: 30px !important;
}

.padding-40 
{
    padding: 40px !important;
}

.padding-50 
{
    padding: 50px !important;
}

.padding-left-5 
{
    padding-left: 5px !important;
}

.padding-left-10 
{
    padding-left: 10px !important;
}

.padding-left-20 
{
    padding-left: 20px !important;
}

.padding-left-30 
{
    padding-left: 30px !important;
}

.padding-left-40 
{
    padding-left: 40px !important;
}

.padding-left-50 
{
    padding-left: 50px !important;
}
.padding-left-70
{
    padding-left: 70px !important;
}
.padding-top-5 
{
    padding-top: 5px !important;
}

.padding-top-10 
{
    padding-top: 10px !important;
}

.padding-top-20 
{
    padding-top: 20px !important;
}

.padding-top-30 
{
    padding-top: 30px !important;
}

.padding-top-40 
{
    padding-top: 40px !important;
}

.padding-top-50 
{
    padding-top: 50px !important;
}

.padding-right-5 
{
    padding-right: 5px !important;
}

.padding-right-10 
{
    padding-right: 10px !important;
}

.padding-right-20 
{
    padding-right: 20px !important;
}

.padding-right-30 
{
    padding-right: 30px !important;
}

.padding-right-40 
{
    padding-right: 40px !important;
}

.padding-right-50 
{
    padding-right: 50px !important;
}

.padding-bottom-5 
{
    padding-bottom: 5px !important;
}

.padding-bottom-10 
{
    padding-bottom: 10px !important;
}

.padding-bottom-20 
{
    padding-bottom: 20px !important;
}

.padding-bottom-40 
{
    padding-bottom: 40px !important;
}

.padding-bottom-50 
{
    padding-bottom: 50px !important;
}
/*#endregion Paddings*/
/*#region Margins*/

.no-margin 
{
    margin: 0 !important;
}

.no-margin-bottom 
{
    margin-bottom: 0 !important;
}

.no-margin-top 
{
    margin-top: 0 !important;
}

.no-margin-left 
{
    margin-left: 0 !important;
}

.no-margin-right 
{
    margin-right: 0 !important;
}

.margin-5 
{
    margin: 5px !important;
}

.margin-10 
{
    margin: 10px !important;
}

.margin-20 
{
    margin: 20px !important;
}

.margin-30 
{
    margin: 30px !important;
}

.margin-40 
{
    margin: 40px !important;
}

.margin-50 
{
    margin: 50px !important;
}

.margin-left-5 
{
    margin-left: 5px !important;
}

.margin-left-10
{
    margin-left: 10px !important;
}

.margin-left-15 
{
    margin-left: 15px !important;
}

.margin-left-20 
{
    margin-left: 20px !important;
}

.margin-left-25 
{
    margin-left: 25px !important;
}

.margin-left-30 
{
    margin-left: 30px !important;
}

.margin-left-40 
{
    margin-left: 40px !important;
}

.margin-left-50 
{
    margin-left: 50px !important;
}

.margin-left-60 
{
    margin-left: 60px !important;

}
.margin-left-75 
{
    margin-left: 75px !important;
}

.margin-left-85 
{
    margin-left: 85px !important;
}

.margin-left-180 
{
    margin-left: 180px !important;
}

.margin-left-200 
{
    margin-left: 200px !important;
}

.margin-top-2 
{
    margin-top: 2px !important;
}

.margin-top-3 
{
    margin-top: 3px !important;
}

.margin-top-5 
{
    margin-top: 5px !important;
}

.margin-top-10 
{
    margin-top: 10px !important;
}

.margin-top-15 
{
    margin-top: 15px !important;
}

.margin-top-20 
{
    margin-top: 20px !important;
}

.margin-top-25 
{
    margin-top: 20px !important;
}

.margin-top-30 
{
    margin-top: 30px !important;
}

.margin-top-35
{
    margin-top: 35px !important;
}

.margin-top-40 
{
    margin-top: 40px !important;
}

.margin-top-50 
{
    margin-top: 50px !important;
}

.margin-top-60 
{
    margin-top: 60px !important;
}

.margin-right-5 
{
    margin-right: 5px !important;
}

.margin-right-10 
{
    margin-right: 10px !important;
}

.margin-right-14 
{
    margin-right: 14px !important;
}

.margin-right-15 
{
    margin-right: 15px !important;
}

.margin-right-16 
{
    margin-right: 16px !important;
}

.margin-right-20 
{
    margin-right: 20px !important;
}

.margin-right-25 
{
    margin-right: 25px !important;
}

.margin-right-30 
{
    margin-right: 30px !important;
}

.margin-right-40 
{
    margin-right: 40px !important;
}

.margin-right-50 
{
    margin-right: 50px !important;
}

.margin-bottom-5 
{
    margin-bottom: 5px !important;
}

.margin-bottom-10 
{
    margin-bottom: 10px !important;
}

.margin-bottom-15 
{
    margin-bottom: 15px !important;
}

.margin-bottom-20 
{
    margin-bottom: 20px !important;
}

.margin-bottom-30 
{
    margin-bottom: 30px !important;
}

.margin-bottom-40 
{
    margin-bottom: 40px !important;
}

.margin-bottom-50 
{
    margin-bottom: 50px !important;
}

.margin-bottom-125 
{
    margin-bottom: 125px !important;
}
/*#endregion Margins*/

.font-weight-500
{
    font-weight: 500!important;
}

/* #region Border*/
.border-top-0
{
    border-top: 0px!important;
}
/*#endregion Border*/

/*#region Fonts*/

.font-10 
{
    font-size: 10%;
}

.font-20 
{
    font-size: 20%;
}

.font-30 
{
    font-size: 30%;
}

.font-40 
{
    font-size: 40%;
}

.font-50 
{
    font-size: 50%;
}

.font-60 
{
    font-size: 60%;
}

.font-70 
{
    font-size: 70%;
}

.font-80 
{
    font-size: 80%;
}

.font-90 
{
    font-size: 90%;
}

.font-110 
{
    font-size: 110%;
}

.font-120 
{
    font-size: 120%;
}

.font-130 
{
    font-size: 130%;
}

.font-140 
{
    font-size: 140%;
}

.font-150 
{
    font-size: 150%;
}

.font-160 
{
    font-size: 160%;
}

.font-170 
{
    font-size: 170%;
}

.font-180 
{
    font-size: 180%;
}

.font-190 
{
    font-size: 190%;
}

.font-200 
{
    font-size: 200%;
}
/*#endregion Fonts*/

/*#region Colors*/

.color-gray
{
    color : gray;
}

.color-red
{
    color : red;
}

/*#endregion Colors*/

/*Firefox Outline bug*/

button:focus,
a:focus 
{
    outline: none;
}

button::-moz-focus-inner,
a::-moz-focus-inner 
{
    border: 0;
}

.image-circular 
{
    -webkit-border-radius: 50% !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 50% !important;
    -moz-background-clip: padding !important;
    border-radius: 50% !important;
    background-clip: padding-box !important;
}

hr 
{
    border-top: 1px solid #e5e5e5;
}

hr.wide 
{
    margin-right: -15px;
    margin-left: -15px;
}

.position-relative 
{
    position: relative;
}

.horizontal-space 
{
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 6px 0;
}

.horizontal-space.space-xs 
{
    margin: 2px 0;
}

.horizontal-space.space-sm 
{
    margin: 4px 0;
}

.horizontal-space.space-lg 
{
    margin: 8px 0;
}

.horizontal-space.space-xl 
{
    margin: 10px 0;
}

.horizontal-space.space-xxl 
{
    margin: 12px 0;
}

.vertical-space 
{
    max-width: 1px;
    min-width: 1px;
    overflow: hidden;
    margin: 0 12px;
}

html 
{
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

/*#region Typography */

h1,
h2,
h3,
h4,
h5,
h6 
{
    font-weight: 300 !important;
    font-family: "Open Sans",sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small 
{
    color: #444444;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label 
{
    font-size: 75%;
}

h1.row-title,
h2.row-title,
h3.row-title,
h4.row-title,
h5.row-title,
h6.row-title 
{
    line-height: 17px;
    margin: 10px 0;
    padding: 9px 10px 9px 8px;
    display: inline-block;
    color: #646464;
    font-weight: 400;
    background-color: #ffffff;
    position: relative;
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

h1.row-title:before,
h2.row-title:before,
h3.row-title:before,
h4.row-title:before,
h5.row-title:before,
h6.row-title:before 
{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
}

h1.row-title .fa,
h2.row-title .fa,
h3.row-title .fa,
h4.row-title .fa,
h5.row-title .fa,
h6.row-title .fa,
h1.row-title .glyphicon,
h2.row-title .glyphicon,
h3.row-title .glyphicon,
h4.row-title .glyphicon,
h5.row-title .glyphicon,
h6.row-title .glyphicon,
h1.row-title .typcn,
h2.row-title .typcn,
h3.row-title .typcn,
h4.row-title .typcn,
h5.row-title .typcn,
h6.row-title .typcn,
h1.row-title [class*="wi-"],
h2.row-title [class*="wi-"],
h3.row-title [class*="wi-"],
h4.row-title [class*="wi-"],
h5.row-title [class*="wi-"],
h6.row-title [class*="wi-"] 
{
    margin-right: 5px;
    line-height: 17px;
    font-size: 17px;
}

h1 
{
    font-size: 32px;
}

h1.smaller 
{
    font-size: 31px;
}

h1.bigger 
{
    font-size: 33px;
}

h1.block 
{
    margin-bottom: 16px;
}

h2 
{
    font-size: 26px;
}

h2.smaller 
{
    font-size: 25px;
}

h2.bigger 
{
    font-size: 27px;
}

h2.block 
{
    margin-bottom: 16px;
}

h3 
{
    font-size: 22px;
}

h3.smaller 
{
    font-size: 21px;
}

h3.bigger 
{
    font-size: 23px;
}

h3.block 
{
    margin-bottom: 16px;
}

h4 
{
    font-size: 18px;
}

h4.smaller 
{
    font-size: 17px;
}

h4.bigger 
{
    font-size: 19px;
}

h4.block 
{
    margin-bottom: 16px;
}

h5 
{
    font-size: 15px;
}

h5.smaller 
{
    font-size: 14px;
}

h5.bigger 
{
    font-size: 16px;
}

h5.block 
{
    margin-bottom: 16px;
}

h6 
{
    font-size: 13px;
}

h6.smaller 
{
    font-size: 12px;
}

h6.bigger 
{
    font-size: 14px;
}

h6.block 
{
    margin-bottom: 16px;
}

.text-align-center 
{
    text-align: center !important;
}

.text-align-left 
{
    text-align: left !important;
}

.text-align-right 
{
    text-align: right !important;
}

.text-align-justify 
{
    text-align: justify !important;
}

.block-center 
{
    margin: 0 auto;
}

.uppercase 
{
    text-transform: uppercase;
}

p 
{
    line-height: 22px;
}

a:focus,
a:active 
{
    text-decoration: none;
}
/*#endregion Typography */
/*--------Page Components--------*/
/*#region navbar*/

.navbar 
{
    padding: 0;
    margin: 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 2;
}

.navbar .navbar-inner 
{
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 60px;
    position: relative;
    background: #ffffff;
    box-shadow: 2px 1px 2px #ccc;
}

.navbar .navbar-inner .navbar-container 
{
    padding-left: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account 
{
    height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account > div 
{
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area 
{
    position: absolute;
    top: 8px;
    right: 20px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li 
{
    float: left;
    position: relative;
    height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a 
{
    position: relative;
    min-width: 50px;
    height: 45px;
    display: inline-block;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover 
{
    text-decoration: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon 
{
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: line-height 0.3s ease;
    -moz-transition: line-height 0.3s ease;
    -o-transition: line-height 0.3s ease;
    transition: line-height 0.3s ease;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .badge 
{
    position: absolute;
    top: 6px;
    left: 4px;
    padding: 2px;
    cursor: pointer;
    background-color: transparent !important;
    border: 1px solid #ffffff;
    width: 18px;
    height: 18px;
    box-shadow: 1px 1px 0 #2dc3e8;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave 
{
    overflow: visible;
    cursor: pointer;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in 
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after 
{
    content: "";
    top: 3px;
    left: 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: -moz-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: -o-radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    background-image: radial-gradient(center center, farthest-side circle, rgba(26, 175, 93, 0) 70%, #f5f5f5 100%);
    border: 1px solid #ffffff;
    -webkit-animation: wave 5s 3s infinite linear;
    -moz-animation: wave 5s 3s infinite linear;
    -o-animation: wave 5s 3s infinite linear;
    animation: wave 5s 3s infinite linear;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse 
{
    width: 45px;
    height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before 
{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:after,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before 
{
    -webkit-transform: scale(0.91);
    -moz-transform: scale(0.91);
    -o-transform: scale(0.91);
    -ms-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation: borderPulse 3.5s infinite ease;
    -moz-animation: borderPulse 3.5s infinite ease;
    -o-animation: borderPulse 3.5s infinite ease;
    animation: borderPulse 3.5s infinite ease;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge 
{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse:before 
{
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse i,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse .badge 
{
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink .badge 
{
    -webkit-transform: scale(0.91);
    -moz-transform: scale(0.91);
    -o-transform: scale(0.91);
    -ms-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation: borderPulse 3.5s infinite ease;
    -moz-animation: borderPulse 3.5s infinite ease;
    -o-animation: borderPulse 3.5s infinite ease;
    animation: borderPulse 3.5s infinite ease;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.blink i 
{
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu 
{
    padding: 0;
    min-width: 240px;
    -webkit-animation-name: dropdownSlideInDown;
    -moz-animation-name: dropdownSlideInDown;
    -o-animation-name: dropdownSlideInDown;
    animation-name: dropdownSlideInDown;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li 
{
    background-color: #ffffff;
    border: 0;
    padding: 0 8px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li:hover 
{
    background-color: #f5f5f5;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a 
{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 2px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a .progress 
{
    margin-bottom: 0;
    margin-top: 4px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li a:hover 
{
    background-color: #f5f5f5;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer 
{
    -webkit-text-shadow: none;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #262626;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header 
{
    padding: 0 10px;
    line-height: 34px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header a 
{
    line-height: 34px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header[class*="bordered-"] 
{
    border-bottom-width: 3px;
    border-style: solid;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-header i 
{
    margin-right: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer 
{
    padding: 8px 5px 8px 10px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer[class*="bordered-"] 
{
    border-top-width: 3px;
    border-style: solid;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer a 
{
    display: inline-block;
    color: #999999;
    padding: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu li.dropdown-footer .btn 
{
    margin-top: -3px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications 
{
    min-width: 300px;
    padding-top: 10px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li 
{
    border-bottom: 1px solid #f3f3f3;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon 
{
    float: left;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i 
{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 50%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body 
{
    float: left;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title 
{
    display: block;
    font-size: 13px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description 
{
    display: block;
    font-size: 10px;
    color: #999999;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra 
{
    float: right;
    text-align: right;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra i 
{
    font-size: 14px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li .notification-extra .description 
{
    display: block;
    font-size: 10px;
    color: #999999;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer 
{
    background-color: #3e8ffc;
    border-bottom: 0;
    color: #ffffff;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer a 
{
    color: #ffffff;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer .weather-icon 
{
    margin-top: -7px;
    margin-left: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages 
{
    width: 300px;
    padding-top: 10px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li 
{
    border-bottom: 1px solid #f3f3f3;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-avatar 
{
    max-width: 42px;
    margin-right: 6px;
    margin-top: 5px;
    vertical-align: top;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message 
{
    display: inline-block;
    position: relative;
    width: 225px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message span 
{
    display: block;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-sender 
{
    font-size: 13px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-time 
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    color: #2dc3e8;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject 
{
    margin-top: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-body 
{
    color: #999999;
    max-height: 35px;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li 
{
    border-bottom: 1px solid #f5f5f5;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li:hover,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li a:hover 
{
    background-color: #ffffff;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username 
{
    display: none;
    text-align: center;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username a 
{
    color: #d0d0d0;
    font-size: 14px;
    font-weight: 300;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email 
{
    text-align: center;
    font-size: 12px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email,
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.email a 
{
    color: #d0d0d0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area 
{
    position: relative;
    text-align: center;
    margin: 10px auto;
    width: 128px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .avatar 
{
    width: 128px;
    height: 128px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li .avatar-area .caption 
{
    background-color: #2dc3e8;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    position: absolute;
    padding: 7px 0;
    text-align: center;
    width: 128px;
    cursor: pointer;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit 
{
    min-height: 35px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a 
{
    color: #999999;
    display: inline-block;
    clear: none;
    font-size: 13px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover 
{
    color: #11a9cc;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area 
{
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker 
{
    padding: 10px 4px;
    width: 100%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li 
{
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    margin: 2px;
    padding: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn 
{
    display: block;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn:hover 
{
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .colorpicker > li > .colorpick-btn.selected:after 
{
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.theme-area .btn-colorpicker 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer 
{
    padding: 10px;
    border-top: 3px solid #2dc3e8;
    border-bottom: 0;
    text-align: right;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.dropdown-footer a 
{
    color: #717171;
    font-size: 13px;
    font-weight: 300;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before 
{
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #ffffff;
    border: 0;
    top: -46px;
    height: 3px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open > a 
{
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li.open .dropdown-menu 
{
    margin-top: 0;
    right: 0;
    border: 0 !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area 
{
    padding: 8px 20px 10px 20px;
    height: 45px;
    opacity: 1;
    position: relative;
    cursor: pointer;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar 
{
    margin-right: 14px;
    display: block;
    float: left;
    width: 29px;
    height: 29px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img 
{
    width: 29px;
    height: 29px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section 
{
    width: auto;
    display: block;
    overflow: hidden;
    line-height: 25px;
    float: left;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 
{
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span 
{
    display: block;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 25px;
    width: 145px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu 
{
    width: 225px;
    min-width: 200px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-arrow:before 
{
    width: 100%;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting 
{
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting a 
{
    position: relative;
    width: 50px;
    height: 45px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting a:hover 
{
    text-decoration: none;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting a .icon 
{
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container 
{
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    display: inline-block;
    width: 505px;
    height: 45px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    text-align: center;
    padding: 11px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] 
{
    display: inline-block;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text 
{
    color: #ffffff;
    margin-right: 8px;
    font-weight: 300;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox] + .text:before 
{
    border-color: #2dc3e8;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text 
{
    color: #ffffff;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting-container input[type=checkbox]:checked + .text:before 
{
    border-color: #2dc3e8;
    color: #fb6e52;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area,
.navbar .navbar-inner .navbar-header .navbar-account .setting-container,
.navbar .navbar-inner .navbar-header .navbar-account .setting 
{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting 
{
    right: 505px;
    background-color: #2dc3e8;
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a 
{
    -webkit-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting a:before 
{
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #ffffff;
    border: 0;
    top: 0;
    height: 3px;
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .account-area 
{
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    right: 450px;
}

.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container 
{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding: 11px;
}

.navbar .navbar-brand 
{
    color: #ffffff;
    font-size: 24px;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 0;
    font-weight: 200;
    height: 45px;
}

.navbar .navbar-brand small img 
{
    height: 60px;
    width: 219px;
}

.navbar .sidebar-collapse 
{
    text-align: center;
    padding: 0;
    position: absolute;
    left: 225px;
    top: 0px;
    z-index: 2;
    width: 35px;
    height: 45px;
}

.navbar .sidebar-collapse:hover 
{
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar .sidebar-collapse .collapse-icon 
{
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #8c8b8b;
    padding: 11px 5px;
    line-height: 22px;
    position: relative;
    -webkit-transition: background-color 0.218s ease;
    -moz-transition: background-color 0.218s ease;
    -o-transition: background-color 0.218s ease;
    transition: background-color 0.218s ease;
    -webkit-transition: -webkit-box-shadow 0.218s ease;
    -moz-transition: -moz-box-shadow 0.218s ease;
    -o-transition: box-shadow 0.218s ease;
    transition: box-shadow 0.218s ease;
    -webkit-transition: color 0.318s ease;
    -moz-transition: color 0.318s ease;
    -o-transition: color 0.318s ease;
    transition: color 0.318s ease;
}

.navbar .sidebar-collapse.active:hover 
{
    box-shadow: none;
}

.navbar .sidebar-collapse.active .collapse-icon 
{
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 11px;
}

.navbar.navbar-fixed-top 
{
    z-index: 1003;
}

.navbar.navbar-fixed-top + .main-container 
{
    margin-top: 45px;
}
/*#endregion navbar*/

.main-container 
{
    position: static;
    padding: 0;
}

.main-container > .page-container 
{
    position: relative;
    top: 20px;
}

.main-container:after 
{
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    max-width: inherit;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
/*#region Sidebar*/

.page-sidebar 
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 219px;
    display: block;
}

.page-sidebar.sidebar-fixed 
{
    position: fixed;
    top: 45px;
    float: none !important;
    z-index: 1000;
}

.page-sidebar.sidebar-fixed:before 
{
    height: 5000px;
    top: 45px;
    bottom: auto;
}

.page-sidebar.hide 
{
    display: none !important;
}

.page-sidebar.hide:before 
{
    display: none;
}

.page-sidebar.hide ~ .page-content 
{
    margin-left: 0 !important;
}

.page-sidebar.hide ~ .page-content .breadcrumbs-fixed 
{
    left: 0 !important;
}

.page-sidebar.hide ~ .page-content .page-header-fixed 
{
    left: 0 !important;
}

.page-sidebar:before 
{
    content: "";
    position: fixed;
    display: block;
    width: 219px;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-sidebar .sidebar-header-wrapper 
{
    margin-left: 5px;
    height: 40px;
    margin-bottom: 0;
    position: relative;
}

.page-sidebar .sidebar-header-wrapper .searchinput 
{
    height: 41px;
    z-index: 2;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    padding-left: 40px;
    width: 100%;
}

.page-sidebar .sidebar-header-wrapper .searchinput:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ffffff;
}

.page-sidebar .sidebar-header-wrapper .searchinput:focus ~ .searchhelper 
{
    display: block;
    z-index: 124;
}

.page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder 
{
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder 
{
    /* Firefox 19+ */
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';          
}

.page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder 
{
    /* Firefox 19+ */
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder 
{
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-sidebar .sidebar-header-wrapper .searchicon 
{
    cursor: pointer;
    display: inline-block;
    height: 12px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 12px;
    color: #2dc3e8;
    z-index: 124;
}

.page-sidebar .sidebar-header-wrapper .searchhelper 
{
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    color: #999;
    display: none;
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    z-index: 4;
}

.page-sidebar .sidebar-menu 
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 80px;
}

.ui-widget-overlay 
{
     z-index: 20;
}

.page-sidebar .sidebar-menu a 
{
    display: block;
    height: 38px;
    line-height: 5px;
    margin: 0;
    padding: 15px 16px 0 7px;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #737373;
    z-index: 1;
}

.page-sidebar .sidebar-menu a:hover 
{
    color: #262626;
}

.page-sidebar .sidebar-menu a:hover:before 
{
    display: block;
}

.page-sidebar .sidebar-menu a .menu-icon 
{
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top: -3px;
}

.page-sidebar .sidebar-menu a .menu-expand 
{
    display: inline-block;
    position: absolute;
    font-size: 13px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    right: 12px;
    top: 15px;
    margin: 0;
    text-align: center;
    padding: 0;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #666666;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

.page-sidebar .sidebar-menu a .menu-expand:before 
{
    content: "\f105";
}

.page-sidebar .sidebar-menu li 
{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    z-index: 9;
}

.page-sidebar .sidebar-menu li:before 
{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
}

.page-sidebar .sidebar-menu li.open 
{
    background-color: #ffffff;
}

.page-sidebar .sidebar-menu li.open > a 
{
    color: #262626;
}

.page-sidebar .sidebar-menu li.open > a .menu-expand 
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-sidebar .sidebar-menu li.open > .submenu 
{
    display: block !important;
}

.page-sidebar .sidebar-menu li.active:not(.open):before 
{
    display: block;
}

.page-sidebar .sidebar-menu li.active > a 
{
    display: block;
    content: "";
    background-color: #f5f5f5;
}

.page-sidebar .sidebar-menu li:not(.open):hover:before 
{
    display: block;
    background-color: #fb6e52;
}

.page-sidebar .sidebar-menu > li > a 
{
    border-top: 1px solid #f3f3f3;
}

.page-sidebar .sidebar-menu > li > a:hover 
{
    border-color: #f3f3f3;
    background-color: #fbfbfb;
}

.page-sidebar .sidebar-menu > li:last-child > a 
{
    border-bottom: 1px solid #f3f3f3;
}

.page-sidebar .sidebar-menu > li > .submenu 
{
    background-color: #fff;
    border-top: 1px solid #f3f3f3;         
}

.page-sidebar .sidebar-menu > li > .submenu:before 
{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 19px;
    border-left: 1px solid #e2e2e2;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before 
{
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 21px;
    top: 17px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    z-index: 2;
}

.page-sidebar .sidebar-menu > li > .submenu > li.active > a:before 
{
    background-color: #e2e2e2;
}

.page-sidebar .sidebar-menu > li.open > a 
{
    background-color: #ffffff;
}

.page-sidebar .sidebar-menu .submenu 
{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fbfbfb;
    border-top: 0;
    z-index: 123;
}

.page-sidebar .sidebar-menu .submenu li 
{
    margin-left: 0;
    position: relative;
}

.page-sidebar .sidebar-menu .submenu li.open:before 
{
    display: none;
}

.page-sidebar .sidebar-menu .submenu li.active > a 
{
    color: #262626;
    background-color: #f5f5f5;
}

.page-sidebar .sidebar-menu .submenu li.active > .submenu 
{
    display: block;
}

.page-sidebar .sidebar-menu .submenu > li > a 
{
    padding-left: 40px;
}

.page-sidebar .sidebar-menu .submenu > li.open > a 
{
    background-color: #fbfbfb;
}

.page-sidebar .sidebar-menu .submenu > li .submenu 
{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.page-sidebar .sidebar-menu .submenu > li .submenu > li > a 
{
    padding-left: 50px;
}

.page-sidebar .sidebar-menu .submenu > li .submenu > li .submenu > li > a 
{
    padding-left: 70px;
}

.page-sidebar.menu-compact 
{
    width: 42px;
}

.page-sidebar.menu-compact ~ .page-content 
{
    margin-left: 43px;
}

.page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed 
{
    left: 47px;
}

.page-sidebar.menu-compact ~ .page-content .page-header-fixed 
{
    left: 47px;
}

.page-sidebar.menu-compact:before 
{
    width: 42px;
}

.page-sidebar.menu-compact .sidebar-header-wrapper 
{
    width: 42px;
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover 
{
    width: 238px;
}

.page-sidebar.menu-compact .sidebar-header-wrapper:hover .searchinput 
{
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus 
{
    width: 238px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchinput:focus ~ .searchhelper 
{
    width: 238px;
}

.page-sidebar.menu-compact .sidebar-header-wrapper .searchicon 
{
    left: 15px;
}

.page-sidebar.menu-compact .sidebar-menu 
{
    width: 42px;
}

.page-sidebar.menu-compact .sidebar-menu > li.open > .menu-text 
{
    display: none !important;
}

.page-sidebar.menu-compact .sidebar-menu > li.open > .submenu 
{
    display: none !important;
}

.page-sidebar.menu-compact .sidebar-menu > li:hover > a 
{
    color: #262626;
}

.page-sidebar.menu-compact .sidebar-menu > li:hover > a > .menu-text 
{
    display: block;
}

.page-sidebar.menu-compact .sidebar-menu > li:hover > .submenu 
{
    display: block !important;
}

.page-sidebar.menu-compact .sidebar-menu > li > a 
{
    position: relative;
    z-index: 123;
}

.page-sidebar.menu-compact .sidebar-menu > li > a .menu-text 
{
    display: none;
    position: absolute;
    left: 42px;
    top: 0;
    width: 195px;
    height: 38px;
    line-height: 38px;
    background-color: #ffffff;
    z-index: 121;
    padding-left: 25px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
}

.page-sidebar.menu-compact .sidebar-menu > li > a .menu-expand 
{
    display: none;
}

.page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text 
{
    border: 0;
    top: 0;
    left: 42px;
    width: 195px;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-sidebar.menu-compact .sidebar-menu > li > a:hover 
{
    background-color: #ffffff;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu 
{
    background: #fbfbfb;
    position: absolute;
    z-index: 120;
    left: 42px;
    top: 0;
    width: 195px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 38px;
    display: none;
    border-left: 1px solid #f3f3f3;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px 5px 5px -5px rgba(0, 0, 0, 0.3), 5px -5px 5px -5px rgba(0, 0, 0, 0.3);
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li > a 
{
    margin-left: 0;
    padding-left: 24px;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li.open > .submenu 
{
    display: block;
    left: 0;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li .submenu 
{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover 
{
    background-color: #ffffff;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li:hover:before 
{
    display: block;
    left: 0;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu li.active:not(.open):before 
{
    left: 0;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu:before 
{
    display: none;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a 
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.page-sidebar.menu-compact .sidebar-menu > li > .submenu > li > a:before 
{
    display: none;
}
.ui-widget-content:focus
{
    outline: none!important;
}
.o2-background-img 
{
    background-repeat: no-repeat;
    background-image: url(../Content/images/o2-bk-img.png);
    background-size: cover;
    float: left;
    width: 100%;
}
.o2-docviaweb-logo img
{
    text-align: right;
    float: right;
    margin-right: 0%;
    margin-top: -16px;
    width: 100%;
}
.mobile-logo
{
    display: none;
}
.mobile-logo img
{
    width: 100%;
}
.desktop-logo
{
    display: block;
}
.top-headline
{
    text-align: center;
    padding-left: 2%;
}
.top-headline h3
{
    font-size: 24px;
    font-family: 'Abel';
    font-weight: normal!important;
    margin-top: 0;
}
.top-headline h2
{
    font-size: 30px;
    font-family: 'Abel';
    font-weight: normal!important;
    margin-bottom: 0;
}
.top-headline-for-mobile
{
    display: none;
}
.box-shadow
{
    box-shadow: 0px 3px 50px #065A7A0D;
    padding: 50px 60px 10px 30px!important;
    width: 83%!important;
    margin-top: 18px;
    margin-left: 4%;
}
.signup-today-tablet
{
    display: none;
}
.welcome-text-for-tablet
{
    display: none;
}
.copyright-bottom-line
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #afaeae;
    margin-top: 15px;
    font-family: 'Abel';
}
.o2-desktop-image-text
{
    padding-top: 68%;
    width: 85%;
    margin: 0 auto;
    display: block;
}
.o2-desktop-image-text p
{
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Abel';
}
.o2-mobile-text-section
{
    display: none;
}
.o2-tablet-image-text
{
    display: none;
}
.pap-background-img 
{
    background-repeat: no-repeat;
    background-image: url(../Content/images/pap-background-image.png);
    background-size: 100%;
    float: left;
    width: 100%;
}
.plussleep-pap-background-img
{
    background-repeat: no-repeat;
    background-image: url(../Content/images/plussleep-pap-background-image.jpg);
    background-size: 100%;
    float: left;
    width: 100%;
}
.sleepdisordercenter-pap-background-img
{
    background-repeat: no-repeat;
    background-image: url(../Content/images/sleepdisordercenter-pap-background-image.jpg);
    background-size: 100%;
    float: left;
    width: 100%;
}
.pap-desktop-image-text
{
    padding-top: 61%;
    width: 96%;
    margin: 0 auto;
    display: block;
}
.pap-desktop-image-text p
{
    font-size: 13px;
    line-height: 1.4;
    min-height: 100px;
    font-family: 'Abel';
}
.pap-mobile-text-section
{
    display: none;
}
.oxyensure-docviaweb-logo img
{
    float: right;
    margin-right: 25%;
    width: 68%;
    margin-top: 10px;
    margin-bottom: 33px;
}
.signup-docviaweb-logo img
{
    float: right;
    margin-right: 25%;
    width: 68%;
    margin-top: 10px;
    margin-bottom: 33px;
}
.pap-tablet-image-text
{
    display: none;
}
.pap-docviaweb-logo img
{
    text-align: right;
    float: right;
    margin-right: 0%;
    margin-top: -16px;
    width: 100%;
}
.forgot-password-box
{
    margin-bottom: 15%!important;
}

@media only screen and (max-width: 880px) 
{
    .page-sidebar:before 
    {
        display: none;
    }

    .page-sidebar 
    {
        float: none;
    }

    .breadcrumbs-fixed 
    {
        left: 0 !important;
    }

    .page-header-fixed 
    {
        left: 0 !important;
    }
}

@media (max-width: 880px) 
{
    .page-sidebar.hide 
    {
        display: block !important;
    }

    .page-sidebar.hide:before 
    {
        display: block !important;
    }

    .page-sidebar.hide ~ .page-content 
    {
        margin-left: 0px !important;
    }

    .page-sidebar.hide ~ .page-content .breadcrumbs-fixed 
    {
        left: 224px !important;
    }

    .page-sidebar.hide ~ .page-content .page-header-fixed 
    {
        left: 224px !important;
    }

    .page-sidebar.menu-compact ~ .page-content 
    {
        margin-left: 0;
    }

    .page-sidebar.menu-compact ~ .page-content .breadcrumbs-fixed 
    {
        left: 0;
    }

    .page-sidebar.menu-compact ~ .page-content .page-header-fixed 
    {
        left: 0;
    }

    .page-sidebar.menu-compact.hide ~ .page-content 
    {
        margin-left: 46px !important;
    }

    .page-sidebar.menu-compact.hide ~ .page-content .breadcrumbs-fixed 
    {
        left: 46px !important;
    }

    .page-sidebar.menu-compact.hide ~ .page-content .page-header-fixed 
    {
        left: 46px !important;
    }
}

@media (max-width: 500px) 
{
    .page-sidebar.hide ~ .page-content .page-header .header-title 
    {
        display: none;
    }

    .page-sidebar.hide ~ .page-content .page-header .header-buttons .refresh,
    .page-sidebar.hide ~ .page-content .page-header .header-buttons .fullscreen 
    {
        display: none;
    }

    .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .refresh,
    .page-sidebar.menu-compact.hide ~ .page-content .page-header .header-buttons .fullscreen 
    {
        display: inline-block;
    }
}
/*#endregion Sidebar*/
/*#region Page Content*/

.page-content 
{
    display: block;
    margin-left: 219px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

@media only screen and (max-width: 880px) 
{
    .page-content 
    {
        margin-left: 0;
    }
}
/*#endregion Page Content*/
/*#region Breadcrumbs*/

.page-breadcrumbs 
{
    position: relative;
    background: #f3f3f3;
    min-height: 40px;
    line-height: 39px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.page-breadcrumbs.breadcrumbs-fixed 
{
    position: fixed;
    right: 0;
    left: 224px;
    top: 45px;
    z-index: 999;
}

.page-breadcrumbs.breadcrumbs-fixed + .page-header 
{
    margin-top: 40px;
}

.breadcrumb 
{
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 5px;
    padding: 0;
    font-size: 13px;
    color: #333333;
    border-radius: 0;
}

.breadcrumb > li,
.breadcrumb > li.active 
{
    color: #777777;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.breadcrumb > li + li:before 
{
    color: #999999;
}

.breadcrumb > li > .divider 
{
    padding: 0 4px;
}

.breadcrumb > li > a 
{
    display: inline-block;
    color: #2dc3e8;
}

.breadcrumb > li:first-child > a 
{
    padding-left: 4px;
}

.breadcrumb > li > i 
{
    margin-left: 4px;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.breadcrumb .expand-icon 
{
    height: 22px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #b2b6bf;
}
/*#endregion Breadcrumb*/
/*#region page-header*/

.page-header 
{
    position: relative;
    margin: 0;
    padding-bottom: 1px;
    padding-left: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #ffffff, #f3f3f3);
    background-image: -moz-linear-gradient(left, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(left, #ffffff, #f3f3f3);
    background-image: linear-gradient(to right, #ffffff, #f3f3f3);
    z-index: 0;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

.page-header .header-title 
{
    display: inline-block;
    position: relative;
    height: 40px;
}

.page-header .header-title h1 
{
    padding: 0;
    margin: 0 4px;
    font-size: 17px;
    font-weight: lighter;
    color: #737373;
    line-height: 37px;
    display: inline-block;
}

.page-header .header-title h1 small 
{
    margin: 0 1px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    color: #888;
}

.page-header .header-buttons 
{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.page-header .header-buttons a 
{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    z-index: 1029;
    height: 40px;
    width: 36px;
    margin-right: 5px;
    padding: 8px 10px;
    color: #dfdfdf;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
    float: right;
}

.page-header .header-buttons a:before 
{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    height: 4px;
    max-height: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}

.page-header .header-buttons a:hover 
{
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #2dc3e8;
}

.page-header .header-buttons a.active 
{
    color: #2dc3e8;
}

.page-header .header-buttons a i 
{
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
}

.page-header .header-buttons a.fullscreen:before 
{
    background-color: #fb6e52;
}

.page-header .header-buttons a.fullscreen:hover,
.page-header .header-buttons a.fullscreen.active 
{
    color: #fb6e52;
}

.page-header .header-buttons a.refresh:before 
{
    background-color: #ffce55;
}

.page-header .header-buttons a.refresh:hover,
.page-header .header-buttons a.refresh.active 
{
    color: #ffce55;
}

.page-header .header-buttons a.sidebar-toggler:before 
{
    background-color: #2dc3e8;
}

.page-header .header-buttons a.sidebar-toggler:hover,
.page-header .header-buttons a.sidebar-toggler.active 
{
    color: #2dc3e8;
}

.page-header.mail-header 
{
    border-bottom: 1px solid #eeeeee;
}

.page-header.mail-header .header-buttons a:before 
{
    display: none;
}

.page-header.mail-header .header-buttons a:hover 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-header.page-header-fixed 
{
    position: fixed;
    right: 0;
    left: 224px;
    top: 85px;
    z-index: 998;
    margin-top: 0 !important;
}

.page-header.page-header-fixed + .page-body 
{
    margin-top: 80px;
}

@media only screen and (max-width: 520px) 
{
    .header-title h1 small 
    {
        display: none;
    }
}
/*#endregion page-header*/

.page-body 
{
    padding: 18px 20px 24px;
    margin-bottom: 5%;
}
/*--------Elements--------*/
/*#region Widget*/

.widget 
{
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px 0;
    /*#region Bordered Widgetbox*/
    /*#endregion Bordered Widgetbox*/
    /*#region Radius Header*/
    /*#endregion Radius Header*/
}

.widget.collapsed .widget-body 
{
    display: none;
}

.widget.collapsed.radius-bordered .widget-header 
{
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 3px 3px 3px;
    background-clip: padding-box;
}

.widget.no-header .widget-header 
{
    display: none;
}

.widget.no-header.radius-bordered .widget-body 
{
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 3px 3px 3px;
    background-clip: padding-box;
}

.widget.maximized 
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
    overflow: auto;
}

.widget.maximized .widget-body 
{
    padding: 12px 0;
}

.widget.transparent .widget-header,
.widget.transparent .widget-body 
{
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget.transparent .widget-header 
{
    border-bottom: 1px solid #cccccc;
}

.widget.bordered-top 
{
    border-top: 3px solid #ffffff;
}

.widget.bordered-bottom 
{
    border-bottom: 3px solid #ffffff;
}

.widget.bordered-left 
{
    border-left: 3px solid #ffffff;
}

.widget.bordered-right 
{
    border-right: 3px solid #ffffff;
}

.widget.radius-bordered .widget-header 
{
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.widget.radius-bordered .widget-body 
{
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}

.widget.flat .widget-body,
.widget.flat .widget-header 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget.lightshadow .widget-body,
.widget.lightshadow .widget-header 
{
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.widget:hover .compact 
{
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.widget:hover .compact i 
{
    color: #2dc3e8;
}

.widget-header 
{
    position: relative;
    min-height: 35px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #555555;
    padding-left: 6px;
    text-align: right;
    /*#region Bordered Header */
    /*#endregion Bordered Header*/
}

.widget-header .widget-icon 
{
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-left: -10px;
}

.widget-header > .widget-caption 
{
    line-height: 34px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    font-weight: 600 !important;
    font-size: 13px;
}

.widget-header.lined 
{
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 2%;
}

.widget-header.lined:before 
{
    content: "";
    position: absolute;
    display: block;
    width: 96%;
    bottom: 0;
    top: 35px;
    height: 1px;
    left: 2%;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}

.widget-header.lined .widget-buttons 
{
    padding-right: 2%;
}

.widget-header.lined + .widget-body 
{
    padding-left: 2%;
    padding-right: 2%;
}

.widget-header.separated 
{
    margin-bottom: 5px;
}

.widget-header[class*="bg-"] 
{
    border: 0;
}

.widget-header[class*="bg-"] .widget-caption,
.widget-header[class*="bg-"] i 
{
    color: #ffffff;
}

.widget-header.bordered-left 
{
    border-left: 3px solid #ffffff;
}

.widget-header.bordered-right 
{
    border-right: 3px solid #ffffff;
}

.widget-header.bordered-top 
{
    border-top: 3px solid #ffffff;
}

.widget-header.bordered-bottom 
{
    border-bottom: 3px solid #ffffff;
}

.widget-header.header-large 
{
    min-height: 49px;
    padding-left: 18px;
}

.widget-header.header-large h5 
{
    line-height: 48px;
    font-size: 16px;
}

.widget-header.header-large > .widget-buttons 
{
    line-height: 48px;
    height: 48px;
}

.widget-header.header-large > .widget-buttons a 
{
    min-width: 26px;
}

.widget-header.header-large > .widget-buttons a i 
{
    font-size: 20px;
}

.widget-header.header-small 
{
    min-height: 29px;
    padding-left: 10px;
}

.widget-header.header-small h5 
{
    line-height: 28px;
    font-size: 12px;
}

.widget-header.header-small > .widget-buttons 
{
    line-height: 29px;
    height: 29px;
}

.widget-header.header-small > .widget-buttons a 
{
    min-width: 16px;
    height: 16px;
}

.widget-header.header-small > .widget-buttons a i 
{
    font-size: 14px;
}

.widget-buttons 
{
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    position: relative;
    text-align: left;
    height: 36px;
}

.widget-buttons.buttons-bordered 
{
    border-left: 1px solid #e5e5e5;
}

.widget-buttons.compact 
{
    margin-top: 4px;
    background-color: #f5f5f5;
    line-height: 27px;
    -webkit-transition: background-color 0.218s ease;
    -moz-transition: background-color 0.218s ease;
    -o-transition: background-color 0.218s ease;
    transition: background-color 0.218s ease;
    -webkit-transition: -webkit-box-shadow 0.218s ease;
    -moz-transition: -moz-box-shadow 0.218s ease;
    -o-transition: box-shadow 0.218s ease;
    transition: box-shadow 0.218s ease;
    -webkit-transition: color 0.318s ease;
    -moz-transition: color 0.318s ease;
    -o-transition: color 0.318s ease;
    transition: color 0.318s ease;
    height: 27px;
}

.widget-buttons.compact:hover 
{
    background-color: #2dc3e8;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.widget-buttons.compact:hover i 
{
    color: #ffffff;
}

.widget-buttons.compact:before 
{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}

.widget-buttons.compact a 
{
    min-width: 14px;
    line-height: 14px;
}

.widget-buttons.compact i 
{
    color: #cccccc;
    font-size: 14px;
}

.widget-buttons.no-padding 
{
    padding: 0;
}

.widget-buttons.padding-5 
{
    padding: 0 5px;
}

.widget-buttons.no-border:before 
{
    display: none;
}

.widget-buttons label 
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 6px;
}

.widget-buttons > a 
{
    font-size: 14px;
    margin: 10px 1px;
    display: inline-block;
    padding: 0;
    line-height: 24px;
    min-width: 20px;
    text-align: center;
}

.widget-buttons > a:hover 
{
    text-decoration: none;
}

.widget-buttons > a i 
{
    vertical-align: middle;
}

.widget-buttons > [data-toggle] > .fa 
{
    margin-right: 0;
}

.widget-buttons > [data-toggle]:hover 
{
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.widget-buttons > [data-toggle]:focus 
{
    text-decoration: none;
}

.widget-buttons > [data-toggle="dispose"] 
{
    color: #777777;
    font-size: 14px;
}

.widget-buttons > [data-toggle="maximize"] 
{
    color: #777777;
    font-size: 14px;
}

.widget-buttons > [data-toggle="collapse"] 
{
    color: #777777;
    font-size: 14px;
}

.widget-buttons > [data-toggle="refresh"] 
{
    color: #777777;
    font-size: 14px;
}

.widget-buttons > [data-toggle="config"] 
{
    color: #777777;
    font-size: 14px;
}

.widget-buttons .progress 
{
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    min-width: 100px;
    margin-top: -3px;
}

.widget-buttons .btn-group 
{
    margin-top: -2px;
}

.widget-buttons .btn-group .dropdown-menu 
{
    right: 0;
    left: auto;
}

.widget-buttons .badge 
{
    margin-top: -2px;
}

.widget-buttons .label 
{
    padding: 5px 6px 5px 6px;
}

.widget-buttons .pagination,
.widget-buttons .pager 
{
    float: right;
    margin: 5px 2px 1px;
}

.widget-buttons .btn 
{
    margin-top: -2px;
}

.widget-body 
{
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    /*#region Bordered Widget Body*/
    /*#endregion Bordered Widget Body*/
    /*#region Colored Widget Body*/
    /*#endregion Colored Widget Body*/
    padding: 8px;
}

.widget-body.bordered-left 
{
    border-left: 3px solid #ffffff;
}

.widget-body.bordered-right 
{
    border-right: 3px solid #ffffff;
}

.widget-body.bordered-bottom 
{
    border-bottom: 3px solid #ffffff;
}

.widget-body.bordered-top 
{
    border-top: 3px solid #ffffff;
}

.widget-body[class*="bg-"] 
{
    color: #ffffff;
}

.widget-body.no-padding 
{
    padding: 0;
}

.widget-body.no-padding .accordion 
{
    border: 0;
}

.widget-body.no-padding .dataTables_filter label 
{
    margin: 10px;
}

.widget-body.no-padding .dataTables_length 
{
    top: 10px;
    right: 10px;
}

.widget-body.no-padding .DTTT.btn-group 
{
    right: 80px;
    top: 10px;
}

.widget-body .accordion.panel-group 
{
    border-top-width: 1px !important;
}

.widget-body > table 
{
    margin-bottom: 0;
}

.widget-body hr.wide 
{
    margin-left: -12px;
    margin-right: -12px;
}
/*#endregion Widget*/
/*#region DataBoxes*/

.databox-container 
{
    text-align: center;
    font-size: 0;
}

.databox 
{
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px;
}

.databox .databox-icon 
{
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.databox .databox-icon > .fa,
.databox .databox-icon .typcn,
.databox .databox-icon .glyphicon,
.databox .databox-icon .wi 
{
    display: inline-block;
    margin: 0;
    text-align: center;
    position: relative;
    margin-top: 3px;
}

.databox .databox-icon > .fa:before,
.databox .databox-icon .typcn:before,
.databox .databox-icon .glyphicon:before,
.databox .databox-icon .wi:before 
{
    font-size: 40px;
    display: block;
    text-align: center;
}

.databox .databox-sparkline 
{
    padding-top: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.databox .databox-piechart 
{
    padding-top: 0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.databox .databox-header 
{
    display: block;
    font-size: 15px;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    font-weight: 400;
    margin: 8px 5px;
    position: relative;
}

.databox .databox-header i 
{
    margin-right: 5px;
}

.databox .databox-number 
{
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 2px;
    position: relative;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
}

.databox .databox-number i 
{
    margin-right: 5px;
}

.databox .databox-number.number-xs 
{
    font-size: 11px;
}

.databox .databox-number.number-sm 
{
    font-size: 14px;
}

.databox .databox-number.number-lg 
{
    font-size: 20px;
}

.databox .databox-number.number-xlg 
{
    font-size: 23px;
}

.databox .databox-number.number-xxlg 
{
    font-size: 30px;
}

.databox .databox-title 
{
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 2px;
    position: relative;
}

.databox .databox-title i 
{
    margin-right: 5px;
    font-size: 13px;
}

.databox .databox-text 
{
    display: block;
    font-size: 11px;
    margin: 4px 0 2px;
    position: relative;
    overflow: hidden;
}

.databox .databox-text i 
{
    margin-right: 5px;
    font-size: 13px;
}

.databox .databox-inlinetext 
{
    font-size: 11px;
    margin: 2px;
    position: relative;
}

.databox .databox-inlinetext i 
{
    margin-right: 5px;
    font-size: 13px;
}

.databox .databox-stat 
{
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 5px;
}

.databox .databox-stat.stat-left 
{
    left: 7px;
    right: auto;
}

.databox .databox-stat .stat-text 
{
    display: inline-block;
    font-size: 13px;
    padding-right: 5px;
    font-weight: 500;
}

.databox .databox-stat .stat-icon 
{
    display: inline-block;
    font-size: 13px;
}

.databox .databox-stat .stat-icon.icon-lg 
{
    font-size: 16px;
}

.databox .databox-stat .stat-icon.icon-xlg 
{
    font-size: 18px;
}

.databox .databox-stat.radius-bordered 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.databox .databox-stat[class*="bg-"] 
{
    color: #ffffff;
}

.databox .databox-state 
{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
}

.databox .databox-state i 
{
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
}

.databox .databox-row 
{
    width: 100%;
    margin: 0;
    position: relative;
}

.databox .databox-row[class*="bg-"] 
{
    color: #ffffff;
}

.databox .databox-row.bordered-bottom 
{
    border-bottom: 1px solid #ffffff;
}

.databox .databox-row.bordered-top 
{
    border-top: 1px solid #ffffff;
}

.databox .databox-row.bordered-left 
{
    border-left: 1px solid #ffffff;
}

.databox .databox-row.bordered-right 
{
    border-right: 1px solid #ffffff;
}

.databox .databox-row.bordered-thick 
{
    border-width: 2px;
}

.databox .databox-row.row-1 
{
    height: 8.33%;
}

.databox .databox-row.row-2 
{
    height: 16.66%;
}

.databox .databox-row.row-3 
{
    height: 25%;
}

.databox .databox-row.row-4 
{
    height: 27.33%;
}

.databox .databox-row.row-5 
{
    height: 41.66%;
}

.databox .databox-row.row-6 
{
    height: 50%;
}

.databox .databox-row.row-7 
{
    height: 58.33%;
}

.databox .databox-row.row-8 
{
    height: 66.66%;
}

.databox .databox-row.row-9 
{
    height: 75%;
}

.databox .databox-row.row-10 
{
    height: 83.33%;
}

.databox .databox-row.row-11 
{
    height: 91.66%;
}

.databox .databox-row.row-12 
{
    height: 100%;
}

.databox .databox-cell 
{
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.databox .databox-cell[class*="bg-"] 
{
    color: #ffffff;
}

.databox .databox-cell.bordered-bottom 
{
    border-bottom: 1px solid #ffffff;
}

.databox .databox-cell.bordered-top 
{
    border-top: 1px solid #ffffff;
}

.databox .databox-cell.bordered-left 
{
    border-left: 1px solid #ffffff;
}

.databox .databox-cell.bordered-right 
{
    border-right: 1px solid #ffffff;
}

.databox .databox-cell.bordered-thick 
{
    border-width: 2px;
}

.databox .databox-cell.cell-1 
{
    width: 8.33%;
}

.databox .databox-cell.cell-2 
{
    width: 16.66%;
}

.databox .databox-cell.cell-3 
{
    width: 25%;
}

.databox .databox-cell.cell-4 
{
    width: 33.33%;
}

.databox .databox-cell.cell-5 
{
    width: 41.66%;
}

.databox .databox-cell.cell-6 
{
    width: 50%;
}

.databox .databox-cell.cell-7 
{
    width: 58.33%;
}

.databox .databox-cell.cell-8 
{
    width: 66.66%;
}

.databox .databox-cell.cell-9 
{
    width: 75%;
}

.databox .databox-cell.cell-10 
{
    width: 83.33%;
}

.databox .databox-cell.cell-11 
{
    width: 91.66%;
}

.databox .databox-cell.cell-12 
{
    width: 100%;
}

.databox.databox-inverted .databox-left 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
}

.databox.databox-inverted .databox-right 
{
    width: 65px;
}

.databox.databox-transparent .databox-left 
{
    background-color: transparent !important;
}

.databox.databox-transparent .databox-right 
{
    background-color: transparent !important;
}

.databox .databox-left 
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    width: 65px;
    height: 65px;
    padding: 10px;
    color: #2dc3e8;
}

.databox .databox-left[class*="bg-"] 
{
    color: #ffffff;
}

.databox .databox-right 
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    height: 65px;
    color: #555555;
    padding: 5px 10px;
}

.databox .databox-right.bordered 
{
    border-left: 1px solid #ffffff;
}

.databox .databox-right.bordered-thick 
{
    border-left: 3px solid #ffffff;
}

.databox .databox-right[class*="bg-"] 
{
    color: #ffffff;
}

.databox.databox-shadowed 
{
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.databox.radius-bordered 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.databox.radius-bordered .databox-left 
{
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 3px;
    background-clip: padding-box;
}

.databox.radius-bordered .databox-right 
{
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box;
}

.databox.radius-bordered .databox-right .databox-row:first-child 
{
    -webkit-border-radius: 0 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 0 0;
    background-clip: padding-box;
}

.databox.radius-bordered .databox-right .databox-row:last-child 
{
    -webkit-border-radius: 0 0 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
}

.databox.databox-graded 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
    background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
    background-image: -o-linear-gradient(left, #dddddd, #ffffff);
    background-image: linear-gradient(to right, #dddddd, #ffffff);
}

.databox.databox-halved .databox-left 
{
    width: 50% !important;
}

.databox.databox-halved .databox-right 
{
    width: 50% !important;
}

.databox.databox-lg 
{
    height: 80px;
}

.databox.databox-lg .databox-icon > .fa:before,
.databox.databox-lg .databox-icon .typcn:before,
.databox.databox-lg .databox-icon .glyphicon:before,
.databox.databox-lg .databox-icon .wi:before 
{
    font-size: 48px;
    padding: 6px 4px 7px;
}

.databox.databox-lg .databox-sparkline 
{
    margin: 13px auto;
}

.databox.databox-lg .databox-number 
{
    font-size: 35px;
    margin: 12px 0 12px 5px;
}

.databox.databox-lg .databox-left 
{
    width: 77px;
    height: 80px;
}

.databox.databox-lg .databox-right 
{
    height: 80px;
    padding: 10px 15px;
    width: 145px;
}

.databox.databox-lg.databox-inverted .databox-left 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}

.databox.databox-lg.databox-inverted .databox-right 
{
    width: 80px;
}

.databox.databox-xlg 
{
    height: 170px;
}

.databox.databox-xlg .databox-icon > .fa:before,
.databox.databox-xlg .databox-icon .typcn:before,
.databox.databox-xlg .databox-icon .glyphicon:before 
{
    padding: 6px 4px 7px;
}

.databox.databox-xlg .databox-icon .wi:before 
{
    font-size: 55px !important;
}

.databox.databox-xlg .databox-left 
{
    width: 170px;
    height: 170px;
}

.databox.databox-xlg .databox-right 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    height: 170px;
}

.databox.databox-xlg.databox-inverted .databox-left 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
}

.databox.databox-xlg.databox-inverted .databox-right 
{
    width: 170px;
}

.databox.databox-xxlg 
{
    height: 250px;
}

.databox.databox-xxlg .databox-icon > .fa:before,
.databox.databox-xxlg .databox-icon .typcn:before,
.databox.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-xxlg .databox-icon .wi:before 
{
    font-size: 200px;
    padding: 6px 4px 7px;
}

.databox.databox-xxlg .databox-left 
{
    width: 250px;
    height: 250px;
}

.databox.databox-xxlg .databox-right 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    height: 250px;
}

.databox.databox-xxlg.databox-inverted .databox-left 
{
    -lh-property: 0;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
}

.databox.databox-xxlg.databox-inverted .databox-right 
{
    width: 250px;
}

.databox.databox-vertical 
{
    width: 100%;
    height: 100px;
}

.databox.databox-vertical .databox-top 
{
    position: relative;
    width: 100%;
    height: 50px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    color: #2dc3e8;
}

.databox.databox-vertical .databox-top[class*="bg-"] 
{
    color: #ffffff;
}

.databox.databox-vertical .databox-bottom 
{
    position: relative;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 0;
    color: #555555;
    padding: 5px 10px;
}

.databox.databox-vertical .databox-bottom.bordered 
{
    border-top: 1px solid #ffffff;
}

.databox.databox-vertical .databox-bottom.bordered-thick 
{
    border-top: 3px solid #ffffff;
}

.databox.databox-vertical .databox-bottom[class*="bg-"] 
{
}

.databox.databox-vertical .databox-icon > .fa:before,
.databox.databox-vertical .databox-icon .typcn:before,
.databox.databox-vertical .databox-icon .glyphicon:before,
.databox.databox-vertical .databox-icon .wi:before 
{
    font-size: 38px;
}

.databox.databox-vertical.radius-bordered 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-top 
{
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child 
{
    -webkit-border-radius: 3px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 0 0 0;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child 
{
    -webkit-border-radius: 0 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 0 0;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-top img 
{
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-bottom 
{
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child 
{
    -webkit-border-radius: 0 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 0 3px;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child 
{
    -webkit-border-radius: 0 0 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
}

.databox.databox-vertical.radius-bordered .databox-bottom img 
{
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}

.databox.databox-vertical.databox-graded 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
    background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    background-image: -o-linear-gradient(top, #e5e5e5, #ffffff);
    background-image: linear-gradient(to bottom, #e5e5e5, #ffffff);
}

.databox.databox-vertical.databox-halved .databox-top 
{
    height: 50%;
}

.databox.databox-vertical.databox-halved .databox-bottom 
{
    height: 50%;
}

.databox.databox-vertical.databox-lg 
{
    height: 200px;
    width: 100%;
}

.databox.databox-vertical.databox-lg .databox-number 
{
    font-size: 17px;
    margin: 2px;
}

.databox.databox-vertical.databox-lg .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg .databox-icon .glyphicon:before 
{
    font-size: 38px !important;
    padding: 0;
}

.databox.databox-vertical.databox-lg .databox-icon .wi:before 
{
    font-size: 50px !important;
    padding: 0;
}

.databox.databox-vertical.databox-lg .databox-top 
{
    height: 50px;
}

.databox.databox-vertical.databox-lg .databox-bottom 
{
    height: 100px;
}

.databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before 
{
    font-size: 85px;
    padding: 0;
}

.databox.databox-vertical.databox-lg.databox-inverted .databox-top 
{
    height: 100px;
}

.databox.databox-vertical.databox-lg.databox-inverted .databox-bottom 
{
    height: 50px;
}

.databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before 
{
    font-size: 58px;
    padding: 0;
}

.databox.databox-vertical.databox-lg.databox-halved .databox-top 
{
    height: 75px;
}

.databox.databox-vertical.databox-lg.databox-halved .databox-bottom 
{
    height: 75px;
}

.databox.databox-vertical.databox-xlg 
{
    height: 330px;
    width: 100%;
}

.databox.databox-vertical.databox-xlg-prov 
{
    height: 135px;
    width: 100%;
}

.databox.databox-vertical.databox-xlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg .databox-icon .wi:before 
{
    font-size: 38px;
    padding: 0;
}

.databox.databox-vertical.databox-xlg .databox-top 
{
    height: 50px;
}

.databox.databox-vertical.databox-xlg .databox-bottom 
{
    height: 150px;
}

.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before 
{
    font-size: 120px;
    padding: 10px;
}

.databox.databox-vertical.databox-xlg.databox-inverted .databox-top 
{
    height: 150px;
}

.databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom 
{
    height: 50px;
}

.databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before 
{
    font-size: 85px;
    padding: 0;
}

.databox.databox-vertical.databox-xlg.databox-halved .databox-top 
{
    height: 80px;
}

.databox.databox-vertical.databox-xlg.databox-halved .databox-top-provider 
{
    height: auto;
}

.databox.databox-vertical.databox-xlg.databox-halved .databox-bottom 
{
    height: 240px;
}

.databox.databox-vertical.databox-xxlg 
{
    height: 300px;
    width: 100%;
}

.databox.databox-vertical.databox-xxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg .databox-icon .wi:before 
{
    font-size: 38px;
    padding: 0;
}

.databox.databox-vertical.databox-xxlg .databox-top 
{
    height: 50px;
}

.databox.databox-vertical.databox-xxlg .databox-bottom 
{
    height: 250px;
}

.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before 
{
    font-size: 220px;
    padding: 10px;
}

.databox.databox-vertical.databox-xxlg.databox-inverted .databox-top 
{
    height: 250px;
}

.databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom 
{
    height: 50px;
}

.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before 
{
    font-size: 120px;
    padding: 10px;
}

.databox.databox-vertical.databox-xxlg.databox-halved .databox-top 
{
    height: 150px;
}

.databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom 
{
    height: 150px;
}

.databox.databox-vertical.databox-xxxlg 
{
    height: 500px;
    width: 100%;
}

.databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .wi:before 
{
    font-size: 38px;
    padding: 0;
}

.databox.databox-vertical.databox-xxxlg .databox-top 
{
    height: 50px;
}

.databox.databox-vertical.databox-xxxlg .databox-bottom 
{
    height: 450px;
}

.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before 
{
    font-size: 420px;
    padding: 10px;
}

.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top 
{
    height: 450px;
}

.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom 
{
    height: 50px;
}

.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before 
{
    font-size: 220px;
    padding: 10px;
}

.databox.databox-vertical.databox-xxxlg.databox-halved .databox-top 
{
    height: 250px;
}

.databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom 
{
    height: 250px;
}

.databox .chart 
{
    font-size: 13px;
}
/*#endregion DataBoxes*/
/*#region Alerts*/

.alert 
{
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
}

.alert .close 
{
    top: 0;
    right: -5px;
    line-height: 16px;
    color: #444444;
}

.alert.radius-bordered 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.alert.alert-shadowed 
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.alert.alert-heading 
{
    font-weight: 600;
}

.alert.alert-danger 
{
    border-color: #df5138;
    background: #e46f61;
}
.alert.alert-danger label
{
    color: white!important;
}
.alert.alert-warning 
{
    border-color: #ffce55;
    color: #555555;
    background: #fff1a8;
}

.alert.alert-success 
{
    border-color: #8cc474;
    background: #a0d468;
}

.alert.alert-info 
{
    border-color: #2983c1;
    background: #2983c1;
}
/*#endregion Alerts*/
/*#region Tabs*/
/*#region Tab Content*/

.tab-content 
{
    background-color: #f4f4f4;
    padding: 16px 12px;
    position: relative;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.tab-content.no-padding 
{
    padding: 0;
}

.tab-content.no-border 
{
    border: 0;
    padding: 12px;
}

.tab-content.radius-bordered 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.tab-content.tabs-flat 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #e5e5e5;
}
/*#endregion Tab Content*/
/*#region Tab*/

.nav-tabs 
{
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.nav-tabs > li 
{
    margin-bottom: -2px;
}

.nav-tabs > li > a:hover 
{
    color: #262626;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs > li > a:active,
.nav-tabs > li > a:focus 
{
    outline: none !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus 
{
    border-radius: 0 !important;
    color: #777777;
    margin-right: -1px;
    line-height: 12px;
    position: relative;
    z-index: 11;
}

.nav-tabs > li > a > .badge 
{
    padding: 0 4px;
    line-height: 15px;
    opacity: .75;
    height: 16px;
    min-width: 16px;
}

.nav-tabs > li > a .fa,
.nav-tabs > li > a .glyphicon,
.nav-tabs > li > a .typcn,
.nav-tabs > li > a .wi 
{
    opacity: .75;
}

.nav-tabs > li:first-child > a 
{
    margin-left: 0;
    border-left: 1px solid #fbfbfb;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus 
{
    color: #262626;
    border: 0;
    border-top: 2px solid #2dc3e8;
    border-bottom-color: transparent;
    background-color: #fbfbfb;
    z-index: 12;
    line-height: 16px;
    margin-top: -2px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}

.nav-tabs > li.active > a > .badge,
.nav-tabs > li.active > a > [class*="fa-"] 
{
    opacity: 1;
}

.nav-tabs > li.active.tab-white > a 
{
    border-color: #ffffff !important;
}

.nav-tabs > li.active.tab-white > a > .fa,
.nav-tabs > li.active.tab-white > a .glyphicon,
.nav-tabs > li.active.tab-white > a .typcn,
.nav-tabs > li.active.tab-white > a .wi 
{
    color: #ffffff;
}

.nav-tabs > li.active tab-snow > a 
{
    border-color: #fbfbfb !important;
}

.nav-tabs > li.active tab-snow > a > .fa,
.nav-tabs > li.active tab-snow > a .glyphicon,
.nav-tabs > li.active tab-snow > a .typcn,
.nav-tabs > li.active tab-snow > a .wi 
{
    color: #fbfbfb;
}

.nav-tabs > li.active.tab-whitesmoke > a 
{
    border-color: #f5f5f5 !important;
}

.nav-tabs > li.active.tab-whitesmoke > a > .fa,
.nav-tabs > li.active.tab-whitesmoke > a .glyphicon,
.nav-tabs > li.active.tab-whitesmoke > a .typcn,
.nav-tabs > li.active.tab-whitesmoke > a .wi 
{
    color: #f5f5f5;
}

.nav-tabs > li.active.tab-seashell > a 
{
    border-color: #f3f3f3 !important;
}

.nav-tabs > li.active.tab-seashell > a > .fa,
.nav-tabs > li.active.tab-seashell > a .glyphicon,
.nav-tabs > li.active.tab-seashell > a .typcn,
.nav-tabs > li.active.tab-seashell > a .wi 
{
    color: #f3f3f3;
}

.nav-tabs > li.active.tab-ivory > a 
{
    border-color: #eeeeee !important;
}

.nav-tabs > li.active.tab-ivory > a > .fa,
.nav-tabs > li.active.tab-ivory > a .glyphicon,
.nav-tabs > li.active.tab-ivory > a .typcn,
.nav-tabs > li.active.tab-ivory > a .wi 
{
    color: #eeeeee;
}

.nav-tabs > li.active.tab-platinum > a 
{
    border-color: #e5e5e5 !important;
}

.nav-tabs > li.active.tab-platinum > a > .fa,
.nav-tabs > li.active.tab-platinum > a .glyphicon,
.nav-tabs > li.active.tab-platinum > a .typcn,
.nav-tabs > li.active.tab-platinum > a .wi 
{
    color: #e5e5e5;
}

.nav-tabs > li.active.tab-lightgray > a 
{
    border-color: #d0d0d0 !important;
}

.nav-tabs > li.active.tab-lightgray > a > .fa,
.nav-tabs > li.active.tab-lightgray > a .glyphicon,
.nav-tabs > li.active.tab-lightgray > a .typcn,
.nav-tabs > li.active.tab-lightgray > a .wi 
{
    color: #d0d0d0;
}

.nav-tabs > li.active.tab-gray > a 
{
    border-color: #cccccc !important;
}

.nav-tabs > li.active.tab-gray > a > .fa,
.nav-tabs > li.active.tab-gray > a .glyphicon,
.nav-tabs > li.active.tab-gray > a .typcn,
.nav-tabs > li.active.tab-gray > a .wi 
{
    color: #cccccc;
}

.nav-tabs > li.active.tab-darkgray > a 
{
    border-color: #999999 !important;
}

.nav-tabs > li.active.tab-darkgray > a > .fa,
.nav-tabs > li.active.tab-darkgray > a .glyphicon,
.nav-tabs > li.active.tab-darkgray > a .typcn,
.nav-tabs > li.active.tab-darkgray > a .wi 
{
    color: #999999;
}

.nav-tabs > li.active.tab-silver > a 
{
    border-color: #777777 !important;
}

.nav-tabs > li.active.tab-silver > a > .fa,
.nav-tabs > li.active.tab-silver > a .glyphicon,
.nav-tabs > li.active.tab-silver > a .typcn,
.nav-tabs > li.active.tab-silver > a .wi 
{
    color: #777777;
}

.nav-tabs > li.active.tab-sonic-silver > a 
{
    border-color: #737373 !important;
}

.nav-tabs > li.active.tab-sonic-silver > a > .fa,
.nav-tabs > li.active.tab-sonic-silver > a .glyphicon,
.nav-tabs > li.active.tab-sonic-silver > a .typcn,
.nav-tabs > li.active.tab-sonic-silver > a .wi 
{
    color: #737373;
}

.nav-tabs > li.active.tab-storm-cloud > a 
{
    border-color: #666666 !important;
}

.nav-tabs > li.active.tab-storm-cloud > a > .fa,
.nav-tabs > li.active.tab-storm-cloud > a .glyphicon,
.nav-tabs > li.active.tab-storm-cloud > a .typcn,
.nav-tabs > li.active.tab-storm-cloud > a .wi 
{
    color: #666666;
}

.nav-tabs > li.active.tab-lightcarbon > a 
{
    border-color: #555555 !important;
}

.nav-tabs > li.active.tab-lightcarbon > a > .fa,
.nav-tabs > li.active.tab-lightcarbon > a .glyphicon,
.nav-tabs > li.active.tab-lightcarbon > a .typcn,
.nav-tabs > li.active.tab-lightcarbon > a .wi 
{
    color: #555555;
}

.nav-tabs > li.active.tab-carbon > a 
{
    border-color: #444444 !important;
}

.nav-tabs > li.active.tab-carbon > a > .fa,
.nav-tabs > li.active.tab-carbon > a .glyphicon,
.nav-tabs > li.active.tab-carbon > a .typcn,
.nav-tabs > li.active.tab-carbon > a .wi 
{
    color: #444444;
}

.nav-tabs > li.active.tab-primary > a 
{
    border-color: #2983c1 !important;
}

.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi 
{
    color: #2983c1;
}

.nav-tabs > li.active.tab-slate-gray > a 
{
    border-color: #333333 !important;
}

.nav-tabs > li.active.tab-slate-gray > a > .fa,
.nav-tabs > li.active.tab-slate-gray > a .glyphicon,
.nav-tabs > li.active.tab-slate-gray > a .typcn,
.nav-tabs > li.active.tab-slate-gray > a .wi 
{
    color: #333333;
}

.nav-tabs > li.active.tab-darkcarbon > a 
{
    border-color: #262626 !important;
}

.nav-tabs > li.active.tab-darkcarbon > a > .fa,
.nav-tabs > li.active.tab-darkcarbon > a .glyphicon,
.nav-tabs > li.active.tab-darkcarbon > a .typcn,
.nav-tabs > li.active.tab-darkcarbon > a .wi 
{
    color: #262626;
}

.nav-tabs > li.active.tab-blue > a 
{
    border-color: #5db2ff !important;
}

.nav-tabs > li.active.tab-blue > a > .fa,
.nav-tabs > li.active.tab-blue > a .glyphicon,
.nav-tabs > li.active.tab-blue > a .typcn,
.nav-tabs > li.active.tab-blue > a .wi 
{
    color: #5db2ff;
}

.nav-tabs > li.active.tab-info > a 
{
    border-color: #57b5e3 !important;
}

.nav-tabs > li.active.tab-info > a > .fa,
.nav-tabs > li.active.tab-info > a .glyphicon,
.nav-tabs > li.active.tab-info > a .typcn,
.nav-tabs > li.active.tab-info > a .wi 
{
    color: #57b5e3;
}

.nav-tabs > li.active.tab-sky > a 
{
    border-color: #11a9cc !important;
}

.nav-tabs > li.active.tab-sky > a > .fa,
.nav-tabs > li.active.tab-sky > a .glyphicon,
.nav-tabs > li.active.tab-sky > a .typcn,
.nav-tabs > li.active.tab-sky > a .wi 
{
    color: #11a9cc;
}

.nav-tabs > li.active.tab-primary > a 
{
    border-color: #4374e0 !important;
}

.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi 
{
    color: #4374e0;
}

.nav-tabs > li.active.tab-primary > a 
{
    border-color: #2983c1 !important;
}

.nav-tabs > li.active.tab-primary > a > .fa,
.nav-tabs > li.active.tab-primary > a .glyphicon,
.nav-tabs > li.active.tab-primary > a .typcn,
.nav-tabs > li.active.tab-primary > a .wi 
{
    color: #2983c1;
}

.nav-tabs > li.active.tab-blueberry > a 
{
    border-color: #6f85bf !important;
}

.nav-tabs > li.active.tab-blueberry > a > .fa,
.nav-tabs > li.active.tab-blueberry > a .glyphicon,
.nav-tabs > li.active.tab-blueberry > a .typcn,
.nav-tabs > li.active.tab-blueberry > a .wi 
{
    color: #6f85bf;
}

.nav-tabs > li.active.tab-palegreen > a 
{
    border-color: #a0d468 !important;
}

.nav-tabs > li.active.tab-palegreen > a > .fa,
.nav-tabs > li.active.tab-palegreen > a .glyphicon,
.nav-tabs > li.active.tab-palegreen > a .typcn,
.nav-tabs > li.active.tab-palegreen > a .wi 
{
    color: #a0d468;
}

.nav-tabs > li.active.tab-success > a 
{
    border-color: #53a93f !important;
}

.nav-tabs > li.active.tab-success > a > .fa,
.nav-tabs > li.active.tab-success > a .glyphicon,
.nav-tabs > li.active.tab-success > a .typcn,
.nav-tabs > li.active.tab-success > a .wi 
{
    color: #53a93f;
}

.nav-tabs > li.active.tab-green > a 
{
    border-color: #8cc474 !important;
}

.nav-tabs > li.active.tab-green > a > .fa,
.nav-tabs > li.active.tab-green > a .glyphicon,
.nav-tabs > li.active.tab-green > a .typcn,
.nav-tabs > li.active.tab-green > a .wi 
{
    color: #8cc474;
}

.nav-tabs > li.active.tab-lightyellow > a 
{
    border-color: #f6d52e !important;
}

.nav-tabs > li.active.tab-lightyellow > a > .fa,
.nav-tabs > li.active.tab-lightyellow > a .glyphicon,
.nav-tabs > li.active.tab-lightyellow > a .typcn,
.nav-tabs > li.active.tab-lightyellow > a .wi 
{
    color: #f6d52e;
}

.nav-tabs > li.active.tab-yellow > a 
{
    border-color: #ffce55 !important;
}

.nav-tabs > li.active.tab-yellow > a > .fa,
.nav-tabs > li.active.tab-yellow > a .glyphicon,
.nav-tabs > li.active.tab-yellow > a .typcn,
.nav-tabs > li.active.tab-yellow > a .wi 
{
    color: #ffce55;
}

.nav-tabs > li.active.tab-warning > a 
{
    border-color: #f4b400 !important;
}

.nav-tabs > li.active.tab-warning > a > .fa,
.nav-tabs > li.active.tab-warning > a .glyphicon,
.nav-tabs > li.active.tab-warning > a .typcn,
.nav-tabs > li.active.tab-warning > a .wi 
{
    color: #f4b400;
}

.nav-tabs > li.active.tab-gold > a 
{
    border-color: #f9b256 !important;
}

.nav-tabs > li.active.tab-gold > a > .fa,
.nav-tabs > li.active.tab-gold > a .glyphicon,
.nav-tabs > li.active.tab-gold > a .typcn,
.nav-tabs > li.active.tab-gold > a .wi 
{
    color: #f9b256;
}

.nav-tabs > li.active.tab-orange > a 
{
    border-color: #fb6e52 !important;
}

.nav-tabs > li.active.tab-orange > a > .fa,
.nav-tabs > li.active.tab-orange > a .glyphicon,
.nav-tabs > li.active.tab-orange > a .typcn,
.nav-tabs > li.active.tab-orange > a .wi 
{
    color: #fb6e52;
}

.nav-tabs > li.active.tab-lightred > a 
{
    border-color: #e46f61 !important;
}

.nav-tabs > li.active.tab-lightred > a > .fa,
.nav-tabs > li.active.tab-lightred > a .glyphicon,
.nav-tabs > li.active.tab-lightred > a .typcn,
.nav-tabs > li.active.tab-lightred > a .wi 
{
    color: #e46f61;
}

.nav-tabs > li.active.tab-darkorange > a 
{
    border-color: #ed4e2a !important;
}

.nav-tabs > li.active.tab-darkorange > a > .fa,
.nav-tabs > li.active.tab-darkorange > a .glyphicon,
.nav-tabs > li.active.tab-darkorange > a .typcn,
.nav-tabs > li.active.tab-darkorange > a .wi 
{
    color: #ed4e2a;
}

.nav-tabs > li.active.tab-red > a 
{
    border-color: #df5138 !important;
}

.nav-tabs > li.active.tab-red > a > .fa,
.nav-tabs > li.active.tab-red > a .glyphicon,
.nav-tabs > li.active.tab-red > a .typcn,
.nav-tabs > li.active.tab-red > a .wi 
{
    color: #df5138;
}

.nav-tabs > li.active.tab-pink > a 
{
    border-color: #e75b8d !important;
}

.nav-tabs > li.active.tab-pink > a > .fa,
.nav-tabs > li.active.tab-pink > a .glyphicon,
.nav-tabs > li.active.tab-pink > a .typcn,
.nav-tabs > li.active.tab-pink > a .wi 
{
    color: #e75b8d;
}

.nav-tabs > li.active.tab-danger > a 
{
    border-color: #d73d32 !important;
}

.nav-tabs > li.active.tab-danger > a > .fa,
.nav-tabs > li.active.tab-danger > a .glyphicon,
.nav-tabs > li.active.tab-danger > a .typcn,
.nav-tabs > li.active.tab-danger > a .wi 
{
    color: #d73d32;
}

.nav-tabs > li.active.tab-magenta > a 
{
    border-color: #bc5679 !important;
}

.nav-tabs > li.active.tab-magenta > a > .fa,
.nav-tabs > li.active.tab-magenta > a .glyphicon,
.nav-tabs > li.active.tab-magenta > a .typcn,
.nav-tabs > li.active.tab-magenta > a .wi 
{
    color: #bc5679;
}

.nav-tabs > li.active.tab-purple > a 
{
    border-color: #7e3794 !important;
}

.nav-tabs > li.active.tab-purple > a > .fa,
.nav-tabs > li.active.tab-purple > a .glyphicon,
.nav-tabs > li.active.tab-purple > a .typcn,
.nav-tabs > li.active.tab-purple > a .wi 
{
    color: #7e3794;
}

.nav-tabs > li.active.tab-maroon > a 
{
    border-color: #981b48 !important;
}

.nav-tabs > li.active.tab-maroon > a > .fa,
.nav-tabs > li.active.tab-maroon > a .glyphicon,
.nav-tabs > li.active.tab-maroon > a .typcn,
.nav-tabs > li.active.tab-maroon > a .wi 
{
    color: #981b48;
}

.nav-tabs.nav-justified 
{
    margin-bottom: -2px;
}

.nav-tabs.nav-justified > li > a 
{
    border: none;
    margin-top: -2px;
}

.nav-tabs.nav-justified > li > a:hover 
{
    background-color: transparent;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus 
{
    border: 0;
    border-top: 2px solid #2dc3e8;
    background-color: #fbfbfb;
}

.nav-tabs .dropdown-menu 
{
    margin-top: -3px;
}

.nav-tabs.tabs-flat 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
}

.tabs-below > .nav-tabs 
{
    top: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-bottom-width: 0;
}

.tabs-below > .nav-tabs li.active > a,
.tabs-below > .nav-tabs li.active > a:hover,
.tabs-below > .nav-tabs li.active > a:focus 
{
    border-top-width: 1px;
    border-bottom: 2px solid #5db2ff;
    border-top-color: transparent;
    margin-top: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.tabs-below > .nav-tabs.nav-justified > li > a 
{
    margin-bottom: -2px;
}

.tabs-below > .nav-tabs.nav-justified > .active > a,
.tabs-below > .nav-tabs.nav-justified > .active > a:hover,
.tabs-below > .nav-tabs.nav-justified > .active > a:focus 
{
    border: 0;
    border-bottom: 2px solid #5db2ff;
}

.tabs-left > .nav-tabs 
{
    top: auto;
    margin-bottom: 0;
    float: left;
}

.tabs-left > .nav-tabs > li 
{
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover 
{
    margin: 0 -1px 0 0;
}

.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover 
{
    border: 0;
    border-left: 2px solid #5db2ff;
    border-right-color: transparent;
    margin: 0 -1px 0 -1px;
    -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.3);
}

.tabs-right > .nav-tabs 
{
    top: auto;
    margin-bottom: 0;
    float: right;
}

.tabs-right > .nav-tabs > li 
{
    float: none;
}

.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover 
{
    border-top: 0;
    margin: 0 -1px;
}

.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover 
{
    border-top-width: 0;
    border-right: 2px solid #5db2ff;
    border-left-color: transparent;
    margin: 0 -2px 0 -1px;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.3);
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a 
{
    min-width: 60px;
}

.nav-tabs li [class*=" fa-"],
.nav-tabs li [class^="fa-"] 
{
    width: 1.25em;
    display: inline-block;
    text-align: center;
}

.nav-tabs > li.open .dropdown-toggle 
{
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.tabs-left .tab-content,
.tabs-right .tab-content 
{
    overflow: auto;
}

.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus 
{
    background-color: #fbfbfb;
}

.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > .active > a:hover,
.nav .dropdown-menu > .active > a:focus 
{
    color: #262626;
    background-color: #e5e5e5;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*="fa-"].disabled:first-child 
{
    color: #909090 !important;
}
/*#endregion Tab*/
/*#endregion Tabs*/
/*#region Buttons*/

.btn 
{
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
    /*#region Link Button*/
    /*#endregion Link Button*/
    /*#region Shiny Button*/
    /*#endregion Shiny Button*/
    /*#region Circle Button*/
    /*#endregion Circle Button*/
    /*#region Labeled Button*/
    /*#endregion Labeled Button*/
    /*#region Icon Button*/
    /*#endregion Icon Button*/
}

.btn:hover,
.btn:focus 
{
    color: #ffffff;
}

.btn.btn-link 
{
    border: none !important;
    background: transparent none !important;
    color: #08c !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    padding: 4px 12px !important;
    line-height: 20px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-link:hover 
{
    background: none !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
}

.btn.btn-link.active 
{
    background: none !important;
    text-decoration: underline;
    color: #009ceb !important;
}

.btn.btn-link.active:after 
{
    display: none;
}

.btn.btn-link.disabled,
.btn.btn-link[disabled] 
{
    background: 0;
    opacity: .65;
    filter: alpha(opacity=65);
}

.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover 
{
    background: none !important;
    text-decoration: none !important;
}

.btn.shiny 
{
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.btn.shiny:hover 
{
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.btn.shiny.active,
.btn.shiny:focus 
{
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.shiny.dropdown-toggle 
{
    border-left-width: 0 !important;
}

.btn.btn-circle 
{
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 11px 12px;
}

.btn.btn-circle > .fa,
.btn.btn-circle .typcn,
.btn.btn-circle .glyphicon,
.btn.btn-circle > [class*="wi-"] 
{
    font-size: 20px;
    margin: 0 auto;
    line-height: 34px;
}

.btn.btn-circle.btn-xs 
{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
}

.btn.btn-circle.btn-xs > .fa,
.btn.btn-circle.btn-xs .typcn,
.btn.btn-circle.btn-xs .glyphicon,
.btn.btn-circle.btn-xs > [class*="wi-"] 
{
    font-size: 12px;
    line-height: 14px;
}

.btn.btn-circle.btn-sm 
{
    width: 50px;
    height: 50px;
    padding: 10px 15px;
}

.btn.btn-circle.btn-sm > .fa,
.btn.btn-circle.btn-sm .typcn,
.btn.btn-circle.btn-sm .glyphicon,
.btn.btn-circle.btn-sm > [class*="wi-"] 
{
    font-size: 18px;
    line-height: 26px;
    border-radius: 50%;
}

.btn.btn-circle.btn-lg 
{
    width: 70px;
    height: 70px;
    padding: 10px;
}

.btn.btn-circle.btn-lg > .fa,
.btn.btn-circle.btn-lg .typcn,
.btn.btn-circle.btn-lg .glyphicon,
.btn.btn-circle.btn-lg > [class*="wi-"] 
{
    font-size: 28px;
    line-height: 46px;
}

.btn.btn-labeled 
{
    position: relative;
    padding-left: 0;
}

.btn.btn-labeled.btn-block .btn-label 
{
    margin-right: 0;
}

.btn.btn-labeled .btn-label 
{
    display: block;
    float: left;
    margin: -7px 12px -9px -2px;
    padding: 8px 10px 8px 11px;
    position: relative;
    background: rgba(0, 0, 0, 0.06);
    line-height: 15px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn.btn-labeled .btn-label > .fa,
.btn.btn-labeled .btn-label .typcn,
.btn.btn-labeled .btn-label .glyphicon,
.btn.btn-labeled .btn-label > [class*="wi-"] 
{
    margin-right: 0;
}

.btn.icon-only 
{
    width: 36px;
    height: 34px;
    padding: 5px 3px;
}

.btn.icon-only > .fa,
.btn.icon-only .typcn,
.btn.icon-only .glyphicon,
.btn.icon-only > [class*="wi-"] 
{
    margin: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
}

.btn > .fa,
.btn .typcn,
.btn .glyphicon,
.btn > [class*="wi-"] 
{
    display: inline;
    margin-right: 4px;
    font-size: 14px;
}

.btn > .fa.right,
.btn .typcn.right,
.btn .glyphicon.right,
.btn > [class*="wi-"].right 
{
    margin-right: 0;
    margin-left: 4px;
}
/*#region Button Sizes*/

.btn-xs 
{
    font-size: 11px;
    padding: 2px 7px;
}

.btn-xs > .fa,
.btn-xs > .typcn,
.btn-xs > .glyphicon,
.btn-xs > [class*="wi-"] 
{
    font-size: 12px;
    margin-right: 2px;
}

.btn-xs > .fa.right,
.btn-xs > .typcn.right,
.btn-xs > .glyphicon.right,
.btn-xs > [class*="wi-"].right 
{
    margin-right: 0;
    margin-left: 2px;
}

.btn-xs.icon-only 
{
    width: 24px;
    height: 24px;
    padding: 0 6px;
}

.btn-xs.icon-only > .fa,
.btn-xs.icon-only > .typcn,
.btn-xs.icon-only > .glyphicon,
.btn-xs.icon-only > [class*="wi-"] 
{
    font-size: 12px;
    line-height: 7px;
}

.btn-sm 
{
    font-size: 12px;
    padding: 4px 9px;
    line-height: 1.39;
}

.btn-sm > .fa,
.btn-sm > .typcn,
.btn-sm > .glyphicon,
.btn-sm > [class*="wi-"] 
{
    font-size: 13px;
    margin-right: 3px;
}

.btn-sm > .fa.right,
.btn-sm > .typcn.right,
.btn-sm > .glyphicon.right,
.btn-sm > [class*="wi-"].right 
{
    margin-right: 0;
    margin-left: 3px;
}

.btn-sm.icon-only 
{
    width: 31px;
    height: 30px;
    padding: 3px !important;
}

.btn-sm.icon-only > .fa,
.btn-sm.icon-only > .typcn,
.btn-sm.icon-only > .glyphicon,
.btn-sm.icon-only > [class*="wi-"] 
{
    font-size: 20px;
    line-height: 21px;
}

.btn-lg 
{
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px;
}

.btn-lg.icon-only 
{
    width: 40px;
    height: 38px;
    padding: 6px !important;
}

.btn-lg.icon-only > .fa,
.btn-lg.icon-only > .typcn,
.btn-lg.icon-only > .glyphicon,
.btn-lg.icon-only > [class*="wi-"] 
{
    font-size: 24px;
    line-height: 26px;
}

.btn-lg > .fa,
.btn-lg > .typcn,
.btn-lg > .glyphicon,
.btn-lg > [class*="wi-"] 
{
    font-size: 16px;
    margin-right: 6px;
}

.btn-lg > .fa.right,
.btn-lg > .typcn.right,
.btn-lg > .glyphicon.right,
.btn-lg > [class*="wi-"].right 
{
    margin-right: 0;
    margin-left: 6px;
}
/*#endregion Button Sizes*/
/*#region Default Button*/

.btn,
.btn-default,
.btn:focus,
.btn-default:focus 
{
    color: #444444;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn:hover,
.btn-default:hover 
{
    color: #444444;
}

.btn.shiny,
.btn-default.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
}

.btn.dropdown-toggle:not(:first-child),
.btn-default.dropdown-toggle:not(:first-child) 
{
    border-left-width: 0 !important;
    margin-left: -1px;
}

.btn-default:hover,
.open .btn-default.dropdown-toggle 
{
    border-color: #b8b8b8;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.open .btn-default.dropdown-toggle 
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*#endregion Default Button*/
/*#region Primary Button*/

.btn-primary,
.btn-primary:focus 
{
    background-color: #2983c1 !important;
    border-color: #2983c1;
    color: #ffffff;
    outline:none!important;
}

.btn-primary:hover 
{
    color: #ffffff;
}

.btn-primary.dropdown-toggle 
{
    border-left-color: #6a99ee !important;
}

.btn-primary.active 
{
    background-color: #036bb2 !important;
    border-color: #036bb2;
    outline:none!important;
}

.btn-primary.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: -moz-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: -o-linear-gradient(center top, #0095ff 5%, #005eff 100%);
    background-image: linear-gradient(center to bottom, #0095ff 5%, #005eff 100%);
}

.btn-primary:hover,
.open .btn-primary.dropdown-toggle 
{
    background-color: #4b99d7 !important;
    border-color: #4b99d7;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active 
{
    background-color: #036bb2 !important;
    border-color: #036bb2;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.btn-red,
.btn-red:focus,
.btn-red:hover
{
    background-color: white !important;
    border-color: #FF3232;
    color: #FF3232;
    width: 120px;
    height: 34px!important;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: 0!important;
}
.btn-primary-ext, btn-primary-ext:focus
{
    background: #2983c1!important;
    border: 1px solid #2983c1!important;
    color: white!important;
    width: 120px!important;
    height: 34px!important;
    text-transform: uppercase;
    border-radius: 0!important;
    outline: 0!important;
}

/*#endregion Primary Button*/

/*#region info Button*/

.btn-info,
.btn-info:focus 
{
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    color: #ffffff;
}

.btn-info:hover 
{
    color: #ffffff;
}

.btn-info.dropdown-toggle 
{
    border-left-color: #8bcdee !important;
}

.btn-info.active 
{
    background-color: #5fa6d3 !important;
    border-color: #4396cb;
}

.btn-info.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzhhNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#00adee), to(#0078a5));
}

.btn-info:hover,
.open .btn-info.dropdown-toggle 
{
    background-color: #6abce2 !important;
    border-color: #6abce2;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active 
{
    background-color: #57b5e3 !important;
    border-color: #57b5e3;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion info Button*/
/*#region Success Button*/

.btn-success,
.btn-success:focus 
{
    background-color: #53a93f !important;
    border-color: #53a93f !important;
    color: #ffffff;
}

.btn-success:hover 
{
    color: #ffffff;
}

.btn-success.dropdown-toggle
{
    border-left-color: #a0d468 !important;
}

.btn-success.active 
{
    background-color: #3e802f !important;
    border-color: #2f6124;
}

.btn-success.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#7db72f), to(#4e7d0e));
}

.btn-success:hover,
.open .btn-success.dropdown-toggle 
{
    background-color: #65b951 !important;
    border-color: #65b951;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active 
{
    background-color: #53a93f !important;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion Success Button*/
/*#region Warning Button*/

.btn-warning,
.btn-warning:focus 
{
    background-color: #f4b400 !important;
    border-color: #f4b400;
    color: #ffffff;
}

.btn-warning:hover 
{
    color: #ffffff;
}

.btn-warning.dropdown-toggle 
{
    border-left-color: #ffce55 !important;
}

.btn-warning.active 
{
    background-color: #f2a73e !important;
    border-color: #f0981c;
}

.btn-warning.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#faa51a), to(#f47a20));
}

.btn-warning:hover,
.open .btn-warning.dropdown-toggle 
{
    background-color: #f6c12a !important;
    border-color: #f6c12a;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active 
{
    background-color: #f4b400 !important;
    border-color: #f4b400;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion Warning Button*/
/*#region Danger Button*/

.btn-danger,
.btn-danger:focus 
{
    background-color: #d73d32 !important;
    border-color: #d73d32;
    color: #ffffff;
}

.btn-danger:hover 
{
    color: #ffffff;
}

.btn-danger.dropdown-toggle 
{
    border-left-color: #e46f61 !important;
}

.btn-danger.active 
{
    background-color: #be3e2e !important;
    border-color: #9a3323;
}

.btn-danger.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#ed1c24), to(#aa1317));
}

.btn-danger:hover,
.open .btn-danger.dropdown-toggle 
{
    background-color: #e74b37 !important;
    border-color: #e74b37;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active 
{
    background-color: #d73d32 !important;
    border-color: #d73d32;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion Danger Button*/
/*#region Blue Button*/

.btn-blue,
.btn-blue:focus 
{
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #ffffff;
}

.btn-blue:hover 
{
    color: #ffffff;
}

.btn-blue.dropdown-toggle 
{
    border-left-color: #81c1fb !important;
}

.btn-blue.active 
{
    background-color: #449cec !important;
    border-color: #3d90db;
}

.btn-blue.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MGJhZmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0OWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#70bafd), to(#449cec));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#70bafd), to(#449cec));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#70bafd), to(#449cec));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#70bafd), to(#449cec));
}

.btn-blue:hover,
.open .btn-blue.dropdown-toggle 
{
    background-color: #70bafd !important;
    border-color: #70bafd;
    color: #fff;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active 
{
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion Blue Button*/
/*#region sky Button*/

.btn-sky,
.btn-sky:focus 
{
    background-color: #11a9cc !important;
    border-color: #11a9cc;
    color: #ffffff;
}

.btn-sky:hover 
{
    color: #ffffff;
}

.btn-sky.dropdown-toggle 
{
    border-left-color: #81c1fb !important;
}

.btn-sky.active
{
    background-color: #2095b0 !important;
    border-color: #2f97af;
}

.btn-sky.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#28b3d3), to(#2095b0));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#28b3d3), to(#2095b0));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#28b3d3), to(#2095b0));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#28b3d3), to(#2095b0));
}

.btn-sky:hover,
.open .btn-sky.dropdown-toggle 
{
    background-color: #28b3d3 !important;
    border-color: #28b3d3;
    color: #fff;
}

.btn-sky.disabled,
.btn-sky[disabled],
fieldset[disabled] .btn-sky,
.btn-sky.disabled:hover,
.btn-sky[disabled]:hover,
fieldset[disabled] .btn-sky:hover,
.btn-sky.disabled:focus,
.btn-sky[disabled]:focus,
fieldset[disabled] .btn-sky:focus,
.btn-sky.disabled:active,
.btn-sky[disabled]:active,
fieldset[disabled] .btn-sky:active,
.btn-sky.disabled.active,
.btn-sky[disabled].active,
fieldset[disabled] .btn-sky.active 
{
    background-color: #11a9cc !important;
    border-color: #11a9cc;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion sky Button*/
/*#region azure Button*/

.btn-azure,
.btn-azure:focus 
{
    background-color: #2dc3e8 !important;
    border-color: #2dc3e8;
    color: #ffffff;
}

.btn-azure:hover 
{
    color: #ffffff;
}

.btn-azure.dropdown-toggle 
{
    border-left-color: #3ecdf1 !important;
}

.btn-azure.active 
{
    background-color: #2badce !important;
    border-color: #2badce;
}

.btn-azure.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzZWNkZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiYWRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#3ecdf1), to(#2badce));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#3ecdf1), to(#2badce));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#3ecdf1), to(#2badce));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#3ecdf1), to(#2badce));
}

.btn-azure:hover,
.open .btn-azure.dropdown-toggle 
{
    background-color: #3ecdf1 !important;
    border-color: #3ecdf1;
    color: #fff;
}

.btn-azure.disabled,
.btn-azure[disabled],
fieldset[disabled] .btn-azure,
.btn-azure.disabled:hover,
.btn-azure[disabled]:hover,
fieldset[disabled] .btn-azure:hover,
.btn-azure.disabled:focus,
.btn-azure[disabled]:focus,
fieldset[disabled] .btn-azure:focus,
.btn-azure.disabled:active,
.btn-azure[disabled]:active,
fieldset[disabled] .btn-azure:active,
.btn-azure.disabled.active,
.btn-azure[disabled].active,
fieldset[disabled] .btn-azure.active 
{
    background-color: #2dc3e8 !important;
    border-color: #2dc3e8;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion azure Button*/
/*#region palegreen Button*/

.btn-palegreen,
.btn-palegreen:focus 
{
    background-color: #a0d468 !important;
    border-color: #a0d468;
    color: #ffffff;
}

.btn-palegreen:hover 
{
    color: #ffffff;
}

.btn-palegreen.dropdown-toggle 
{
    border-left-color: #a6d791 !important;
}

.btn-palegreen.active 
{
    background-color: #74aa5d !important;
    border-color: #699755;
}

.btn-palegreen.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5Y2Q1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YWE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#9cd584), to(#74aa5d));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#9cd584), to(#74aa5d));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#9cd584), to(#74aa5d));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#9cd584), to(#74aa5d));
}

.btn-palegreen:hover,
.open .btn-palegreen.dropdown-toggle 
{
    background-color: #9cd584 !important;
    border-color: #9cd584;
    color: #fff;
}

.btn-palegreen.disabled,
.btn-palegreen[disabled],
fieldset[disabled] .btn-palegreen,
.btn-palegreen.disabled:hover,
.btn-palegreen[disabled]:hover,
fieldset[disabled] .btn-palegreen:hover,
.btn-palegreen.disabled:focus,
.btn-palegreen[disabled]:focus,
fieldset[disabled] .btn-palegreen:focus,
.btn-palegreen.disabled:active,
.btn-palegreen[disabled]:active,
fieldset[disabled] .btn-palegreen:active,
.btn-palegreen.disabled.active,
.btn-palegreen[disabled].active,
fieldset[disabled] .btn-palegreen.active 
{
    background-color: #a0d468 !important;
    border-color: #a0d468;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion palegreen Button*/
/*#region yellow Button*/

.btn-yellow,
.btn-yellow:focus 
{
    background-color: #ffce55 !important;
    border-color: #ffce55;
    color: #ffffff;
}

.btn-yellow:hover 
{
    color: #ffffff;
}

.btn-yellow.dropdown-toggle 
{
    border-left-color: #f6d52e !important;
}

.btn-yellow.active 
{
    background-color: #fbc220 !important;
    border-color: #f3ba17;
    color: #ffffff !important;
}

.btn-yellow.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGQzNWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYzIyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#fdd35a), to(#fbc220));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#fdd35a), to(#fbc220));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#fdd35a), to(#fbc220));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#fdd35a), to(#fbc220));
}

.btn-yellow:hover,
.open .btn-yellow.dropdown-toggle 
{
    background-color: #fdd35a !important;
    border-color: #fdd35a;
    color: #fff;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active 
{
    background-color: #ffce55 !important;
    border-color: #ffce55;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion yellow Button*/
/*#region darkorange Button*/

.btn-darkorange,
.btn-darkorange:focus 
{
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    color: #ffffff;
}

.btn-darkorange:hover 
{
    color: #ffffff;
}

.btn-darkorange.dropdown-toggle 
{
    border-left-color: #f07154 !important;
}

.btn-darkorange.active 
{
    background-color: #da411f !important;
    border-color: #cc3918;
}

.btn-darkorange.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZjY5NGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhNDExZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#ef694b), to(#da411f));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#ef694b), to(#da411f));
}

.btn-darkorange:hover,
.open .btn-darkorange.dropdown-toggle 
{
    background-color: #ef694b !important;
    border-color: #ef694b;
    color: #fff;
}

.btn-darkorange.disabled,
.btn-darkorange[disabled],
fieldset[disabled] .btn-darkorange,
.btn-darkorange.disabled:hover,
.btn-darkorange[disabled]:hover,
fieldset[disabled] .btn-darkorange:hover,
.btn-darkorange.disabled:focus,
.btn-darkorange[disabled]:focus,
fieldset[disabled] .btn-darkorange:focus,
.btn-darkorange.disabled:active,
.btn-darkorange[disabled]:active,
fieldset[disabled] .btn-darkorange:active,
.btn-darkorange.disabled.active,
.btn-darkorange[disabled].active,
fieldset[disabled] .btn-darkorange.active 
{
    background-color: #ed4e2a !important;
    border-color: #ed4e2a;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion darkorange Button*/
/*#region magenta Button*/

.btn-magenta,
.btn-magenta:focus 
{
    background-color: #bc5679 !important;
    border-color: #bc5679;
    color: #ffffff;
}

.btn-magenta:hover 
{
    color: #ffffff;
}

.btn-magenta.dropdown-toggle 
{
    border-left-color: #c96d8c !important;
}

.btn-magenta.active 
{
    background-color: #a5325a !important;
    border-color: #9f3156;
}

.btn-magenta.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjNDYyODMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MzI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#c46283), to(#a5325a));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#c46283), to(#a5325a));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#c46283), to(#a5325a));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#c46283), to(#a5325a));
}

.btn-magenta:hover,
.open .btn-magenta.dropdown-toggle 
{
    background-color: #c46283 !important;
    border-color: #c46283;
    color: #fff;
}

.btn-magenta.disabled,
.btn-magenta[disabled],
fieldset[disabled] .btn-magenta,
.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled:active,
.btn-magenta[disabled]:active,
fieldset[disabled] .btn-magenta:active,
.btn-magenta.disabled.active,
.btn-magenta[disabled].active,
fieldset[disabled] .btn-magenta.active 
{
    background-color: #bc5679 !important;
    border-color: #bc5679;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion magenta Button*/
/*#region purple Button*/

.btn-purple,
.btn-purple:focus 
{
    background-color: #7e3794 !important;
    border-color: #7e3794;
    color: #ffffff;
}

.btn-purple:hover 
{
    color: #ffffff;
}

.btn-purple.dropdown-toggle 
{
    border-left-color: #9852ae !important;
}

.btn-purple.active 
{
    background-color: #69257e !important;
    border-color: #601e74;
}

.btn-purple.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YzQ0YTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjU3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#8c44a2), to(#69257e));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#8c44a2), to(#69257e));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#8c44a2), to(#69257e));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#8c44a2), to(#69257e));
}

.btn-purple:hover,
.open .btn-purple.dropdown-toggle 
{
    background-color: #8c44a2 !important;
    border-color: #8c44a2;
    color: #fff;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active 
{
    background-color: #7e3794 !important;
    border-color: #7e3794;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion purple Button*/
/*#region maroon Button*/

.btn-maroon,
.btn-maroon:focus 
{
    background-color: #981b48 !important;
    border-color: #981b48;
    color: #ffffff;
}

.btn-maroon:hover 
{
    color: #ffffff;
}

.btn-maroon.dropdown-toggle 
{
    border-left-color: #b55274 !important;
}

.btn-maroon.active 
{
    background-color: #7c1138 !important;
    border-color: #9f3156;
}

.btn-maroon.shiny 
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODI4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2MTIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#a82856), to(#86123c));
    background-image: -moz-linear-gradient(linear, left top, left bottom, from(#a82856), to(#86123c));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#a82856), to(#86123c));
    background-image: linear-gradient(linear, left to bottom, left bottom, from(#a82856), to(#86123c));
}

.btn-maroon:hover,
.open .btn-maroon.dropdown-toggle 
{
    background-color: #a82856 !important;
    border-color: #a82856;
    color: #fff;
}

.btn-maroon.disabled,
.btn-maroon[disabled],
fieldset[disabled] .btn-maroon,
.btn-maroon.disabled:hover,
.btn-maroon[disabled]:hover,
fieldset[disabled] .btn-maroon:hover,
.btn-maroon.disabled:focus,
.btn-maroon[disabled]:focus,
fieldset[disabled] .btn-maroon:focus,
.btn-maroon.disabled:active,
.btn-maroon[disabled]:active,
fieldset[disabled] .btn-maroon:active,
.btn-maroon.disabled.active,
.btn-maroon[disabled].active,
fieldset[disabled] .btn-maroon.active 
{
    background-color: #981b48 !important;
    border-color: #981b48;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*#endregion maroon Button*/

.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active 
{
    outline: 0;
}

.btn.disabled:active,
.btn[disabled]:active 
{
    top: 0;
    left: 0;
}

.open .btn.dropdown-toggle 
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*#region Group Button*/

.btn-group > .btn:not(:first-child):not(.dropdown-toggle) 
{
    border-left: 0;
}

.btn-group > .btn,
.btn-group > .btn + .btn 
{
    margin: 0;
}

.btn-group > .btn:first-child 
{
    margin: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.btn-group > .btn:last-child 
{
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

.btn-group > .btn > .caret 
{
    margin-left: 1px;
    border-width: 5px;
    border-top-color: #eeeeee;
    margin-top: 1px;
}

.btn-group > .btn.btn-default > .caret 
{
    border-top-color: #333333;
}

.btn-group > .btn + .btn.dropdown-toggle 
{
    padding-left: 7px;
    padding-right: 7px;
}

.btn-group > .btn + .btn-lg.dropdown-toggle 
{
    padding-right: 10px;
    padding-left: 10px;
}

.btn-group > .btn + .btn-sm.dropdown-toggle 
{
    padding-right: 6px;
    padding-left: 6px;
}

.btn-group > .btn + .btn-sm.dropdown-toggle .fa 
{
    line-height: 13px;
}

.btn-group > .btn + .btn-xs.dropdown-toggle 
{
    padding-right: 5px;
    padding-left: 5px;
}

.btn-group > .btn + .btn-xs.dropdown-toggle .fa 
{
    line-height: 13px;
}

.btn-group .dropdown-toggle 
{
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

.btn-group .dropdown-toggle .fa 
{
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 0;
    margin-left: 0;
}

.btn-group > .btn,
.btn-group + .btn 
{
    margin: 0;
}

.btn-group > .btn.active:after,
.btn-group + .btn.active:after 
{
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-bottom-width: 1px;
}

.btn-group-vertical > .btn:not(:last-child) 
{
    border-bottom: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) 
{
    border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) 
{
    border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn 
{
    margin: 0;
}

.btn-group-vertical > .btn:first-child 
{
    margin-right: 0;
}
/*#endregion Group Button*/
/*#endregion Buttons*/
/*#region Accordion*/

.accordion.spaced.panel-group .panel + .panel 
{
    margin-top: 3px;
}

.accordion.panel-group 
{
    border: 1px solid #d8d8d8;
    border-top-width: 0;
}

.accordion.panel-group .panel 
{
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion.panel-group .panel:last-child 
{
    border-bottom-width: 1px;
}

.accordion.panel-group .panel .collapse 
{
    background-color: #ffffff;
}

.accordion.panel-group .panel + .panel 
{
    margin-top: 0;
}

.accordion.panel-group .panel-heading 
{
    padding: 0;
}

.accordion.panel-group .panel-heading + .panel-collapse .panel-body 
{
    border-top-color: #d5d5d5 !important;
}

.accordion.panel-group .panel-heading .accordion-toggle 
{
    color: #555555;
    background-color: #ffffff;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    display: block;
}

.accordion.panel-group .panel-heading .accordion-toggle:after 
{
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    position: absolute;
    right: 20px;
    top: 8px;
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: bold;
    content: "\f107";
    color: #bebebe;
}

.accordion.panel-group .panel-heading .accordion-toggle.collapsed:after 
{
    content: "\f105";
}

.accordion.panel-group .panel-heading .accordion-toggle.collapsed 
{
    color: #737373;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-transition: border 0.218s;
    -moz-transition: border 0.218s;
    -o-transition: border 0.218s;
    transition: border 0.218s;
    border-bottom: 1px solid #f5f5f5;
}

.accordion.panel-group .panel-heading .accordion-toggle:hover 
{
    color: #262626;
    text-decoration: none;
}

.accordion.panel-group .panel-heading .accordion-toggle:hover > [class*="icon-"]:first-child 
{
    text-decoration: none;
}

.accordion.panel-group .panel-heading .accordion-toggle:hover:after 
{
    color: #262626;
}

.accordion.panel-group .panel-heading .accordion-toggle:focus,
.accordion.panel-group .panel-heading .accordion-toggle:active 
{
    outline: 0;
    text-decoration: none;
}

.accordion.panel-group .panel-heading .accordion-toggle > [class*="fa-"]:first-child 
{
    width: 16px;
}

.accordion.panel-group .panel-body 
{
    background-color: #eeeeee;
    border-left: 2px solid #eeeeee;
    color: #262626 !important;
}

.accordion.panel-group.no-padding 
{
    padding: 0;
}
/*#endregion Accordions*/
/*#region labels and badges */

.label,
.badge 
{
    display: inline-block;
    font-weight: 300;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
}

.label 
{
    font-size: 12px;
    padding: 4px 6px 4px 6px;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
}

.label.label-sm 
{
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}

.badge 
{
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #cccccc;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 12px !important;
    -moz-background-clip: padding !important;
    border-radius: 12px !important;
    background-clip: padding-box !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    vertical-align: middle;
}

.badge.badge-square 
{
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
}

.badge.badge-empty 
{
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    vertical-align: baseline;
}

.badge-default,
.label-default 
{
    background-color: #cccccc !important;
}

.badge-default.graded,
.label-default.graded 
{
    background: linear-gradient(to right, #cccccc, #e5e5e5) !important;
}

.badge-blue,
.label-blue 
{
    background-color: #5db2ff !important;
}

.badge-blue.graded,
.label-blue.graded 
{
    background: linear-gradient(to right, #5db2ff, #80c1fb) !important;
}

.label-info,
.badge-info 
{
    background-color: #57b5e3;
    background-image: none !important;
}

.label-info.graded,
.badge-info.graded 
{
    background: linear-gradient(to right, #57b5e3, #c4e6f6) !important;
}

.label-sky,
.badge-sky 
{
    background-color: #11a9cc;
    background-image: none !important;
}

.label-sky.graded,
.badge-sky.graded 
{
    background: linear-gradient(to right, #11a9cc, #c4e6f6) !important;
}

.badge-primary,
.label-primary 
{
    background-color: #2983c1 !important;
}

.badge-primary.graded,
.label-primary.graded 
{
    background: linear-gradient(to right, #4374e0, #aec9fa) !important;
}

.label-azure,
.badge-azure 
{
    background-color: #2dc3e8;
    background-image: none !important;
}

.label-azure.graded,
.badge-azure.graded 
{
    background: linear-gradient(to right, #2dc3e8, #5edfff) !important;
}

.label-blueberry,
.badge-blueberry 
{
    background-color: #6f85bf;
    background-image: none !important;
}

.label-blueberry.graded,
.badge-blueberry.graded 
{
    background: linear-gradient(to right, #6f85bf, #ced5e9) !important;
}

.label-palegreen,
.badge-palegreen 
{
    background-color: #a0d468;
    background-image: none !important;
}

.label-palegreen.graded,
.badge-palegreen.graded 
{
    background: linear-gradient(to right, #a0d468, #c5e9b6) !important;
}

.label-success,
.badge-success 
{
    background-color: #53a93f;
    background-image: none !important;
}

.label-success.graded,
.badge-success.graded 
{
    background: linear-gradient(to right, #53a93f, #b0e0a4) !important;
}

.label-green,
.badge-green 
{
    background-color: #8cc474;
    background-image: none !important;
}

.label-green.graded,
.badge-green.graded 
{
    background: linear-gradient(to right, #8cc474, #a0d468) !important;
}

.label-lightyellow,
.badge-lightyellow 
{
    background-color: #f6d52e;
    background-image: none !important;
}

.label-lightyellow.graded,
.badge-lightyellow.graded 
{
    background: linear-gradient(to right, #f6d52e, #f8e26d) !important;
}

.label-yellow,
.badge-yellow 
{
    background-color: #ffce55;
    background-image: none !important;
}

.label-yellow.graded,
.badge-yellow.graded 
{
    background: linear-gradient(to right, #ffce55, #f6d52e) !important;
}

.label-warning,
.badge-warning 
{
    background-color: #f4b400;
    background-image: none !important;
}

.label-warning.graded,
.badge-warning.graded 
{
    background: linear-gradient(to right, #f4b400, #f8df95) !important;
}

.label-gold,
.badge-gold 
{
    background-color: #f9b256;
    background-image: none !important;
}

.label-gold.graded,
.badge-gold.graded 
{
    background: linear-gradient(to right, #f9b256, #fece90) !important;
}

.label-orange,
.badge-orange 
{
    background-color: #fb6e52;
    background-image: none !important;
}

.label-orange.graded,
.badge-orange.graded 
{
    background: linear-gradient(to right, #fb6e52, #fb9f8d) !important;
}

.label-lightred,
.badge-lightred 
{
    background-color: #e46f61;
    background-image: none !important;
}

.label-lightred.graded,
.badge-lightred.graded 
{
    background: linear-gradient(to right, #e46f61, #f88f83) !important;
}

.label-darkorange,
.badge-darkorange 
{
    background-color: #ed4e2a;
    background-image: none !important;
}

.label-darkorange.graded,
.badge-darkorange.graded 
{
    background: linear-gradient(to right, #ed4e2a, #f5a998) !important;
}

.label-red,
.badge-red 
{
    background-color: #df5138;
    background-image: none !important;
}

.label-red.graded,
.badge-red.graded 
{
    background: linear-gradient(to right, #df5138, #f5836f) !important;
}

.label-pink,
.badge-pink 
{
    background-color: #e75b8d;
    background-image: none !important;
}

.label-pink.graded,
.badge-pink.graded 
{
    background: linear-gradient(to right, #e75b8d, #f299b9) !important;
}

.label-darkpink,
.badge-darkpink 
{
    background-color: #cc324b;
    background-image: none !important;
}

.label-darkpink.graded,
.badge-darkpink.graded 
{
    background: linear-gradient(to right, #cc324b, #fb6880) !important;
}

.label-danger,
.badge-danger 
{
    background-color: #d73d32;
    background-image: none !important;
}

.label-danger.graded,
.badge-danger.graded 
{
    background: linear-gradient(to right, #d73d32, #f7b5b0) !important;
}

.label-magenta,
.badge-magenta 
{
    background-color: #bc5679;
    background-image: none !important;
}

.label-magenta.graded,
.badge-magenta.graded 
{
    background: linear-gradient(to right, #bc5679, #e9abc0) !important;
}

.label-purple,
.badge-purple 
{
    background-color: #7e3794;
    background-image: none !important;
}

.label-purple.graded,
.badge-purple.graded 
{
    background: linear-gradient(to right, #7e3794, #daafe8) !important;
}

.label-maroon,
.badge-maroon 
{
    background-color: #981b48;
    background-image: none !important;
}

.label-maroon.graded,
.badge-maroon.graded 
{
    background: linear-gradient(to right, #981b48, #eab6c9) !important;
}
/*#endregion labels and badges */
/*#region Progress Bar*/

.progress 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #e5e5e5;
    height: 18px;
    position: relative;
}

.progress:before 
{
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
    background-image: -moz-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
    background-image: -o-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
    background-image: radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
}

.progress .progress-bar 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
}

.progress.progress-xlg 
{
    height: 26px;
}

.progress.progress-xlg .progress-bar 
{
    line-height: 25px;
}

.progress.progress-lg 
{
    height: 22px;
}

.progress.progress-lg .progress-bar 
{
    line-height: 21px;
}

.progress.progress-sm 
{
    height: 12px;
}

.progress.progress-sm .progress-bar 
{
    line-height: 10px;
    font-size: 11px;
}

.progress.progress-xs 
{
    height: 9px;
}

.progress.progress-xs .progress-bar 
{
    line-height: 8px;
    font-size: 11px;
}

.progress.progress-xxs 
{
    height: 4px;
}

.progress.progress-xxs .progress-bar 
{
    line-height: 4px;
    font-size: 0;
}

.progress.progress-right .progress-bar 
{
    float: right;
}

.progress.progress-shadowed 
{
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.progress.progress-no-radius 
{
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
}

.progress.progress-vertical 
{
    width: 25px;
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.progress.progress-vertical .progress-bar 
{
    position: absolute;
    width: 25px;
    overflow: hidden;
    line-height: 20px;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.progress.progress-vertical .progress-bar span 
{
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.progress.progress-vertical.progress-bottom 
{
    position: relative;
}

.progress.progress-vertical.progress-bottom .progress-bar 
{
    position: absolute;
    bottom: 0;
}

.progress.progress-vertical.progress-bottom .progress-bar span 
{
    position: absolute;
    left: 0;
    bottom: 0;
}

.progress.progress-vertical.progress-xlg 
{
    width: 40px;
}

.progress.progress-vertical.progress-xlg .progress-bar 
{
    width: 40px;
}

.progress.progress-vertical.progress-lg 
{
    width: 30px;
}

.progress.progress-vertical.progress-lg .progress-bar 
{
    width: 30px;
}

.progress.progress-vertical.progress-sm 
{
    width: 20px;
}

.progress.progress-vertical.progress-sm .progress-bar 
{
    width: 20px;
}

.progress.progress-vertical.progress-sm .progress-bar span 
{
    font-size: 8px;
}

.progress.progress-vertical.progress-xs 
{
    width: 10px;
}

.progress.progress-vertical.progress-xs .progress-bar 
{
    width: 10px;
}

.progress.progress-vertical.progress-xs .progress-bar span 
{
    font-size: 0;
}

.progress.progress-vertical.progress-xxs 
{
    width: 5px;
}

.progress.progress-vertical.progress-xxs .progress-bar 
{
    width: 5px;
}

.progress.progress-vertical.progress-xxs .progress-bar span 
{
    font-size: 0;
}

.progress.progress-vertical.progress-bordered 
{
    width: 31px;
}

.progress.progress-vertical.progress-bordered.progress-bottom .progress-bar 
{
    bottom: 3px;
}

.progress.progress-vertical.progress-bordered.progress-xlg 
{
    width: 48px;
}

.progress.progress-vertical.progress-bordered.progress-lg 
{
    width: 38px;
}

.progress.progress-vertical.progress-bordered.progress-sm 
{
    width: 28px;
}

.progress.progress-vertical.progress-bordered.progress-xs 
{
    width: 18px;
}

.progress.progress-vertical.progress-bordered.progress-xxs 
{
    width: 13px;
}

.progress.progress-bordered 
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 3px;
    height: 24px;
}

.progress.progress-bordered.progress-xlg 
{
    height: 32px;
}

.progress.progress-bordered.progress-lg 
{
    height: 28px;
}

.progress.progress-bordered.progress-sm 
{
    height: 18px;
}

.progress.progress-bordered.progress-xs 
{
    height: 15px;
}

.progress.progress-bordered.progress-xxs 
{
    height: 10px;
}

.progress-bar 
{
    background-color: #2dc3e8;
}

.progress-bar-danger 
{
    background-color: #d73d32 !important;
}

.progress-bar-success 
{
    background-color: #53a93f !important;
}

.progress-bar-warning 
{
    background-color: #f4b400 !important;
}

.progress-bar-silver 
{
    background-color: #777777 !important;
}

.progress-bar-inverse 
{
    background-color: #444444 !important;
}

.progress-bar-blue 
{
    background-color: #5db2ff !important;
}

.progress-bar-info 
{
    background-color: #57b5e3 !important;
}

.progress-bar-azure 
{
    background-color: #2dc3e8 !important;
}

.progress-bar-sky 
{
    background-color: #11a9cc !important;
}

.progress-bar-blueberry 
{
    background-color: #6f85bf !important;
}

.progress-bar-palegreen 
{
    background-color: #a0d468 !important;
}

.progress-bar-orange 
{
    background-color: #fb6e52 !important;
}

.progress-bar-darkorange 
{
    background-color: #ed4e2a !important;
}

.progress-bar-magenta 
{
    background-color: #bc5679 !important;
}

.progress-bar-purple 
{
    background-color: #7e3794 !important;
}

.progress-bar-maroon 
{
    background-color: #981b48 !important;
}

.progress-striped .progress-bar 
{
    background-image: 8121991;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*#endregion Progress Bar*/
/*#region Wells*/

.well 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #fbfbfb;
    border: 0;
    color: #262626;
    position: relative;
    min-height: 0px;
    /*#region Bordered Well*/
    /*#endregion Bordered Well*/
    /*#region Colored Well*/
    /*#endregion Bordered Well*/
}

.well.attached 
{
    position: relative;
    top: -1px;
    bottom: -1px;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 0 0 1px #DDD;
}

.well.attached.top 
{
    top: 0;
    bottom: -1px;
    margin-top: 1em;
    margin-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    border-bottom: 0;
}

.well.attached.bottom 
{
    top: -1px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 1em;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    border-top: 0;
}

.well.attached.bottom:last-child 
{
    margin-bottom: 0;
}

.well.bordered-top 
{
    border-top: 5px solid #2dc3e8;
}

.well.bordered-bottom 
{
    border-bottom: 5px solid #2dc3e8;
}

.well.bordered-left 
{
    border-left: 5px solid #2dc3e8;
}

.well.bordered-right 
{
    border-right: 5px solid #2dc3e8;
}

.well[class*="bg-"] 
{
    color: #f5f5f5;
}

.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 
{
    margin-top: 0;
}

.well h1,
.well h2,
.well h3 
{
    line-height: 36px;
}

.well.with-header 
{
    padding-top: 60px;
}

.well.with-footer 
{
    padding-bottom: 60px;
}

.well .header 
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.well .header[class*="bg-"] 
{
    color: #ffffff;
    border-bottom: 0;
}

.well .header[class*="bordered-"] 
{
    border-bottom: 3px solid #ffffff;
}

.well .footer 
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
}

.well .footer[class*="bordered-"] 
{
    border-top: 3px solid #ffffff;
}

.well hr.wide 
{
    margin-right: -19px;
    margin-left: -19px;
}
/*#endregion Wells*/
/*#region PopOvers*/

.popover 
{
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #444444;
    background-color: #fbfbfb;
}

.popover .popover.bottom .arrow:after 
{
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
    border-top-width: 0;
}

.popover.inverted 
{
    background-color: #262626;
    color: #f5f5f5;
}

.popover.inverted .popover-title 
{
    background-color: #262626;
    color: #f5f5f5;
}

.popover.inverted.top .arrow:after 
{
    border-top-color: #262626;
}

.popover.inverted.bottom .arrow:after 
{
    border-bottom-color: #262626;
}

.popover.inverted.left .arrow:after 
{
    border-left-color: #262626;
}

.popover.inverted.right .arrow:after 
{
    border-right-color: #262626;
}

.popover.dark 
{
    background-color: #e5e5e5;
}

.popover.dark .popover-title 
{
    background-color: #e5e5e5;
}

.popover.dark.top .arrow:after 
{
    border-top-color: #e5e5e5;
}

.popover.dark.bottom .arrow:after 
{
    border-bottom-color: #e5e5e5;
}

.popover.dark.left .arrow:after 
{
    border-left-color: #e5e5e5;
}

.popover.dark.right .arrow:after 
{
    border-right-color: #e5e5e5;
}

.popover-title 
{
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    color: #000000;
    border-bottom: 3px solid #2dc3e8;
}

.popover-notitle + .popover .popover-title 
{
    display: none;
}

.popover-notitle + .popover.top .arrow:after 
{
    border-top-color: #ffffff;
}

.popover-notitle + .popover.bottom .arrow:after 
{
    border-bottom-color: #ffffff;
}

.popover-notitle + .popover.left .arrow:after 
{
    border-left-color: #ffffff;
}

.popover-notitle + .popover.right .arrow:after 
{
    border-left-color: #ffffff;
}
/*#endregion Popovers*/
/*#region ToolTips*/

.tooltip.in 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.tooltip.top .tooltip-arrow 
{
    border-top-color: #262626;
}

.tooltip.right .tooltip-arrow 
{
    border-right-color: #262626;
}

.tooltip.left .tooltip-arrow 
{
    border-left-color: #262626;
}

.tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #262626;
}

.tooltip-lg + .tooltip > .tooltip-inner
{
    font-size: 15px !important;
}

.tooltip-inner 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
    -moz-box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
    box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
    -webkit-transition: visibility 0, opacity 0.13s ease-in;
    -moz-transition: visibility 0, opacity 0.13s ease-in;
    -o-transition: visibility 0, opacity 0.13s ease-in;
    transition: visibility 0, opacity 0.13s ease-in;
    background-color: #262626;
    border: 1px solid #262626;
    color: #aaa;
    padding: 8px 8px;
    font-size: 13px;
}

.tooltip-white + .tooltip > .tooltip-inner 
{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #262626;
}

.tooltip-white + .tooltip.top .tooltip-arrow 
{
    border-top-color: #ffffff;
}

.tooltip-white + .tooltip.right .tooltip-arrow 
{
    border-right-color: #ffffff;
}

.tooltip-white + .tooltip.left .tooltip-arrow
 {
    border-left-color: #ffffff;
}

.tooltip-white + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #ffffff;
}

.tooltip-whitesmoke + .tooltip > .tooltip-inner 
{
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #262626;
}

.tooltip-whitesmoke + .tooltip.top .tooltip-arrow 
{
    border-top-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.right .tooltip-arrow 
{
    border-right-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.left .tooltip-arrow 
{
    border-left-color: #f5f5f5;
}

.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #f5f5f5;
}

.tooltip-snow + .tooltip > .tooltip-inner 
{
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    color: #262626;
}

.tooltip-snow + .tooltip.top .tooltip-arrow 
{
    border-top-color: #fbfbfb;
}

.tooltip-snow + .tooltip.right .tooltip-arrow 
{
    border-right-color: #fbfbfb;
}

.tooltip-snow + .tooltip.left .tooltip-arrow 
{
    border-left-color: #fbfbfb;
}

.tooltip-snow + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #fbfbfb;
}

.tooltip-seashell + .tooltip > .tooltip-inner 
{
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #262626;
}

.tooltip-seashell + .tooltip.top .tooltip-arrow 
{
    border-top-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.right .tooltip-arrow 
{
    border-right-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.left .tooltip-arrow 
{
    border-left-color: #f3f3f3;
}

.tooltip-seashell + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #f3f3f3;
}

.tooltip-ivory + .tooltip > .tooltip-inner 
{
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    color: #262626;
}

.tooltip-ivory + .tooltip.top .tooltip-arrow 
{
    border-top-color: #eeeeee;
}

.tooltip-ivory + .tooltip.right .tooltip-arrow 
{
    border-right-color: #eeeeee;
}

.tooltip-ivory + .tooltip.left .tooltip-arrow 
{
    border-left-color: #eeeeee;
}

.tooltip-ivory + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #eeeeee;
}

.tooltip-platinum + .tooltip > .tooltip-inner 
{
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #262626;
}

.tooltip-platinum + .tooltip.top .tooltip-arrow 
{
    border-top-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.right .tooltip-arrow 
{
    border-right-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.left .tooltip-arrow 
{
    border-left-color: #e5e5e5;
}

.tooltip-platinum + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #e5e5e5;
}

.tooltip-lightgray + .tooltip > .tooltip-inner 
{
    border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
    color: #262626;
}

.tooltip-lightgray + .tooltip.top .tooltip-arrow 
{
    border-top-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.right .tooltip-arrow 
{
    border-right-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.left .tooltip-arrow 
{
    border-left-color: #d0d0d0;
}

.tooltip-lightgray + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #d0d0d0;
}

.tooltip-gray + .tooltip > .tooltip-inner 
{
    border: 1px solid #cccccc;
    background-color: #cccccc;
    color: #262626;
}

.tooltip-gray + .tooltip.top .tooltip-arrow 
{
    border-top-color: #cccccc;
}

.tooltip-gray + .tooltip.right .tooltip-arrow 
{
    border-right-color: #cccccc;
}

.tooltip-gray + .tooltip.left .tooltip-arrow 
{
    border-left-color: #cccccc;
}

.tooltip-gray + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #cccccc;
}

.tooltip-darkgray + .tooltip > .tooltip-inner 
{
    border: 1px solid #999999;
    background-color: #999999;
    color: #262626;
}

.tooltip-darkgray + .tooltip.top .tooltip-arrow 
{
    border-top-color: #999999;
}

.tooltip-darkgray + .tooltip.right .tooltip-arrow 
{
    border-right-color: #999999;
}

.tooltip-darkgray + .tooltip.left .tooltip-arrow 
{
    border-left-color: #999999;
}

.tooltip-darkgray + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #999999;
}

.tooltip-silver + .tooltip > .tooltip-inner 
{
    border: 1px solid #777777;
    background-color: #777777;
    color: #ffffff;
}

.tooltip-silver + .tooltip.top .tooltip-arrow 
{
    border-top-color: #777777;
}

.tooltip-silver + .tooltip.right .tooltip-arrow 
{
    border-right-color: #777777;
}

.tooltip-silver + .tooltip.left .tooltip-arrow 
{
    border-left-color: #777777;
}

.tooltip-silver + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #777777;
}

.tooltip-sonic-silver + .tooltip > .tooltip-inner 
{
    border: 1px solid #737373;
    background-color: #737373;
    color: #ffffff;
}

.tooltip-sonic-silver + .tooltip.top .tooltip-arrow 
{
    border-top-color: #737373;
}

.tooltip-sonic-silver + .tooltip.right .tooltip-arrow 
{
    border-right-color: #737373;
}

.tooltip-sonic-silver + .tooltip.left .tooltip-arrow 
{
    border-left-color: #737373;
}

.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #737373;
}

.tooltip-storm-cloud + .tooltip > .tooltip-inner 
{
    border: 1px solid #666666;
    background-color: #666666;
    color: #ffffff;
}

.tooltip-storm-cloud + .tooltip.top .tooltip-arrow 
{
    border-top-color: #666666;
}

.tooltip-storm-cloud + .tooltip.right .tooltip-arrow 
{
    border-right-color: #666666;
}

.tooltip-storm-cloud + .tooltip.left .tooltip-arrow 
{
    border-left-color: #666666;
}

.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #666666;
}

.tooltip-lightcarbon + .tooltip > .tooltip-inner 
{
    border: 1px solid #555555;
    background-color: #555555;
    color: #ffffff;
}

.tooltip-lightcarbon + .tooltip.top .tooltip-arrow 
{
    border-top-color: #555555;
}

.tooltip-lightcarbon + .tooltip.right .tooltip-arrow 
{
    border-right-color: #555555;
}

.tooltip-lightcarbon + .tooltip.left .tooltip-arrow 
{
    border-left-color: #555555;
}

.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #555555;
}

.tooltip-carbon + .tooltip > .tooltip-inner 
{
    border: 1px solid #444444;
    background-color: #444444;
    color: #ffffff;
}

.tooltip-carbon + .tooltip.top .tooltip-arrow 
{
    border-top-color: #444444;
}

.tooltip-carbon + .tooltip.right .tooltip-arrow 
{
    border-right-color: #444444;
}

.tooltip-carbon + .tooltip.left .tooltip-arrow 
{
    border-left-color: #444444;
}

.tooltip-carbon + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #444444;
}

.tooltip-slate-gray + .tooltip > .tooltip-inner 
{
    border: 1px solid #333333;
    background-color: #333333;
    color: #ffffff;
}

.tooltip-slate-gray + .tooltip.top .tooltip-arrow 
{
    border-top-color: #333333;
}

.tooltip-slate-gray + .tooltip.right .tooltip-arrow 
{
    border-right-color: #333333;
}

.tooltip-slate-gray + .tooltip.left .tooltip-arrow 
{
    border-left-color: #333333;
}

.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #333333;
}

.tooltip-darkcarbon + .tooltip > .tooltip-inner 
{
    border: 1px solid #262626;
    background-color: #262626;
    color: #ffffff;
}

.tooltip-darkcarbon + .tooltip.top .tooltip-arrow 
{
    border-top-color: #262626;
}

.tooltip-darkcarbon + .tooltip.right .tooltip-arrow 
{
    border-right-color: #262626;
}

.tooltip-darkcarbon + .tooltip.left .tooltip-arrow 
{
    border-left-color: #262626;
}

.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #262626;
}

.tooltip-blue + .tooltip > .tooltip-inner 
{
    border: 1px solid #5db2ff;
    background-color: #5db2ff;
    color: #fff;
}

.tooltip-blue + .tooltip.top .tooltip-arrow 
{
    border-top-color: #5db2ff;
}

.tooltip-blue + .tooltip.right .tooltip-arrow 
{
    border-right-color: #5db2ff;
}

.tooltip-blue + .tooltip.left .tooltip-arrow 
{
    border-left-color: #5db2ff;
}

.tooltip-blue + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #5db2ff;
}

.tooltip-info + .tooltip > .tooltip-inner 
{
    border: 1px solid #57b5e3;
    background-color: #57b5e3;
    color: #fff;
}

.tooltip-info + .tooltip.top .tooltip-arrow 
{
    border-top-color: #57b5e3;
}

.tooltip-info + .tooltip.right .tooltip-arrow 
{
    border-right-color: #57b5e3;
}

.tooltip-info + .tooltip.left .tooltip-arrow 
{
    border-left-color: #57b5e3;
}

.tooltip-info + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #57b5e3;
}

.tooltip-sky + .tooltip > .tooltip-inner 
{
    border: 1px solid #11a9cc;
    background-color: #11a9cc;
    color: #fff;
}

.tooltip-sky + .tooltip.top .tooltip-arrow 
{
    border-top-color: #11a9cc;
}

.tooltip-sky + .tooltip.right .tooltip-arrow 
{
    border-right-color: #11a9cc;
}

.tooltip-sky + .tooltip.left .tooltip-arrow 
{
    border-left-color: #11a9cc;
}

.tooltip-sky + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #11a9cc;
}

.tooltip-primary + .tooltip > .tooltip-inner 
{
    border: 1px solid #4374e0;
    background-color: #4374e0;
    color: #fff;
}

.tooltip-primary + .tooltip.top .tooltip-arrow 
{
    border-top-color: #4374e0;
}

.tooltip-primary + .tooltip.right .tooltip-arrow 
{
    border-right-color: #4374e0;
}

.tooltip-primary + .tooltip.left .tooltip-arrow 
{
    border-left-color: #4374e0;
}

.tooltip-primary + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #4374e0;
}

.tooltip-azure + .tooltip > .tooltip-inner 
{
    border: 1px solid #2dc3e8;
    background-color: #2dc3e8;
    color: #fff;
}

.tooltip-azure + .tooltip.top .tooltip-arrow
{
    border-top-color: #2dc3e8;
}

.tooltip-azure + .tooltip.right .tooltip-arrow 
{
    border-right-color: #2dc3e8;
}

.tooltip-azure + .tooltip.left .tooltip-arrow 
{
    border-left-color: #2dc3e8;
}

.tooltip-azure + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #2dc3e8;
}

.tooltip-blueberry + .tooltip > .tooltip-inner 
{
    border: 1px solid #6f85bf;
    background-color: #6f85bf;
    color: #fff;
}

.tooltip-blueberry + .tooltip.top .tooltip-arrow 
{
    border-top-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.right .tooltip-arrow 
{
    border-right-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.left .tooltip-arrow 
{
    border-left-color: #6f85bf;
}

.tooltip-blueberry + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #6f85bf;
}

.tooltip-palegreen + .tooltip > .tooltip-inner 
{
    border: 1px solid #a0d468;
    background-color: #a0d468;
    color: #fff;
}

.tooltip-palegreen + .tooltip.top .tooltip-arrow 
{
    border-top-color: #a0d468;
}

.tooltip-palegreen + .tooltip.right .tooltip-arrow 
{
    border-right-color: #a0d468;
}

.tooltip-palegreen + .tooltip.left .tooltip-arrow 
{
    border-left-color: #a0d468;
}

.tooltip-palegreen + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #a0d468;
}

.tooltip-success + .tooltip > .tooltip-inner 
{
    border: 1px solid #53a93f;
    background-color: #53a93f;
    color: #fff;
}

.tooltip-success + .tooltip.top .tooltip-arrow 
{
    border-top-color: #53a93f;
}

.tooltip-success + .tooltip.right .tooltip-arrow 
{
    border-right-color: #53a93f;
}

.tooltip-success + .tooltip.left .tooltip-arrow 
{
    border-left-color: #53a93f;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #53a93f;
}

.tooltip-green + .tooltip > .tooltip-inner 
{
    border: 1px solid #8cc474;
    background-color: #8cc474;
    color: #fff;
}

.tooltip-green + .tooltip.top .tooltip-arrow 
{
    border-top-color: #8cc474;
}

.tooltip-green + .tooltip.right .tooltip-arrow 
{
    border-right-color: #8cc474;
}

.tooltip-green + .tooltip.left .tooltip-arrow 
{
    border-left-color: #8cc474;
}

.tooltip-green + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #8cc474;
}

.tooltip-lightyellow + .tooltip > .tooltip-inner 
{
    border: 1px solid #f6d52e;
    background-color: #f6d52e;
    color: #fff;
}

.tooltip-lightyellow + .tooltip.top .tooltip-arrow 
{
    border-top-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.right .tooltip-arrow 
{
    border-right-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.left .tooltip-arrow 
{
    border-left-color: #f6d52e;
}

.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #f6d52e;
}

.tooltip-yellow + .tooltip > .tooltip-inner 
{
    border: 1px solid #ffce55;
    background-color: #ffce55;
    color: #fff;
}

.tooltip-yellow + .tooltip.top .tooltip-arrow 
{
    border-top-color: #ffce55;
}

.tooltip-yellow + .tooltip.right .tooltip-arrow 
{
    border-right-color: #ffce55;
}

.tooltip-yellow + .tooltip.left .tooltip-arrow 
{
    border-left-color: #ffce55;
}

.tooltip-yellow + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #ffce55;
}

.tooltip-warning + .tooltip > .tooltip-inner 
{
    border: 1px solid #f4b400;
    background-color: #f4b400;
    color: #fff;
}

.tooltip-warning + .tooltip.top .tooltip-arrow 
{
    border-top-color: #f4b400;
}

.tooltip-warning + .tooltip.right .tooltip-arrow 
{
    border-right-color: #f4b400;
}

.tooltip-warning + .tooltip.left .tooltip-arrow 
{
    border-left-color: #f4b400;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #f4b400;
}

.tooltip-gold + .tooltip > .tooltip-inner 
{
    border: 1px solid #f9b256;
    background-color: #f9b256;
    color: #fff;
}

.tooltip-gold + .tooltip.top .tooltip-arrow 
{
    border-top-color: #f9b256;
}

.tooltip-gold + .tooltip.right .tooltip-arrow 
{
    border-right-color: #f9b256;
}

.tooltip-gold + .tooltip.left .tooltip-arrow 
{
    border-left-color: #f9b256;
}

.tooltip-gold + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #f9b256;
}

.tooltip-orange + .tooltip > .tooltip-inner 
{
    border: 1px solid #fb6e52;
    background-color: #fb6e52;
    color: #fff;
}

.tooltip-orange + .tooltip.top .tooltip-arrow 
{
    border-top-color: #fb6e52;
}

.tooltip-orange + .tooltip.right .tooltip-arrow 
{
    border-right-color: #fb6e52;
}

.tooltip-orange + .tooltip.left .tooltip-arrow 
{
    border-left-color: #fb6e52;
}

.tooltip-orange + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fb6e52;
}

.tooltip-lightred + .tooltip > .tooltip-inner 
{
    border: 1px solid #e46f61;
    background-color: #e46f61;
    color: #fff;
}

.tooltip-lightred + .tooltip.top .tooltip-arrow
 {
    border-top-color: #e46f61;
}

.tooltip-lightred + .tooltip.right .tooltip-arrow 
{
    border-right-color: #e46f61;
}

.tooltip-lightred + .tooltip.left .tooltip-arrow 
{
    border-left-color: #e46f61;
}

.tooltip-lightred + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #e46f61;
}

.tooltip-darkorange + .tooltip > .tooltip-inner 
{
    border: 1px solid #ed4e2a;
    background-color: #ed4e2a;
    color: #fff;
}

.tooltip-darkorange + .tooltip.top .tooltip-arrow 
{
    border-top-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.right .tooltip-arrow 
{
    border-right-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.left .tooltip-arrow 
{
    border-left-color: #ed4e2a;
}

.tooltip-darkorange + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #ed4e2a;
}

.tooltip-red + .tooltip > .tooltip-inner 
{
    border: 1px solid #df5138;
    background-color: #df5138;
    color: #fff;
}

.tooltip-red + .tooltip.top .tooltip-arrow 
{
    border-top-color: #df5138;
}

.tooltip-red + .tooltip.right .tooltip-arrow 
{
    border-right-color: #df5138;
}

.tooltip-red + .tooltip.left .tooltip-arrow 
{
    border-left-color: #df5138;
}

.tooltip-red + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #df5138;
}

.tooltip-pink + .tooltip > .tooltip-inner 
{
    border: 1px solid #e75b8d;
    background-color: #e75b8d;
    color: #fff;
}

.tooltip-pink + .tooltip.top .tooltip-arrow 
{
    border-top-color: #e75b8d;
}

.tooltip-pink + .tooltip.right .tooltip-arrow
{
    border-right-color: #e75b8d;
}

.tooltip-pink + .tooltip.left .tooltip-arrow 
{
    border-left-color: #e75b8d;
}

.tooltip-pink + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #e75b8d;
}

.tooltip-darkpink + .tooltip > .tooltip-inner 
{
    border: 1px solid #cc324b;
    background-color: #cc324b;
    color: #fff;
}

.tooltip-darkpink + .tooltip.top .tooltip-arrow 
{
    border-top-color: #cc324b;
}

.tooltip-darkpink + .tooltip.right .tooltip-arrow 
{
    border-right-color: #cc324b;
}

.tooltip-darkpink + .tooltip.left .tooltip-arrow 
{
    border-left-color: #cc324b;
}

.tooltip-darkpink + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #cc324b;
}

.tooltip-danger + .tooltip > .tooltip-inner 
{
    border: 1px solid #d73d32;
    background-color: #d73d32;
    color: #fff;
}

.tooltip-danger + .tooltip.top .tooltip-arrow 
{
    border-top-color: #d73d32;
}

.tooltip-danger + .tooltip.right .tooltip-arrow 
{
    border-right-color: #d73d32;
}

.tooltip-danger + .tooltip.left .tooltip-arrow 
{
    border-left-color: #d73d32;
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #d73d32;
}

.tooltip-magenta + .tooltip > .tooltip-inner
{
    border: 1px solid #bc5679;
    background-color: #bc5679;
    color: #fff;
}

.tooltip-magenta + .tooltip.top .tooltip-arrow 
{
    border-top-color: #bc5679;
}

.tooltip-magenta + .tooltip.right .tooltip-arrow 
{
    border-right-color: #bc5679;
}

.tooltip-magenta + .tooltip.left .tooltip-arrow 
{
    border-left-color: #bc5679;
}

.tooltip-magenta + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #bc5679;
}

.tooltip-purple + .tooltip > .tooltip-inner 
{
    border: 1px solid #7e3794;
    background-color: #7e3794;
    color: #fff;
}

.tooltip-purple + .tooltip.top .tooltip-arrow 
{
    border-top-color: #7e3794;
}

.tooltip-purple + .tooltip.right .tooltip-arrow 
{
    border-right-color: #7e3794;
}

.tooltip-purple + .tooltip.left .tooltip-arrow 
{
    border-left-color: #7e3794;
}

.tooltip-purple + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #7e3794;
}

.tooltip-maroon + .tooltip > .tooltip-inner 
{
    border: 1px solid #981b48;
    background-color: #981b48;
    color: #fff;
}

.tooltip-maroon + .tooltip.top .tooltip-arrow 
{
    border-top-color: #981b48;
}

.tooltip-maroon + .tooltip.right .tooltip-arrow 
{
    border-right-color: #981b48;
}

.tooltip-maroon + .tooltip.left .tooltip-arrow 
{
    border-left-color: #981b48;
}

.tooltip-maroon + .tooltip.bottom .tooltip-arrow 
{
    border-bottom-color: #981b48;
}
/*#endregion ToolTips*/
/*#region Notifications*/

.toast-title 
{
    font-weight: bold;
}

.toast-message 
{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label 
{
    color: #ffffff;
}

.toast-message a:hover 
{
    color: #cccccc;
    text-decoration: none;
}

.toast-close-button 
{
    position: relative;
    right: -0.3em;
    top: -0.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.toast-close-button:hover,
.toast-close-button:focus 
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button 
{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width 
{
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width 
{
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left 
{
    top: 12px;
    left: 12px;
}

.toast-top-right 
{
    top: 12px;
    right: 12px;
}

.toast-bottom-right 
{
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left 
{
    bottom: 12px;
    left: 12px;
}

#toast-container 
{
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

#toast-container > div 
{
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999999;
    -moz-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#toast-container > :hover 
{
    -webkit-box-shadow: 0 0 12px #000000;
    -moz-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#toast-container > .toast 
{
    background-image: none !important;
}

#toast-container > .toast:before 
{
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div 
{
    width: 96%;
    margin: auto;
}

.toast 
{
    background-color: #030303;
}

.toast-white 
{
    background-color: #ffffff !important;
}

.toast-snow 
{
    background-color: #fbfbfb !important;
}

.toast-whitesmoke 
{
    background-color: #f5f5f5 !important;
}

.toast-seashell 
{
    background-color: #f3f3f3 !important;
}

.toast-ivory 
{
    background-color: #eeeeee !important;
}

.toast-platinum 
{
    background-color: #e5e5e5 !important;
}

.toast-lightgray 
{
    background-color: #d0d0d0 !important;
}

.toast-gray 
{
    background-color: #cccccc !important;
}

.toast-darkgray 
{
    background-color: #999999 !important;
}

.toast-silver 
{
    background-color: #777777 !important;
}

.toast-sonic-silver 
{
    background-color: #737373 !important;
}

.toast-storm-cloud 
{
    background-color: #666666 !important;
}

.toast-lightcarbon 
{
    background-color: #555555 !important;
}

.toast-carbon 
{
    background-color: #444444 !important;
}

.toast-slate-gray 
{
    background-color: #333333 !important;
}

.toast-darkcarbon 
{
    background-color: #262626 !important;
}

.toast-blue 
{
    background-color: #5db2ff !important;
}

.toast-info 
{
    background-color: #57b5e3 !important;
}

.toast-sky 
{
    background-color: #11a9cc !important;
}

.toast-primary 
{
    background-color: #4374e0 !important;
}

.toast-blueberry 
{
    background-color: #6f85bf !important;
}

.toast-palegreen 
{
    background-color: #a0d468 !important;
}

.toast-success 
{
    background-color: #53a93f !important;
}

.toast-green 
{
    background-color: #8cc474 !important;
}

.toast-lightyellow 
{
    background-color: #f6d52e !important;
}

.toast-yellow 
{
    background-color: #ffce55 !important;
}

.toast-warning 
{
    background-color: #f4b400 !important;
}

.toast-gold 
{
    background-color: #f9b256 !important;
}

.toast-orange 
{
    background-color: #fb6e52 !important;
}

.toast-lightred 
{
    background-color: #e46f61 !important;
}

.toast-darkorange 
{
    background-color: #ed4e2a !important;
}

.toast-red 
{
    background-color: #df5138 !important;
}

.toast-danger 
{
    background-color: #d73d32 !important;
}

.toast-pink 
{
    background-color: #e75b8d !important;
}

.toast-darkpink 
{
    background-color: #cc324b !important;
}

.toast-magenta
{
    background-color: #bc5679 !important;
}

.toast-purple 
{
    background-color: #7e3794 !important;
}

.toast-maroon 
{
    background-color: #981b48 !important;
}
/*Responsive Design*/

@media all and (max-width: 239px) 
{
    #toast-container > div 
    {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button 
    {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 240px) and (max-width: 479px) 
{
    #toast-container > div 
    {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    .dashboard-affiliate-logo 
    {
        height: 27px !important;
    }

    .affiliate-logo .responsive 
    {
        height: 27px !important;
        text-align: left;
        margin-left: -40px;
        margin-top: 15px;
    }

    #toast-container .toast-close-button 
    {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) 
{
    #toast-container > div 
    {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
/*#endregion Notifications*/
/*#region Modal*/

.modal-blue .modal-header 
{
    border-bottom: 3px solid #5db2ff;
}

.modal-danger .modal-header 
{
    border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header 
{
    border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header 
{
    border-bottom: 3px solid #f4b400;
}

.modal-silver .modal-header 
{
    border-bottom: 3px solid #777777;
}

.modal-inverse .modal-header 
{
    border-bottom: 3px solid #444444;
}

.modal-blueberry .modal-header 
{
    border-bottom: 3px solid #6f85bf;
}

.modal-palegreen .modal-header 
{
    border-bottom: 3px solid #a0d468;
}

.modal-orange .modal-header 
{
    border-bottom: 3px solid #fb6e52;
}

.modal-darkorange .modal-header 
{
    border-bottom: 3px solid #ed4e2a;
}

.modal-magenta .modal-header 
{
    border-bottom: 3px solid #bc5679;
}

.modal-purple .modal-header 
{
    border-bottom: 3px solid #7e3794;
}

.modal-maroon .modal-header 
{
    border-bottom: 3px solid #981b48;
}

.modal-primary .modal-header 
{
    border-bottom: 3px solid #4374e0;
}

.modal-content 
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: #ffffff;
    border: rgba(0, 0, 0, 0);
}

.modal-content .close 
{
    font-size: 26px;
}

.modal-footer 
{
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
}

.modal-header 
{
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5;
}

.modal-header .close 
{
    color: #fff;
    font-size: 20px;
}

.modal-backdrop 
{
    background-color: #ffffff;
}

.modal-backdrop.in 
{
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.modal-message .modal-dialog 
{
    width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title 
{
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header 
{
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon,
.modal-message .modal-header .typcn,
.modal-message .modal-header .wi 
{
    font-size: 30px;
}

.modal-message .modal-title 
{
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body 
{
    color: #737373;
}

.modal-message .modal-footer 
{
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header 
{
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header 
{
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header 
{
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header 
{
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}
.modal-open
{
    overflow: visible;
}
/*#endregion Modal*/
/*#region DropDown*/

.dropdown-menu 
{
    border: 1px solid #ccc !important;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.218s;
    -moz-transition: opacity 0.218s;
    -o-transition: opacity 0.218s;
    transition: opacity 0.218s;
    margin: 1px 0 0;
    min-width: 170px;
}

.dropdown-menu .dropdown-icon 
{
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}

.dropdown-menu > li > a 
{
    font-size: 13px;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.dropdown-menu > li > a .dropdown-expand 
{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 13px;
}

.dropdown-menu > li > a .badge,
.dropdown-menu > li > a .label 
{
    font-size: 10px !important;
}

.dropdown-menu > li > a .label 
{
    padding: 3px 6px 5px 6px;
}

.dropdown-menu > .dropdown-menu 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.dropdown-menu > .dropdown-menu > a:after 
{
    margin-right: -5px;
}

.dropdown-menu .divider 
{
    background-color: #ebebeb;
    margin-bottom: -1px;
}

.dropdown-menu.pull-right 
{
    left: auto;
    right: 0;
}

.dropdown-menu.dropdown-arrow.pull-right:before 
{
    left: auto;
    right: 9px;
}

.dropdown-menu.dropdown-arrow:before 
{
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus 
{
    background: #ebebeb;
    color: #262626;
}

.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus 
{
    background: #57b5e3;
    color: #ffffff;
}

.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus 
{
    background: #4374e0;
    color: #ffffff;
}

.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus 
{
    background: #53a93f;
    color: #ffffff;
}

.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus 
{
    background: #f4b400;
    color: #ffffff;
}

.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus 
{
    background: #d73d32;
    color: #ffffff;
}

.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus 
{
    background: #262626;
    color: #ffffff;
}

.dropdown-blue li a:hover,
.dropdown-blue li a:focus,
.dropdown-blue li a:active,
.dropdown-blue li.active a,
.dropdown-blue li.active a:hover,
.dropdown-blue .dropdown-submenu:hover > a,
.nav-tabs .dropdown-blue li > a:focus 
{
    background: #5db2ff;
    color: #ffffff;
}

.dropdown-blueberry li a:hover,
.dropdown-blueberry li a:focus,
.dropdown-blueberry li a:active,
.dropdown-blueberry li.active a,
.dropdown-blueberry li.active a:hover,
.dropdown-blueberry .dropdown-submenu:hover > a,
.nav-tabs .dropdown-blueberry li > a:focus 
{
    background: #6f85bf;
    color: #ffffff;
}

.dropdown-palegreen li a:hover,
.dropdown-palegreen li a:focus,
.dropdown-palegreen li a:active,
.dropdown-palegreen li.active a,
.dropdown-palegreen li.active a:hover,
.dropdown-palegreen .dropdown-submenu:hover > a,
.nav-tabs .dropdown-palegreen li > a:focus 
{
    background: #a0d468;
    color: #ffffff;
}

.dropdown-orange li a:hover,
.dropdown-orange li a:focus,
.dropdown-orange li a:active,
.dropdown-orange li.active a,
.dropdown-orange li.active a:hover,
.dropdown-orange .dropdown-submenu:hover > a,
.nav-tabs .dropdown-orange li > a:focus 
{
    background: #fb6e52;
    color: #ffffff;
}

.dropdown-darkorange li a:hover,
.dropdown-darkorange li a:focus,
.dropdown-darkorange li a:active,
.dropdown-darkorange li.active a,
.dropdown-darkorange li.active a:hover,
.dropdown-darkorange .dropdown-submenu:hover > a,
.nav-tabs .dropdown-darkorange li > a:focus
{
    background: #ed4e2a;
    color: #ffffff;
}

.dropdown-magenta li a:hover,
.dropdown-magenta li a:focus,
.dropdown-magenta li a:active,
.dropdown-magenta li.active a,
.dropdown-magenta li.active a:hover,
.dropdown-magenta .dropdown-submenu:hover > a,
.nav-tabs .dropdown-magenta li > a:focus 
{
    background: #bc5679;
    color: #ffffff;
}

.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus 
{
    background: #7e3794;
    color: #ffffff;
}

.dropdown-maroon li a:hover,
.dropdown-maroon li a:focus,
.dropdown-maroon li a:active,
.dropdown-maroon li.active a,
.dropdown-maroon li.active a:hover,
.dropdown-maroon .dropdown-submenu:hover > a,
.nav-tabs .dropdown-maroon li > a:focus 
{
    background: #981b48;
    color: #ffffff;
}

.dropdown-hover 
{
    position: relative;
}

.dropdown-hover:hover > .dropdown-menu 
{
    display: block;
    left: 100%;
    top: -2px;
}

.dropdown-hover.dropup:hover > .dropdown-menu 
{
    bottom: 0;
    top: auto;
}
/*#endregion DropDown*/
/*#region Pagination*/

.pagination,
.pager li > a 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.pagination,
.pager 
{
    margin: 0;
}

.pagination > li > a,
.pager > li > a 
{
    color: #444444;
    background-color: #ffffff;
    margin: 0 -1px 0 0;
    border-color: #cccccc;
}

.pagination > li > a:hover,
.pager > li > a:hover 
{
    background-color: #ebebeb;
    border-color: #b8b8b8;
}

.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > a:focus,
.pager > li > a:focus 
{
    background-color: #ebebeb;
    border-color: #b8b8b8;
}

.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover 
{
    background-color: #f9f9f9;
    border-color: #d9d9d9;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span 
{
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span 
{
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
}

.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span 
{
    border-width: 1px;
}

.pagination > li.active > a,
.pagination > li.active > a:hover 
{
    background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.pagination-lg > li > a,
.pagination-lg > li > span 
{
    padding: 7px 16px;
    font-size: 16px;
}
/*#endregion Pagination*/
/*#region Tables*/

.table 
{
    background-color: #ffffff;
    margin-bottom: 0;
}

.table tfoot > tr > th 
{
    font-weight: 300;
}

.table thead 
{
    /*#region Colored Header*/
    /*#endregion Colored Header*/
    /*#region Bordered Header*/
    /*#endregion Bordered Header*/
}

.table thead > tr > th 
{
    border-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.table thead[class*="colored-"] > tr > th 
{
    color: #ffffff;
    font-weight: 400;
}

.table thead.colored-blue > tr > th 
{
    background-color: #5db2ff;
}

.table thead.colored-primary > tr > th 
{
    background-color: #4374e0;
}

.table thead.colored-danger > tr > th 
{
    background-color: #d73d32;
}

.table thead.colored-success > tr > th 
{
    background-color: #53a93f;
}

.table thead.colored-warning > tr > th 
{
    background-color: #f4b400;
}

.table thead.colored-silver > tr > th 
{
    background-color: #777777;
}

.table thead.colored-inverse > tr > th 
{
    background-color: #444444;
}

.table thead.colored-blueberry > tr > th 
{
    background-color: #6f85bf;
}

.table thead.colored-palegreen > tr > th 
{
    background-color: #a0d468;
}

.table thead.colored-orange > tr > th 
{
    background-color: #fb6e52;
}

.table thead.colored-darkorange > tr > th 
{
    background-color: #ed4e2a;
}

.table thead.colored-magenta > tr > th 
{
    background-color: #bc5679;
}

.table thead.colored-purple > tr > th 
{
    background-color: #7e3794;
}

.table thead.colored-maroon > tr > th 
{
    background-color: #981b48;
}

.table thead.bordered-blue > tr > th 
{
    border-bottom: 3px solid #5db2ff;
}

.table thead.bordered-primary > tr > th 
{
    border-bottom: 3px solid #2983c1;
}

.table thead.bordered-danger > tr > th 
{
    border-bottom: 3px solid #d73d32;
}

.table thead.bordered-success > tr > th 
{
    border-bottom: 3px solid #53a93f;
}

.table thead.bordered-warning > tr > th 
{
    border-bottom: 3px solid #f4b400;
}

.table thead.bordered-silver > tr > th 
{
    border-bottom: 3px solid #777777;
}

.table thead.bordered-inverse > tr > th 
{
    border-bottom: 3px solid #444444;
}

.table thead.bordered-blueberry > tr > th 
{
    border-bottom: 3px solid #6f85bf;
}

.table thead.bordered-palegreen > tr > th 
{
    border-bottom: 3px solid #a0d468;
}

.table thead.bordered-orange > tr > th 
{
    border-bottom: 3px solid #fb6e52;
}

.table thead.bordered-darkorange > tr > th 
{
    border-bottom: 3px solid #ed4e2a;
}

.table thead.bordered-magenta > tr > th 
{
    border-bottom: 3px solid #bc5679;
}

.table thead.bordered-purple > tr > th 
{
    border-bottom: 3px solid #7e3794;
}

.table thead.bordered-maroon > tr > th 
{
    border-bottom: 3px solid #981b48;
}

.table tr.success td:first-child 
{
    -webkit-box-shadow: 2px 0 0 #53a93f inset;
    -moz-box-shadow: 2px 0 0 #53a93f inset;
    box-shadow: 2px 0 0 #53a93f inset;
}

.table tr.danger td:first-child 
{
    -webkit-box-shadow: 2px 0 0 #d73d32 inset;
    -moz-box-shadow: 2px 0 0 #d73d32 inset;
    box-shadow: 2px 0 0 #d73d32 inset;
}

.table tr.warning td:first-child 
{
    -webkit-box-shadow: 2px 0 0 #f4b400 inset;
    -moz-box-shadow: 2px 0 0 #f4b400 inset;
    box-shadow: 2px 0 0 #f4b400 inset;
}

.table tr.active td:first-child 
{
    -webkit-box-shadow: 2px 0 0 #737373 inset;
    -moz-box-shadow: 2px 0 0 #737373 inset;
    box-shadow: 2px 0 0 #737373 inset;
}

.table tr td.success 
{
    -webkit-box-shadow: 2px 0 0 #53a93f inset;
    -moz-box-shadow: 2px 0 0 #53a93f inset;
    box-shadow: 2px 0 0 #53a93f inset;
}

.table tr td.danger 
{
    -webkit-box-shadow: 2px 0 0 #d73d32 inset;
    -moz-box-shadow: 2px 0 0 #d73d32 inset;
    box-shadow: 2px 0 0 #d73d32 inset;
}

.table tr td.warning 
{
    -webkit-box-shadow: 2px 0 0 #f4b400 inset;
    -moz-box-shadow: 2px 0 0 #f4b400 inset;
    box-shadow: 2px 0 0 #f4b400 inset;
}

.table tr td.active 
{
    -webkit-box-shadow: 2px 0 0 #737373 inset;
    -moz-box-shadow: 2px 0 0 #737373 inset;
    box-shadow: 2px 0 0 #737373 inset;
}

.table-bordered thead > tr 
{
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th,
.table-striped > tbody > tr.active:nth-child(odd) > td,
.table-striped > tbody > tr > .active:nth-child(odd) > th 
{
    background-color: #f1f1f1;
    color: #222;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th,
.table-striped > tbody > tr.active:hover:nth-child(odd) > td,
.table-striped > tbody > tr > .active:hover:nth-child(odd) > th 
{
    background-color: #e5e5e5 !important;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th 
{
    color: #119000;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th 
{
    color: #CD2929;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th 
{
    color: #fb6e52;
}

.table-scrollable 
{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
}

.table-scrollable > .table 
{
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
}

.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > tbody > tr > td,
.table-scrollable > .table > tfoot > tr > td 
{
    white-space: nowrap;
}

.table-scrollable > .table-bordered 
{
    border: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child 
{
    border-left: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child 
{
    border-right: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child > td,
.table-scrollable > .table-bordered > tbody > tr > th:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child > td,
.table-scrollable > .table-bordered > thead > tr > td:last-child > td,
.table-scrollable > .table-bordered > tbody > tr > td:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child > td 
{
    border-bottom: 0;
}

.flip-scroll table 
{
    width: 100%;
}

@media only screen and (max-width: 800px) 
{
    .flip-scroll .flip-content:after 
    {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll html .flip-content 
    {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content 
    {
        -ms-zoom: 1;
        zoom: 1;
    }

    .flip-scroll table 
    {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

    .flip-scroll th,
    .flip-scroll td 
    {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th:last-child,
    .flip-scroll td:last-child 
    {
        border-bottom: 1px solid #ddd;
    }

    .flip-scroll th 
    {
        border: 0 !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
        display: block;
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td 
    {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll thead 
    {
        display: block;
        float: left;
    }

    .flip-scroll thead tr 
    {
        display: block;
        border: !important;
    }

    .flip-scroll thead.bordered-blue > tr > th 
    {
        border-right: 3px solid #5db2ff !important;
    }

    .flip-scroll thead.bordered-primary > tr > th 
    {
        border-right: 3px solid #4374e0 !important;
    }

    .flip-scroll thead.bordered-danger > tr > th 
    {
        border-right: 3px solid #d73d32 !important;
    }

    .flip-scroll thead.bordered-success > tr > th 
    {
        border-right: 3px solid #53a93f !important;
    }

    .flip-scroll thead.bordered-warning > tr > th 
    {
        border-right: 3px solid #f4b400 !important;
    }

    .flip-scroll thead.bordered-silver > tr > th 
    {
        border-right: 3px solid #777777 !important;
    }

    .flip-scroll thead.bordered-inverse > tr > th 
    {
        border-right: 3px solid #444444 !important;
    }

    .flip-scroll thead.bordered-blueberry > tr > th 
    {
        border-right: 3px solid #6f85bf !important;
    }

    .flip-scroll thead.bordered-palegreen > tr > th 
    {
        border-right: 3px solid #a0d468 !important;
    }

    .flip-scroll thead.bordered-orange > tr > th 
    {
        border-right: 3px solid #fb6e52 !important;
    }

    .flip-scroll thead.bordered-darkorange > tr > th 
    {
        border-right: 3px solid #ed4e2a !important;
    }

    .flip-scroll thead.bordered-magenta > tr > th 
    {
        border-right: 3px solid #bc5679 !important;
    }

    .flip-scroll thead.bordered-purple > tr > th 
    {
        border-right: 3px solid #7e3794 !important;
    }

    .flip-scroll thead.bordered-maroon > tr > th 
    {
        border-right: 3px solid #981b48 !important;
    }

    .flip-scroll tbody 
    {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flip-scroll tbody tr 
    {
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
        border-left: 1px solid #ddd;
    }
}

.table-toolbar 
{
    padding: 10px 0;
}

.dropdown-checkboxes 
{
    padding: 5px;
}

.dropdown-checkboxes .checker 
{
    display: block;
    font-weight: 300;
    color: #333;
    margin: 0 4px;
    line-height: 24px;
}

.dropdown-checkboxes .checker input 
{
    margin-top: 5px;
}

.dropdown-checkboxes .checker span 
{
    padding-left: 5px;
}
/*#endregion Tables*/
/*#region Nestable List*/

.dd 
{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd.shadowed .dd-handle,
.dd.shadowed .dd2-content 
{
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.dd.bordered .dd-handle,
.dd.bordered .dd2-content 
{
    border: 1px solid #cfcfcf;
}

.dd.darker .dd-handle,
.dd.darker .dd2-content 
{
    background-color: #eeeeee;
}

.dd.darker .dd2-handle,
.dd.darker .dd-dragel > li > .dd2-handle 
{
    background-color: #e5e5e5;
}

.dd-list 
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list > li > .dd-handle,
.dd-list > li > .dd2-content 
{
    /*#region colered List Item*/
}

.dd-list > li > .dd-handle[class*="bg-"],
.dd-list > li > .dd2-content[class*="bg-"] 
{
    color: #FFF;
}

.dd-list .dd-list 
{
    padding-left: 30px;
}

.dd-collapsed .dd-list 
{
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder 
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.dd-handle,
.dd2-content 
{
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    background: #f5f5f5;
    color: #737373;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-handle:hover,
.dd2-content:hover,
.dd-handle:hover,
.dd2-content:hover 
{
    color: #262626;
    background: #eeeeee;
}

.dd-handle[class*="btn-"],
.dd2-content[class*="btn-"] 
{
    color: #FFF;
    border: 0;
    padding: 9px 12px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"]:hover 
{
    opacity: .85;
    color: #FFF;
}

.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] 
{
    padding-left: 44px;
}

.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] 
{
    color: #FFF;
}

.dd-item > button:hover ~ .dd-handle[class*="btn-"],
.dd-item > button:hover ~ .dd2-content[class*="btn-"] 
{
    opacity: .85;
    color: #FFF;
}

.dd2-handle:hover ~ .dd2-content 
{
    color: #262626;
    background: #f5f5f5;
}

.dd2-item.dd-item > button 
{
    margin-left: 38px;
}

.dd-item > button 
{
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    top: 4px;
    left: 1px;
    color: #737373;
}

.dd-item > button:before 
{
    font-family: FontAwesome;
    content: '\f067';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    font-size: 14px;
}

.dd-item > button[data-action="collapse"]:before 
{
    content: '\f068';
}

.dd-item > button:hover 
{
    color: #737373;
}

.dd-item .dd-colored > button,
.dd-item.dd-colored > button:hover 
{
    color: #f5f5f5;
}

.dd-placeholder,
.dd-empty 
{
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty 
{
    border-color: #AAA;
    border-style: solid;
    background-color: #e5e5e5;
}

.dd-dragel 
{
    position: absolute;
    pointer-events: none;
    z-index: 999;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.dd-dragel > li > .dd-handle 
{
    color: #000000;
    background: #fbfbfb;
    border-left: 2px solid #444444;
    position: relative;
}

.dd-dragel > .dd-item > .dd-handle 
{
    margin-top: 0;
}
/*#region Bordered List Item*/

.dd-list > li[class*="bordered-"] 
{
    border-width: 0;
    padding: 0;
}

.dd-list > li[class*="bordered-"] > .dd-handle 
{
    border-left: 2px solid;
    border-left-color: inherit;
}

.dd-list > li.bordered-blue > .dd-handle 
{
    border-left-color: #5db2ff;
}

.dd-list > li.bordered-primary > .dd-handle 
{
    border-left-color: #4374e0;
}

.dd-list > li.bordered-danger > .dd-handle 
{
    border-left-color: #d73d32;
}

.dd-list > li.bordered-warning > .dd-handle 
{
    border-left-color: #f4b400;
}

.dd-list > li.bordered-success > .dd-handle 
{
    border-left-color: #53a93f;
}

.dd-list > li.bordered-silver > .dd-handle 
{
    border-left-color: #777777;
}

.dd-list > li.bordered-inverse > .dd-handle 
{
    border-left-color: #444444;
}

.dd-list > li.bordered-blueberry > .dd-handle 
{
    border-left-color: #6f85bf;
}

.dd-list > li.bordered-palegreen > .dd-handle 
{
    border-left-color: #a0d468;
}

.dd-list > li.bordered-orange > .dd-handle 
{
    border-left-color: #fb6e52;
}

.dd-list > li.bordered-darkorange > .dd-handle 
{
    border-left-color: #ed4e2a;
}

.dd-list > li.bordered-magenta > .dd-handle 
{
    border-left-color: #bc5679;
}

.dd-list > li.bordered-purple > .dd-handle 
{
    border-left-color: #7e3794;
}

.dd-list > li.bordered-maroon > .dd-handle 
{
    border-left-color: #981b48;
}
/*#endregion Bordered List Item*/

.dd-list > li > .dd-handle .sticker 
{
    position: absolute;
    right: 0;
    top: 0;
}

.dd2-handle,
.dd-dragel > li > .dd2-handle 
{
    left: 0;
    top: 0;
    width: 38px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    padding: 0 !important;
    line-height: 38px;
    height: 38px;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.dd2-handle .normal-icon,
.dd-dragel > li > .dd2-handle .normal-icon,
.dd2-handle .drag-icon,
.dd-dragel > li > .dd2-handle .drag-icon 
{
    font-size: 16px;
}

.dd2-handle:hover,
.dd-dragel > li > .dd2-handle 
{
    background: #f3f3f3;
}

.dd-item > .dd2-handle .drag-icon 
{
    display: none;
}

.dd-dragel > .dd-item > .dd2-handle .drag-icon 
{
    display: inline;
}

.dd-dragel > .dd-item > .dd2-handle .normal-icon 
{
    display: none;
}
/*#endregion Nestable List*/
/*#region TreeView*/

.tree 
{
    padding-left: 14px;
    overflow: auto;
    position: relative;
}

.tree:before 
{
    width: 1px;
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    top: -21px;
    bottom: 16px;
    left: 0;
    border-left: 1px dotted #666666;
}

.tree.tree-solid-line 
{
    padding-left: 12px;
}

.tree.tree-solid-line:before 
{
    border-left: 1px solid #999999;
}

.tree.tree-solid-line .tree-folder .tree-folder-content:before 
{
    border-left: 1px solid #999;
}

.tree.tree-no-line 
{
    padding-left: 0;
}

.tree.tree-no-line:before 
{
    display: none;
}

.tree.tree-no-line .tree-folder .tree-folder-content:before 
{
    display: none;
}

.tree .tree-folder 
{
    width: auto;
    min-height: 20px;
    cursor: pointer;
}

.tree .tree-folder .tree-folder-header 
{
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
}

.tree .tree-folder .tree-folder-header:hover 
{
    background-color: #eeeeee;
}

.tree .tree-folder .tree-folder-header .tree-folder-name 
{
    margin-left: 2px;
}

.tree .tree-folder img 
{
    margin-left: 4px;
}

.tree .tree-folder .tree-folder-content 
{
    margin-left: 23px;
    position: relative;
}

.tree .tree-folder .tree-folder-content:before 
{
    display: inline-block;
    content: "";
    position: absolute;
    width: 1px;
    z-index: 1;
    top: -9px;
    bottom: 16px;
    left: -12px;
    border-left: 1px dotted #666;
}

.tree .tree-item 
{
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
    cursor: pointer;
}

.tree .tree-item:hover 
{
    background-color: #eeeeee;
}

.tree .tree-item .tree-item-name 
{
    margin-left: 2px;
}

.tree .tree-folder,
.tree .tree-item 
{
    position: relative;
}

.tree .tree-folder:before,
.tree .tree-item:before 
{
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #666666;
    z-index: 1;
}

.tree .tree-selected 
{
    background-color: #eeeeee;
    color: #262626;
}

.tree .tree-selected:hover 
{
    background-color: #e5e5e5;
}

.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name 
{
    display: inline;
    z-index: 2;
}

.tree.tree-solid-line .tree-folder:before,
.tree.tree-solid-line .tree-item:before 
{
    border-top: 1px solid #999999;
}

.tree.tree-no-line .tree-folder:before,
.tree.tree-no-line .tree-item:before 
{
    display: none;
}

.tree .tree-item,
.tree .tree-folder 
{
    border: 1px solid transparent;
}

.tree .tree-item,
.tree .tree-folder .tree-folder-header 
{
    margin: 0;
    padding: 4px 5px 6px 5px;
    color: #333333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tree .tree-item .tree-item-name > i,
.tree .tree-folder .tree-folder-header > i 
{
    color: #666666;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tree .tree-item.tree-selected i,
.tree .tree-item .tree-item-name i 
{
    margin-left: 2px;
    width: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
    color: #262626;
}

.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before 
{
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
    *background: url("img/tree-icons.png") no-repeat;
    /* For IE 6 and 7 */
    background-position: 0 -21px;
    content: "";
}

.tree.tree-plus-minus .tree-folder-header .fa-folder:before 
{
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
    *background: url("img/tree-icons.png") no-repeat;
    /* For IE 6 and 7 */
    background-position: 0 2px;
    content: "";
}

.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before 
{
    margin-top: -5px;
}

.tree.tree-plus-minus .tree-folder-name 
{
    margin-left: 0 !important;
}

.tree .tree-actions 
{
    display: none;
    position: absolute;
    margin-top: 1px;
    right: 4px;
}

.tree .tree-item:hover .tree-actions,
.tree .tree-folder-header:hover .tree-actions 
{
    display: inline-block;
}

.tree .tree-actions > i 
{
    font-weight: 300;
    padding: 1px 3px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
}

.tree .tree-actions > i:hover 
{
    font-weight: bold;
}

.tree-loading 
{
    color: #2dc3e8;
    margin-left: 30px;
}
/*#endregion Treeview*/
/*#region Wizards*/

.wizard 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.wizard.wizard-tabbed 
{
    background: #fbfbfb;
}

.wizard.wizard-tabbed ul li 
{
    padding: 0 30px;
    background-color: #fbfbfb;
}

.wizard.wizard-tabbed ul li .chevron 
{
    display: none;
}

.wizard.wizard-tabbed ul li .chevron:before 
{
    display: none;
}

.wizard.wizard-tabbed ul li.complete 
{
    background-color: #fbfbfb;
}

.wizard.wizard-tabbed ul li.active 
{
    background: #ffffff;
}

.wizard.wizard-wired 
{
    padding-top: 10px;
    display: block;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
}

.wizard.wizard-wired ul 
{
    display: table;
    width: 100%;
    position: relative;
}

.wizard.wizard-wired ul li 
{
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    width: 20%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.wizard.wizard-wired ul li .chevron 
{
    display: none;
}

.wizard.wizard-wired ul li .chevron:before 
{
    display: none;
}

.wizard.wizard-wired ul li.complete 
{
    background-color: #ffffff;
}

.wizard.wizard-wired ul li.complete .step:before 
{
    font-size: 22px;
    line-height: 36px;
}

.wizard.wizard-wired ul li.complete:hover 
{
    background-color: #ffffff;
}

.wizard.wizard-wired ul li.active 
{
    background-color: #ffffff;
}

.wizard.wizard-wired ul li .step 
{
    border-width: 2px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 15px;
    z-index: 2;
    background-color: #ffffff;
}

.wizard.wizard-wired ul li .title 
{
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wizard.wizard-wired ul li:before 
{
    display: block;
    content: "";
    width: 100%;
    height: 2px !important;
    font-size: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    position: relative !important;
    top: 25px;
    z-index: 1 !important;
}

.wizard.wizard-wired ul li:first-child:before 
{
    max-width: 51%;
    left: 50%;
}

.wizard.wizard-wired ul li:last-child:before 
{
    max-width: 50%;
    width: 50%;
}

.wizard ul 
{
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 4000px;
}

.wizard ul.previous-disabled li.complete 
{
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover 
{
    background: #f3f3f3;
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover .chevron:before 
{
    border-left-color: #f3f3f3;
}

.wizard ul li 
{
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    line-height: 46px;
    position: relative;
    background: #f5f5f5;
    color: #d0d0d0;
    font-size: 16px;
    cursor: default;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

.wizard ul li .step 
{
    border: 2px solid #e5e5e5;
    color: #cccccc;
    font-size: 13px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.wizard ul li .chevron 
{
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.wizard ul li .chevron:before 
{
    border: 24px solid transparent;
    border-left: 14px solid #f5f5f5;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

.wizard ul li.complete 
{
    background: #f5f5f5;
    color: #444444;
}

.wizard ul li.complete:before 
{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #a0d468;
    z-index: 10000;
}

.wizard ul li.complete:hover 
{
    background: #eeeeee;
    cursor: pointer;
}

.wizard ul li.complete:hover .chevron:before 
{
    border-left: 14px solid #eeeeee;
}

.wizard ul li.complete .chevron:before 
{
    border-left: 14px solid #f5f5f5;
}

.wizard ul li.complete .step 
{
    color: #a0d468;
    border-color: #a0d468;
}

.wizard ul li.complete .step:before 
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #ffffff;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 12px;
    color: #a0d468;
}

.wizard ul li.active 
{
    background: #ffffff;
    color: #262626;
}

.wizard ul li.active .step 
{
    border-color: #2dc3e8;
    color: #2dc3e8;
}

.wizard ul li.active:before 
{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #2dc3e8;
    z-index: 10000;
}

.wizard ul li.active .chevron:before 
{
    border-left: 14px solid #ffffff;
}

.wizard ul li .badge 
{
    margin-right: 8px;
}

.wizard ul li:first-child 
{
    -webkit-border-radius: 2px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 0;
    background-clip: padding-box;
    padding-left: 20px;
}

.actions 
{
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 42px;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    border-left: 1px solid #d4d4d4;
}

.actions a 
{
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px;
}

.actions .btn-prev i 
{
    margin-right: 5px;
}

.actions .btn-next i 
{
    margin-left: 5px;
}

.actions.actions-footer 
{
    margin-top: -10px;
    position: relative;
    float: none;
    text-align: right;
    border: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.step-content 
{
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    background-color: #fbfbfb;
}

.step-content .step-pane 
{
    display: none;
}

.step-content .active 
{
    display: block;
}

.step-content .active .btn-group .active 
{
    display: inline-block;
}
/*#endregion Wizards*/
/*#region Charts*/

.chart 
{
    height: 220px;
    margin: 5px;
}

.chart-sm 
{
    height: 100px;
}

.chart-lg 
{
    height: 250px;
}

.chart-xl 
{
    height: 350px;
}

#flotTip 
{
    padding: 3px 5px;
    background-color: #f5f5f5;
    z-index: 9999;
    color: #262626;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #cccccc;
}

#flotTip span
{
    color: #5db2ff;
    font-weight: 700;
}

.flot-donut-caption 
{
    position: absolute;
    -lh-property: 0;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
}

flot-donut-caption .legendLabel span 
{
    display: block;
    margin: 0 5px;
}

.legendColorBox 
{
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

.legendColorBox div > div 
{
    width: 4px;
    height: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.morris-hover.morris-default-style 
{
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 3px;
    color: #444444;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label 
{
    font-weight: 700;
    margin: .25em 0;
}

.morris-hover.morris-default-style .morris-hover-point 
{
    white-space: nowrap;
    margin: .1em 0;
}

.morris-hover 
{
    position: absolute;
    z-index: 1001;
}

.has-legend 
{
    margin-top: 30px !important;
}

.has-legend-unique 
{
    margin-top: 19px !important;
}

.easyPieChart 
{
    position: relative;
    text-align: center;
}

.easyPieChart canvas 
{
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart 
{
    display: inline-block;
}

.easy-pie-chart .percent 
{
    color: #444;
    font-size: 12px;
    font-weight: 700;
}

.easy-pie-title 
{
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
}

.jqstooltip 
{
    padding: 7px !important;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: #000 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jqstooltip .jqsfield 
{
    font-family: 'Open Sans', 'Segoe UI';
    font-size: 11px;
}
/*#endregion Charts*/
/*--------Forms--------*/

.form-bordered .form-group 
{
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.form-bordered .form-group:first-child 
{
    border-top: 0;
    padding-top: 0;
}

.form-bordered .form-group:last-child 
{
    margin-bottom: 0;
}

.form-title 
{
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 15px;
}

.rx-form-title 
{
    display: block;
    padding: 8px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.label-sleepTherapy
{
    font-size:14px;
    opacity: 0.9;
}

/*#region Form Label*/

label
{
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
}

.testOrderForm-table label
{
    margin-bottom: 10px;
}

/*#endregion Form Label*/

/*#region Form Text Input*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] 
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 4px;
    background-clip: padding-box !important;
    color: #333;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover 
{
    border-color: rgba(0, 0, 0, 0.2);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus 
{
    color: #262626;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
}

.form-control,
select 
{
    font-size: 13px;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #d5d5d5;
    padding: 0px 12px;
    border-radius: 0;
}

.editable 
{
    height: 35px !important;
}

.form-control:focus,
select:focus 
{
    color: #262626;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.25);
}

textarea.form-control 
{
    padding: 5px 9px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

textarea 
{
    resize: none;
}

.input-xs 
{
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.input-sm 
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg 
{
    font-weight: 300;
    font-size: 18px;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33;
}

.input-xl 
{
    height: 52px;
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control 
{
    cursor: not-allowed;
    background-color: #fbfbfb;
    border-color: #e5e5e5;
}

.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover 
{
    border-color: #eeeeee;
    background-color: #ffffff;
}

.form-group.has-success input,
.input-group.has-success input,
.form-group.has-success select,
.input-group.has-success select,
.form-group.has-success textarea,
.input-group.has-success textarea 
{
    border-color: #b0dd9c;
    color: #a0d468;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f3f7f1;
}

.form-group.has-success input:focus,
.input-group.has-success input:focus,
.form-group.has-success select:focus,
.input-group.has-success select:focus,
.form-group.has-success textarea:focus,
.input-group.has-success textarea:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #8cc474;
    border-color: #8cc474;
}

.form-group.has-success .form-control-feedback:before,
.input-group.has-success .form-control-feedback:before 
{
    color: #8cc474 !important;
    color: inherit;
}

.form-group.has-success .control-label,
.input-group.has-success .control-label,
.form-group.has-success .help-block,
.input-group.has-success .help-block,
.form-group.has-success .help-inline,
.input-group.has-success .help-inline 
{
    color: #8cc474;
}

.form-group.has-error input,
.input-group.has-error input,
.form-group.has-error .select,
.input-group.has-error .select,
.form-group.has-error textarea,
.input-group.has-error textarea 
{
    border-color: #E7BEBE;
    color: #e46f61;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: snow;
}

.form-group.has-error input:focus,
.input-group.has-error input:focus,
.form-group.has-error .select:focus,
.input-group.has-error .select:focus,
.form-group.has-error textarea:focus,
.input-group.has-error textarea:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #d73d32;
    border-color: #e46f61;
}

.form-group.has-error .form-control-feedback:before,
.input-group.has-error .form-control-feedback:before 
{
    color: #e46f61 !important;
    color: inherit;
}

.form-group.has-error .control-label,
.input-group.has-error .control-label,
.form-group.has-error .help-block,
.input-group.has-error .help-block,
.form-group.has-error .help-inline,
.input-group.has-error .help-inline 
{
    color: #e46f61;
}

.form-group.has-warning input,
.input-group.has-warning input,
.form-group.has-warning .select,
.input-group.has-warning .select,
.form-group.has-warning textarea,
.input-group.has-warning textarea 
{
    border-color: #fecf49;
    color: #f4b400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fefbf1;
}

.form-group.has-warning input:focus,
.input-group.has-warning input:focus,
.form-group.has-warning .select:focus,
.input-group.has-warning .select:focus,
.form-group.has-warning textarea:focus,
.input-group.has-warning textarea:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #f4b400;
    border-color: #f4b400;
}

.form-group.has-warning .form-control-feedback:before,
.input-group.has-warning .form-control-feedback:before 
{
    color: #f4b400 !important;
    color: inherit;
}

.form-group.has-warning .control-label,
.input-group.has-warning .control-label,
.form-group.has-warning .help-block,
.input-group.has-warning .help-block,
.form-group.has-warning .help-inline,
.input-group.has-warning .help-inline 
{
    color: #f4b400;
}

.form-group.has-info input,
.input-group.has-info input,
.form-group.has-info .select,
.input-group.has-info .select,
.form-group.has-info textarea,
.input-group.has-info textarea 
{
    border-color: #a4d3fe;
    color: #57b5e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9fcff;
}

.form-group.has-info input:focus,
.input-group.has-info input:focus,
.form-group.has-info .select:focus,
.input-group.has-info .select:focus,
.form-group.has-info textarea:focus,
.input-group.has-info textarea:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #57b5e3;
    border-color: #57b5e3;
}

.form-group.has-info .form-control-feedback:before,
.input-group.has-info .form-control-feedback:before 
{
    color: #57b5e3 !important;
    color: inherit;
}

.form-group.has-info .control-label,
.input-group.has-info .control-label,
.form-group.has-info .help-block,
.input-group.has-info .help-block,
.form-group.has-info .help-inline,
.input-group.has-info .help-inline 
{
    color: #57b5e3;
}

span.input-icon 
{
    display: inline-block;
}

.input-icon 
{
    position: relative;
    width: 100%;
}

.input-icon.inverted > [class*="fa-"],
.input-icon.inverted > [class*="glyphicon-"] 
{
    color: #ffffff;
    background-color: #262626;
}

.input-icon > input 
{
    padding-left: 36px;
    padding-right: 6px;
}

.input-icon > input:focus + [class*="fa-"],
.input-icon > input:focus + [class*="glyphicon-"] 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.input-icon > input:focus + .circular 
{
    -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
}

.input-icon > input.input-xs 
{
    padding-left: 26px;
}

.input-icon > input.input-xs + [class*="fa-"],
.input-icon > input.input-xs + [class*="glyphicon-"] 
{
    width: 24px;
    font-size: 10px;
    padding-top: 0;
    line-height: 24px;
}

.input-icon > input.input-xs + .circular 
{
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
}

.input-icon > input.input-sm 
{
    padding-left: 32px;
}

.input-icon > input.input-sm + [class*="fa-"],
.input-icon > input.input-sm + [class*="glyphicon-"] 
{
    width: 30px;
    font-size: 12px;
    padding-top: 0;
    line-height: 30px;
}

.input-icon > input.input-sm + .circular 
{
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.input-icon > input.input-lg 
{
    padding-left: 48px;
}

.input-icon > input.input-lg + [class*="fa-"],
.input-icon > input.input-lg + [class*="glyphicon-"] 
{
    width: 46px;
    font-size: 18px;
    padding-top: 5px;
    line-height: 34px;
}

.input-icon > input.input-lg + .circular 
{
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 26px;
}

.input-icon > input.input-xl 
{
    padding-left: 54px;
}

.input-icon > input.input-xl + [class*="fa-"],
.input-icon > input.input-xl + [class*="glyphicon-"] 
{
    width: 52px;
    font-size: 20px;
    padding-top: 8px;
    line-height: 34px;
}

.input-icon > input.input-xl + .circular 
{
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 26px;
}

.input-icon > [class*="fa-"],
.input-icon > [class*="glyphicon-"] 
{
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 100%;
    line-height: 28px;
    display: inline-block;
    color: #555555;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.input-icon > [class*="fa-"].circular,
.input-icon > [class*="glyphicon-"].circular 
{
    border-radius: 500em !important;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    -moz-transition: -moz-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    padding: 0;
    top: 5px;
    bottom: 5px;
    left: 7px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.input-icon.icon-right > input 
{
    padding-left: 6px;
    padding-right: 36px;
}

.input-icon.icon-right > input.input-xs 
{
    padding-right: 26px;
}

.input-icon.icon-right > input.input-sm 
{
    padding-right: 32px;
}

.input-icon.icon-right > input.input-lg 
{
    padding-right: 48px;
}

.input-icon.icon-right > input.input-xl 
{
    padding-right: 54px;
}

.input-icon.icon-right > [class*="fa-"],
.input-icon.icon-right > [class*="glyphicon-"] 
{
    left: auto;
    right: 0;
}

.input-icon.icon-right .circular 
{
    left: auto;
    right: 5px;
}

.input-icon ~ .help-inline 
{
    padding-left: 8px;
}

.input-group .input-group-addon 
{
    border-radius: 0 !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
    background-image: -moz-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0, #fbfbfb 100%);
}

.input-group .input-group-addon[class*="bg-"] 
{
    background-image: none;
    color: #ffffff;
}

.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn 
{
    height: 52px;
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.4;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn 
{
    height: 24px;
    padding: 2px 6px 2px 7px;
    font-size: 11px;
    line-height: 1.4;
}

.has-success .input-group-addon
{
    border-color: #b0dd9c !important;
    color: #8cc474;
    background-image: none;
}

.has-error .input-group-addon 
{
    border-color: #E7BEBE;
    color: #e46f61;
    background-image: none;
}

.has-warning .input-group-addon 
{
    border-color: #fecf49;
    color: #f4b400;
    background-image: none;
}

.has-info .input-group-addon 
{
    border-color: #a4d3fe;
    color: #57b5e3;
    background-color: #e4f0fc;
    background-image: none;
}

.input-group-btn .btn-label 
{
    padding: 6px 10px !important;
}

.input-group-btn > .btn 
{
    line-height: 20px;
    border-radius: 0 !important;
}

.input-group-btn > .btn.dropdown-toggle > [class*="fa-"] 
{
    margin-right: 0;
    font-size: 14px;
}

.input-group > .btn.btn-sm 
{
    line-height: 22px;
}

.input-group > .btn + .btn 
{
    margin-left: 1px;
}

.input-group > .btn-group > .btn 
{
    line-height: 23px;
}

.input-group > .btn-group > .btn.btn-sm 
{
    line-height: 26px;
}

.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret 
{
    margin-top: 10px;
}
/*#endregion Form TextInput*/
/*#region CheckBox and RadioBox*/

input[type=checkbox],
input[type=radio] 
{
    opacity: 8;
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type=checkbox].inverted:checked ~ .text:before,
input[type=radio].inverted:checked ~ .text:before 
{
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

input[type=checkbox].colored-white ~ .text,
input[type=radio].colored-white ~ .text 
{
    color: #ffffff;
}

input[type=checkbox].colored-white ~ .text:before,
input[type=radio].colored-white ~ .text:before 
{
    border-color: #fafafa;
}

input[type=checkbox].colored-white:checked ~ .text,
input[type=radio].colored-white:checked ~ .text 
{
    color: #ffffff;
}

input[type=checkbox].colored-white:checked ~ .text:before,
input[type=radio].colored-white:checked ~ .text:before 
{
    border-color: #333333;
    color: #333333;
}

input[type=checkbox].colored-blue:checked ~ .text,
input[type=radio].colored-blue:checked ~ .text 
{
    color: #5db2ff;
}

input[type=checkbox].colored-blue:checked ~ .text:before,
input[type=radio].colored-blue:checked ~ .text:before 
{
    border-color: #5db2ff;
    color: #5db2ff;
}

input[type=checkbox].colored-primary:checked ~ .text,
input[type=radio].colored-primary:checked ~ .text 
{
    color: #4374e0;
}

input[type=checkbox].colored-primary:checked ~ .text:before,
input[type=radio].colored-primary:checked ~ .text:before 
{
    border-color: #4374e0;
    color: #4374e0;
}

input[type=checkbox].colored-danger:checked ~ .text,
input[type=radio].colored-danger:checked ~ .text 
{
    color: #d73d32;
}

input[type=checkbox].colored-danger:checked ~ .text:before,
input[type=radio].colored-danger:checked ~ .text:before 
{
    border-color: #d73d32;
    color: #d73d32;
}

input[type=checkbox].colored-success:checked ~ .text,
input[type=radio].colored-success:checked ~ .text 
{
    color: #53a93f;
}

input[type=checkbox].colored-success:checked ~ .text:before,
input[type=radio].colored-success:checked ~ .text:before 
{
    border-color: #53a93f;
    color: #53a93f;
}

input[type=checkbox].colored-warning:checked ~ .text,
input[type=radio].colored-warning:checked ~ .text 
{
    color: #f4b400;
}

input[type=checkbox].colored-warning:checked ~ .text:before,
input[type=radio].colored-warning:checked ~ .text:before 
{
    border-color: #f4b400;
    color: #f4b400;
}

input[type=checkbox].colored-silver:checked ~ .text,
input[type=radio].colored-silver:checked ~ .text 
{
    color: #777777;
}

input[type=checkbox].colored-silver:checked ~ .text:before,
input[type=radio].colored-silver:checked ~ .text:before 
{
    border-color: #777777;
    color: #777777;
}

input[type=checkbox].colored-blueberry:checked ~ .text,
input[type=radio].colored-blueberry:checked ~ .text 
{
    color: #6f85bf;
}

input[type=checkbox].colored-blueberry:checked ~ .text:before,
input[type=radio].colored-blueberry:checked ~ .text:before 
{
    border-color: #6f85bf;
    color: #6f85bf;
}

input[type=checkbox].colored-palegreen:checked ~ .text,
input[type=radio].colored-palegreen:checked ~ .text 
{
    color: #a0d468;
}

input[type=checkbox].colored-palegreen:checked ~ .text:before,
input[type=radio].colored-palegreen:checked ~ .text:before 
{
    border-color: #a0d468;
    color: #a0d468;
}

input[type=checkbox].colored-orange:checked ~ .text,
input[type=radio].colored-orange:checked ~ .text 
{
    color: #fb6e52;
}

input[type=checkbox].colored-orange:checked ~ .text:before,
input[type=radio].colored-orange:checked ~ .text:before 
{
    border-color: #fb6e52;
    color: #fb6e52;
}

input[type=checkbox].colored-darkorange:checked ~ .text,
input[type=radio].colored-darkorange:checked ~ .text 
{
    color: #ed4e2a;
}

input[type=checkbox].colored-darkorange:checked ~ .text:before,
input[type=radio].colored-darkorange:checked ~ .text:before 
{
    border-color: #ed4e2a;
    color: #ed4e2a;
}

input[type=checkbox].colored-magenta:checked ~ .text,
input[type=radio].colored-magenta:checked ~ .text 
{
    color: #bc5679;
}

input[type=checkbox].colored-magenta:checked ~ .text:before,
input[type=radio].colored-magenta:checked ~ .text:before 
{
    border-color: #bc5679;
    color: #bc5679;
}

input[type=checkbox].colored-purple:checked ~ .text,
input[type=radio].colored-purple:checked ~ .text 
{
    color: #7e3794;
}

input[type=checkbox].colored-purple:checked ~ .text:before,
input[type=radio].colored-purple:checked ~ .text:before 
{
    border-color: #7e3794;
    color: #7e3794;
}

input[type=checkbox].colored-maroon:checked ~ .text,
input[type=radio].colored-maroon:checked ~ .text 
{
    color: #981b48;
}

input[type=checkbox].colored-maroon:checked ~ .text:before,
input[type=radio].colored-maroon:checked ~ .text:before 
{
    border-color: #981b48;
    color: #981b48;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus 
{
    outline: none !important;
}

input[type=checkbox]:checked ~ .text:before,
input[type=radio]:checked ~ .text:before 
{
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    border-color: #333333;
}

input[type=checkbox]:hover ~ .text:before,
input[type=radio]:hover ~ .text:before 
{
    border-color: #737373;
}

input[type=checkbox]:active ~ .text:before,
input[type=radio]:active ~ .text:before 
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:disabled ~ .text,
input[type=radio]:disabled ~ .text,
input[type=checkbox][disabled] ~ .text,
input[type=radio][disabled] ~ .text,
input[type=checkbox].disabled ~ .text,
input[type=radio].disabled ~ .text 
{
    color: rgba(0, 0, 0, 0.4);
}

input[type=checkbox]:disabled ~ .text:before,
input[type=radio]:disabled ~ .text:before,
input[type=checkbox][disabled] ~ .text:before,
input[type=radio][disabled] ~ .text:before,
input[type=checkbox].disabled ~ .text:before,
input[type=radio].disabled ~ .text:before 
{
    background-color: #f5f5f5 !important;
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #e5e5e5;
}

input[type=checkbox] ~ .text,
input[type=radio] ~ .text 
{
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
}

input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before 
{
    font-family: fontAwesome;
    font-weight: bold;
    font-size: 11px;
    color: #555;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=checkbox] ~ .text:hover:before,
input[type=radio] ~ .text:hover:before 
{
    border-color: #737373;
}

input[type=checkbox] ~ .text:active:before,
input[type=radio] ~ .text:active:before 
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=radio] ~ .text:before 
{
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    line-height: 17px;
    height: 19px;
    min-width: 19px;
}

input[type=radio]:checked ~ .text:before 
{
    content: "\f111";
}

.radio label,
.checkbox label 
{
    padding-left: 0;
    padding-top: 2px;
}
/*#endregion CheckBox and RadioBox*/
/*#region Switches*/

input[type=checkbox].checkbox-slider 
{
    width: 55px;
    height: 25px;
    left: 0;
}

input[type=checkbox].checkbox-slider.slider-icon:checked + .text:after 
{
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 21px;
    content: "\f00c";
    border-width: 1px;
    padding-left: 3px;
    background-color: #ffffff;
    color: #444444;
}

input[type=checkbox].checkbox-slider.slider-icon + .text:after 
{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    content: "\f00d";
    border-width: 1px;
    padding-left: 4px;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.toggle:checked + .text:after 
{
    background-color: #ffffff;
    color: #444444;
}

input[type=checkbox].checkbox-slider.toggle + .text:after 
{
    border: 0;
    background-color: #444444;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox].checkbox-slider.yesno + .text:before 
{
    font-family: 'Open Sans', 'Segoe UI';
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

input[type=checkbox].checkbox-slider + .text 
{
    margin: 0 4px;
    min-height: 24px;
}

input[type=checkbox].checkbox-slider + .text:before 
{
    font-family: 'Open Sans', 'Segoe UI';
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    background-color: #ffffff;
    color: #999999;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    height: 20px;
    overflow: hidden;
    border-radius: 50rem;
    border: 1px solid #cccccc;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input[type=checkbox].checkbox-slider + .text:after 
{
    font-family: 'Open Sans', 'Segoe UI';
    content: '';
    font-size: 10px;
    font-weight: 300;
    background-color: #ffffff;
    border: 5px solid #444444;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    top: -2px;
    left: -3px;
    padding: 0;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=checkbox].checkbox-slider:checked + .text:before 
{
    text-indent: 5px;
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

input[type=checkbox].checkbox-slider:checked + .text:after 
{
    left: 34px;
    background-color: #444444;
    border: 5px solid #ffffff;
}

input[type=checkbox].checkbox-slider.colored-blue + .text:after 
{
    border-color: #5db2ff;
}

input[type=checkbox].checkbox-slider.colored-blue:checked + .text:before 
{
    background-color: #5db2ff;
    border-color: #5db2ff;
}

input[type=checkbox].checkbox-slider.colored-blue:checked + .text:after 
{
    background-color: #5db2ff;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #5db2ff;
}

input[type=checkbox].checkbox-slider.colored-blue.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #5db2ff;
}

input[type=checkbox].checkbox-slider.colored-blue.toggle:checked + .text:after 
{
    color: #5db2ff;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-blue.toggle + .text:after 
{
    background-color: #5db2ff;
}

input[type=checkbox].checkbox-slider.colored-primary + .text:after 
{
    border-color: #4374e0;
}

input[type=checkbox].checkbox-slider.colored-primary:checked + .text:before 
{
    background-color: #4374e0;
    border-color: #4374e0;
}

input[type=checkbox].checkbox-slider.colored-primary:checked + .text:after 
{
    background-color: #4374e0;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #4374e0;
}

input[type=checkbox].checkbox-slider.colored-primary.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #4374e0;
}

input[type=checkbox].checkbox-slider.colored-primary.toggle:checked + .text:after 
{
    color: #4374e0;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-primary.toggle + .text:after 
{
    background-color: #4374e0;
}

input[type=checkbox].checkbox-slider.colored-danger + .text:after 
{
    border-color: #d73d32;
}

input[type=checkbox].checkbox-slider.colored-danger:checked + .text:before 
{
    background-color: #d73d32;
    border-color: #d73d32;
}

input[type=checkbox].checkbox-slider.colored-danger:checked + .text:after 
{
    background-color: #d73d32;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-danger.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #d73d32;
}

input[type=checkbox].checkbox-slider.colored-danger.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #d73d32;
}

input[type=checkbox].checkbox-slider.colored-danger.toggle:checked + .text:after 
{
    color: #d73d32;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-danger.toggle + .text:after 
{
    background-color: #d73d32;
}

input[type=checkbox].checkbox-slider.colored-success + .text:after
{
    border-color: #53a93f;
}

input[type=checkbox].checkbox-slider.colored-success:checked + .text:before 
{
    background-color: #53a93f;
    border-color: #53a93f;
}

input[type=checkbox].checkbox-slider.colored-success:checked + .text:after 
{
    background-color: #53a93f;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-success.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #53a93f;
}

input[type=checkbox].checkbox-slider.colored-success.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #53a93f;
}

input[type=checkbox].checkbox-slider.colored-success.toggle:checked + .text:after 
{
    color: #53a93f;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-success.toggle + .text:after 
{
    background-color: #53a93f;
}

input[type=checkbox].checkbox-slider.colored-warning + .text:after 
{
    border-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-warning:checked + .text:before 
{
    background-color: #f4b400;
    border-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-warning:checked + .text:after 
{
    background-color: #f4b400;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-warning.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-warning.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-warning.toggle:checked + .text:after 
{
    color: #f4b400;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-warning.toggle + .text:after 
{
    background-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-silver + .text:after 
{
    border-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-silver:checked + .text:before 
{
    background-color: #f4b400;
    border-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-silver:checked + .text:after 
{
    background-color: #f4b400;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-silver.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-silver.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-silver.toggle:checked + .text:after 
{
    color: #f4b400;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-silver.toggle + .text:after 
{
    background-color: #f4b400;
}

input[type=checkbox].checkbox-slider.colored-blueberry + .text:after 
{
    border-color: #6f85bf;
}

input[type=checkbox].checkbox-slider.colored-blueberry:checked + .text:before 
{
    background-color: #6f85bf;
    border-color: #6f85bf;
}

input[type=checkbox].checkbox-slider.colored-blueberry:checked + .text:after 
{
    background-color: #6f85bf;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #6f85bf;
}

input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #6f85bf;
}

input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked + .text:after 
{
    color: #6f85bf;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-blueberry.toggle + .text:after 
{
    background-color: #6f85bf;
}

input[type=checkbox].checkbox-slider.colored-palegreen + .text:after 
{
    border-color: #a0d468;
}

input[type=checkbox].checkbox-slider.colored-palegreen:checked + .text:before 
{
    background-color: #a0d468;
    border-color: #a0d468;
}

input[type=checkbox].checkbox-slider.colored-palegreen:checked + .text:after 
{
    background-color: #a0d468;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #a0d468;
}

input[type=checkbox].checkbox-slider.colored-palegreen.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #a0d468;
}

input[type=checkbox].checkbox-slider.colored-palegreen.toggle:checked + .text:after 
{
    color: #a0d468;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-palegreen.toggle + .text:after 
{
    background-color: #a0d468;
}

input[type=checkbox].checkbox-slider.colored-orange + .text:after 
{
    border-color: #fb6e52;
}

input[type=checkbox].checkbox-slider.colored-orange:checked + .text:before 
{
    background-color: #fb6e52;
    border-color: #fb6e52;
}

input[type=checkbox].checkbox-slider.colored-orange:checked + .text:after 
{
    background-color: #fb6e52;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-orange.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #fb6e52;
}

input[type=checkbox].checkbox-slider.colored-orange.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #fb6e52;
}

input[type=checkbox].checkbox-slider.colored-orange.toggle:checked + .text:after 
{
    color: #fb6e52;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-orange.toggle + .text:after 
{
    background-color: #fb6e52;
}

input[type=checkbox].checkbox-slider.colored-darkorange + .text:after 
{
    border-color: #ed4e2a;
}

input[type=checkbox].checkbox-slider.colored-darkorange:checked + .text:before 
{
    background-color: #ed4e2a;
    border-color: #ed4e2a;
}

input[type=checkbox].checkbox-slider.colored-darkorange:checked + .text:after 
{
    background-color: #ed4e2a;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #ed4e2a;
}

input[type=checkbox].checkbox-slider.colored-darkorange.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #ed4e2a;
}

input[type=checkbox].checkbox-slider.colored-darkorange.toggle:checked + .text:after 
{
    color: #ed4e2a;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-darkorange.toggle + .text:after 
{
    background-color: #ed4e2a;
}

input[type=checkbox].checkbox-slider.colored-magenta + .text:after 
{
    border-color: #bc5679;
}

input[type=checkbox].checkbox-slider.colored-magenta:checked + .text:before 
{
    background-color: #bc5679;
    border-color: #bc5679;
}

input[type=checkbox].checkbox-slider.colored-magenta:checked + .text:after 
{
    background-color: #bc5679;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-magenta.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #bc5679;
}

input[type=checkbox].checkbox-slider.colored-magenta.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #bc5679;
}

input[type=checkbox].checkbox-slider.colored-magenta.toggle:checked + .text:after 
{
    color: #bc5679;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-magenta.toggle + .text:after 
{
    background-color: #bc5679;
}

input[type=checkbox].checkbox-slider.colored-purple + .text:after 
{
    border-color: #7e3794;
}

input[type=checkbox].checkbox-slider.colored-purple:checked + .text:before 
{
    background-color: #7e3794;
    border-color: #7e3794;
}

input[type=checkbox].checkbox-slider.colored-purple:checked + .text:after 
{
    background-color: #7e3794;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-purple.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #7e3794;
}

input[type=checkbox].checkbox-slider.colored-purple.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #7e3794;
}

input[type=checkbox].checkbox-slider.colored-purple.toggle:checked + .text:after 
{
    color: #7e3794;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-purple.toggle + .text:after 
{
    background-color: #7e3794;
}

input[type=checkbox].checkbox-slider.colored-maroon + .text:after 
{
    border-color: #981b48;
}

input[type=checkbox].checkbox-slider.colored-maroon:checked + .text:before 
{
    background-color: #981b48;
    border-color: #981b48;
}

input[type=checkbox].checkbox-slider.colored-maroon:checked + .text:after 
{
    background-color: #981b48;
    border-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-maroon.slider-icon:checked + .text:after 
{
    background-color: #ffffff;
    color: #981b48;
}

input[type=checkbox].checkbox-slider.colored-maroon.slider-icon + .text:after 
{
    border-color: #ffffff;
    color: #981b48;
}

input[type=checkbox].checkbox-slider.colored-maroon.toggle:checked + .text:after 
{
    color: #981b48;
    background-color: #ffffff;
}

input[type=checkbox].checkbox-slider.colored-maroon.toggle + .text:after 
{
    background-color: #981b48;
}
/*#endregion Switches*/
/*#region Form Sliders*/
/*#region noUiSlider*/

.noUi-target,
.noUi-target 
{
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base 
{
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin 
{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.noUi-stacking .noUi-handle 
{
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin 
{
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin 
{
    -webkit-transition: left 0.3s, top 0.3s;
    -moz-transition: left 0.3s, top 0.3s;
    -o-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag 
{
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */

.noUi-horizontal 
{
    height: 18px;
}

.noUi-horizontal.slider-xs 
{
    height: 14px;
}

.noUi-horizontal.slider-xs .noUi-handle 
{
    height: 24px;
    width: 26px;
}

.noUi-horizontal.slider-xs .noUi-handle:before 
{
    left: 10px;
    top: 4px;
}

.noUi-horizontal.slider-xs .noUi-handle:after 
{
    left: 13px;
    top: 4px;
}

.noUi-horizontal.slider-sm 
{
    height: 16px;
}

.noUi-horizontal.slider-sm .noUi-handle 
{
    height: 26px;
    width: 30px;
}

.noUi-horizontal.slider-sm .noUi-handle:before 
{
    left: 12px;
    top: 5px;
}

.noUi-horizontal.slider-sm .noUi-handle:after 
{
    left: 15px;
    top: 5px;
}

.noUi-horizontal.slider-lg 
{
    height: 20px;
}

.noUi-horizontal.slider-lg .noUi-handle 
{
    height: 30px;
    width: 36px;
}

.noUi-horizontal.slider-lg .noUi-handle:before 
{
    left: 15px;
    top: 7px;
}

.noUi-horizontal.slider-lg .noUi-handle:after 
{
    left: 18px;
    top: 7px;
}

.noUi-horizontal.slider-xl 
{
    height: 22px;
}

.noUi-horizontal.slider-xl .noUi-handle 
{
    height: 32px;
    width: 38px;
}

.noUi-horizontal.slider-xl .noUi-handle:before 
{
    left: 16px;
    top: 8px;
}

.noUi-horizontal.slider-xl .noUi-handle:after 
{
    left: 19px;
    top: 8px;
}

.noUi-horizontal .noUi-handle 
{
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-horizontal.noUi-extended 
{
    padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin 
{
    right: -15px;
}

.noUi-vertical 
{
    width: 18px;
}

.noUi-vertical.slider-xs 
{
    width: 14px;
}

.noUi-vertical.slider-xs .noUi-handle 
{
    width: 24px;
    height: 26px;
}

.noUi-vertical.slider-xs .noUi-handle:before 
{
    top: 10px;
    left: 4px;
}

.noUi-vertical.slider-xs .noUi-handle:after 
{
    top: 13px;
    left: 4px;
}

.noUi-vertical.slider-sm 
{
    width: 16px;
}

.noUi-vertical.slider-sm .noUi-handle 
{
    width: 26px;
    height: 30px;
}

.noUi-vertical.slider-sm .noUi-handle:before 
{
    top: 12px;
    left: 5px;
}

.noUi-vertical.slider-sm .noUi-handle:after 
{
    top: 15px;
    left: 5px;
}

.noUi-vertical.slider-lg 
{
    width: 20px;
}

.noUi-vertical.slider-lg .noUi-handle 
{
    width: 30px;
    height: 36px;
}

.noUi-vertical.slider-lg .noUi-handle:before 
{
    top: 15px;
    left: 7px;
}

.noUi-vertical.slider-lg .noUi-handle:after 
{
    top: 18px;
    left: 7px;
}

.noUi-vertical.slider-xl 
{
    width: 22px;
}

.noUi-vertical.slider-xl .noUi-handle 
{
    width: 32px;
    height: 38px;
}

.noUi-vertical.slider-xl .noUi-handle:before 
{
    top: 16px;
    left: 8px;
}

.noUi-vertical.slider-xl .noUi-handle:after 
{
    top: 19px;
    left: 8px;
}

.noUi-vertical .noUi-handle 
{
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-vertical.noUi-extended 
{
    padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin 
{
    bottom: -15px;
}
/* Styling;
 */

.noUi-background 
{
    background: #FAFAFA;
}

.noUi-connect 
{
    background: #2dc3e8;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target 
{
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}
/* Handles and cursors;
 */

.noUi-dragable 
{
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable 
{
    cursor: n-resize;
}

.noUi-handle 
{
    position: relative;
    z-index: 1;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
    -moz-box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
    box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}

.noUi-active 
{
    -webkit-box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
    -moz-box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
    box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after 
{
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after 
{
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after 
{
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after 
{
    top: 17px;
}
/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect 
{
    background: #B8B8B8;
}

[disabled] .noUi-handle 
{
    cursor: not-allowed;
}
/* Blocked state;
 */

.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect 
{
    background: #4FDACF;
}
/*#endregion noUiSlider*/
/*#region jQRangeSlider*/

.ui-rangeSlider 
{
    height: 30px;
    padding-top: 40px;
}

.ui-rangeSlider.slider-sm .ui-rangeSlider-container,
.ui-rangeSlider.slider-sm .ui-rangeSlider-arrow 
{
    height: 20px;
}

.ui-rangeSlider.slider-sm .ui-rangeSlider-bar 
{
    height: 18px;
}

.ui-rangeSlider.slider-xs .ui-rangeSlider-container,
.ui-rangeSlider.slider-xs .ui-rangeSlider-arrow 
{
    height: 10px;
}

.ui-rangeSlider.slider-xs .ui-rangeSlider-bar 
{
    height: 8px;
}

.ui-rangeSlider.slider-xs .ui-rangeSlider-arrow-inner:before 
{
    font-size: 10px;
    line-height: 22px;
}

.ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label 
{
    background-color: #5db2ff;
}

.ui-rangeSlider.valuelabel-blue .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #5db2ff;
}

.ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label 
{
    background-color: #4374e0;
}

.ui-rangeSlider.valuelabel-primary .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #4374e0;
}

.ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label 
{
    background-color: #d73d32;
}

.ui-rangeSlider.valuelabel-danger .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #d73d32;
}

.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label 
{
    background-color: #53a93f;
}

.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner
{
    border-top: 6px solid #53a93f;
}

.ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label 
{
    background-color: #f4b400;
}

.ui-rangeSlider.valuelabel-warning .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #f4b400;
}

.ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label 
{
    background-color: #777777;
}

.ui-rangeSlider.valuelabel-silver .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #777777;
}

.ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label 
{
    background-color: #6f85bf;
}

.ui-rangeSlider.valuelabel-blueberry .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #6f85bf;
}

.ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label 
{
    background-color: #a0d468;
}

.ui-rangeSlider.valuelabel-palegreen .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #a0d468;
}

.ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label 
{
    background-color: #fb6e52;
}

.ui-rangeSlider.valuelabel-orange .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #fb6e52;
}

.ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label 
{
    background-color: #ed4e2a;
}

.ui-rangeSlider.valuelabel-darkorange .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #ed4e2a;
}

.ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label 
{
    background-color: #bc5679;
}

.ui-rangeSlider.valuelabel-magenta .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #bc5679;
}

.ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label 
{
    background-color: #7e3794;
}

.ui-rangeSlider.valuelabel-purple .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #7e3794;
}

.ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label 
{
    background-color: #981b48;
}

.ui-rangeSlider.valuelabel-maroon .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #981b48;
}

.ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label 
{
    background-color: #ffce55;
}

.ui-rangeSlider.valuelabel-yellow .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #ffce55;
}

.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label 
{
    background-color: #53a93f;
}

.ui-rangeSlider.valuelabel-success .ui-rangeSlider-label-inner 
{
    border-top: 6px solid #53a93f;
}

.ui-rangeSlider.silder-blue .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-blue .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #5db2ff !important;
}

.ui-rangeSlider.silder-blue .ui-rangeSlider-bar 
{
    background: #5db2ff !important;
}

.ui-rangeSlider.silder-primary .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-primary .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #4374e0 !important;
}

.ui-rangeSlider.silder-primary .ui-rangeSlider-bar 
{
    background: #4374e0 !important;
}

.ui-rangeSlider.silder-danger .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-danger .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #d73d32 !important;
}

.ui-rangeSlider.silder-danger .ui-rangeSlider-bar 
{
    background: #d73d32 !important;
}

.ui-rangeSlider.silder-warning .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-warning .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #f4b400 !important;
}

.ui-rangeSlider.silder-warning .ui-rangeSlider-bar 
{
    background: #f4b400 !important;
}

.ui-rangeSlider.silder-silver .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-silver .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #777777 !important;
}

.ui-rangeSlider.silder-silver .ui-rangeSlider-bar 
{
    background: #777777 !important;
}

.ui-rangeSlider.silder-blueberry .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-blueberry .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #6f85bf !important;
}

.ui-rangeSlider.silder-blueberry .ui-rangeSlider-bar 
{
    background: #6f85bf !important;
}

.ui-rangeSlider.silder-palegreen .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-palegreen .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #a0d468 !important;
}

.ui-rangeSlider.silder-palegreen .ui-rangeSlider-bar 
{
    background: #a0d468 !important;
}

.ui-rangeSlider.silder-success .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-success .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #53a93f !important;
}

.ui-rangeSlider.silder-success .ui-rangeSlider-bar 
{
    background: #53a93f !important;
}

.ui-rangeSlider.silder-yellow .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-yellow .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #ffce55 !important;
}

.ui-rangeSlider.silder-yellow .ui-rangeSlider-bar 
{
    background: #ffce55 !important;
}

.ui-rangeSlider.silder-orange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-orange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #fb6e52 !important;
}

.ui-rangeSlider.silder-orange .ui-rangeSlider-bar 
{
    background: #fb6e52 !important;
}

.ui-rangeSlider.silder-darkorange .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-darkorange .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #ed4e2a !important;
}

.ui-rangeSlider.silder-darkorange .ui-rangeSlider-bar 
{
    background: #ed4e2a !important;
}

.ui-rangeSlider.silder-magenta .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-magenta .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #bc5679 !important;
}

.ui-rangeSlider.silder-magenta .ui-rangeSlider-bar 
{
    background: #bc5679 !important;
}

.ui-rangeSlider.silder-purple .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-purple .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #7e3794 !important;
}

.ui-rangeSlider.silder-purple .ui-rangeSlider-bar 
{
    background: #7e3794 !important;
}

.ui-rangeSlider.silder-maroon .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider.silder-maroon .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #981b48 !important;
}

.ui-rangeSlider.silder-maroon .ui-rangeSlider-bar 
{
    background: #981b48 !important;
}

.ui-rangeSlider,
.ui-rangeSlider-container,
.ui-rangeSlider-arrow 
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container 
{
    margin: 0 15px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container 
{
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    border-left: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
}

.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container 
{
    border-color: #8490a3;
}

.ui-rangeSlider-container,
.ui-rangeSlider-arrow
 {
    height: 30px;
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    background: #ffffff;
}

.ui-rangeSlider-label 
{
    background-color: #fb6e52;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 5px 10px;
    bottom: 36px;
    color: #ffffff;
    font-size: 13px;
    cursor: col-resize;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
.ui-rangeSlider-disabled .ui-rangeSlider-label 
{
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.ui-rangeSlider-arrow 
{
    width: 14px;
    cursor: pointer;
}

.ui-rangeSlider-leftArrow 
{
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
    border-left: solid 1px #D3D3D3;
}

.ui-rangeSlider-rightArrow
{
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
    border-right: solid 1px #D3D3D3;
}

.ui-rangeSlider-arrow-inner 
{
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -10px;
}

.ui-rangeSlider-arrow-inner:before 
{
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    border-width: 1px;
    content: "";
    color: #d3d3d3;
}

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner:before 
{
    content: "\f053";
    left: 8px;
    margin-left: -5px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner:before,
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner:before 
{
    color: #a0d468;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner:before 
{
    content: "\f054";
    right: 0;
    margin-right: -11px;
}

.ui-rangeSlider-innerBar 
{
    width: 110%;
    height: 100%;
    left: -10px;
    overflow: hidden;
}

.ui-rangeSlider-bar 
{
    background: #2dc3e8;
    height: 28px;
    margin: 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar 
{
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.ui-rangeSlider-handle 
{
    width: 10px;
    height: 30px;
    background: transparent;
    cursor: col-resize;
}

.ui-rangeSlider-label-inner 
{
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    z-index: 99;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
    border-top: 6px solid #fb6e52;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-inner 
{
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.ui-editRangeSlider-inputValue 
{
    width: 2em;
    text-align: center;
    font-size: 13px;
    border: 1px solid transparent !important;
    margin-left: -5px;
    margin-right: -5px;
}

.ui-rangeSlider .ui-ruler-scale 
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ui-rangeSlider .ui-ruler-tick 
{
    float: left;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner 
{
    color: #d3d3d3;
    margin-top: 1px;
    border-left: 1px solid #d3d3d3;
    height: 30px;
    padding-left: 2px;
    position: relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label 
{
    position: absolute;
    bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-label 
{
    color: #fbfbfb;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner 
{
    border-left: 1px solid #d3d3d3;
    margin-top: 25px;
    height: 5px;
}
/*#endregion jQRangeSlider*/
/*#endregion Form Sliders*/
/*#region Spinners*/

.spinbox 
{
    position: relative;
}

.spinbox input 
{
    float: left;
    padding-left: 35px;
}

.spinbox .btn 
{
    position: relative;
    width: 20px;
    padding-top: 0;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 17px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.spinbox .btn:hover 
{
    color: #f5f5f5;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.spinbox .btn:focus,
.spinbox .btn:active 
{
    color: #f5f5f5;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.spinbox .btn.disabled 
{
    cursor: not-allowed;
}

.spinbox .spinbox-buttons 
{
    position: absolute;
    left: 0;
    float: left;
    width: 20px;
    height: 34px;
    border-left: 1px solid #d5d5d5;
}

.spinbox .spinbox-up 
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    top: 0;
    background-color: #fbfbfb;
    border-left: 1px !important;
}

.spinbox .spinbox-up i 
{
    position: relative;
    top: -6px;
    margin-right: 0;
}

.spinbox .spinbox-down 
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    bottom: 0;
    background-color: #fbfbfb;
    border-bottom-left-radius: 0 !important;
    border-left: 1px !important;
    border-top: 1px solid #d5d5d5;
}

.spinbox .spinbox-down i 
{
    position: relative;
    top: -7px;
    margin-right: 0;
}

.spinbox.spinbox-right .spinbox-buttons 
{
    left: auto;
    right: 0;
    border-right: 0;
}

.spinbox.spinbox-right input 
{
    padding-left: 10px;
    padding-right: 35px;
    margin-left: 0;
}

.spinbox.spinbox-horizontal input 
{
    padding-left: 60px;
}

.spinbox.spinbox-horizontal .spinbox-buttons 
{
    margin: 0;
    font-size: 0;
    width: 50px;
    left: 0;
    top: 0;
}

.spinbox.spinbox-horizontal .spinbox-buttons > .btn 
{
    height: 34px;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
}

.spinbox.spinbox-horizontal .spinbox-buttons > .btn > i 
{
    vertical-align: middle;
    display: inline-block;
}

.spinbox.spinbox-horizontal .spinbox-down 
{
    width: 24px;
    border-left: 0;
}

.spinbox.spinbox-horizontal .spinbox-down i 
{
    top: -5px;
}

.spinbox.spinbox-horizontal .spinbox-up 
{
    width: 24px;
}

.spinbox.spinbox-horizontal .spinbox-up i 
{
    top: -5px;
}

.spinbox.spinbox-horizontal.spinbox-right 
{
    margin-left: 0;
}

.spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons 
{
    right: -1px;
    left: auto;
}

.spinbox.spinbox-horizontal.spinbox-right input 
{
    padding-left: 10px;
}

.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons 
{
    width: 25px !important;
}

.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left 
{
    left: 0;
}

.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right 
{
    right: 0;
    left: auto;
}

.spinbox.spinbox-horizontal.spinbox-two-sided input 
{
    padding-left: 35px !important;
}
/*#endregion Spinners*/
/*#region Select2*/

.select2-container 
{
    margin: 0;
    position: relative;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 13px;
}

.select2-container .select2-choice 
{
    display: block;
    height: 32px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 32px;
    color: #444444;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-container.select2-drop-above .select2-choice 
{
    border-bottom-color: #ccc;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen 
{
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen 
{
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr 
{
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr 
{
    display: inline-block;
}

.select2-container .select2-choice abbr:hover 
{
    cursor: pointer;
}

.select2-drop-mask 
{
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background: #fff;
    filter: alpha(opacity=0);
}

.select2-drop 
{
    margin-top: -1px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.select2-drop-auto-width 
{
    border-top: 1px solid #ccc;
    width: auto;
}

.select2-drop-auto-width .select2-search 
{
    padding-top: 4px;
}

.select2-drop.select2-drop-above 
{
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-top-width: 3px;
    border-bottom: 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active 
{
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 0;
}

.select2-drop.select2-drop-above.select2-drop-active 
{
    border-top-width: 3px;
}

.select2-container .select2-choice .select2-arrow 
{
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
}

.select2-container .select2-choice .select2-arrow b 
{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 14px;
}

.select2-container .select2-choice .select2-arrow b:before 
{
    content: "\f107";
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.select2-search 
{
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input 
{
    width: 100%;
    height: auto !important;
    min-height: 29px;
    padding: 6px 20px 5px 10px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background-image: -moz-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background-image: -o-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background-image: linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}

.select2-search:before 
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f002";
    top: 25%;
    right: 10px;
    color: #737373 !important;
}

.select2-drop.select2-drop-above .select2-search input 
{
    margin-top: 4px;
}

.select2-drop.select2-drop-above .select2-search:before 
{
    top: 34%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices 
{
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
}

.select2-dropdown-open .select2-choice 
{
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices 
{
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow 
{
    background: 0 0;
    border-left: 0;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b 
{
    background-position: -18px 1px;
}

.select2-results 
{
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub 
{
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label
{
    padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label 
{
    padding-left: 120px;
}

.select2-results li 
{
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label 
{
    font-weight: 700;
}

.select2-results .select2-result-label 
{
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-result-label:hover,
.select2-results .select2-result-label:focus 
{
    background: #2983c1 !important;
    color: #fff !important;
}

.select2-results li em 
{
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em 
{
    background: 0 0;
}

.select2-results .select2-highlighted ul 
{
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit 
{
    background: #f4f4f4;
    display: list-item;
    padding: 3px 5px;
}

.select2-no-results 
{
    padding-left: 20px;
}

.select2-no-results:before 
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: 5px;
}

.select2-results .select2-disabled.select2-highlighted 
{
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled 
{
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected 
{
    display: none;
}

.select2-more-results 
{
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice 
{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow 
{
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr 
{
    display: none;
}

.select2-container-multi .select2-choices 
{
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    min-height: 26px;
}

.select2-locked 
{
    padding: 3px 5px !important;
}

.select2-container-multi.select2-container-active .select2-choices 
{
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
}

.select2-container-multi .select2-choices li 
{
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field 
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input 
{
    padding: 5px;
    margin: 1px 0;
    font-size: 13px;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active 
{
}

.select2-default 
{
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice 
{
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #2983c1;
    -moz-background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2983c1;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen 
{
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus 
{
    opacity: .8;
}

.select2-search-choice-close 
{
    display: block;
    min-width: 21px;
    min-height: 20px;
    position: absolute;
    right: 3px;
    top: 1px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-decoration: none !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-search-choice-close:before 
{
    content: "\f00d";
    font-size: 14px;
}

.select2-container-multi .select2-search-choice-close 
{
    display: block;
    right: 0;
    padding: 2px 4px 3px 6px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}

.select2-container-multi .select2-search-choice-close:hover 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.select2-container-multi.select2-container-disabled .select2-choices 
{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice 
{
    padding: 3px 5px;
    border: 1px solid #4a90cc;
    background-image: none;
    background-color: #86b4dd;
    cursor: not-allowed;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close 
{
    display: none;
    background: 0 0;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match 
{
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus 
{
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.select2-display-none 
{
    display: none;
}

.select2-measure-scrollbar 
{
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/*#endregion Select2*/
/*#region TagsInput*/

.bootstrap-tagsinput 
{
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #262626;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
}

.bootstrap-tagsinput > span 
{
    font-weight: 400;
    padding: 4px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #2dc3e8;
    background: #2dc3e8;
}

.bootstrap-tagsinput input 
{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
}

.bootstrap-tagsinput input:focus 
{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag 
{
    color: #FFF;
    position: relative;
    margin: 3px 0 3px 2px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.bootstrap-tagsinput .tag [data-role=remove] 
{
    display: block;
    top: -1px;
    right: 0;
    padding: 3px 4px 3px 5px;
    width: 23px;
    height: 22px;
    position: absolute;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:after 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active:after 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.bootstrap-tagsinput .tag [data-role=remove]:after 
{
    content: "\f00d";
    font-family: fontAwesome;
    padding: 2px 1px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.bootstrap-tagsinput .tag [data-role=remove]:after:hover 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.bootstrap-tagsinput .tag [data-role=remove]:after:hover:active 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/*#endregion TagsInput*/
/*#region ColorPicker*/

.minicolors 
{
    position: relative;
}

.minicolors-swatch 
{
    position: absolute;
    vertical-align: middle;
    background: url(../img/jquery.minicolors.png) -80px 0;
    border: solid 1px #fbfbfb;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-swatch-color 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch 
{
    width: 28px;
    position: static;
    cursor: pointer;
}
/* Panel */

.minicolors-panel 
{
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

.minicolors-panel.minicolors-visible 
{
    display: block;
}
/* Panel positioning */

.minicolors-position-top .minicolors-panel 
{
    top: -154px;
}

.minicolors-position-right .minicolors-panel 
{
    right: 0;
}

.minicolors-position-bottom .minicolors-panel 
{
    top: auto;
}

.minicolors-position-left .minicolors-panel
{
    left: 0;
}

.minicolors-with-opacity .minicolors-panel 
{
    width: 194px;
}

.minicolors .minicolors-grid 
{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background: url(../img/jquery.minicolors.png) -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: none;
}

.minicolors-slider-saturation .minicolors-grid 
{
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner 
{
    background: url(../img/jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid 
{
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner 
{
    background: #000000;
}

.minicolors-slider-wheel .minicolors-grid 
{
    background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider 
{
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background: #ffffff url(../img/jquery.minicolors.png) 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider 
{
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider 
{
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider 
{
    background-position: -20px 0;
}

.minicolors-opacity-slider 
{
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider 
{
    display: block;
}
/* Pickers */

.minicolors-grid .minicolors-picker 
{
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px #000000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

.minicolors-grid .minicolors-picker > div 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px #ffffff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-picker 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #ffffff;
    border: solid 1px #000000;
    margin-top: -2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Inline controls */

.minicolors-inline 
{
    display: inline-block;
}

.minicolors-inline .minicolors-input 
{
    display: none !important;
}

.minicolors-inline .minicolors-panel 
{
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}
/* Bootstrap theme */

.minicolors-theme-bootstrap .minicolors-swatch 
{
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch 
{
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input 
{
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input 
{
    padding-right: 44px;
    padding-left: 12px;
}

.dropdown-colorpicker 
{
    height: 35px;
    width: 35px;
    padding: 7px;
}

.dropdown-colorpicker > .dropdown-menu 
{
    top: 100%;
    left: 0;
    padding: 4px;
    min-width: 154px;
    max-width: 154px;
}

.dropdown-colorpicker > .dropdown-menu > li 
{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
}

.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn 
{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover 
{
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after 
{
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
}

.btn-colorpicker
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}
/*#endregion ColorPicker*/
/*#region DatePicker*/

.datepicker 
{
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
}

.datepicker:before 
{
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after 
{
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div 
{
    display: none;
}

.datepicker table 
{
    width: 100%;
    margin: 0;
}

.datepicker td,
.datepicker th
 {
    text-align: center;
    font-size: 12px;
    height: 20px;
    width: 20px;
}

.datepicker td.day:hover 
{
    background: #eeeeee;
    cursor: pointer;
}

.datepicker td.day.disabled 
{
    color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new 
{
    color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover 
{
    background-color: #2983c1;
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span 
{
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
}

.datepicker td span:hover 
{
    background: #eeeeee;
}

.datepicker td span.active
{
    background-color: #2dc3e8;
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.old 
{
    color: #999999;
}

.datepicker th.switch 
{
    width: 175px;
}

.datepicker th.next,
.datepicker th.prev 
{
    font-size: 12px;
    cursor: pointer;
}

.datepicker thead tr:first-child th 
{
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover 
{
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i 
{
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
/*#endregion DatePicker*/
/*#region DateRangePicker*/

.daterangepicker.dropdown-menu 
{
    max-width: none;
    z-index: 3000;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar 
{
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar 
{
    float: right;
    margin: 4px;
}

.daterangepicker .ranges 
{
    width: 160px;
    text-align: left;
}

.daterangepicker .ranges .range_inputs > div 
{
    float: left;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) 
{
    padding-left: 11px;
}

.daterangepicker .calendar 
{
    display: none;
    max-width: 270px;
}

.daterangepicker .calendar.single .calendar-date 
{
    border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td 
{
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .ranges label 
{
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input 
{
    font-size: 11px;
}

.daterangepicker .ranges .input-mini 
{
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li 
{
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #2dc3e8;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover 
{
    background: #2dc3e8;
    border: 1px solid #2dc3e8;
    color: #fff;
}

.daterangepicker .calendar-date 
{
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
}

.daterangepicker .calendar-time 
{
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker 
{
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    font-size: 12px;
}

.daterangepicker.opensleft:before 
{
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after 
{
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before 
{
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after 
{
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker table 
{
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th 
{
    text-align: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.daterangepicker td.off 
{
    color: #999;
}

.daterangepicker td.disabled 
{
    color: #999;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover 
{
    background: #eee;
}

.daterangepicker td.in-range 
{
    background: #d0e7fc;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

.daterangepicker td.active,
.daterangepicker td.active:hover 
{
    background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week 
{
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect 
{
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect 
{
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect 
{
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect 
{
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker_start_input 
{
    float: left;
}

.daterangepicker_end_input 
{
    float: left;
    padding-left: 11px;
}

.daterangepicker th.month 
{
    width: auto;
}
/*#endregion DateRangePicker*/
/*#region TimePicker*/

.bootstrap-timepicker 
{
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu 
{
    left: auto;
    right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before 
{
    left: auto;
    right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after 
{
    left: auto;
    right: 13px;
}

.bootstrap-timepicker .add-on 
{
    cursor: pointer;
}

.bootstrap-timepicker .add-on i 
{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu 
{
    padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open 
{
    display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before 
{
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after 
{
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before 
{
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after 
{
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before 
{
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after 
{
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before 
{
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after 
{
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before 
{
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after 
{
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input 
{
    border-radius: 4px;
}

.bootstrap-timepicker-widget table 
{
    width: 100%;
    margin: 0;
}

.bootstrap-timepicker-widget table td 
{
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) 
{
    min-width: 30px;
}

.bootstrap-timepicker-widget table td span 
{
    width: 100%;
}

.bootstrap-timepicker-widget table td a 
{
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #333;
}

.bootstrap-timepicker-widget table td a:hover 
{
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i 
{
    margin-top: 2px;
    font-size: 14px;
    color: #262626;
}

.bootstrap-timepicker-widget table td input 
{
    width: 35px;
    margin: 0;
    text-align: center;
    padding: 5px;
}

.bootstrap-timepicker-widget .modal-content 
{
    padding: 4px;
}

@media (min-width: 767px) 
{
    .bootstrap-timepicker-widget.modal 
    {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) 
{
    .bootstrap-timepicker 
    {
        width: 100%;
    }

    .bootstrap-timepicker .dropdown-menu 
    {
        width: 100%;
    }
    
    /* AmeriGas Premier Registration */
    .amerigas-logo img
    {
        width: 90%!important;
        margin-top: 5px!important;
        margin-left: 12px!important;
    }
    
     /* Beddr Sleep Registration */
    .beddrSleep-logo img
    {
        width: 90%!important;
        margin-top: 0px!important;
        margin-left: 15px!important;
    }

     /* Wrinkle Respiratory and DME Registration */
    .wrinkle-respiratory-logo img
    {
        width: 57%!important;
        margin-top: 0px!important;
        margin-left: 35px!important;
    }

     /* SleepMedRx LLC Registration */
    .sleepmedrx-logo img
    {
        width: 54%!important;
        margin-top: -5px!important;
        margin-left: 27px!important;
    }

    /* DS3 Member Registration */
    .DS3-member-logo img
    {
        width: 75%!important;
        margin-top: -2px!important;
        margin-left: 12px!important;
    }

    /* ResMed Virtual Sleep Testing Registration */
    .resMed-logo img
    {
        width: 75%!important;
        margin-top: -5px!important;
        margin-left: 25px!important;
    }

    /* CPAP Supply USA Registration */
    .cpap-supply-usa-logo img
    {
        width: 58%!important;
        margin-top: -7px!important;
        margin-left: 30px!important;
    }

    /* Medquarters Registration */
    .medquarters-logo img
    {
        width: 75%!important;
        margin-top: 5px!important;
        margin-left: 16px!important;
    }

    /* DME Supply USA Registration */
    .dme-supply-usa-logo img
    {
        width: 48%!important;
        margin-top: -2px!important;
        margin-left: 39px!important;
    }

    /* Glen Bruenjes DDS Registration */
    .glen-bruenjes-dds-logo img
    {
        width: 75%!important;
        margin-top: 0px!important;
        margin-left: 12px!important;
    }
    
    /* Resonea Registration */
    .resonea-logo img
    {
        width: 90%!important;
        margin-top: 2px!important;
        margin-left: 12px!important;
    }

    .jaykhorsandi-logo img
    {
        width: 36%!important;
        margin-top: 0px!important;
        margin-left: 53px!important;
    }
    .sleep-dentist-logo img
    {
        width: 40%!important;
        margin-top: -6px!important;
        margin-left: 47px!important;
    }
    .good-night-medical-logo img
    {
        width: 80%!important;
        margin-top: -5px!important;
        margin-left: 25px!important;
    }
    .mental-mouth-logo img
    {
        width: 36%!important;
        margin-top: 0px!important;
        margin-left: 53px!important;
    }
    .assuresleep-logo img
    {
        width: 80%!important;
        margin-top: 4px!important;
        margin-left: 18px!important;
    }
    .staten-island-dental-sleep-health-logo img
    {
        margin-top: 3px!important;
        margin-left: 0px!important;
    }
    .north-carolina-sleep-solutions-logo img
    {
        margin-top: 0px!important;
        margin-left: 2px!important;
    }
    .sleepmedrx-and-vault-health-logo img
    {
        margin-top: 4px!important;
        margin-left: 2px!important;
    }
    .helio-sleep-logo img
    {
        width: 85%!important;
        margin-top: 3px!important;
        margin-left: 10px!important;
    }
    .affinity-home-medical-logo img
    {
        margin-left: 40px!important;
        margin-top: -6px!important;
    }
    .washington-center-for-sleep-logo img
    {
        width: 100%!important;
        margin-left: 5px!important;
        margin-top: -6px!important;
    }
    .airVata-logo img
    {
        width: 100%!important;
        margin-left: 13px!important;
        margin-top: -6px!important;
    }
    .isleep-sleepmedrx-logo img
    {
        width: 75%!important;
        margin-left: 20px!important;
        margin-top: -6px!important;
    }
    .Harmony-Dental-Sleep-Therapy-logo img
    {
        width: 40% !important;
        margin-left: 57px !important;
        margin-top: 0px !important;
    }
    .Sleeplay-logo img
    {
        width: 75% !important;
        margin-left: 20px !important;
        margin-top: -6px !important;
    }
    .CleanCPAP-logo img
    {
        width: 75% !important;
        margin-left: 20px !important;
        margin-top: -6px !important;
    }
    .IHeart-Sleep-logo img 
    {
        width: 78% !important;
        margin-left: 20px !important;
        margin-top: 7px !important;
    }
    .Avid-Dental-Sleep-Medicine-logo img
    {
        width: 70% !important;
        margin-left: 27px !important;
        margin-top: 1px !important;
    }
    .ExciteOSA-logo img 
    {
        width: 65% !important;
        margin-left: 30px !important;
        margin-top: 7px !important;
    }
    .Ramsey-Dental-Affordable-Dentures-and-Implants-logo img
    {
        width: 45% !important;
        margin-left: 40px !important;
        margin-top: 5px !important;
    }
    .Apria-Healthcare-logo img
    {
        width: 75% !important;
        margin-left: 20px !important;
        margin-top: 5px !important;
    }
    .Dentulu-logo img
    {
        width: 110% !important;
        margin-left: 2px !important;
        margin-top: 10px !important;
    }
    .DFW-Sleep-Solutions-logo img
    {
        width: 70% !important;
        margin-left: 25px !important;
        margin-top: -7px !important;
    }
    .sleep-disorder-center-logo img
    {
        width: 50%!important;
        margin-top: 0px!important;
        margin-left: 25px!important;
    }
    .apollo-beach-dental-logo img
    {
        width: 54%!important;
        margin-top: 0px!important;
        margin-left: 40px!important;
    }
    .btn-submit 
    {
        margin-top: 50px!important;
    }
    .sign_up-text 
    {
        margin-top: 50px!important;
        padding-left: 50px!important;
    }
    .sign_up-text a
    {
        font-size: 13px!important;
    }
    .sprylyfe-logo img
    {
        width: 100%!important;
        margin-top: 0px!important;
    }
    .first-class-medical-logo img
    {
        width: 100%!important;
        margin-top: 0px!important;
    }
    .lpt-medical-logo img
    {
        width: 100%!important;
        margin-top: 5px!important;
    }
    .apollo-beach-dental-logo img
    {
        width: 54%!important;
        margin-top: -1px!important;
        margin-left: 33px!important;
    }
    .studio-57-dental-logo img
    {
        width: 60%!important;
        margin-top: 2px!important;
        margin-left: 33px!important;
    }
    .Universal-Med-Supply-logo img
    {
        width: 85%!important;
        margin-left: 15px!important;
        margin-top: 1px!important;
    }
    .top-headline-for-mobile
    {
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .top-headline-for-mobile h2
    {
        margin-top: 0;
        font-size: 26px;
        font-weight: bold!important;
        font-family: 'Abel';
    }
    .top-headline-for-mobile h3
    {
        margin-top: 0;
        font-size: 20px;
        font-weight: bold!important;
        font-family: 'Abel';
    }
    .o2-top-mobile
    {
        background-image: url(../Content/images/o2-top-mobile-image.png);
        background-size: cover;
        height: 200px;
        float: left;
        width: 100%;
    }
    .o2-bottom-mobile
    {
        background-image: url(../Content/images/o2-bottom-mobile-image.png);
        background-size: cover;
        height: 675px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .o2-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 545px!important;
        margin: 0 auto!important;
        margin-top: -40px!important;
        background: #ffffff!important;
    }
    .desktop-logo
    {
        display: none;
    }
    .mobile-logo
    {
        height: 60px;
        display: block;
        padding: 10px 0 10px 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: white;
    }
    .welcome-text-for-tablet
    {
        display: none;
    }
    .signup-today-tablet
    {
        display: block;
        margin-top: 30px;
        text-align: left;
        margin-left: 29%;
    }
    .signup-today-tablet h4
    {
        font-size: 25px!important;
        font-family: 'Abel';
    }
    .green-bold-text
    {
        font-size: 31px;
        font-weight: bold;
        color: #58ba79;
        font-family: 'Abel';
    }
    .o2-desktop-image-text
    {
        display: none;
    }
    .o2-mobile-text-section
    {
        display: block;
    }
    .o2-mobile-image-text
    {
        width: 50%;
        float: right;
        padding-top: 120px;
    }
    .o2-mobile-image-text p
    {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 15%;
        padding-right: 7%;
        font-family:'Abel';
    }
    .o2-tablet-image-text
    {
        display: none;
    }
    .specialist
    {
        margin-bottom: 64%;
        margin-top: 51%;
    }
    .pap-top-mobile
    {
        background-image: url(../Content/images/pap-top-mobile-image.png);
        background-size: cover;
        height: 200px;
        float: left;
        width: 100%;
    }
    .pap-desktop-image-text
    {
        display: none;
    }
    .pap-bottom-mobile
    {
        background-image: url(../Content/images/pap-bottom-mobile-image.png);
        background-size: cover;
        height: 920px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .pap-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 545px!important;
        margin: 0 auto!important;
        margin-top: -40px!important;
        background: #ffffff!important;
    }
    .pap-mobile-text-section
    {
        display: block;
    }
    .pap-mobile-image-text
    {
        width: 50%;
        float: right;
        padding-top: 117px;
        padding-right: 2%;
    }
    .pap-mobile-image-text p
    {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 15%;
        padding-right: 7%;
        font-family: 'Abel';
        margin-bottom: 38%;
    }
    .pap-tablet-image-text
    {
        display: none;
    }
    .registerbox-textbox .fa-eye
    {
        top: 22px!important;
        right: 25px!important;
    }
    .signin-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 370px!important;
        margin: 0 auto!important;
        margin-top: -40px!important;
        background: #ffffff!important;
    }
    .signup-link
    {
        font-size: 15px;
        margin-left: 15px;
        margin-top: 35px!important;
    }
    .btn-signin
    {
        width: 125px!important;
    }
    .signin-buttons
    {
        margin-top: 10px;
        padding-left: 0;
    }
    .docviaweb-mobile-logo img
    {
        margin-left: 10px!important;
    }
    .plussleep-docviaweb-mobile-logo img
    {
        margin-left: 5px!important;
    }
    .signin-buttons .btn-signin
    {
        margin-left: 0px!important;
    }
    .remember-me
    {
        font-size: 14px!important;
    }
}
/*#endregion TimePicker*/
/*#region wysiwyg*/

.wysiwyg-editor 
{
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #cccccc;
    padding: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    overflow: scroll;
    outline: none;
}

.wysiwyg-toolbar 
{
    margin-bottom: 10px;
}

.wysiwyg-toolbar .btn-active 
{
    color: #444444 !important;
    background-color: #e5e5e5;
}

.wysiwyg-toolbar .dropdown-menu 
{
    padding: 5px;
}

.wysiwyg-toolbar .btn-group 
{
    margin-bottom: 5px;
}

.wysiwyg-voiceBtn 
{
    width: 20px;
    color: transparent !important;
    background-color: transparent !important;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    border: transparent !important;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div[data-role="editor-toolbar"] 
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*#endregion wysiwyg*/
/*#region Summernote*/

.note-editor 
{
    border: 1px solid #d5d5d5;
}

.note-editor .note-dropzone 
{
    position: absolute;
    z-index: 1;
    display: none;
    color: #87cefa;
    background-color: white;
    border: 2px dashed #87cefa;
    opacity: .95;
    pointer-event: none;
}

.note-editor .note-dropzone .note-dropzone-message 
{
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.note-editor .note-dropzone.hover 
{
    color: #2dc3e8;
    border: 2px dashed #2dc3e8;
}

.note-editor.dragover .note-dropzone 
{
    display: table;
}

.note-editor.fullscreen 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
}

.note-editor.fullscreen .note-editable 
{
    background-color: white;
}

.note-editor.fullscreen .note-resizebar 
{
    display: none;
}

.note-editor.codeview .note-editable 
{
    display: none;
}

.note-editor.codeview .note-codable 
{
    display: block;
}

.note-editor .note-toolbar 
{
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d5d5d5;
}

.note-editor .note-toolbar > .btn-group 
{
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
}

.note-editor .note-toolbar > .input-group 
{
    float: none;
}

.note-editor .note-toolbar .note-table .dropdown-menu 
{
    min-width: 0;
    padding: 5px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker 
{
    font-size: 18px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher 
{
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted 
{
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted 
{
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style h5,
.note-editor .note-toolbar .note-style h6,
.note-editor .note-toolbar .note-style blockquote 
{
    margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-toggle 
{
    width: 20px;
    padding-left: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu 
{
    min-width: 290px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group 
{
    margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child 
{
    margin: 0 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title 
{
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset 
{
    padding: 0 3px;
    margin: 5px;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover 
{
    background: #eee;
}

.note-editor .note-toolbar .note-para .dropdown-menu 
{
    min-width: 216px;
    padding: 5px;
}

.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child 
{
    margin-right: 5px;
}

.note-editor .note-statusbar 
{
    background-color: #f5f5f5;
}

.note-editor .note-statusbar .note-resizebar 
{
    width: 100%;
    height: 8px;
    cursor: s-resize;
    border-top: 1px solid #d5d5d5;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar 
{
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #d5d5d5;
}

.note-editor .note-popover .popover 
{
    max-width: none;
}

.note-editor .note-popover .popover .popover-content 
{
    padding: 5px;
}

.note-editor .note-popover .popover .popover-content a 
{
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.note-editor .note-popover .popover .popover-content .btn-group + .btn-group 
{
    margin-left: 5px;
}

.note-editor .note-popover .popover .arrow 
{
    left: 20px;
}

.note-editor .note-handle .note-control-selection 
{
    position: absolute;
    display: none;
    border: 1px solid black;
}

.note-editor .note-handle .note-control-selection > div 
{
    position: absolute;
}

.note-editor .note-handle .note-control-selection .note-control-selection-bg 
{
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}

.note-editor .note-handle .note-control-selection .note-control-handle 
{
    width: 7px;
    height: 7px;
    border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-holder 
{
    width: 7px;
    height: 7px;
    border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-sizing 
{
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-nw 
{
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0;
}

.note-editor .note-handle .note-control-selection .note-control-ne 
{
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none;
}

.note-editor .note-handle .note-control-selection .note-control-sw 
{
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0;
}

.note-editor .note-handle .note-control-selection .note-control-se 
{
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}

.note-editor .note-handle .note-control-selection .note-control-selection-info 
{
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-editor .note-dialog > div 
{
    display: none;
}

.note-editor .note-dialog .note-image-dialog .note-dropzone 
{
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
}

.note-editor .note-dialog .note-help-dialog 
{
    font-size: 12px;
    color: #ccc;
    background: transparent;
    background-color: #222 !important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

.note-editor .note-dialog .note-help-dialog .modal-content 
{
    background: transparent;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.note-editor .note-dialog .note-help-dialog a 
{
    font-size: 12px;
    color: white;
}

.note-editor .note-dialog .note-help-dialog .title 
{
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: white 1px solid;
}

.note-editor .note-dialog .note-help-dialog .modal-close 
{
    font-size: 14px;
    color: #dd0;
    cursor: pointer;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout 
{
    width: 100%;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td 
{
    vertical-align: top;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut 
{
    margin-top: 8px;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut th 
{
    font-size: 13px;
    color: #dd0;
    text-align: left;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child 
{
    min-width: 110px;
    padding-right: 10px;
    font-family: "Courier New";
    color: #dd0;
    text-align: right;
}

.note-editor .note-editable 
{
    padding: 10px;
    overflow: auto;
    outline: 0;
    background-color: #ffffff;
}

.note-editor .note-editable[contenteditable="false"] 
{
    background-color: #e5e5e5;
}

.note-editor .note-codable 
{
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.note-editor .dropdown-menu 
{
    min-width: 90px;
}

.note-editor .dropdown-menu.right 
{
    right: 0;
    left: auto;
}

.note-editor .dropdown-menu.right::before 
{
    right: 9px;
    left: auto !important;
}

.note-editor .dropdown-menu.right::after 
{
    right: 10px;
    left: auto !important;
}

.note-editor .dropdown-menu li a i 
{
    color: #2dc3e8;
    visibility: hidden;
}

.note-editor .dropdown-menu li a.checked i 
{
    visibility: visible;
}

.note-editor .note-fontsize-10 
{
font-size: 10px;
}

.note-editor .note-color-palette 
{
    line-height: 1;
}

.note-editor .note-color-palette div .note-color-btn 
{
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.note-editor .note-color-palette div .note-color-btn:hover 
{
    border: 1px solid #000;
}
/*#endregion Summernote*/
/*#region Bootstrap Validator*/

.bv-form .help-block 
{
    margin-bottom: 0;
}

.nav-tabs li.bv-tab-success > a 
{
    color: #53a93f;
}

.nav-tabs li.bv-tab-error > a 
{
    color: #d73d32;
}
/*#endregion Bootstrap Validator*/
/*--------Pages and Widgets--------*/
/*#region Login Page*/

.login-container 
{
    position: relative;
    margin: 10% auto;
    max-width: 400px;
}

.login-container .loginbox 
{
    position: relative;
    width: 400px !important;
    height: auto !important;
    padding: 0 0 20px 0;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.login-container .loginbox .loginbox-title 
{
    position: relative;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 10px;
    font-family: 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #444444;
}

.login-container .loginbox .loginbox-social 
{
    padding: 0 10px 10px;
    text-align: center;
}

.login-container .loginbox .loginbox-social .social-title 
{
    font-size: 14px;
    font-weight: 500;
    color: darkgray;
    margin-top: 10px;
}

.login-container .loginbox .loginbox-social .social-buttons 
{
    height: 80px;
    padding: 15px 35px;
    text-align: center;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook 
{
    float: left;
    border: 2px solid #3b5998;
    color: #3b5998;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook i 
{
    font-size: 26px;
    line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter 
{
    float: left;
    border: 2px solid #29c1f6;
    color: #29c1f6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter i 
{
    font-size: 26px;
    line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google 
{
    border: 2px solid #ef4f1d;
    color: #ef4f1d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google i 
{
    font-size: 26px;
    line-height: 50px;
}

.login-container .loginbox .loginbox-or 
{
    position: relative;
    text-align: center;
    height: 20px;
}

.login-container .loginbox .loginbox-or .or 
{
    position: absolute;
    top: 0;
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 20px;
    background-color: #ffffff;
    color: #999999;
    margin: 0 auto;
}

.login-container .loginbox .loginbox-or .or-line 
{
    position: absolute;
    height: 1px;
    top: 10px;
    left: 40px;
    right: 40px;
    background-color: #cccccc;
}

.login-container .loginbox .loginbox-textbox 
{
    padding: 10px 40px;
}

.login-container .loginbox .loginbox-textbox .form-control 
{
    -webkit-border-radius: 3px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 3px !important;
    -moz-background-clip: padding !important;
    border-radius: 3px !important;
    background-clip: padding-box !important;
}

.login-container .loginbox .loginbox-forgot 
{
    padding-left: 40px;
}

.login-container .loginbox .loginbox-forgot a 
{
    font-size: 11px;
    color: #666666;
}

.login-container .loginbox .loginbox-submit 
{
    padding: 10px 40px;
}

.login-container .loginbox .loginbox-signup 
{
    text-align: center;
    padding-top: 10px;
}

.login-container .loginbox .loginbox-signup a 
{
    font-size: 13px;
    color: #666666;
}

.login-container .logobox 
{
    width: 400px !important;
    height: 70px !important;
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
/*#endregion Login Page*/
/*#region Register*/

.signup-back-img
{
    background-image: url("../Content/images/signup-back-img.jpg");
    background-size: contain;
    background-position: -47%;
}
.register-container .registerbox 
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    float:left;
    padding-left: 25px;
}
.registerbox h1
{
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    color: #252525 !important;
    font-size: 38px;
    font-family: 'Abel';
    font-weight: normal!important;
    font-style: normal;
}
.registerbox h5
{
    color: #252525!important;
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: 'Abel';
    width: 100%;
    font-size: 18px;
}
.registerbox h5 a
{
    font-size: 26px;
    text-decoration: none;
    color: #2883c1;
    font-weight: bold;
    font-family: 'Abel';
}
.register-container .registerbox .registerbox-title 
{
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 8px 7px 15px;
    font-family: 'Abel';
    font-size: 16px;
    font-weight: normal;
    color: #2983c1 !important;
}
.full-width
{
    width: 100%!important;
}
.signup-left-back-img 
{
    background-image: url(../Content/images/signup-back-img.jpg);
    background-size: contain;
    background-position: 0%;
    height: 660px;
    background-repeat: no-repeat;
}
.register-container .registerbox .registerbox-caption 
{
    font-size: 14px;
    font-weight: 500;
    color: darkgray;
    padding: 15px 20px 0;
}

.register-container .registerbox .registerbox-textbox 
{
    padding: 0px 10px 0px 0px;
    min-height: 66px;
    position: relative;
    font-family: 'Abel';
}

.register-container .registerbox .registerbox-textbox .form-control 
{
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
     background-clip: padding-box !important;
     font-family: 'Abel';
}
.form-control label
{
	font-family: 'Abel';
}
::-webkit-input-placeholder /* Chrome/Opera/Safari */
{ 
	font-family: 'Abel'!important;
}
::-moz-placeholder /* Firefox 19+ */
{ 
	font-family: 'Abel'!important;
}
:-ms-input-placeholder /* IE 10+ */
{ 
	font-family: 'Abel'!important;
}
:-moz-placeholder /* Firefox 18- */
{ 
	font-family: 'Abel'!important;
}
.register-container .registerbox .registerbox-submit 
{
    padding: 0 20px;
}

.register-container .logobox 
{
    width: 350px !important;
    height: 70px !important;
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
}
/*#endregion Register*/
/*#region Lockscreen Page*/

.lock-container 
{
    margin: 15% auto;
    max-width: 300px;
}

.lock-container .lock-box 
{
    position: relative;
    background: #fff;
    width: 280px;
    height: 170px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: -moz-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: linear-gradient(to top, #ffffff, #f3f3f3);
}

.lock-container .lock-box .lock-username 
{
    position: absolute;
    height: 50px;
    width: 100%;
    line-height: 50px;
    top: 60px;
    text-align: center;
    color: #999999;
}

.lock-container .lock-box img 
{
    position: absolute;
    -lh-property: 0;
    left: -webkit-calc(50% - 64px);
    left: -moz-calc(50% - 64px);
    left: calc(50% - 64px);
    top: -64px;
    border: 3px solid #ffffff;
    width: 128px;
    height: 128px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.lock-container .lock-box .lock-password 
{
    position: absolute;
    top: 115px;
    text-align: center;
    -lh-property: 0;
    left: -webkit-calc(50% - 114px);
    left: -moz-calc(50% - 114px);
    left: calc(50% - 114px);
}

.lock-container .lock-box .lock-password input 
{
    background-color: #ffffff;
    border-color: #e5e5e5;
    -webkit-border-radius: 4px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 4px !important;
    -moz-background-clip: padding !important;
    border-radius: 4px !important;
    background-clip: padding-box !important;
    text-align: center;
    padding-left: 25px;
}

.lock-container .lock-box .btn-lock,
.lock-container .lock-box .btn-lock:hover 
{
    background: #ffffff;
    color: #2dc3e8;
    margin-top: -8px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.lock-container .lock-box .btn-lock i:before,
.lock-container .lock-box .btn-lock:hover i:before 
{
    font-size: 18px;
}

.lock-container .signinbox 
{
    width: 280px !important;
    height: 50px !important;
    padding: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-align: center;
}

.lock-container .signinbox a 
{
    font-size: 13px;
    color: #2dc3e8;
    padding-left: 5px;
    cursor: pointer;
}
/*#endregion Lockscreen Page*/
/*#region Pricing Tables*/

.pricing-container 
{
    padding: 20px;
    -webkit-text-shadow: gba(0, 0, 0, 0.2) 1px 1px 1px;
    text-shadow: gba(0, 0, 0, 0.2) 1px 1px 1px;
}

.pricing-container [class*="col-"] 
{
    padding-left: 5px;
    padding-right: 5px;
}

.pricing-container .plan 
{
    text-align: center;
    background: #ffffff;
    color: #333333;
    padding: 0;
    width: 100%;
    float: left;
    _display: inline;
    /* IE6 double margin fix */
    position: relative;
    margin: 0 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: -moz-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(bottom, #ffffff, #f3f3f3);
    background-image: linear-gradient(to top, #ffffff, #f3f3f3);
}

.pricing-container .plan .header 
{
    position: relative;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    border-bottom: 3px solid;
}

.pricing-container .plan .price 
{
    font-size: 26px;
    padding: 5px 5px 0;
    background-color: #ffffff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.pricing-container .plan .monthly 
{
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999999;
    background-color: #ffffff;
    padding-bottom: 10px;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.pricing-container .plan ul 
{
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.pricing-container .plan ul li 
{
    padding: 10px 0;
}

.pricing-container .plan ul li p 
{
    margin: 0 20px;
    text-align: left;
}

.pricing-container .plan .signup 
{
    position: relative;
    padding: 8px 17px;
    color: #ffffff;
    font: bold 15px 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #2dc3e8;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    opacity: .9;
    margin: 15px;
}

.pricing-container .plan .signup:hover 
{
    opacity: 1;
}

.pricing-container .plan .signup:active 
{
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

.pricing-container .popular-plan 
{
    top: -20px;
    padding: 0 0 25px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pricing-container .popular-plan .header 
{
    padding: 35px 15px 15px;
}

.plan-circular 
{
    margin: 10px auto;
    text-align: center;
}

.plan-circular .plan-title 
{
    color: #ffffff;
}

.plan-circular .title-devider 
{
    margin: 10px 40%;
    border-color: #ffffff;
}

.plan-circular .plan-body 
{
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border: 10px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.plan-circular .plan-body .plan-price 
{
    position: absolute;
    top: 33px;
    right: 35px;
    font-size: 40px;
    color: #555555;
}

.plan-circular .plan-body .plan-currency 
{
    position: absolute;
    top: 33px;
    right: 80px;
    font-size: 26px;
    color: #777777;
}

.plan-circular .plan-body .plan-month 
{
    position: absolute;
    top: 80px;
    right: 38px;
    font-size: 12px;
    color: #999999;
}

.plan-circular .plan-tag 
{
    width: 25px;
    height: 40px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0 auto;
    margin-top: -15px;
}

.plan-circular .plan-tag .tag-icon 
{
    margin-top: 20px;
    font-size: 15px;
    color: #ffffff;
}
/*#endregion Pricing Tables*/
/*#region Invoice Page*/

.invoice-container .table-bordered thead > tr 
{
    background-color: #ffffff !important;
    background-image: none !important;
}

.invoice-container .panel 
{
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

.invoice-container .panel .panel-heading 
{
    background-color: #ffffff;
}

.invoice-container .panel .panel-heading h1,
.invoice-container .panel .panel-heading h2,
.invoice-container .panel .panel-heading h3,
.invoice-container .panel .panel-heading h4,
.invoice-container .panel .panel-heading h5,
.invoice-container .panel .panel-heading h6 
{
    margin-bottom: 0px;
}

.invoice-container ul 
{
    list-style: none;
    padding-left: 0;
}

.invoice-container ul li 
{
    line-height: 22px;
}
/*#endregion Invoice Page*/
/*#region Timeline*/

.timeline 
{
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before 
{
    top: 0;
    bottom: -35px;
    position: absolute;
    content: " ";
    width: 3px;
    left: 50%;
    margin-left: -1.5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: #f3f3f3;
}

.timeline > li 
{
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after 
{
    content: " ";
    display: table;
}

.timeline > li:after 
{
    clear: both;
}

.timeline > li > .timeline-datetime 
{
    color: #737373;
    position: absolute;
    left: 55%;
    top: 6px;
    text-align: left;
    padding: 10px;
}

.timeline > li > .timeline-datetime .timeline-time,
.timeline > li > .timeline-datetime .timeline-date 
{
    display: block;
    font-size: 11px;
    font-family: 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
}

.timeline > li > .timeline-datetime .timeline-time 
{
    font-size: 14px;
    font-weight: bold;
}

.timeline > li > .timeline-panel 
{
    background-color: #fbfbfb;
    -lh-property: 0;
    width: -webkit-calc(50% - 45px);
    width: -moz-calc(50% - 45px);
    width: calc(50% - 45px);
    float: left;
    border-radius: 2px;
    padding: 0;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel .timeline-header .timeline-title 
{
    display: block;
    padding: 10px 20px 0;
    min-width: 200px;
    font-size: 14px;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    font-weight: 700;
}

.timeline > li > .timeline-panel .timeline-header .timeline-datetime 
{
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    font-size: 13px;
    display: none;
}

.timeline > li > .timeline-panel .timeline-body 
{
    padding: 10px 20px 20px;
    line-height: 22px;
}

.timeline > li > .timeline-panel .timeline-body > p,
.timeline > li > .timeline-panel .timeline-body > ul 
{
    margin-bottom: 0;
}

.timeline > li > .timeline-panel .timeline-body > p + p 
{
    margin-top: 5px;
}

.timeline > li > .timeline-panel .timeline-footer 
{
    padding: 5px 20px 10px;
    border-top: 1px solid #eeeeee;
}

.timeline > li > .timeline-panel .timeline-footer .footer-registrar 
{
    font-size: 12px;
    color: #555555;
}

.timeline > li > .timeline-panel:before 
{
    position: absolute;
    top: 16px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e5e5e5;
    border-right: 0 solid #e5e5e5;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after 
{
    position: absolute;
    top: 17px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fbfbfb;
    border-right: 0 solid #fbfbfb;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li .timeline-badge 
{
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -25px;
    background-image: linear-gradient(to bottom, #eeeeee 0, #fbfbfb 100%);
    z-index: 100;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    color: #444444;
}

.timeline > li .timeline-badge .badge-picture 
{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.timeline > li .timeline-badge i 
{
    line-height: 50px;
}

.timeline > li .timeline-badge[class*="bg-"] 
{
    background-image: none !important;
    color: #ffffff;
}

.timeline > li.timeline-inverted > .timeline-datetime 
{
    left: auto;
    right: 55%;
    text-align: right;
}

.timeline > li.timeline-inverted > .timeline-panel 
{
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before 
{
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after 
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li.timeline-node 
{
    width: 150px;
    margin: 0px auto 20px;
    text-align: center;
}

@media (max-width: 767px) 
{
    .timeline:before 
    {
        left: 40px;
    }

    .timeline > li > .timeline-panel 
    {
        -lh-property: 0;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .timeline > li > .timeline-badge 
    {
        left: 15px;
        margin-left: 0;
        top: 6px;
    }

    .timeline > li > .timeline-panel 
    {
        float: right;
    }

    .timeline > li > .timeline-panel:before 
    {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline > li > .timeline-panel:after 
    {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline > li > .timeline-panel .timeline-header .timeline-title 
    {
        top: 5px;
    }

    .timeline > li > .timeline-panel .timeline-header .timeline-datetime 
    {
        display: block;
    }

    .timeline > li > .timeline-datetime 
    {
        display: none;
    }

    .timeline > li.timeline-node 
    {
        margin: 0 0 20px -35px;
    }
}

@media (max-width: 500px) 
{
    .timeline > li > .timeline-panel .timeline-header .timeline-datetime 
    {
        position: relative;
        padding: 5px 30px 0;
        margin: 0;
    }

    .timeline > li > .timeline-panel .timeline-body 
    {
        padding: 20px 20px 20px;
    }
}
/*#endregion Timleline*/
/*#region Profile*/

.profile-container .profile-header 
{
    min-height: 175px;
    margin: 15px 15px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    background-color: #fbfbfb;
}

.profile-container .profile-header .header-avatar 
{
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
}

.profile-container .profile-header .profile-info 
{
    min-height: 175px;
    border-right: 1px solid #eeeeee;
    padding: 15px 40px 35px 0;
}

.profile-container .profile-header .profile-info .header-fullname 
{
    font: 21px 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    margin-top: 27px;
    display: inline-block;
}

.profile-container .profile-header .profile-info .btn-follow 
{
    position: absolute;
    top: 45px;
    right: 40px;
}

.profile-container .profile-header .profile-info .header-information 
{
    line-height: 23px;
    margin-top: 15px;
    text-align: justify;
}

.profile-container .profile-header .profile-stats 
{
    min-height: 175px;
    border-right: 1px solid #eeeeee;
}

.profile-container .profile-header .profile-stats .stats-col 
{
    margin: 30px 0;
    text-align: center;
}

.profile-container .profile-header .profile-stats .stats-col:not(:last-child) 
{
    border-right: 1px solid #eeeeee;
}

.profile-container .profile-header .profile-stats .stats-col .stats-value 
{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
}

.profile-container .profile-header .profile-stats .stats-col .stats-title 
{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.profile-container .profile-header .profile-stats .inlinestats-col 
{
    padding-top: 15px;
    text-align: center;
    font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    border-top: 1px solid #eeeeee;
    min-height: 55px;
}

.profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child) 
{
    border-right: 1px solid #eeeeee;
}

.profile-container .profile-header .profile-stats .inlinestats-col i 
{
    margin-right: 2px;
}

.profile-container .profile-header .profile-contactinfo .title 
{
    margin-bottom: 5px;
    margin-top: 30px;
}

.profile-container .profile-header .profile-contactinfo .list-group-item 
{
    background: none !important;
    border: none;
    padding-bottom: 0;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
}

.profile-container .profile-body .nav-tabs > li.active > a,
.profile-container .profile-body .nav-tabs > li.active > a:hover,
.profile-container .profile-body .nav-tabs > li.active > a:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-bottom: 2px solid #2dc3e8;
    background-color: #fbfbfb;
    top: 2px;
    margin-bottom: 0;
}

.profile-container .profile-body .nav-tabs 
{
    border-top: 1px solid #e5e5e5;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.profile-container .profile-body .nav-tabs.tabs-flat 
{
    background-color: #fbfbfb;
}

.profile-container .profile-body .tab-content 
{
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.profile-container .profile-body .setting-header 
{
    margin-bottom: 25px;
}

.profile-container .profile-contacts 
{
    padding: 25px;
}

.profile-container .profile-contacts .contact-badge i 
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(to bottom, #eeeeee 0, #fbfbfb 100%);
    z-index: 100;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    color: #444444;
}

.profile-container .profile-contacts .contact-badge span 
{
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300;
}

.profile-container .profile-contacts .contact-info p 
{
    padding: 10px 70px;
}

.profile-container #contact-map 
{
    margin: 20px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    border: #fbfbfb 5px solid;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.profile-container .profile-badge i 
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(to bottom, #eeeeee 0, #fbfbfb 100%);
    z-index: 100;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    color: #444444;
}

.profile-container .profile-badge span 
{
    font-size: 26px;
    margin-left: 20px;
    font-weight: 300;
}

.profile-container .profile-overview 
{
    padding: 5px;
}

.profile-container .row-title 
{
    margin-left: -17px;
    margin-top: 50px;
}

.profile-container .timeline 
{
    padding-top: 35px;
    margin-top: -16px;
}

@media (max-width: 992px) 
{
    .profile-container .profile-header .profile-info 
    {
        padding: 0 40px;
    }

    .profile-container .profile-header .profile-info .btn-follow 
    {
        top: 28px;
    }

    .profile-container .profile-header .profile-stats .stats-col 
    {
        border-right: 0;
    }
}
/*#endregion Profile*/
/*#region Comment*/

.comment 
{
    padding-top: 12px;
}

.comment:first-child 
{
    padding-top: 0;
}

.comment > .comment 
{
    margin-left: 25px !important;
}

.comment .comment-avatar 
{
    position: relative;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
}

.comment .comment-header 
{
    font-size: 12px;
    padding-bottom: 2px;
}

.comment .comment-header span 
{
    color: #d0d0d0;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
}

.comment .comment-body 
{
    float: none;
    margin-left: 40px;
    position: relative;
}

.comment .comment-text
{
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 7px 12px 8px;
}

.comment .comment-footer 
{
    display: block;
    font-size: 12px;
    padding: 4px 12px 0;
}

.comment .comment-footer i 
{
    font-size: 13px;
    margin-right: 7px;
}

.comment .comment-footer,
.comment .comment-footer a 
{
    color: #d0d0d0;
}

.comment .comment-footer a:hover 
{
    color: #2dc3e8;
}
/*#endregion Comment*/
/*#region Mail*/

.mail-container 
{
    position: relative;
}

.mail-container .mail-sidebar,
.mail-container .mail-body 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mail-container .mail-sidebar 
{
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    min-height: 100%;
    background: #fbfbfb;
    border-right: 1px solid #ebebeb;
}

.mail-container .mail-sidebar .mail-menu 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mail-container .mail-sidebar .mail-menu > li 
{
    margin: 0;
    padding: 0;
}

.mail-container .mail-sidebar .mail-menu > li a 
{
    color: #777777;
    display: block;
    padding: 10px 10px 10px 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 13px;
}

.mail-container .mail-sidebar .mail-menu > li a:hover 
{
    text-decoration: none;
    color: #444444;
}

.mail-container .mail-sidebar .mail-menu > li a i 
{
    margin-right: 10px;
    font-size: 13px;
}

.mail-container .mail-sidebar .mail-menu > li a .badge
{
    font-size: 13px;
}

.mail-container .mail-sidebar .mail-menu > li a .badge-tag 
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.mail-container .mail-sidebar .mail-menu > li:hover a 
{
    background: #ffffff;
}

.mail-container .mail-sidebar .mail-menu > li.active a 
{
    background: #f3f3f3;
    font-weight: bold;
}

.mail-container .mail-sidebar .mail-menu > li.divider 
{
    padding: 0;
    height: 1px;
    margin: 9px 0 3px;
    background: #e5e5e5;
}

.mail-container .mail-sidebar .mail-menu > li.menu-title 
{
    margin-top: 25px;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: 700;
}

.mail-container .mail-header 
{
    position: relative;
    height: 38px;
    margin-left: 200px;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.mail-container .mail-header .header-buttons 
{
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    text-align: left;
    height: 38px;
    padding: 0 2px 0 7px;
}

.mail-container .mail-header .header-buttons li 
{
    float: left;
    position: relative;
    height: 38px;
    width: 38px;
    padding: 4px;
    text-align: center;
}

.mail-container .mail-header .header-buttons li a 
{
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.mail-container .mail-header .header-buttons li a:hover 
{
    cursor: pointer;
    border-color: #2dc3e8;
}

.mail-container .mail-header .header-buttons li a:hover i 
{
    color: #2dc3e8;
}

.mail-container .mail-header .header-buttons li a i 
{
    line-height: 24px;
    color: #d0d0d0;
    font-size: 14px;
}

.mail-container .mail-header .header-buttons li a i.fa 
{
    line-height: 28px;
    font-size: 16px;
}

.mail-container .mail-header .header-buttons li.search 
{
    width: 150px;
}

.mail-container .mail-header .header-buttons li.search input[type="text"] 
{
    border-color: #e5e5e5;
    -webkit-border-radius: 5px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 5px !important;
    -moz-background-clip: padding !important;
    border-radius: 5px !important;
    background-clip: padding-box !important;
}

.mail-container .mail-header .pages 
{
    float: right;
    font-style: italic;
    line-height: 38px;
    color: #d0d0d0;
}

.mail-container .mail-header .draft 
{
    float: right;
    margin-right: 15px;
    font-style: italic;
    line-height: 38px;
    color: #d0d0d0;
}

.mail-container .mail-header .mail-title 
{
    float: left;
    margin-left: 15px;
    line-height: 36px;
    color: #555555;
}

.mail-container .mail-body 
{
    position: relative;
    margin-left: 200px;
    padding: 0;
    overflow: hidden;
}

.mail-container .mail-body .mail-info 
{
    width: 100%;
    background: #f5f5f5;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ebebeb;
}

.mail-container .mail-body .mail-info .mail-sender,
.mail-container .mail-body .mail-info .mail-date 
{
    display: table-cell;
    width: 50%;
    color: #737373;
    padding: 8px 10px 7px;
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender a:hover,
.mail-container .mail-body .mail-info .mail-date.mail-sender a:hover 
{
    text-decoration: none;
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender span,
.mail-container .mail-body .mail-info .mail-date.mail-sender span 
{
    font-weight: bold;
    color: #fb6e52;
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender img,
.mail-container .mail-body .mail-info .mail-date.mail-sender img 
{
    margin-right: 5px;
    border: 2px solid #e5e5e5;
}

.mail-container .mail-body .mail-info .mail-sender.mail-date,
.mail-container .mail-body .mail-info .mail-date.mail-date 
{
    text-align: right;
}

.mail-container .mail-body .mail-text 
{
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
}

.mail-container .mail-body .mail-attachments 
{
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.mail-container .mail-body .mail-attachments h4 
{
    margin-bottom: 30px;
    line-height: 1;
}

.mail-container .mail-body .mail-attachments h4 span 
{
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.mail-container .mail-body .mail-attachments ul 
{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mail-container .mail-body .mail-attachments ul li 
{
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 10px;
}

.mail-container .mail-body .mail-attachments ul li > a 
{
    display: block;
}

.mail-container .mail-body .mail-attachments ul li > a img 
{
    position: relative;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.mail-container .mail-body .mail-attachments ul li > a.thumb 
{
    position: relative;
}

.mail-container .mail-body .mail-attachments ul li > a.thumb:after 
{
    font-family: 'FontAwesome';
    content: '\f00d';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    vertical-align: text-top;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mail-container .mail-body .mail-attachments ul li > a.thumb:hover:after 
{
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.mail-container .mail-body .mail-attachments ul li > a.thumb.download:after 
{
    content: '\f019';
}

.mail-container .mail-body .mail-attachments ul li > a.name span 
{
    color: #666666;
    float: right;
}

.mail-container .mail-body .mail-attachments ul li .links 
{
    display: block;
    font-size: 11px;
    color: #666666;
    margin-top: 6px;
}

.mail-container .mail-body .mail-attachments ul li .links a 
{
    color: #666666;
}

.mail-container .mail-body .mail-reply 
{
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}

.mail-container .mail-body .mail-reply .reply-form 
{
    padding: 10px;
    border: 1px solid #ebebeb;
    min-height: 200px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.mail-container .mail-body .mail-reply .reply-form > div a 
{
    font-weight: bold;
    color: #fb6e52;
}

.mail-container .mail-body .mail-compose 
{
    padding: 10px;
}

.mail-container .mail-body .mail-compose .note-editor 
{
    border: 1px solid #e5e5e5 !important;
}

.mail-container .mail-body .mail-compose .note-editor .btn-group > .btn.btn-default > .caret {

    border-top-color: #999999;
    border-width: 4px;
    margin-top: -2px;
}

.mail-container .mail-body .mail-compose .note-editor .note-toolbar 
{
    border-bottom: 1px solid #e5e5e5;
}

.mail-container .mail-body .mail-compose .note-editor .note-toolbar .note-color .dropdown-toggle 
{
    width: 25px;
}

.mail-container .mail-body .mail-compose .note-editor .btn 
{
    color: #999999 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
    background-color: #fbfbfb;
}

.mail-container .mail-body .mail-compose .note-editor .btn:hover 
{
    color: #444444 !important;
}

.mail-container .mail-body .mail-compose .form-group 
{
    position: relative;
    margin-bottom: 5px;
}

.mail-container .mail-body .mail-compose .form-group label 
{
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 10;
    color: #999999;
}

.mail-container .mail-body .mail-compose .form-group input 
{
    border-color: #e5e5e5;
    border-left: 0;
    position: relative;
    padding-left: 100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}

.mail-container .mail-body .mail-compose .form-group input:focus 
{
    background-color: #ffffff;
}

.mail-container .mail-body .mail-compose .form-group .field-options 
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.mail-container .mail-body .mail-compose .form-group .field-options a 
{
    display: inline-block;
    background: #f3f4f4;
    color: #7e8186;
    padding: 2px 6px;
    margin-left: 4px;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.mail-container .mail-body > div:last-child 
{
    border-bottom: 0;
}

.mail-container .mail-body .mail-list 
{
    list-style: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
}

.mail-container .mail-body .mail-list .list-item 
{
    display: block;
    position: relative;
    height: 38px;
    padding: 0;
}

.mail-container .mail-body .mail-list .list-item:before 
{
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8;
}

.mail-container .mail-body .mail-list .list-item:hover:before 
{
    display: block;
}

.mail-container .mail-body .mail-list .list-item:nth-child(2n-1) 
{
    background: #f6f6f6;
}

.mail-container .mail-body .mail-list .list-item.unread > div.item-sender,
.mail-container .mail-body .mail-list .list-item.unread > div.item-subject 
{
    font-weight: bold;
}

.mail-container .mail-body .mail-list .list-item > div
    {
    position: absolute;
    height: 38px;
    top: 0;
}

.mail-container .mail-body .mail-list .list-item > div.item-check 
{
    left: 0;
    width: 42px;
    padding: 0 5px 0 15px;
    text-align: center;
    line-height: 38px;
}

.mail-container .mail-body .mail-list .list-item > div.item-star 
{
    line-height: 38px;
    width: 22px;
    left: 42px;
}

.mail-container .mail-body .mail-list .list-item > div.item-star a 
{
    font-size: 15px;
    color: #d0d0d0;
}

.mail-container .mail-body .mail-list .list-item > div.item-star a.stared 
{
    color: #ffce55;
}

.mail-container .mail-body .mail-list .list-item > div.item-sender 
{
    width: 184px;
    left: 64px;
    line-height: 38px;
    padding-left: 5px;
}

.mail-container .mail-body .mail-list .list-item > div.item-sender a 
{
    color: #444444;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.mail-container .mail-body .mail-list .list-item > div.item-sender a:hover 
{
    text-decoration: none;
}

.mail-container .mail-body .mail-list .list-item > div.item-subject 
{
    min-width: 200px;
    left: 250px;
    line-height: 38px;
    padding-left: 10px;
}

.mail-container .mail-body .mail-list .list-item > div.item-subject a 
{
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #444444;
}

.mail-container .mail-body .mail-list .list-item > div.item-subject a:hover 
{
    text-decoration: none;
}

.mail-container .mail-body .mail-list .list-item > div.item-time 
{
    right: 0;
    width: 120px;
    line-height: 38px;
    text-align: right;
    padding-right: 20px;
}

.mail-container .mail-body .mail-list .list-item > div.item-options 
{
    right: 120px;
    width: 38px;
    line-height: 38px;
    text-align: right;
    padding-right: 10px;
}

.mail-container .mail-body .mail-list .list-item > div.item-options a 
{
    color: #555555;
    font-size: 19px;
}

.mail-container .mail-body .mail-list .list-item > div.item-options a:hover 
{
    text-decoration: none;
}

.mail-container.right-sidebar .mail-sidebar 
{
    border-left: 1px solid #ebebeb;
    border-right: 0;
}

.mail-container.right-sidebar .mail-body 
{
    float: left;
}

@media (max-width: 999px) 
{
    .mail-container .mail-body .mail-list .list-item 
    {
        height: 70px;
        padding: 5px;
    }

    .mail-container .mail-body .mail-list .list-item > div.item-subject 
    {
        top: 25px;
        left: 0;
        padding: 0 5px 0 15px;
        min-width: 100px;
    }

    .mail-container .mail-body .mail-list .list-item > div.item-options 
    {
        right: 5px;
    }

    .mail-container .mail-body .mail-list .list-item > div.item-time 
    {
        right: 30px;
    }
}

@media (max-width: 760px) 
{
    .mail-container .mail-sidebar 
    {
        display: none;
    }

    .mail-container .mail-body,
    .mail-container .mail-header 
    {
        margin-left: 0;
    }
}

@media (max-width: 570px) 
{
    .mail-container .mail-header 
    {
        height: 76px;
    }

    .mail-container .mail-header .header-buttons 
    {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 330px) 
{
    .mail-container .mail-body .mail-list .list-item 
    {
        height: 90px;
    }

    .mail-container .mail-body .mail-list .list-item > div.item-subject 
    {
        margin-top: 20px;
        margin-right: 50px;
        line-height: 20px;
        height: 50px;
    }

    .mail-container .mail-body .mail-list .list-item > div.item-time 
    {
        display: none;
    }

    .mail-container .mail-header 
    {
        text-align: center;
        height: 114px;
    }

    .mail-container .mail-header .pages 
    {
        display: block;
        float: none;
        margin: 0 auto;
    }
}
/*#endregion Mail*/
/*#region FullCalendar*/

.fc 
{
    direction: ltr;
    text-align: left;
    background-color: #ffffff;
}

.fc table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

.fc td,
.fc th 
{
    padding: 0;
    vertical-align: top;
}

.fc-header 
{
    padding: 10px;
}

.fc-header td 
{
    white-space: nowrap;
    padding: 10px;
}

.fc-header-left 
{
    width: 25%;
    text-align: left;
}

.fc-header-center 
{
    text-align: center;
}

.fc-header-right 
{
    width: 25%;
    text-align: right;
}

.fc-header-title 
{
    display: inline-block;
    vertical-align: top;
}

.fc .fc-header-space 
{
    padding-left: 10px;
}

.fc-header .fc-button 
{
    margin-right: -1px;
    vertical-align: top;
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right 
{
    margin-right: 0;
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover 
{
    z-index: 2;
}

.fc-header .fc-state-down 
{
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active 
{
    z-index: 4;
}

.fc-content 
{
    clear: both;
}

.fc-view 
{
    width: 100%;
    overflow: hidden;
}

.fc-widget-content,
.fc-widget-header 
{
    border: 1px solid #e5e5e5;
    border-right: 0;
}

.fc-state-highlight 
{
    background: #ffc;
}

.fc-cell-overlay 
{
    background: #57b5e3;
    opacity: .2;
    filter: alpha(opacity=20);
}

.fc-button 
{
    position: relative;
    display: inline-block;
    padding: 1px 7px;
    overflow: hidden;
    height: 26px;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer;
}

.fc-state-default 
{
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    color: #444444;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
}

.fc-state-default.fc-corner-left 
{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right 
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow 
{
    font-weight: bold;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled 
{
    color: #333333;
    background-color: #e5e5e5;
}

.fc-state-down,
.fc-state-active 
{
    background-color: #e5e5e5;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled 
{
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.fc-event 
{
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default;
}

.fc-event-draggable,
a.fc-event 
{
    cursor: pointer;
}

a.fc-event 
{
    text-decoration: none;
}

.fc-rtl .fc-event 
{
    text-align: right;
}

.fc-event-skin 
{
    color: #FFF;
    border-right: 0 !important;
    cursor: move;
}

.fc-event-inner 
{
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

.fc .ui-resizable-handle 
{
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

.fc-event-hori 
{
    border-width: 0 0 0 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    padding: 5px 15px 5px 2px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fc-event-hori .ui-resizable-e 
{
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w 
{
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle 
{
    _padding-bottom: 14px;
}

.fc-corner-left 
{
    margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner 
{
    margin-left: -1px;
}

.fc-corner-right 
{
    margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner 
{
    margin-right: -1px;
}

.fc-corner-top 
{
    margin-top: 1px;
}

.fc-corner-top .fc-event-inner 
{
    margin-top: -1px;
}

.fc-corner-bottom 
{
    margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner 
{
    margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner 
{
    border-left: 6px solid rgba(0, 0, 0, 0.15);
    padding-left: 2px;
}

.fc-corner-right .fc-event-inner 
{
    padding-left: 2px;
}

.fc-event-skin .fa:before 
{
    display: block;
    font-size: 14px;
    position: absolute;
    right: 4px;
    top: 3px;
}

table.fc-border-separate 
{
    border-collapse: separate;
}

.fc-border-separate td,
.fc-border-separate th 
{
    border-width: 1px 0 0 1px;
}

.fc-border-separate td.fc-last,
.fc-border-separate th.fc-last 
{
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last td,
.fc-border-separate tr.fc-last th 
{
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th 
{
    border-top-width: 0;
}

.fc-grid th 
{
    text-align: center;
}

.fc-grid .fc-day-number 
{
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number 
{
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content 
{
    clear: both;
    padding: 3px 4px 2px;
}

.fc-grid .fc-event-time 
{
    font-weight: 700;
}

.fc-rtl .fc-grid .fc-day-number 
{
    float: left;
}

.fc-rtl .fc-grid .fc-event-time 
{
    float: right;
}

.fc-agenda table 
{
    border-collapse: separate;
}

.fc-agenda-days th 
{
    text-align: center;
}

.fc-agenda .fc-agenda-axis 
{
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
}

.fc-agenda .fc-day-content 
{
    padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis 
{
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 
{
    border-left-width: 0;
}

.fc-agenda-allday th 
{
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content 
{
    min-height: 34px;
    _height: 34px;
}

.fc-agenda-divider-inner 
{
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner 
{
    background: #eee;
}

.fc-agenda-slots th 
{
    border-width: 1px 1px 0;
}

.fc-agenda-slots td 
{
    border-width: 1px 0 0;
    background: 0 0;
}

.fc-agenda-slots td div 
{
    height: 50px;
}

.fc-agenda-slots tr.fc-slot0 td,
.fc-agenda-slots tr.fc-slot0 th 
{
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor td,
.fc-agenda-slots tr.fc-minor th 
{
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header 
{
    *border-top-style: solid;
}

.fc-event-vert 
{
    border-width: 0 0 0 4px;
    margin-bottom: 3px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fc-event-vert .fc-event-content,
.fc-event-vert .fc-event-head 
{
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

.fc-event-vert .fc-event-time 
{
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-bg 
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg 
{
    display: none;
}

.fc-event-vert .ui-resizable-s 
{
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing 
{
    _overflow: hidden;
}

#calendar-container 
{
    position: relative;
}

.fc table,
html .fc 
{
    font-size: 12px;
}

.dt-header.calender-spacer 
{
    height: 46px;
    display: block;
}

tr td.fc-first,
tr.fc-first th.fc-first 
{
    border-left: 0;
}

tr.fc-last td 
{
    border-bottom: 0;
}

.fc-header-title h2 
{
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 800 !important;
    margin-bottom: 0;
}

.fc-event-time,
.fc-event-title 
{
    padding: 3px 0 2px 3px;
    display: inline-block;
    line-height: 16px;
    font-weight: 700;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fc-other-month 
{
    background-image: 8121991;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-color: #ffffff;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
}

.fc-border-separate thead tr,
.table thead tr 
{
    background-color: #eeeeee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
    font-size: 12px;
}

.fc-border-separate thead tr th 
{
    padding: 4px;
    line-height: 1.428571429;
}

.external-event 
{
    border-left: 4px solid #2dc3e8;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 5px 15px 5px 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.well .badge 
{
    font-size: 14px !important;
    padding-top: 2px;
}

/*#endregion FullCalendar*/
/*#region Tasks*/

.task-container 
{
    position: relative;
    padding: 0;
}

.task-container .task-search 
{
    padding: 15px 16px 15px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #eeeeee;
}

.task-container .task-search input 
{
    border-color: #e5e5e5 !important;
    -webkit-border-radius: 3px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 3px !important;
    -moz-background-clip: padding !important;
    border-radius: 3px !important;
    background-clip: padding-box !important;
}

.task-container .tasks-list 
{
    list-style: none;
    padding: 0;
}

.task-container .tasks-list .task-item 
{
    position: relative;
    height: 150px;
    border-bottom: 1px solid #e5e5e5;
}

.task-container .tasks-list .task-item:last-child 
{
    border-bottom: 0px;
}

.task-container .tasks-list .task-item:hover 
{
    background-color: #f5f5f5;
}

.task-container .tasks-list .task-item .task-check 
{
    position: absolute;
    top: 20px;
    left: 15px;
    margin-right: 5px;
}

.task-container .tasks-list .task-item .task-state 
{
    position: absolute;
    top: 19px;
    left: 45px;
}

.task-container .tasks-list .task-item .task-state .label 
{
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.task-container .tasks-list .task-item .task-time 
{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    color: #999999;
}

.task-container .tasks-list .task-item .task-body 
{
    position: absolute;
    top: 60px;
    left: 45px;
    padding-right: 25px;
    height: 40px;
    overflow: hidden;
    line-height: 22px;
}

.task-container .tasks-list .task-item .task-creator 
{
    position: absolute;
    top: 115px;
    left: 45px;
}

.task-container .tasks-list .task-item .task-creator a 
{
    font-size: 13px;
    color: #11a9cc;
}

.task-container .tasks-list .task-item .task-creator a:hover 
{
    text-decoration: none;
}

.task-container .tasks-list .task-item .task-assignedto 
{
    position: absolute;
    top: 115px;
    right: 20px;
    font-size: 13px;
    color: #999999;
}

@media (max-width: 1200px) 
{
    .task-container .tasks-list .task-item 
    {
        height: 130px;
    }

    .task-container .tasks-list .task-item .task-creator,
    .task-container .tasks-list .task-item .task-assignedto 
    {
        top: 95px;
    }

    .affiliate-logo .responsive 
    {
        height: 27px !important;
        text-align: left;
        margin-left: -40px;
        margin-top: 15px;
    }

    .well .badge 
    {
        font-size: 10px !important;
        padding-top: 5px;
    }
}

@media (max-width: 600px) 
{
    .task-container .tasks-list .task-item 
    {
        height: 150px;
    }

    .task-container .tasks-list .task-item .task-creator,
    .task-container .tasks-list .task-item .task-assignedto 
    {
        top: 115px;
    }
}

@media (max-width: 335px) 
{
    .task-container .tasks-list .task-item 
    {
        height: 175px;
    }

    .task-container .tasks-list .task-item .task-assignedto 
    {
        top: 140px;
        right: auto;
        left: 45px;
    }
}
/*#endregion Tasks*/
/*#region Tickets*/

.tickets-container 
{
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

.tickets-container .tickets-list 
{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tickets-container .tickets-list .ticket-item 
{
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 8px;
    padding: 0 15px;
    vertical-align: top;
}

.tickets-container .tickets-list .ticket-item:last-child 
{
    margin-bottom: 0;
}

.tickets-container .tickets-list .ticket-item .ticket-user 
{
    height: 50px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .tickets-container .tickets-list .ticket-item .ticket-user .user-avatar 
    {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

.tickets-container .tickets-list .ticket-item .ticket-user .user-name 
{
    margin-left: 5px;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-at 
{
    margin-left: 2px;
    color: #cccccc;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-company 
{
    margin-left: 2px;
    color: #999999;
}

.tickets-container .tickets-list .ticket-item .ticket-time 
{
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-time i 
{
    color: #cccccc;
}

.tickets-container .tickets-list .ticket-item .ticket-time .time
{
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}

.tickets-container .tickets-list .ticket-item .ticket-type 
{
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-type .type 
{
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}

.tickets-container .tickets-list .ticket-item .ticket-state 
{
    position: absolute;
    top: 13px;
    right: -12px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
}

.tickets-container .tickets-list .ticket-item .ticket-state i 
{
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
}

.tickets-container .tickets-list .ticket-item .divider 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 1px;
    background-color: #eeeeee;
    display: inline-block;
}

@media (max-width: 1200px) 
{
    .tickets-container .tickets-list .ticket-item .ticket-user 
    {
        border-bottom: 1px solid #eeeeee;
    }
}

@media (max-width: 768px) 
{
    .tickets-container .tickets-list .ticket-item .ticket-time 
    {
        border-bottom: 1px solid #eeeeee;
    }
    .dashboard-search .form-group 
    {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) 
{
    .ui-dialog
    {
        width: 80%!important;
        height: 618px!important;
    }
    #dialogReport, #dialogEvisitNotes
    {
        height: 100%!important;
    }
    .register-container .registerbox 
    {
        padding-left: 10px;
        height: 1024px;
    }
    .register-container .registerbox 
    {
        width: 65%;
        float: right;
        padding-top: 100px;
    }
    .bg-white 
    {
        background-color: transparent!important;
    }
    .copyright-text
    {
        font-size: 14px;
        font-family: 'Abel';
        color: #252525 !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .copyright-text-signup
    {
        font-size: 14px;
        font-family: 'Abel';
        color: #252525 !important;
        position: absolute;
        bottom: 50px;
        right: 0;
        transform: translate(-50%, -50%);
    }
    .copyright-text-signup
    {
        display:block!important;
    }
    .copyright-text
    {
        display:block!important;
    }
    .a-dashboard-col-2
    {
        width: 33.33333333%!important;
    }
    .o2-background-img
    {
        background-image: none;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .desktop-logo
    {
        display: none;
    }
    .mobile-logo
    {
        display: block;
        margin-top: 15px;
    }
    .o2-top-mobile
    {
        background-image: url(../Content/images/o2-top-mobile-image.png);
        background-size: cover;
        height: 361px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .o2-bottom-mobile
    {
        background-image: url(../Content/images/o2-bottom-tablet-image.png);
        background-size: cover;
        height: 581px;
        float: left;
        width: 100%;
    }
    .box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 687px!important;
        margin: 0 auto;
    }
    .welcome-text-for-tablet
    {
        display: block;
        margin-left: 40%;
    }
    .welcome-text-for-tablet h2
    {
        font-family: 'Abel';
        font-size: 31px;
    }
    .welcome-text-for-tablet h3
    {
        font-size: 23px!important;
        margin-top: 0px!important;
        font-family: 'Abel';
    }
    .signup-today-tablet
    {
        display: block;
        margin-top: 30px;
        text-align: left;
        margin-left: 43%;
    }
    .signup-today-tablet h4
    {
        font-size: 28px;
        font-weight: bold!important;
        font-family: 'Abel';
    }
    .green-bold-text
    {
        font-size: 34px;
        font-weight: bold;
        color: #58ba79;
        font-family: 'Abel';
    }
    .copyright-bottom-line
    {
        margin-top: 0px!important;
    }
    .logo-section
    {
        padding-left: 0!important;
    }
    .sprylyfe-logo img
    {
        margin-top: 10px!important;
        margin-left: 35px!important;
    }
    .first-class-medical-logo img
    {
        margin-top: 0px!important;
        margin-left: 30px!important;
    }
    .lpt-medical-logo img
    {
        margin-top: 16px!important;
        margin-left: 35px!important;
    }
    .o2-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 515px!important;
        margin: 0 auto;
        margin-top: -70px;
        background: #ffffff!important;
        z-index: 999;
    }
    .o2-desktop-image-text
    {
        display: none;
    }
    .o2-mobile-text-section
    {
        display: none;
    }
    .o2-tablet-image-text
    {
        display: block;
        padding-top: 44%;
        width: 83%;
        margin: 0 auto;
    }
    .o2-tablet-image-text p
    {
        font-size: 18px;
        font-family: 'Abel';
    }
    .pap-background-img
    {
        background-image: none;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .plussleep-pap-background-img
    {
        background-image: none;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .sleepdisordercenter-pap-background-img
    {
        background-image: none;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .pap-top-mobile
    {
        background-image: url(../Content/images/pap-top-mobile-image.png);
        background-size: cover;
        height: 361px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .pap-desktop-image-text
    {
        display: none;
    }
    .pap-bottom-mobile
    {
        background-image: url(../Content/images/pap-bottom-tablet-image.png);
        background-size: cover;
        height: 581px;
        float: left;
        width: 100%;
    }
    .wrinkle-respiratory-logo img
    {
        margin-top: 0px!important;
        margin-left: 105px!important;
    }
    .pap-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 515px!important;
        margin: 0 auto;
        margin-top: -70px;
        background: #ffffff!important;
        z-index: 999;
    }
    .pap-mobile-text-section
    {
        display: none;
    }
    .pap-tablet-image-text
    {
        display: block;
        padding-top: 41%;
        width: 83%;
        margin: 0 auto;
    }
    .pap-tablet-image-text p
    {
        font-size: 16px;
        font-family: 'Abel';
    }
    .amerigas-logo img
    {
        margin-top: 13px!important;
        margin-left: 72px!important;
    }
    .signin-box-shadow
    {
        width: 77%!important;
        float: none!important;
        height: 515px!important;
        margin: 0 auto;
        margin-top: -70px;
        background: #ffffff!important;
        z-index: 999;
    }
    .beddrSleep-logo img
    {
        margin-top: 10px!important;
        margin-left: 77px!important;
    }
    .cpap-supply-usa-logo img
    {
        margin-top: -7px!important;
        margin-left: 115px!important;
    }
    .dme-supply-usa-logo img
    {
        margin-top: -6px!important;
        margin-left: 124px!important;
    }
    .docviaweb-mobile-logo img
    {
        margin-left: 45px;
    }
    .plussleep-docviaweb-mobile-logo img
    {
        margin-left: 15px;
    }
    .DS3-member-logo img
    {
        margin-top: 5px!important;
        margin-left: 85px!important;
    }
    .glen-bruenjes-dds-logo img
    {
        margin-top: 7px!important;
        margin-left: 85px!important;
    }
    .medquarters-logo img
    {
        margin-top: 20px!important;
        margin-left: 80px!important;
    }
    .resMed-logo img
    {
        margin-top: 3px!important;
        margin-left: 103px!important;
    }
    .sleepmedrx-logo img
    {
        margin-top: 5px!important;
        margin-left: 107px!important;
        width: 33%!important;
    }
    .resonea-logo img
    {
        margin-top: 13px!important;
        margin-left: 72px!important;
    }
    .jaykhorsandi-logo img
    {
        margin-top: 0px!important;
        margin-left: 125px!important;
    }
    .sleep-dentist-logo img
    {
        width: 33%!important;
        margin-top: -8px!important;
        margin-left: 152px!important;
    }
    .good-night-medical-logo img
    {
        margin-top: 2px!important;
        margin-left: 76px!important;
    }
    .mental-mouth-logo img
    {
        margin-top: 0px!important;
        margin-left: 125px!important;
    }
    .assuresleep-logo img
    {
        margin-top: 17px!important;
        margin-left: 66px!important;
    }
    .staten-island-dental-sleep-health-logo img
    {
        margin-top: 15px!important;
        margin-left: 55px!important;
        width: 80%!important;
    }
    .north-carolina-sleep-solutions-logo img
    {
        margin-top: 8px!important;
        margin-left: 50px!important;
        width: 80%!important;
    }
    .sleepmedrx-and-vault-health-logo img
    {
        margin-top: 16px!important;
        margin-left: 50px!important;
        width: 80%!important;
    }
    .helio-sleep-logo img
    {
        margin-top: 13px!important;
        margin-left: 63px!important;
        width: 72%!important;
    }
    .affinity-home-medical-logo img
    {
        width: 45%!important;
        margin-left: 120px!important;
        margin-top: -8px!important;
    }
    .washington-center-for-sleep-logo img
    {
        width: 70%!important;
        margin-left: 70px!important;
        margin-top: 3px!important;
    }
    .airVata-logo img
    {
        width: 75%!important;
        margin-left: 75px!important;
        margin-top: 0px!important;
    }
    .isleep-sleepmedrx-logo img
    {
        width: 60%!important;
        margin-left: 87px!important;
        margin-top: 0px!important;
    }
    .Harmony-Dental-Sleep-Therapy-logo img 
    {
        width: 40% !important;
        margin-left: 62% !important;
        margin-top: 5px !important;
    }
    .Sleeplay-logo img
    {
        width: 60% !important;
        margin-left: 87px !important;
        margin-top: 0px !important;
    }
    .CleanCPAP-logo img 
    {
        width: 60% !important;
        margin-left: 87px !important;
        margin-top: 0px !important;
    }
    .IHeart-Sleep-logo img 
    {
        width: 67% !important;
        margin-left: 79px !important;
        margin-top: 20px !important;
    }
    .Avid-Dental-Sleep-Medicine-logo img
    {
        width: 60% !important;
        margin-left: 87px !important;
        margin-top: 7px !important;
    }
    .ExciteOSA-logo img 
    {
        width: 65% !important;
        margin-left: 70px !important;
        margin-top: 22px !important;
    }
    .Ramsey-Dental-Affordable-Dentures-and-Implants-logo img 
    {
        width: 45% !important;
        margin-left: 110px !important;
        margin-top: 5px !important;
    }
    .Apria-Healthcare-logo img
    {
        width: 65% !important;
        margin-left: 85px !important;
        margin-top: 14px !important;
    }
    .Dentulu-logo img 
    {
        width: 85% !important;
        margin-left: 50px !important;
        margin-top: 25px !important;
    }
    .DFW-Sleep-Solutions-logo img
    {
        width: 55% !important;
        margin-left: 90px !important;
        margin-top: -7px !important;
    }
    .sleep-disorder-center-logo img
    {
        margin-top: 5px!important;
        margin-left: 110px!important;
        width: 35%!important;
    }
    .sleep-disorder-section-mobile
    {
        margin-top:-5px;
    }
    .apollo-beach-dental-logo img
    {
        margin-top: 5px!important;
        margin-left: 110px!important;
        width: 45%!important;
    }
    .studio-57-dental-logo img
    {
        margin-top: 12px!important;
        margin-left: 100px!important;
        width: 55%!important;
    }
    .Universal-Med-Supply-logo img
    {
        width: 70%!important;
        margin-left: 75px!important;
        margin-top: 10px!important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) 
{
    .cpap-pressure-setting 
    {
        margin-left: 170px !important;
    }
    #consultationEPrescription .cpap-pressure-setting
    {
        margin-left: 190px !important;
    }
    .dashboard-search .form-group 
    {
        margin-bottom: 15px;
        float: left;
    }
}
/*#endregion Tickets*/
/*#region Dashboard Box*/

.dashboard-box 
{
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.dashboard-box .box-header 
{
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}

.dashboard-box .box-header .deadline 
{
    position: absolute;
    top: -3px;
    right: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
    border-top: 3px solid #2dc3e8;
    color: #999999;
    font-size: 12px;
}

.dashboard-box .box-progress 
{
    padding: 0;
    position: relative;
}

.dashboard-box .box-progress .progress 
{
    margin-bottom: 0;
}

.dashboard-box .box-progress .progress .progress-bar 
{
    position: relative;
}

.dashboard-box .box-progress .progress .progress-bar:after 
{
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #a0d468;
}

.dashboard-box .box-progress .progress-handle 
{
    position: absolute;
    top: -31px;
    -lh-property: 0;
    left: -webkit-calc(20% - 35px);
    left: -moz-calc(20% - 35px);
    left: calc(20% - 35px);
    width: 60px;
    height: 25px;
    background-color: #2dc3e8;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.dashboard-box .box-progress .progress-handle:after 
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    bottom: -13px;
    left: 23px;
    border-bottom-width: 0;
    border-top-color: #2dc3e8;
    border-width: 7px;
}

.dashboard-box .box-tabbs 
{
    background-color: #fbfbfb;
}

.dashboard-box .box-tabbs .tabbable .nav-tabs li 
{
    background-color: #ffffff;
}

.dashboard-box .box-tabbs .tabbable .nav-tabs li:first-child.active a 
{
    border-left: 0px;
}

.dashboard-box .box-tabbs .tabbable .nav-tabs li:last-child.active a 
{
    border-right: 0px;
}

.dashboard-box .box-tabbs .tabbable .nav-tabs li.active a 
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 0 !important;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.dashboard-box .box-tabbs .tabbable .tab-content 
{
    margin-top: 1px;
    background-color: #ffffff;
}

.dashboard-box .box-tabbs .tabbable .tab-content .databox 
{
    margin-bottom: 20px;
}

.dashboard-box .box-visits .row 
{
    margin: 0;
}

.dashboard-box .box-visits .row > div 
{
    padding: 0 !important;
}

.dashboard-box .box-visits .row > div:last-child .databox 
{
    border-right: 0;
}

.dashboard-box .box-visits .row > div .notification 
{
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-bottom: 0;
    height: 68px;
    padding: 18px 15px;
}

.dashboard-box .box-visits .row > div .notification .notification-icon 
{
    float: left;
}

.dashboard-box .box-visits .row > div .notification .notification-icon i 
{
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 50%;
}

.dashboard-box .box-visits .row > div .notification .notification-icon i:hover 
{
    cursor: pointer;
}

.dashboard-box .box-visits .row > div .notification .notification-body 
{
    float: left;
}

.dashboard-box .box-visits .row > div .notification .notification-body .title 
{
    display: block;
    font-size: 13px;
}

.dashboard-box .box-visits .row > div .notification .notification-body .description 
{
    display: block;
    font-size: 10px;
    color: #999999;
}

.dashboard-box .box-visits .row > div .notification .notification-extra 
{
    float: right;
    text-align: right;
}

.dashboard-box .box-visits .row > div .notification .notification-extra i 
{
    font-size: 14px;
}

.dashboard-box .box-visits .row > div .notification .notification-extra .description 
{
    display: block;
    font-size: 10px;
    color: #999999;
}

@media (max-width: 767px) 
{
    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div:last-child .databox 
    {
        border-bottom: 1px solid #e5e5e5;
    }

    .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div .databox 
    {
        border-bottom: 0;
        border-right: 0;
    }
}
/*#endregion Dashboard Box*/
/*#region Orders*/

.orders-container 
{
    position: relative;
    padding: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.orders-container .orders-header 
{
    position: relative;
    height: 43px;
    padding: 14px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fbfbfb;
}

.orders-container .orders-header h6 
{
    margin: 0;
}

.orders-container .orders-list 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.orders-container .orders-list .order-item 
{
    position: relative;
    padding: 7px 10px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.orders-container .orders-list .order-item:before 
{
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2983c1;
}

.orders-container .orders-list .order-item:hover 
{
    background-color: #fbfbfb;
}

.orders-container .orders-list .order-item:hover:before 
{
    display: block;
}

.orders-container .orders-list .order-item.top:hover:before 
{
    background-color: #fb6e52;
}

.orders-container .orders-list .order-item.top .item-more 
{
    color: #fb6e52;
}

.orders-container .orders-list .order-item .item-left 
{
    padding-right: 0;
}

.orders-container .orders-list .order-item .item-left .item-booker 
{
    margin: 6px 0;
    color: #666666;
}

.orders-container .orders-list .order-item .item-left .item-time 
{
    font-size: 11px;
    margin-bottom: 2px;
    color: #999999;
}

.orders-container .orders-list .order-item .item-right 
{
    padding-left: 0;
    text-align: center;
}

.orders-container .orders-list .order-item .item-right .item-price 
{
    font-size: 13px;
    margin: 17px auto;
    color: #666666;
}

.orders-container .orders-list .order-item .item-more 
{
    position: absolute;
    right: -10px;
    -lh-property: 0;
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    vertical-align: middle;
    color: #2dc3e8;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.orders-container .orders-list .order-item .item-more i 
{
    font-size: 17px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.orders-container .orders-list .order-item .item-more i:before 
{
    content: "\f105";
}

.orders-container .orders-footer 
{
    position: relative;
    background-color: white;
    height: 34px;
    padding: 7px;
    text-align: center;
    background-color: #fbfbfb;
}

.orders-container .orders-footer a 
{
    margin: 0 auto;
    font-size: 11px;
    color: #999999;
    font-weight: 500;
}

.orders-container .orders-footer a:hover 
{
    text-decoration: none;
}

.orders-container .orders-footer .help 
{
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px;
}

.orders-container .orders-footer .help a i 
{
    font-size: 18px;
    color: #cccccc;
}
/*#endregion Orders*/
/*#region 404*/

.body-404 
{
    background-color: #2dc3e8;
    color: #ffffff;
}

.body-404:before 
{
    display: none;
}

.error-header 
{
    background: #ffffff;
    height: 280px;
}

.error-container 
{
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.error-container h1 
{
    font-size: 110px;
    font-weight: 300;
    margin: -103px 0 0 0;
    text-align: center;
    color: #2dc3e8;
}

.error-container h2 
{
    font-size: 58px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.error-container p,
.error-container p a 
{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.error-container p.description 
{
    color: #e5e5e5;
    font-size: 40px;
    margin: 0;
}

.error-divider 
{
    margin-top: -27px;
    padding: 30px 0;
}

.return-btn,
.return-btn:hover 
{
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    margin-top: 100px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.return-btn i 
{
    margin-right: 5px;
}

.return-btn:hover 
{
    background: #ffffff;
    color: #2dc3e8;
    text-decoration: none;
}
/*#endregion 404*/
/*#region 500*/

.body-500 
{
    background-color: #fb6e52;
    color: #ffffff;
}

.body-500:before 
{
    display: none;
}

.body-500 .error-container h1 
{
    color: #fb6e52;
}

.body-500 .return-btn:hover 
{
    color: #fb6e52;
}
/*#endregion 404*/
/*#region SearchHelpBar*/

.searchhelpbar 
{
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

.searchhelpbar .help-box 
{
    min-height: 72px;
    padding: 0;
    padding-bottom: 0;
}

.searchhelpbar .help-box .alert 
{
    min-height: 72px;
    border-color: #ffffff;
}

.searchhelpbar .search-box 
{
    background-color: #ffffff;
    min-height: 72px;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.searchhelpbar .search-box > div 
{
    padding: 19px;
}
/*#endregion SearchHelpBar*/
/*#region Loading*/

@-webkit-keyframes typing 
{
    0% 
    {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@-moz-keyframes typing 
{
    0% 
    {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@keyframes typing 
{
    0% 
    {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% 
    {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

.loading-container 
{
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2dc3e8;
}

.loading-container.loading-inactive 
{
    display: none;
}

.loading-container.loading-inactive .loader 
{
    display: none;
}

.loading-container .loader 
{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: 50vh auto;
    /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}
/*#endregion Loading*/

#chat-link.open 
{
    -webkit-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
}

#chat-link.open:before 
{
    content: '';
    display: inline-block;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #ffffff;
    border: 0;
    top: 0;
    height: 2px;
}

.page-chatbar 
{
    bottom: 0;
    display: none;
    right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    -lh-property: 0;
}

.page-chatbar.open 
{
    display: block;
}

.page-chatbar.open:before 
{
    display: block;
}

.page-chatbar.open ~ .page-content 
{
    margin-right: 287px !important;
}

.page-chatbar.open ~ .page-content .breadcrumbs-fixed 
{
    right: 287px !important;
}

.page-chatbar.open ~ .page-content .page-header-fixed 
{
    right: 287px !important;
}

.page-chatbar .chatbar-contacts 
{
    height: 100%;
}

.page-chatbar .chatbar-contacts .contacts-search 
{
    position: relative;
    height: 41px;
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput 
{
    height: 41px;
    z-index: 2;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 40px;
    width: 100%;
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ffffff;
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus ~ .searchhelper 
{
    display: block;
    z-index: 124;
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder 
{
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.form-control::-webkit-input-placeholder
{
    font-family: 'Abel';
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder 
{
    /* Firefox 19+ */
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder 
{
    /* Firefox 19+ */
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder 
{
    color: #d0d0d0;
    font-weight: 300;
    font-family: 'Open Sans', 'Segoe UI';
}

.page-chatbar .chatbar-contacts .contacts-search .searchicon 
{
    cursor: pointer;
    display: inline-block;
    height: 12px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 12px;
    color: #2dc3e8;
    z-index: 124;
}

.page-chatbar .chatbar-contacts .contacts-search .searchhelper 
{
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    color: #999;
    display: none;
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    z-index: 4;
}

.page-chatbar .chatbar-contacts .contacts-list 
{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.page-chatbar .chatbar-contacts .contacts-list .contact 
{
    height: 85px;
    padding: 10px;
    position: relative;
}

.page-chatbar .chatbar-contacts .contacts-list .contact:hover 
{
    background-color: #f3f3f3;
    cursor: pointer;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar 
{
    display: inline-block;
    width: 65px;
    height: 65px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img 
{
    width: 65px;
    height: 65px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info 
{
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name 
{
    font-size: 1em;
    padding-bottom: 2px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status 
{
    font-size: .8em;
    margin-bottom: 2px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online,
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline 
{
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online 
{
    background-color: #a0d468;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline 
{
    background-color: #d73d32;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .status 
{
    display: inline-block;
    margin-left: 4px;
}

.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time 
{
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: .8em;
}

.page-chatbar .chatbar-messages 
{
    height: 100%;
    background: #fff;
}

.page-chatbar .chatbar-messages .messages-contact 
{
    height: 85px;
    padding: 10px;
    position: relative;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
}

.page-chatbar .chatbar-messages .messages-contact .contact-avatar 
{
    display: inline-block;
    width: 65px;
    height: 65px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-avatar img 
{
    width: 65px;
    height: 65px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info 
{
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-name 
{
    font-size: 1em;
    padding-bottom: 2px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status 
{
    font-size: .8em;
    margin-bottom: 2px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online,
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline 
{
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online 
{
    background-color: #a0d468;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline 
{
    background-color: #d73d32;
}

.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .status 
{
    display: inline-block;
    margin-left: 4px;
}

.page-chatbar .chatbar-messages .messages-contact .last-chat-time 
{
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: .8em;
}

.page-chatbar .chatbar-messages .messages-contact .back 
{
    position: absolute;
    top: 14px;
    right: 14px;
}

.page-chatbar .chatbar-messages .messages-contact .back:hover 
{
    cursor: pointer;
}

.page-chatbar .chatbar-messages .messages-contact .back i 
{
    font-size: 22px;
    color: #2dc3e8;
}

.page-chatbar .chatbar-messages .messages-list 
{
    list-style: none;
    padding: 10px 0;
    overflow: auto;
}

.page-chatbar .chatbar-messages .messages-list .message 
{
    padding: 10px 15px;
}

.page-chatbar .chatbar-messages .messages-list .message .message-info 
{
    height: 18px;
    margin-bottom: 15px;
}

.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time 
{
    display: inline-block;
}

.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet 
{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a0d468;
    margin-right: 5px;
}

.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name 
{
    font-weight: bold;
    margin-right: 5px;
}

.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time 
{
    font-size: .8em;
    color: #666;
}

.page-chatbar .chatbar-messages .messages-list .message .message-body 
{
    margin-top: 10px;
    border-radius: 3px;
    background-color: #a0d468;
    color: #ffffff;
    padding: 10px;
    position: relative;
    margin-right: 10%;
}

.page-chatbar .chatbar-messages .messages-list .message .message-body:before 
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    top: -14px;
    left: 10px;
    border-top-width: 0;
    border-bottom-color: #a0d468;
    border-width: 7px;
}

.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time 
{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet 
{
    background-color: #5db2ff;
    margin-top: 8px;
}

.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time 
{
    margin-top: 2px;
}

.page-chatbar .chatbar-messages .messages-list .message.reply .message-body 
{
    background-color: #5db2ff;
    margin-left: 10%;
    margin-right: 0;
}

.page-chatbar .chatbar-messages .messages-list .message.reply .message-body:before 
{
    border-bottom-color: #5db2ff;
    right: 10px;
    left: auto;
}

.page-chatbar .chatbar-messages .send-message 
{
    padding: 15px;
    background-color: #f3f3f3;
    width: 100%;
    height: 120px;
    border-top: 1px solid #e5e5e5;
}
/*# sourceMappingURL=beyond.css.map */
/* CUSTOM*/

.modal-header .close 
{
    margin-top: -10px !important;
}

.avatar-profile 
{
    width: 50px;
    height: 50px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr 
{
    border-radius: 0 !important;
}

.ui-widget-header 
{
    font-size: 13px !important;
    padding-left: 20px !important;
    border: 1px solid #2983c1;
}

.ui-widget-header a:hover
{
    color: #fff;
}

.ui-jqgrid .ui-jqgrid-htable th div 
{
    padding-top: 9px;
    padding-bottom: 6px;
}

/* JQGrid inline edit error message */
#info_id #infocnt
{
    color: red!important;
    text-align: left!important;
}

/* JQGrid Header Style for Multiline Column Header*/

th.ui-th-column div 
{
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

#jqGridCellWrap 
{
    white-space: normal !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default 
{
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.ui-jqgrid tr.jqgrow td 
{
    height: 35px !important;
}

.ui-widget-content 
{
    font-size: 13px;
}

.ui-jqgrid .ui-jqgrid-pager 
{
    height: 35px !important;
}

.ui-jqgrid .ui-pg-table td 
{
    font-size: 13px !important;
}

.ui-widget-header 
{
    border-bottom: 1px solid #2983c1;
}

.ui-widget-content .ui-state-hover 
{
    background: #f3f3f3 !important;
    color: #000 !important;
    border-color: #ccc !important;
}
/*PROVIDER-LIST PAGE*/

.provider-list input[type="radio"] 
{
    opacity: 0.9;
    position: absolute;
}

.remember-me input[type="radio"] 
{
    opacity: 0.9!important;
}
/*PATIENT VIDEO*/

.user-video 
{
    position: absolute;
    top: 55.75%;
    right: 30px;
}

.provider-video 
{
    position: absolute;
    top: 26.7%;
    right: 30px;
}

.border-all 
{
    border: 3px solid #aaa;
}

.OT_subscriber 
{
    width: 100% !important;
}

.OT_publisher 
{
    min-width: 200px !important;
}
/* HARDWARE TEST */

.big 
{
    font-size: 100px;
}

.databox-xxxlg 
{
    height: 100% !important;
    width: 100% !important;
}

.opentok-hardware-setup .opentok-hardware-setup-label 
{
    font-size: 0;
    float: none !important;
    line-height: 0 !important;
}

.opentok-hardware-setup-loading 
{
    background: #ccc !important;
    border-radius: 5px;
}

.opentok-hardware-setup .opentok-hardware-setup-selector 
{
    margin: 0 0 10px 0 !important;
}

.opentok-hardware-setup .opentok-hardware-setup-preview 
{
    margin-left: 0 !important;
    width: 100% !important;
}

.OT_fit-mode-cover 
{
    width: 100% !important;
}

.opentok-hardware-setup 
{
    background: #ccc !important;
}
/* SERACH PHYSICAIN */
/* List */

.bs-glyphicons.bs-glyphicons-custom .bs-glyphicons-list li 
{
    width: 50%;
    height: 125px;
}

.physician-icon 
{
    background: url("../Content/images/physician.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .physician-icon 
{
    background: url("../Content/images/physician-hover.png") no-repeat;
}

.specialists-icon 
{
    background: url("../Content/images/specialists.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .specialists-icon 
{
    background: url("../Content/images/specialists-hover.png") no-repeat;
}

.nurses-icon 
{
    background: url("../Content/images/nurses.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .nurses-icon 
{
    background: url("../Content/images/nurses-hover.png") no-repeat;
}

.therapists-icon 
{
    background: url("../Content/images/therapists.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .therapists-icon 
{
    background: url("../Content/images/therapists-hover.png") no-repeat;
}

.dieticians-icon 
{
    background: url("../Content/images/dieticians.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .dieticians-icon 
{
    background: url("../Content/images/dieticians-hover.png") no-repeat;
}

.sleep-educators-icon 
{
    background: url("../Content/images/sleep-educators.png") no-repeat;
    width: 24px;
    height: 24px;
}

.bs-glyphicons li:hover .sleep-educators-icon 
{
    background: url("../Content/images/sleep-educators-hover.png") no-repeat;
}
/*CREDIT CARD*/

#cnumber 
{
    background-position: 2px -121px, 260px -61px;
    background-image: url('../Content/images/images.png'), url('../Content/images/images.png');
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    width: 100%;
    padding: 5px 0 5px 55px;
}

.mastercard 
{
    padding: 10px;
}

#cnumber.visa 
{
    background-position: 2px -163px, 260px -61px;
}

#cnumber.visa_electron 
{
    background-position: 2px -205px, 260px -61px;
}

#cnumber.mastercard 
{
    background-position: 2px -247px, 260px -61px;
}

#cnumber.maestro 
{
    background-position: 2px -289px, 260px -61px;
}

#cnumber.discover 
{
    background-position: 2px -331px, 260px -61px;
}

#cnumber.valid.visa 
{
    background-position: 2px -163px, 430px -87px;
}

#cnumber.valid.visa_electron 
{
    background-position: 2px -205px, 430px -87px;
}

#cnumber.valid.mastercard 
{
    background-position: 2px -247px, 430px -87px;
}

#cnumber.valid.maestro 
{
    background-position: 2px -289px, 430px -87px;
}

#cnumber.valid.discover 
{
    background-position: 2px -331px, 430px -87px;
}
/*Error Message*/

.error-message 
{
    color: red !important;
    font-size: small!important;
}
/*Spinner*/
.loader 
{
    color: #ccc;
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 
{
    0%, 100% 
    {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% 
    {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% 
    {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% 
    {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% 
    {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 
{
    0%, 100% 
    {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% 
    {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% 
    {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% 
    {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% 
    {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% 
    {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
/* CALL-TAB */

.call-tab 
{
    height: 68px;
    padding: 18px 15px;
    text-align: left;
}

.call-tab .notification-icon 
{
    float: left;
}

.call-tab .notification-icon i 
{
    border-radius: 50%;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    width: 34px;
}

.call-tab .notification-body .title 
{
    display: block;
    font-size: 13px;
}

.call-tab .notification-body .description 
{
    color: #999999;
    display: block;
    font-size: 10px;
}
/*Medical Chart Modal*/

.modal-body 
{
    height: auto !important;
}

.modal-header .close 
{
    margin-top: 0 !important;
}

.modal-header 
{
    background-color: #2983c1;
    padding: 10px 15px;
}

.modal-title 
{
    color: white !important;
}

.btn-group.btn-group-justified .btn 
{
    padding: 2px !important;
}
/*TD FONT SIZE*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td 
{
    font-size: 13px;
}
/*INPUT CROSS ICON*/

input[type=text]::-ms-clear 
{
    display: none;
}
/*INPUT SELECT EXPAND ON IE*/

select::-ms-expand 
{
    display: none;
}
/*FileUpload CSS*/

.btn-file 
{
    position: relative;
    overflow: hidden;
}

.caption input[type=file] 
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*Multiselect dropdown with chekbox*/

/*Datepicker Button*/

.ui-datepicker-trigger 
{
    background: none;
    border: 0;
    margin-left: 0 !important;
    color: #2983c1;
    right: 0px;
    top: 13px;
}

.ui-dialog .ui-datepicker-trigger 
{
    position: absolute;
}
/*EXTRA MARGIN*/

.margin-top-70 
{
    margin-top: 70px;
}
/*PHYSICAN LIST*/

.margin-minus-t15 
{
    margin-top: -15px;
}
/*Provider type select class*/

.select 
{
    color: #ffffff !important;
    background-color: #2983c1 !important;
}
/*Popup*/

.close 
{
    opacity: 0.9 !important;
    font-weight: normal !important;
}
/*Patient Queues buttons*/

.button-font 
{
    font-size: 11px;
    font-weight: 700;
}

/*Password validation*/

.ul_error 
{
    width: 87%;
    padding: 0;
    margin: 6.5% 0 0 6.5%;
    list-style: none;
}

li.complete 
{
    color: green;
    background-image: url('../Content/images/images.png');
    background-position: 211px -93px, 212px -65px;
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    position: relative;
}

li.complete-validation 
{
    color: green;
    background-image: url('../Content/images/sleep-metrics-tick.png');
    background-position: 211px -93px, 212px -65px;
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    position: relative;
}

.li_error 
{
    color: red;
    text-shadow: 0px 1px 1px #FFFFFF;
    font-size: small;
    height: 20px;
    line-height: 20px;
    margin: 0px 1px 6px -30px;
    position: relative;
    -webkit-transition: color 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: color 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition: color 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: color 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: color 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-backface-visibility: visible;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year 
{
    height: 20px !important;
    padding: 0px !important;
    color: #8F8F8F !important;
    font-weight: 600 !important;
    border: 0px !important;
}

.ui-datepicker .ui-widget-header 
{
    border: 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default 
{
    color: #8F8F8F !important;
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default 
{
    border: 1px solid #e5e5e5 !important;
    margin-left: -2px;
}
/* styles for validation helpers */

.field-validation-valid 
{
    display: none;
}

input.input-validation-error 
{
    border: 1px solid red !important;
}

textarea.input-validation-error 
{
    border: 1px solid red;
}

select.input-validation-error 
{
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error 
{
    border: 1px solid red;
}

input[type="radio"].input-validation-error 
{
    border: 1px solid red;
}

.validation-summary-errors 
{
    color: red;
    font-size: small;
}

.validation-summary-valid 
{
    display: none;
}
/*Active image css*/

.physician-icon-active 
{
    background: url("../Content/images/physician-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}

.specialists-icon-active 
{
    background: url("../Content/images/specialists-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}

.nurses-icon-active 
{
    background: url("../Content/images/nurses-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}

.therapists-icon-active 
{
    background: url("../Content/images/therapists-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}

.dieticians-icon-active 
{
    background: url("../Content/images/dieticians-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}

.sleep-educators-icon-active 
{
    background: url("../Content/images/sleep-educators-hover.png") no-repeat;
    width: 24px;
    height: 24px;
}
/*Text overflow css*/

#text-overflow 
{
    width: 210px;
    height: 55px;
    overflow: hidden;
}

.text-overflow 
{
    width: 100% !important;
    height: 55px;
    overflow: hidden;
}

.popover-content 
{
    word-wrap: break-word;
}

.popover 
{
    width: 200px !important;
}

.ui-widget.ui-widget-content.ui-jqdialog 
{
    margin-top: -4px;
    margin-left: 27%;
}

.start-call-height 
{
    height: auto !important;
}
/* Extra dots for extra characters */

.extraDots 
{
    position: absolute;
    top: 25px;
    right: -10px;
    padding: 1px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 300;
}

.extraDotsConsultationRoom 
{
    position: absolute;
    top: 87px;
    right: -15px;
    padding: 1px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 300;
    color: #000000;
}

.justify-text 
{
    text-align: justify;
}

@media all and (min-width: 641px) and (max-width: 1021px) 
{
    #text-overflow 
    {
        height: 55px;
        overflow: hidden;
        width: 120px;
    }
}
/*Removed Grid scroll on chrome*/

div.ui-jqgrid-view table.ui-jqgrid-btable 
{
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
    margin-left : -1px;
}

div.ui-jqgrid-view table.ui-jqgrid-btable td 
{
    border-left-style: none;
}

div.ui-jqgrid-view table.ui-jqgrid-htable 
{
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

div.ui-jqgrid-view table.ui-jqgrid-btable th 
{
    border-left-style: none;
}

.web_dialog_overlay 
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 2000;
    display: none;
    background-color: black;
}

div#spinner 
{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 10%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 900000;
    overflow: hidden;
}

.span-asterisk 
{
    color: red;
    padding-right: 5px;
}
/*Patient Waiting Room Provider div*/

.stretched-div 
{
    height: auto !important;
}

.ui-dialog.ui-widget 
{
    top: 70px;
    z-index: 444 !important;
}

.ui-dialog.ui-widget .ui-button-icon-primary.ui-icon.ui-icon-closethick 
{
    margin: -9px;
}

.message-error 
{
    clear: both;
    color: #e80c4d;
    font-family: 'Trebuchet MS', Arial, Times New Roman;
    font-size: 1em;
    font-weight: bold;
}

/*CUSTOM COLOR FOR SELECT2 SELECT*/

.select2-results li.select2-result-with-children > .select2-result-label 
{
    color: #555;
}
/*Warning Bar*/

.warning-bar 
{
    color: white !important;
    text-decoration: underline;
}
/* The button */

.addeventatc 
{
    display: inline-block;
    position: relative;
    z-index: 999998;
    font-family: Roboto, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.addeventatc:hover 
{
    color: #555;
    font-size: 16px;
    text-decoration: underline;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client 
{
    display: none !important;
}
/* The drop down */

.addeventatc_dropdown 
{
    width: 200px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0px 0px 0px;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: 4px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}

.addeventatc_dropdown span 
{
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 9px 10px 9px 40px;
}

.addeventatc_dropdown span:hover 
{
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.addeventatc_dropdown em 
{
    color: #999 !important;
    font-size: 12px !important;
}

.addeventatc_dropdown .frs 
{
    background: #fff;
    color: #cacaca !important;
    cursor: pointer;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 110% !important;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101;
}

.addeventatc_dropdown .frs:hover 
{
    color: #999 !important;
}

.addeventatc_dropdown .ateappleical 
{
    background-image: url(../Content/images/dropdown-apple-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .ateoutlook 
{
    background-image: url(../Content/images/dropdown-outlook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .ateoutlookcom 
{
    background-image: url(../Content/images/dropdown-outlook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .ategoogle 
{
    background-image: url(../Content/images/dropdown-google-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .ateyahoo 
{
    background-image: url(../Content/images/dropdown-yahoo-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .atefacebook 
{
    background-image: url(../Content/images/dropdown-facebook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}

.addeventatc_dropdown .copyx 
{
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}

.addeventatc_dropdown .brx 
{
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
}
/*Evisit POPUP*/

#dialogReport, #dialogEvisitNotes
{
    height: 471px;
    overflow-y: auto!important;
}

#gview_activeSchedulesGrid .ui-jqgrid-bdiv
{
    height: 250px !important;
}

#gview_expiredSchedulesGrid .ui-jqgrid-bdiv
{
    height: 250px !important;
}

/*PAST APPOINTMENT POPUP TEXT WRAP*/

.wrap-text 
{
    word-wrap: break-word;
}
/*Clearing placeholder for text area*/

textarea.form-control::-moz-placeholder 
{
    color: transparent !important;
}

textarea.form-control::-webkit-input-placeholder 
{
    color: transparent !important;
}

textarea.form-control:-ms-input-placeholder 
{
    color: transparent !important;
}
/*UI Jquery Dialog Box*/

.ui-dialog .ui-dialog-titlebar 
{
    padding: 10px 15px !important;
    border: none !important;
}

.ui-dialog .ui-dialog-title 
{
    margin: 0 !important;
}

.ui-dialog-title 
{
    font-size: 18px !important;
    font-weight: 300 !important;
}

.ui-dialog 
{
    padding: 0 !important;
}

.ui-widget-header .ui-state-default 
{
    border: none !important;
    background: transparent !important;
}

.ui-dialog 
{
    border: none !important;
}
/*Boot box modal button center align*/

.modal-footer 
{
    text-align: center !important;
}
/*Affiliate logo*/

.affiliate-logo 
{
    background-color: #fff;
    margin-top: -16px;
    width: 213px;
}
/*Show tags inline*/

.display-inline 
{
    display: inline-block;
}
/* Calender Timezone */

.timezone-container 
{
    padding: 0px;
    margin: 0px;
}

.timezone-container .timezone-item 
{
    border-radius: 2px;
    display: inline-block;
    list-style: outside none none;
    margin: 4px;
    padding: 4px 10px;
    text-align: center;
    width: 23.5%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.timeZone-dropdown 
{
    width: 220px;
    height: 24px;
    float: right;
    padding: 2px;
}

.timeZone-dropdown,
select 
{
    font-size: 13px;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 0px 12px;
}

.timeZone-dropdown 
{
    width: 50%;
    height: 22px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.timezone-container a 
{
    color: #555;
}

.timezone-calender 
{
    margin-bottom: 0px;
    padding: 42px 0px 0px 0px !important;
}

.no-border 
{
    border: none !important;
}

.hand-cursor 
{
    cursor: pointer;
}
/* Calender Timezone End*/
/* recurring schedule popup */

.popup-container 
{
    top: 100px;
    left: 30%;
    position: absolute;
    z-index: 111;
}
/*Schedule date picker style*/

.schedule-calendar 
{
    width: 89%!important;
    font-size: 13px;
    padding: 6px 12px;
    height: 34px;
    line-height: 1.42857;
    border-radius: 3px !important;
}


.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open 
{
    z-index: 999999;
}

/*Hand Cursor for JQGrid*/

ui-inline-del 
{
    cursor: pointer;
}
/*Test My Device*/

.device-alert 
{
    color: #000 !important;
    line-height: 25px !important;
    font-weight: 400 !important;
}
/*For displaying supported browser and device icons*/

.device-alert-box 
{
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

.device-alert-box .nav.nav-justified li 
{
    line-height: 16px;
}
/*Widget Customization*/

.widget-body > .stats-value 
{
    font-size: 12px;
    height: 35px;
}

.widget-body > .stats-valueEvisit 
{
    font-size: 12px;
    height: 65px;
}

.stats-title 
{
    margin-top: 10px;
}

.stats-title a 
{
    color: #5db2ff;
    font-weight: bold;
}

.fix-heightPatients 
{
    height: 100px;
}

.fix-heightEvisits 
{
    height: 120px;
}

.check-custom 
{
    float: left;
    margin: 1px 5px 0 0 !important;
}

.custom-row .col-lg-2.col-sm-2 
{
    width: 20%;
}

.pointer 
{
    cursor: pointer;
}

.not-active 
{
    pointer-events: none;
    cursor: default;
    color: #696969 !important;
}

.ui-jqgrid .subgrid-data .ui-th-column 
{
    background: #f1f1f1;
}
/*Widget for provider list*/

.custom-widget 
{
    margin: 0 0 20px 0;
}
/*ajax load animation*/

#loading,
#loading1 
{
    width: 280px;
    height: 177px;
    background: url(/content/images/bg.png);
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -88.5px;
    margin-left: -140px;
    text-align: center;
}
/* Grid Footer Pagination */

.ui-jqgrid .ui-paging-info 
{
    margin-right: 10px;
}

#loading:after,
#loading1:after 
{
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 68px;
    margin-left: -16px;
    margin-top: -16px;
    background: url(/content/images/spinner.gif);
    content: ' ';
}

#loading-overlay 
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    z-index: 100000;
}

#loading span,
#loading1 span 
{
    display: inline-block;
    position: relative;
    top: 123px;
}
/* Patient Dashboard Page */

.dashboard-card 
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.patient-dashboard .well h5.bold,
.well h3.bold,
.well h4.bold 
{
    color: #333333 !important;
    font-weight: 700 !important;
    line-height: 0;
}

.patient-dashboard 
{
    color: #3a3a3a;
}

.patient-dashboard .well 
{
    min-height: 215px;
    border-radius: 5px;
}

.patient-dashboard .heading 
{
    margin: 20px 0;
    font-size: 19px;
    color: #000;
}

.patient-dashboard .well h4.bold:hover 
{
    text-decoration: underline;
    color: #333 !important;
}

.patient-dashboard .heading .bold 
{
    font-weight: 600 !important;
}

.patient-dashboard .well:hover 
{
    box-shadow: 0 5px 5px #ccc;
}

.patient-dashboard .bold 
{
    font-weight: bold !important;
}

.header-banner 
{
    background: url(../../Content/images/banner.jpg);
    width: 100%;
    height: 160px;
    border-bottom: 2px solid #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 0 0;
    margin-top: -19px;
}

.custom-offset-40 
{
    margin-left: 40%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar 
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a 
{
    color: #000;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover 
{
    color: #999;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img 
{
    width: 25px;
    height: 25px;
}

.navbar .navbar-inner 
{
    min-height: 65px;
}

.footer 
{
    background: #3b3b3b;
    color: #dbdbdb;
    padding: 15px 0 0;
    font-size: 12px;
}

.custom-offset-40 
{
    margin-left: 40%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar 
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section h2 span 
{
    width: auto;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding-top: 1px;
    text-decoration: underline;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a 
{
    color: #555;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a:hover 
{
    color: #000;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar img 
{
    width: 25px;
    height: 25px;
}

.navbar .navbar-inner 
{
    min-height: 65px;
}

.footer 
{
    background: #3b3b3b;
    color: #dbdbdb;
    padding: 15px 0 0;
    font-size: 12px;
}

.footer a 
{
    color: #dbdbdb;
}

.footer a:hover 
{
    color: #ccc;
}

.footer ul li 
{
    display: inline-block;
    padding-right: 10px;
}

.patient-dashboard .footer ul 
{
    padding-left: 0;
}

.footer .support 
{
    text-align: right;
    font-size: 17px;
    color: #fff;
}

.footer .copy-rights 
{
    position: relative;
    top: -20px;
    color: #bababa;
    font-size: 15px;
    font-weight: 600;
}

.footer-link 
{
    padding: 8px 0 0 0;
}

.custom-offset 
{
    margin-left: 20%;
}

.footer a 
{
    color: #dbdbdb;
}

.footer a:hover 
{
    color: #ccc;
}

.footer ul li 
{
    display: inline-block;
}

.breadcrumb span h4 
{
    font-weight: 500 !important;
    color: #555;
}

.ui-dialog 
{
    padding-right: 10px;
}

.dashboard-card a:hover 
{
    text-decoration: none;
}

.docs-example 
{
    margin-bottom: 5%;
}

.footer .badge 
{
    border-radius: 12px !important;
    height: 24px;
    border: 1px solid #fff;
    font-size: 17px !important;
    background: transparent;
    background-clip: border-box;
    width: 24px;
    text-align: center;
    padding: 4px;
}
/* Patient Details Popup */
#patientDetails label 
{
    font-weight: 400;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
    color: #333 !important;
    background:none;
}

#closedialog
{
    background-color: #2983c1 !important;
    color: #ffffff !important;
    font-weight:normal!important;
}

.ui-datepicker-current-day .ui-state-active 
{
    background: #2983c1 !important;
    color: #fff !important;
}

.consultaion .databox-bottom 
{
    height: 165px !important;
}

span.databox-number label 
{
    font-size: 13px;
}
/*Email notification*/
.email-notification input[type=checkbox] 
{
    position: absolute;
}

.email-notification input[type=radio] 
{
    position: absolute;
}
/*Dashboard Search*/
.dashboard-search .col-sm-4 
{
    width: 29%;
    padding-right: 0;
}

@media (max-width: 719px) 
{
    .custom-row .col-lg-2.col-sm-2 
    {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) 
{
    .navbar-container 
    {
        padding-left: 2px;
    }
    .remember-me span 
    {
        float: left;
        margin-top: 2px;
        width: 80%;
     }
    .navbar .navbar-inner 
    {
        min-height: 110px;
        z-index: 999999;
    }
    .navbar .navbar-inner .navbar-header .navbar-account .account-area 
    {
        top: 45px;
        right: 10px;
    }

    .custom-offset 
    {
        margin-left: 0;
    }

    .header-banner 
    {
        padding: 0;
        height: 50px;
    }

    .small 
    {
        cursor: default;
    }
    .page-body 
    {
        padding: 18px 20px 24px;
        margin-bottom: 30%;
    }
    .margin-left-75
    {
        margin-left: 5px !important;
    }
    .success-messagebox
    {
        padding-top: 23%!important;
        background-position: 54%;
    }
    .docviaweb-cobranding
    {
        margin-bottom: 20px;
    }
    .docviaweb-cobranding .left-logo
    {
        width: 50%!important;
    }
   .docviaweb-cobranding .right-logo
   {
        width: 120px!important;
        margin-right: 10px!important;
        margin-top: 0!important;
        height: auto!important;
        line-height: 3;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 62%;
        height: 64%!important;
    }
    .reset-password-container
    {
        width: 93%!important;
        margin: 0 auto!important;
        padding-bottom: 20%!important;
    }
    .reset-password-box
    {
        width: 90%!important;
        margin: 0 auto!important;
        padding-top: 35px!important;
    }
    .reset-password-container h1
    {
        font-size: 28px!important;
    }
    .vertical-center
    {
        height: 40px!important;
        text-align: center!important;
    }
    .vertical-center img
    {
        position: relative!important;
        transform: unset!important;
        top: 0!important;
        width: 100%!important;
        height: 35px;
    }
    .box-shadow
    {
        width: 90%!important;
        padding: 0 14px 0 0!important;
        margin-top: 20px;
        padding-right: 20px;
    }
    .o2-background-img
    {
        background-size: cover;
        height: unset;
        background-image: none;
    }
    .pap-background-img
    {
        background-size: cover;
        height: unset;
        background-image: none;
    }
    .plussleep-pap-background-img
    {
        background-size: cover;
        height: unset;
        background-image: none;
    }
    .sleepdisordercenter-pap-background-img
    {
        background-size: cover;
        height: unset;
        background-image: none;
    }
    .custom-margin
    {
        margin-top: 38%;
        margin-bottom: 43%;
    }
    .signup-left-back-img
    {
        background: none;
    }
    .register-container .registerbox
    {
        padding-left: 0px;
    }
    .reviewpayment 
    {
        width: 100%;
    }
    .card-list-box
    {
        float:left;
    }
    .custom-box table 
    {
        width: 700px;
    }
    .custom-box 
    {
        width: 100%;
        margin: 0;
    }
    .register-container 
    {
        max-width: 100%;
    }
    .registerbox-textbox 
    {
        width: 100%;
        padding-left: 0px!important;
    }
    .registerbox
    {
         margin-top: 0px;
    }

    #SignIn 
    {
        float: left;
        width: 100%;
    }
    .forgot-password
    {
        margin-top: -3px;
        margin-bottom: 5px;
    }
    .docviaweb-logo 
    {
        margin-bottom: 5px;
    }
    .animatebtn
    {
        margin-bottom: 15px;
    }
    .navbar-collapse
    {
        padding-bottom: 15px;
    }
    .ui-dialog.ui-widget
    {
        top: 130px !important;
        z-index: 2 !important;
        width: 90%!important;
    }
    .margin-left-200 
    {
        margin-left: 0px !important;
        margin-top: 20px;
        float: left;
    }
    .dashboard-search .col-sm-4
    {
        width: 100%;
        padding-right: 0;
    }
    .a-dashboard-col-2
    {
        width: 100%;
    }
    .logo-section
    {
        margin-bottom: 5px;
        text-align: center;
    }
    .sleep-disorder-section-mobile
    {
        margin-top:-5px;
    }
    .sleep-disorder-label-mobile
    {
        font-size:9px;
    }
    .registerbox h1
    {
        font-size: 24px;
    }
}

@media only screen and (max-width: 760px) 
{
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting 
    {
        top: 45px;
    }

    .footer .copy-rights 
    {
        font-size: 12px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container 
    {
        top: 45px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.username 
    {
        display: block;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area 
    {
        padding: 8px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area section 
    {
        display: none;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar 
    {
        margin-right: 0;
        margin-left: 1px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu 
    {
        min-width: 200px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area + .dropdown-menu:before 
    {
        width: 50px;
    }
}

@media only screen and (max-width: 759px) 
{
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container 
    {
        width: 270px;
        top: 0;
        padding: 0 5px;
        text-align: left;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label 
    {
        margin-bottom: 0;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting 
    {
        right: 270px;
        top: 0;
    }
}

@media only screen and (max-width: 530px) 
{
    .navbar 
    {
        height: 65px;
        z-index: 99999;
    }

    .navbar .sidebar-collapse 
    {
        left: auto;
        right: 0;
        width: 50px;
    }

    .navbar .sidebar-collapse .collpse-icon 
    {
        padding: 11px 15px;
    }

    .navbar .navbar-brand 
    {
        padding-left: 10px;
    }

    .navbar .navbar-inner .navbar-header 
    {
        float: none !important;
        display: block;
    }

    .navbar .navbar-inner .navbar-header .navbar-account 
    {
        float: right;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications 
    {
        left: -135px;
        right: auto;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before 
    {
        left: 135px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages 
    {
        left: -135px;
        right: auto;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before 
    {
        left: 135px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting 
    {
        top: 45px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting-container 
    {
        top: 45px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container 
    {
        left: 50px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting 
    {
        left: 0;
    }

    .navbar .navbar-inner .navbar-container 
    {
        padding-left: 0;
    }

    .navbar-fixed-top + .main-container 
    {
        margin-top: 90px !important;
    }

    .breadcrumbs-fixed 
    {
        top: 90px !important;
    }

    .breadcrumbs-fixed + .page-header 
    {
        margin-top: 40px !important;
    }

    .page-header-fixed 
    {
        top: 130px !important;
    }

    .page-header-fixed + .page-body 
    {
        margin-top: 80px !important;
    }

    .page-sidebar.sidebar-fixed 
    {
        top: 90px !important;
    }
}

@media only screen and (max-width: 450px) 
{
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container 
    {
        width: 270px;
        padding: 0 5px;
        text-align: left;
        left: 50px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container label 
    {
        margin-bottom: 0;
    }

    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting 
    {
        left: 0;
    }
}

@media only screen and (max-width: 400px) 
{
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications 
    {
        left: -55px;
        right: auto;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications.dropdown-arrow:before 
    {
        left: 55px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages 
    {
        left: -105px;
        right: auto;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages.dropdown-arrow:before 
    {
        left: 105px;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks 
    {
        left: -100px;
        right: auto;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-tasks.dropdown-arrow:before 
    {
        left: 100px;
    }
}

@media only screen and (device-width: 390px)
{
    .pap-mobile-image-text
    {
        padding-top: 150px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 50%;
    }
}

@media only screen and (max-width: 320px) 
{
    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before 
    {
        width: 45px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a 
    {
        min-width: 45px;
    }
    .green-bold-text
    {
        font-size: 22px!important;
    }
    .signup-today-tablet h4
    {
        font-size: 19px!important;
    }
    .o2-bottom-mobile
    {
        height: 592px!important;
    }
    .lpt-medical-logo img
    {
        margin-top: 1px!important;
    }
    .o2-mobile-image-text
    {
        padding-top: 96px!important;
    }
    .specialist
    {
        margin-bottom: 50%!important;
        margin-top: 45%;
    }
    .pap-bottom-mobile
    {
        height: 760px!important;
    }
    .pap-mobile-image-text
    {
        padding-top: 122px!important;
    }
    .btn-signin
    {
        width: 110px!important;
    }
    .signup-link
    {
        font-size: 12px;
        margin-left: 23px!important;
    }
    .medquarters-logo img
    {
        margin-top: 0px!important;
    }
    .custom-margin
    {
        margin-top: 40%;
        margin-bottom: 45%;
    }
    .pap-mobile-image-text p
    {
        font-size: 12px;
        margin-bottom: 47%!important;
    }
    .signin-buttons .btn-signin
    {
        margin-left: 0px!important;
    }
    .register-submit
    {
        width: 125px!important;
    }
    .sign_up-text a 
    {
        font-size: 12px!important;
        margin-left: -15px!important;
    }
    .sleepmedrx-and-vault-health-logo img
    {
        margin-top: 0px!important;
        margin-left: 2px!important;
    }
    .sleep-disorder-section-mobile
    {
        width: 90px;
    }
}

@media (min-width: 321px) and (max-width: 375px)
{
    .o2-mobile-image-text
    {
        padding-top: 123px!important;
    }
    .pap-mobile-image-text
    {
        padding-top: 135px!important;
    }
    .pap-bottom-mobile
    {
        height: 845px!important;
    }
}

@media only screen and (device-width: 375px)
{
    .pap-mobile-image-text 
    {
        padding-top: 140px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 48%!important;
    }
    .custom-margin
    {
        margin-top: 50%;
        margin-bottom: 47%;
    }
    .specialist
    {
        margin-bottom: 64%;
        margin-top: 49%;
    }
    .o2-mobile-image-text
    {
        padding-top: 123px!important;
    }
    .staten-island-dental-sleep-health-logo img
    {
        margin-left: 7px!important;
    }
    .sleepmedrx-and-vault-health-logo img
    {
        margin-top: 5px!important;
    }
}

@media (min-width: 376px) and (max-width: 414px)
{
    .o2-mobile-image-text
    {
        padding-top: 133px!important;
    }
    .pap-mobile-image-text
    {
        padding-top: 140px!important;
    }
    .amerigas-logo img
    {
        width: 67%!important;
        margin-top: 7px!important;
        margin-left: 32px!important;
    }
    .medquarters-logo img
    {
        margin-top: 9px!important;
    }
    .sleepmedrx-logo img
    {
        width: 47%!important;
        margin-top: -3px!important;
        margin-left: 48px!important;
    }
    .resonea-logo img
    {
        width: 67%!important;
        margin-top: 7px!important;
        margin-left: 32px!important;
    }
    .apollo-beach-dental-logo img
    {
        width: 50%!important;
        margin-top: 0px!important;
        margin-left: 48px!important;
    }
    .studio-57-dental-logo img
    {
        width: 55%!important;
        margin-top: 5px!important;
        margin-left: 43px!important;
    }
    .docviaweb-mobile-logo img
    {
        margin-left: 8px!important;
    }
    .plussleep-docviaweb-mobile-logo img
    {
        margin-left: 3px!important;
    }
    .custom-margin
    {
        margin-top: 63%;
        margin-bottom: 55%;
    }
}

@media only screen and (device-width: 412px)
{
    .pap-mobile-image-text 
    {
        padding-top: 175px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 52%!important;
    }
}

@media only screen and (device-width: 411px)
{
    .pap-mobile-image-text 
    {
        padding-top: 175px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 52%!important;
    }
    .o2-mobile-image-text
    {
        padding-top: 145px!important;
    }
    .custom-margin
    {
        margin-top: 60%!important;
        margin-bottom: 54%!important;
    }
    .signup-link
    {
        font-size: 16px!important;
    }
    .sleep-dentist-logo img
    {
        width: 36%!important;
        margin-left: 60px!important;
    }
}

@media only screen and (device-width: 414px)
{
    .pap-mobile-image-text
    {
        padding-top: 170px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 55%!important;
    }
    .o2-mobile-image-text
    {
        padding-top: 143px!important;
    }
    .specialist
    {
        margin-bottom: 65%!important;
        margin-top: 51%;
    }
    .jaykhorsandi-logo img
    {
        margin-left: 60px!important;
    }
    .sleep-dentist-logo img
    {
        width: 38%!important;
        margin-left: 60px!important;
    }
    .mental-mouth-logo img
    {
        margin-left: 60px!important;
    }
    .sleepmedrx-and-vault-health-logo img
    {
        margin-top: 6px!important;
    }
    .affinity-home-medical-logo img
    {
        margin-left: 52px!important;
    }
    .sleep-disorder-center-logo img
    {
        margin-left: 35px!important;
    }
    .sleep-disorder-section-mobile
    {
        margin-left: 18px;
    }
}

@media only screen and (device-width: 430px)
{
    .pap-mobile-image-text
    {
        padding-top: 180px!important;
    }
    .pap-mobile-image-text p
    {
        margin-bottom: 57%;
    }
    .sleep-disorder-center-logo img
    {
        margin-left: 40px!important;
    }
    .sleep-disorder-section-mobile
    {
        margin-top: -5px;
        margin-left: 20px;
    }
}

@media only screen and (device-width: 1024px)
{
    .sleep-disorder-center-logo img
    {
        margin-left: 178px!important;
    }
    .sleep-disorder-section-mobile
    {
        margin-top: -5px;
        margin-left: 155px;
    }
}

.edit-patient .widget-body 
{
    background-color: transparent;
    box-shadow: none;
}

.a-dashboard-col-2 
{
    width: 14.2%;
}

/* Textbox */
.custom-textbox 
{
    font-size: 13px;
    padding: 2px 5px;
}

.custom-textbox2 
{
    font-size: 13px;
    padding: 7px 5px;
}

.providerdatabox 
{
    height: auto;
    display: inline-block;
    padding-top: 10px;
}

#imageCrop 
{
    display: block !important;
    max-width: 100%;
    height: auto;
}

/*Affiliate Logo*/

.affiliate-logo .responsive 
{
    max-width: 200px;
    height: 60px;
}

.dashboard-affiliate-logo 
{
    max-width: 200px;
    height: 60px;
}

/*Provider Dashboard*/

.dashboard-card .custom-well 
{
    min-height: 210px;
}

.appointment_note 
{
    line-height: 20px;
}

.provider-dashboard .well h5.bold,
.well h3.bold,
.well h4.bold 
{
    color: #000000 !important;
    font-weight: 500 !important;
    line-height: 25px;
}

.provider-dashboard 
{
    color: #3a3a3a;
}

.provider-dashboard .well 
{
    min-height: 215px;
    border-radius: 5px;
}

.provider-dashboard .heading 
{
    margin: 20px 0;
    font-size: 19px;
    color: #000;
}

.provider-dashboard .well h4.bold:hover 
{
    text-decoration: underline;
    color: #333 !important;
}

.provider-dashboard .heading .bold 
{
    font-weight: 600 !important;
}

.provider-dashboard .well:hover 
{
    box-shadow: 0 5px 5px #ccc;
}

.provider-dashboard .badge 
{
    font-weight: 700 !important;
}

.provider-dashboard .bold 
{
    font-weight: bold !important;
}

#Ipaddress_none 
{
    display: none;
}

/*Preference section*/
.heading 
{
    padding: 10px;
    background: #d4d4d4;
    float: left;
    width: 100%;
}

#frmPreferences table > tbody > tr > td input 
{
    margin-right: 12px;
    margin-top: 10px;
    float: right;
}

#frmPreferences table 
{
    width: 100%;
    border: 1px solid #d4d4d4;
    border-collapse: inherit;
}

#frmPreferences table > tbody > tr > td label 
{
    width: 90%;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

#frmPreferences table:nth-last-child(even) 
{
    border-bottom: 0;
}

#frmPreferences .form-group 
{
    border: 1px solid #d4d4d4;
    border-top: 0;
    padding: 10px;
}
.float-right
{
    float : right!important;
}
.float-left
{
    float : left;
}
.tab-bottom
{
    margin-bottom: 50px;
}
.color-grid-DemoPhysician
{
    color: #d8d500
}
.color-grid-DemoPatient
{
    color: #d8d500
}
.grid-row-deleted
{
    background: #FFEFD5 !important;
}
.font-bold
{
    font-weight: 700 !important;
}
/*Credit Card*/
.greyout 
{
    opacity: 0.1;
}
.bold 
{
    font-weight: bold !important;
}
.font-weight-bold
{
    font-weight:bold;
    color:black;
}
.custom-box 
{
    width: 70%;
    margin: 0px 220px auto;
}
.custom-box .col-sm-3, .custom-box .col-xs-6 
{
    padding: 10px;
    min-height: 40px;
}
.border-left 
{
    border-left: 1px solid #eee;
}
.top-b 
{
    border-top: 1px solid #eee;
}
.bottom-b 
{
    border-bottom: 1px solid #eee;
}
.custom-box table 
{
    width : 100%;
}
.custom-box table>tbody>tr>td 
{
    padding-left:10px;
    height:50px;
}
.custom-box table>tbody>tr>td:last-child 
{
    width:40%;
}
.custom-box table>tbody>tr>td:nth-child(even) 
{
  font-size : 15px;
}
.reviewpayment 
{
    width: 50%;
    margin: 0 auto;
}
.reviewpayment table 
{
    width:90%;
}
.reviewpayment table>tr>td:first-child 
{
    width:38%;
}

.form-field
{
    min-height: 62px;
}

.vertical-center
{
    height: 40px;
    position: relative;
    width: 30%;
    float: left;
}
.vertical-center img
{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
}
.docviaweb-logo
{
    margin-bottom: 35px;
    margin-left: -20px;
    margin-top: 25px;
}
.logo-section
{
    margin-bottom: 35px;
    margin-left: -20px;
    margin-top: 28px;
}
.plussleep-logo-section
{
    margin-left: -10px!important;
}
.signup-link
{
   float: left;
    color: #252525!important;
    margin-bottom: 45px;
    margin-top: 28px;
    font-family: 'Abel';
    width: 100%;
}
.signup-link a
{
    font-weight: bold;
    color: #4594c9;
}
.registerbox-textbox .fa-eye 
{
    position: absolute;
    top: 20px;
    right: 42px;
    cursor: pointer;
    color: #e1e1e1;
}
.btn-signin 
{
    background-color: #319b19;
    margin-top: 20px;
    height: 35px;
    color: white;
    font-size: 14px;
    border: 0px;
    border-radius: 0;
    text-transform: uppercase;
    width: 150px;
    font-family: 'Abel';
    margin-bottom:20px;
}
.btn-signin:hover
{
    background-color: #26a00a;
    color:white;
}
.btn-inprogress
{
    width: 150px;
}
.forgot-password
{
    font-size: 14px;
    text-align: right;
    width: 100%;
    float: right;
    color: #777777!important;
    font-family: 'Abel';
    margin-top: -8px;
    position: relative;
    margin-right: 11px;
    margin-bottom: 20px;
}
.remember-me input
{
    position:initial!important;
    margin-top: 3px;
    float: left;
    margin-right: 10px;
}
.registerbox-textbox
{
    float:left;
    width:50%;
}
.registerbox-textbox .form-control
{
    border-radius:0px!important;
    height: 40px;
    border: 1px solid #e1e1e1;
    font-family: 'Abel';
}
.registerbox-textbox .form-control::-webkit-input-placeholder 
{
    color: #252525;
    font-weight: 300;
    font-family: 'Abel';
    font-size: 14px;
    font-style: normal;
}

.registerbox-textbox .form-control::-moz-placeholder 
{
    /* Firefox 19+ */
     color: #252525;
     font-weight: 300;
     font-family: 'Abel';
     font-style: normal;
     font-size: 14px;
}
.maskDate
{
     width: 100%;
     position: relative;
     height:40px!important;
     border-radius: 0px!important;
}
.btn-reset-password
{
    background-color: #319b19;
    color:white;
    height: 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Abel';
}
.btn-forget 
{
    width:100% !important;
    background-color: #319b19;
    color:white;
    height: 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Abel';
}
.checkbox
{
    margin-left: 20px;
    float:left;
    width: 100%;
    text-align: left;
}
#frmManageRecurringSchedule .checkbox
{
    text-align : left!important;
}
.sign_up-text
{
    margin-top: 25px;
    padding-left: 5px;
}
.remember-me
{
    color: #252525;
    font-size: 15px;
    font-family: 'Abel';
    float :left;
    width:100%;
}
.remember-me span 
{
    float:left;
    margin-top:2px;
    width:85%;
    font-family: 'Abel';
}
.sign_up-text a
{
    color: #252525;
    font-size: 15px;
    font-family: 'Abel';
}
.btn-submit
{
    float: left;
    margin-right: 5px;
    margin-top: 21px;
    margin-bottom: 15px;
}
.copyright-text-signup
{
    display:none;
}
.copyright-text-signup
{
    display:none;
}
.copyright-text
{
    display:none;
}
.register-submit 
{
    width: 150px;
    background-color: #319b19;
    color: white;
    height: 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Abel';
}
.checkbox-label input[type="radio"] 
{
    opacity: 0.9;
    position: absolute;
}
.testOrderForm-checkbox input[type="radio"]
{
    position: absolute;
}
.patientRadio
{
     position: absolute;
}
.adminRadio
{
     position: absolute;
}

.waitingroom-patienttooltip 
{
    display: inline-block;
    text-align: center;
    word-wrap: inherit;
    cursor: pointer;
    background-color: #d8e6ec;
    border-radius: 16px;
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
}

.consultroom-patienttooltip 
{
    padding: 3px 5px 3px 5px;
    word-wrap: break-word;
    cursor: pointer;
    background-color: #d8e6ec;
    border-radius: 16px;
    font-size: 12px;
}

.morelink 
{
	color: #337ab7!important;
    cursor: pointer;
    font-weight: normal!important;
}

.morecontent span 
{
	display: none;
}
.width-auto
{
    width: auto!important;
}
.width5 
{
    width: 5%;
}
.width15 
{
    width: 15%!important;
}
.width25 
{
    width:25%;
}
.width50 
{
    width: 50%!important;
}
.width65
{
    width:65%;
}

.width75 
{
    width:75%; 
}

.width80 
{
    width:80%; 
}

.width85 
{
    width:85%; 
}

.width97
{
    width:97%!important; 

}
.width100 
{
    width:100%; 
}

.account-activation-chooseoption 
{
    padding-left: 20px;
    font-size: 16px;
}

.custom-checkbox 
{
    margin-left: 0px;
    text-align :inherit;
}
.font-12
{
    font-size : 12px;
}
.font-13
{
    font-size : 13px;
}
.font-16
{
    font-size : 16px;
}
.GroupDropDownYellow 
{
    color: #d8d500;
}
.demo-affiliate
{
    color: #d8d500;
}
/* Rx template*/
.icd-code 
{
    width:23%;
    float:left;
    margin-right:2%;
}
.icd-description 
{
    width:75%;
    float:left;
}
.span-text
{
    padding-top: 7px;
    float:left;
}
.authority-info 
{
    float: left;
    width: 90%;
}
.chkbx-authority 
{
    width: 4%;
    float: left;
}
.footer-button 
{
    margin-top: 15px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mgr-rtlft 
{
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.lbl-title 
{
    margin: 15px 0 15px 0;
}

.checkbox-label
{
    float: left;
    width: auto;
}

.checkbox-div
{
    float: left;
    width: auto;
}

.cpap-setting
{
    float: left;
    padding: 2px 0px;
}

.cpap-setting-div
{
    margin-right: 5px;
    float: left;
}

.cpap-setting-input
{
    width: 50px;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.rx-checkbox
{
    float: left;
    width: 100%;
}

.cpap-pressure-setting
{
    margin-top: 26px;
    margin-left: 16px;
    float: left;
    position: absolute;
}

.min-max-cpap-setting
{
    float: left;
    width: 100%;
}

.txt-bilevel-setting
{
    width: 175%;
    margin-top: 4px;
}
#consultationEPrescription .cpap-pressure-setting
{
    margin-top: 26px;
    margin-left: 78px;
    float: left;
    position: absolute;
}

.duration-of-use
{
    margin-left: 10px;
    margin-top: -8px;
}

#consultationEPrescription .duration-of-use
{
    width: 20%;
}

.device-setting
{
    margin-top:-7px;
}
.txt-bmi
{
    border: none;
    font-weight : bold;
    background: transparent!important;
    padding: 0!important;
}
.number-of-nights-label
{
    float: left;
    margin: 5px 15px 15px 15px;
}
.number-of-nights
{
    float: left;
}
.eXciteOSA-durationOfUse
{
    float: left;
    width: 55px;
    margin-top: 5px;
    margin-left: 10px;
}

/* End Rx template*/

.tab-anchor
{
    z-index : 0 !important;
}

.testOrderForm-table
{
    width: 100%;
}

.testOrderForm-checkbox
{
   text-align :inherit;
}

.notes-textarea
{
    height:190px !important;
}

#gridEvisitNotes .ui-jqgrid tr.jqgrow td,
#gridPatientNotes .ui-jqgrid tr.jqgrow td 
{
    white-space: nowrap;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:3px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* AmeriGas Premier Registration */
.amerigas-logo img
{
    width: 65%;
    margin-left: 5px;
    margin-top: 0px;
}

/* Beddr Sleep Registration */
.beddrSleep-logo img
{
    width: 65%;
    margin-left: 5px;
    margin-top: 0px;
}

/* Wrinkle Respiratory and DME Registration */
.wrinkle-respiratory-logo img
{
    width: 44%;
    margin-left: 43px;
    margin-top: -16px;
}

/* SleepMedRx LLC Registration */
.sleepmedrx-logo img
{
    width: 40%;
    margin-left: 20px;
    margin-top: -14px;
}

/* DS3 Member Registration */
.DS3-member-logo img
{
    width: 60%;
    margin-left: 20px;
    margin-top: -10px;
}

/* ResMed Virtual Sleep Testing Registration */
.resMed-logo img
{
    width: 55%;
    margin-left: 20px;
    margin-top: -12px;
}

/* CPAP Supply USA Registration */
.cpap-supply-usa-logo img
{
    width: 40%;
    margin-left: 20px;
    margin-top: -20px;
}

/* Medquarters Registration */
.medquarters-logo img
{
    width: 65%;
    margin-left: 17px;
    margin-top: 4px;
}

/* DME Supply USA Registration */
.dme-supply-usa-logo img
{
    width: 39%;
    margin-left: 25px;
    margin-top: -18px;
}

/* Glen Bruenjes Registration */
.glen-bruenjes-dds-logo img
{
    width: 60%;
    margin-left: 20px;
    margin-top: -6px;
}

/* SpryLyfe Registration */
.sprylyfe-logo img
{
    width: 75%;
    margin-left: 5px;
    margin-top: -7px;
}

/* 1st Class Registration */
.first-class-medical-logo img
{
    width: 100%;
    margin-left: 5px;
    margin-top: -14px;
}

/* LPT Medical Registration */
.lpt-medical-logo img
{
    width: 75%;
    margin-left: 5px;
    margin-top: -1px;
}

/* Resonea Registration */
.resonea-logo img
{
    width: 65%;
    margin-left: 5px;
    margin-top: -3px;
}

/* Jay Khorsandi Registration */
.jaykhorsandi-logo img
{
    width: 35%;
    margin-left: 25px;
    margin-top: -17px;
}

/* The Sleep Dentist Registration */
.sleep-dentist-logo img
{
    width: 40%;
    margin-left: 32px;
    margin-top: -25px;
}

/* Good Night Medical Registration */
.good-night-medical-logo img
{
    width: 64%;
    margin-left: 12px;
    margin-top: -18px;
}

/* Mental Mouth Registration */
.mental-mouth-logo img
{
    width: 35%;
    margin-left: 25px;
    margin-top: -17px;
}

/* AssureSleep Registration */
.assuresleep-logo img
{
    width: 70%;
    margin-left: 0px;
    margin-top: -2px;
}

/* Staten Island Dental Sleep Health Registration */
.staten-island-dental-sleep-health-logo img
{
    width: 108%;
    margin-left: 0px;
    margin-top: -10px;
}

/* North Carolina Sleep Solutions Registration*/
.north-carolina-sleep-solutions-logo img
{
    width: 100%;
    margin-left: 0px;
    margin-top: -13px;
}

/* SleepMedRx and Vault Health Registration*/
.sleepmedrx-and-vault-health-logo img
{
    width: 100%;
    margin-left: 0px;
    margin-top: -3px;
}

/* Helio Sleep Registration*/
.helio-sleep-logo img
{
    width: 75%;
    margin-left: 0px;
    margin-top: -6px;
}

/* Affinity Home Medical Registration*/
.affinity-home-medical-logo img
{
    width: 50%;
    margin-left: 25px;
    margin-top: -22px;
}

/* Washington Center for Sleep Registration*/
.washington-center-for-sleep-logo img
{
    width: 88%;
    margin-left: 25px;
    margin-top: -23px;
}

/* airVata Registration*/
.airVata-logo img
{
    width: 86%;
    margin-left: 25px;
    margin-top: -22px;
}

/* iSleep powered by SleepMedRx Registration */
.isleep-sleepmedrx-logo img
{
    width: 70%;
    margin-left: 25px;
    margin-top: -22px;
}

/* Harmony Dental Sleep Therapy Registration */
.Harmony-Dental-Sleep-Therapy-logo img 
{
    width: 45%;
    margin-left: 65px;
    margin-top: -12px;
}

/* Sleeplay Registration */
.Sleeplay-logo img
{
    width: 50%;
    margin-left: 55px;
    margin-top: -10px;
}

/* CleanCPAP Registration */
.CleanCPAP-logo img 
{
    width: 50%;
    margin-left: 55px;
    margin-top: -16px;
}

/* IHeart Sleep Registration */
.IHeart-Sleep-logo img
{
    width: 78%;
    margin-left: 17px;
    margin-top: 0px;
}

/* Avid Dental Sleep Medicine Registration */
.Avid-Dental-Sleep-Medicine-logo img 
{
    width: 63%;
    margin-left: 34px;
    margin-top: -10px;
}

/* ExciteOSA Registration */
.ExciteOSA-logo img 
{
    width: 65%;
    margin-left: 30px;
    margin-top: 5px;
}

/* Ramsey Dental-Affordable Dentures and Implants Registration */
.Ramsey-Dental-Affordable-Dentures-and-Implants-logo img
{
    width: 45%;
    margin-left: 67px;
    margin-top: -13px;
}

/* Apria Healthcare Registration */
.Apria-Healthcare-logo img 
{
    width: 70%;
    margin-left: 20px;
    margin-top: -7px;
}

/* Dentulu Registration */
.Dentulu-logo img 
{
    width: 120%;
}

/* DFW Sleep Solutions Registration */
.DFW-Sleep-Solutions-logo img
{
    width: 60%;
    margin-left: 57px;
    margin-top: -25px;
}

/* Sleep Disorder Center Registration */
.sleep-disorder-center-logo img
{
    width: 40%;
    margin-left: 0px;
    margin-top: -20px;
}
.apollo-beach-dental-logo img
{
    width: 70%;
    margin-left: 20px;
    margin-top: -20px;
}
.studio-57-dental-logo img
{
    width: 60%;
    margin-left: 20px;
    margin-top: -8px;
}
.Universal-Med-Supply-logo img
{
    width: 86%;
    margin-left: 25px;
    margin-top: -15px;
}
#overlay
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 100000;
}

.estimatedLength-label
{
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.estimatedLength-inputDiv
{
    float: left;
    width: 60px;
}

.estimatedLength-input
{
    width: 50px;
    margin-top: -7px;
}

.duration-error
{
    text-align: left;
    width: 100%;
    float: left;
    margin-left: 10%;
}
.other-device-setting
{
    float: left;
    margin-left: 15px;
    margin-top: -8px;
}
.setting-label
{
    float: left;
    margin-left: -118px;
}

.schedule-error 
{
    margin: 0 auto; 
    width: 75%;
    list-style: none;
}

.ui-jqgrid .ui-state-highlight 
{ 
    background: #d8eaf5; 
}

.affiliate-tab-content
{
    float: left;
    width: 100%;
}

.event-text
{
    font-weight:400;
}

.follow-up-time
{
    height: 38px;
    width: 38%;
    float: left;
}

.date-textbox
{
    width: 93%;
    font-size: 13px;
    padding: 6px 12px;
    height: 34px;
    line-height: 1.42857;
}

/* Export result to Excel */
.f-grid-right-icon 
{
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}

.export-to-excel
{
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-size: 1.5em;
}

/* End css Export result to Excel */

#agreeerror
{
    font-size: small;
    display: inline-block;
    float: left;
    width: 100%;
}

.div-agree
{
    float: left;
    width: 100%;
}

.ui-jqdialog-content td.EditButton
{
    text-align: left;
    padding-left: 5px;
}

/* css for _AffiliatePreferredProviders */
#gbox_AffiliateProvidersGrid 
{
    float: left;
    text-align: center;
}

#gview_AffiliateProvidersGrid 
{
    margin-top: 10px;
    display: inline-block;
}

#AffiliateProviderGridPager 
{
    display: inline-block;
}

#gbox_AffiliateProvidersGrid .ui-pg-table 
{
    border: none;
}

#gbox_AffiliateProvidersGrid table > tbody > tr > td input 
{
    margin-top: 0px;
    float: none;
}

#divpreferences .modal
{
    z-index: 999;
}

#AffiliateProviderPager .ui-paging-info
{
    font-size: 10px!important;
}

#gbox_AffiliateProviderSearchGrid .ui-pg-table 
{
    border: none;
}

#gbox_AffiliateProviderSearchGrid table > tbody > tr > td input 
{
    margin-top: 0px;
    float: none;
}

#providerSearchPopUP .modal-body
{
    height: 450px!important;
    overflow-y: auto;
}

#providerSearchPopUP .modal-open .modal
{
    overflow-x: hidden;
    overflow-y: hidden;
}
/* End css for partial view _AffiliatePreferredProviders */

#PatientFilesGrid> tbody> tr> td> .btn .fa
{
     margin-right: 0;
}

/* css for account activation success screen */

.success-messagebox
{
    background-image: url(../../Content/images/success-bk-img.png);
    padding-top: 10%;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    margin-top: 119px!important;
    margin-bottom: -4%;
}
.success-messagebox p
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}
.success-messagebox h1
{
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #252525 !important;
    font-family: 'Abel';
    font-size: 38px;
    font-weight: normal;
    font-style: normal;
    padding-top: 80px;
}
.success-messagebox h6
{
    text-align: center;
    color: #252525 !important;
    font-size: 16px;
    font-family: 'Abel';
}
.docviaweb-cobranding
{
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #629fce;
    position: relative;
}
.docviaweb-cobranding .left-logo
{
    width: 200px;
    float: left;
}
.docviaweb-cobranding .right-logo
{
    float: right;
    margin-right: 2%;
    width: 130px;
    height: 62px;
}

/* End css for account activation success screen */

/* css for Reset Password success screen */

.reset-password-container
{
    width: 55%;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 3%;
}
.reset-password-container h1
{
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #252525 !important;
    font-family: 'Abel';
    font-size: 38px;
    font-weight: normal;
    font-style: normal;
}
.reset-password-container h6
{
    text-align: center;
    font-size: 16px;
    padding-top: 25px;
    color: #252525 !important;
    font-family: 'Abel';
}
.reset-password-box
{
    width: 400px;
    margin: 0 auto;
    padding-top: 35px;
}
.reset-password-box .form-field
{
    margin-bottom: 10px;
}
.reset-password-box .form-control
{
    border-radius: 0!important;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
.reset-password-box h5
{
    margin-bottom: 20px;
    font-family: 'Abel';
}
.signin-buttons .btn-signin
{
    margin-left: -12px;
}
/* End css for Reset Password success screen */

.date-of-birth-input
{
    width: 94%;
    font-size: 13px;
    padding: 6px 12px;
    height: 34px;
    line-height: 1.42857;
}

.blue-underline
{
    background: #217DBC;
    height: 3px;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.rx-error
{
    float: left;
    margin-top: 20px;
    color: red !important;
    font-size: small!important;
}
.custom-button-box
{
    text-align: center;
    margin-top: 30px;
}
.full-width-float-left
{
    float: left;
    width: 100%;
}
.pre-wrap
{
    white-space: pre-wrap;
}

/* #region Patient Appointments css */
.patient-appointments-section
{
    border-bottom: 3px solid #217DBC;
    padding: 10px 0 5px 0;
}
.patient-appointments-header
{
    float: left;
    font-size: 18px;
    color: #000D26;
    width: 50%;
}
.schedule-button
{
    text-align: right;
    width: 50%;
    float: left;
}
.schedule-button .btn
{
    background-color: #217DBC;
    color: white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.schedule-button .btn:focus
{
    outline: none;
}
.patient-appointments-tab-section .tab-content
{
    background-color: white;
    padding: 0;
}
.patient-appointments-tab-section .nav-tabs
{
    background-color: white;
}
.patient-appointments-tab
{
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    border-top: 0px solid #F2F3F4;
    border-bottom: 0px solid #F2F3F4;
    box-shadow: none;
}
.patient-appointments-tab li
{
    width: 50%;
    text-align: center;
    border: 0;
    box-shadow: none;
    box-sizing: unset;
    display: table-cell;
}
.patient-appointments-tab .active
{
    border-bottom: 2px solid #217DBC;
}
.patient-appointments-tab li a
{
    background-color: transparent !important;
    box-shadow: none;
    box-sizing: unset;
    color: #7E8591;
    border-radius: 0px;
    font-size: 16px;
    border: 0;
}
.patient-appointments-tab>li.active>a, .patient-appointments-tab>li.active>a:focus, .patient-appointments-tab>li.active>a:hover
{
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ececec;
    border-radius: 0;
    font-weight: bold;
    background: #F5F5F5;
    line-height: 14px; 
    box-shadow: none;
    border: 0;
}
.patient-scheduled-evisit-list-box
{
    width: 96%;
    background: #fff;
    float: left;
    padding: 15px 0 15px 0;
    margin-bottom: 25px;
    margin-left: 25px;
}
.patient-scheduled-appointments
{
    float: left;
    margin-bottom: 65px;
    width: 100%;
}
.patient-scheduled-appointments strong
{
    color: #000d26;
}
.background-white
{
    background-color: white;
    box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
}
.provider-profile-section
{
    width: 43%;
    float: left;
    text-align: center;
    position: relative;
}
.provider-profile-pic
{
    float: left;
    width: 30%;
    text-align: center;
    padding-top: 18px;
}
.provider-profile-pic img
{
    width: 60%;
    border-radius: 50%;
}
.provider-profile-info
{
    float: left;
    width: 68%;
    padding-left: 10px;
    text-align: left;
}
.provider-profile-info h2
{
    font-size: 16px;
    margin-bottom: 15px;
}
.provider-profile-info h3
{
    font-size: 12px;
    margin-top: 5px;
    margin: 0;
    line-height: 1.8;
}
.provider-profile-info img
{
    width: 8%;
    margin-right: 10px;
}
.patient-scheduled-evisit-info
{
    float: left;
    width: 31%;
    padding-top: 15px;
}
.patient-scheduled-evisit-info h6
{
    font-size: 14px;
}
.patient-scheduled-evisit-info h5
{
    margin-top: 20px;
    font-size: 12px;
}
.patient-scheduled-evisit-info h6 img
{
    margin-right: 12px;
}
.patient-scheduled-evisit-info h6 i
{
    margin-right: 17px;
}
.scheduled-evisit-buttons
{
    float: left;
    width: 25%;
    padding-top: 30px;
}
.start-call-btn
{
    background-color: #2983c1;
    color: white;
    border-radius: 0;
    width: 111px;
    margin-top: 8px;
    outline: none;
    border: 1px solid #2983c1;
}
.start-call-btn:hover, .start-call-btn:focus
{
    color: white;
    background-color: #2A83BF;
    outline: none!important;
    border: 1px solid #2983c1;
}
.cancel-call-btn
{
    background-color: white;
    border: 1px solid #FF3232;
    border-radius: 0;
    width: 111px;
    margin-top: 8px;
    margin-right: 15px;
    color: #FF3232;
}
.cancel-call-btn:hover,
.cancel-call-btn:focus,
.cancel-call-btn:active
{
    background-color: white;
    color: #FF3232;
    outline: none!important;
    border: 1px solid #FF3232;
}
.patient-past-evisit-data
{
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
}
.patient-past-evisit-data label
{
    font-size: 10px!important;
    font-weight: 700!important;
    color: #000D26!important;
}
.evisit-divider
{
    height: 1px;
    background: white;
    width: 90%;
    margin: 0 auto;
}
.doctor-profile-pic
{
    float: left;
    width: 25%;
    text-align: center;
}
.doctor-profile-pic img
{
    width: 80px;
    border-radius: 50%;
}
.past-evisit-data
{
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
}
.past-evisit-data label
{
    font-size: 10px!important;
    font-weight: 700!important;
    color: #000D26!important;
}
.doctors-right-detail-section
{
    float: left;
    width: 75%;
    padding-left: 5%;
}
.purpose-of-visit
{
    font-size: 12px !important;
}
.past-appointments-desktop
{
    float: left;
    width: 100%;
    padding-bottom: 75px;
}
.past-appointments-desktop h4
{
    padding-left: 25px;
    font-size: 16px;
    color: #000D26;
    margin: 25px 0 25px 0;
}
.past-appointments-desktop .appointment-box
{
    background: #F1F9FF;
    padding: 25px 0 10px 0px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.past-appointments-desktop .appointment-box h5
{
    font-size: 16px;
    padding-left: 35px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.past-appointments-desktop .appointment-box h6
{
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
.past-appointments-desktop .appointment-box ul li
{
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #000D26;
    font-size: 10px;
    cursor: pointer;
    padding-top: 0px;
}
.past-appointments-desktop .appointment-box ul li img
{
    margin-bottom: 10px;
}
.past-appointments-desktop .appointment-box ul li label
{
    margin-left: -10px;
}
.past-appointments-desktop .appointment-box p
{
    float: left;
    width: 100%;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 30px;
    color: #000D26;
    font-weight: normal;
}
.past-appointments-desktop .appointment-box ul
{
    padding-left: 0;
}
.white-background
{
    background: white!important;
    border: 1px solid #e4e2e2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.past-appointments-desktop .green-title
{
    text-transform: uppercase;
    font-weight: bold;
    color: #45A96D!important;
    float: right;
    margin-top: -35px;
    font-size: 12px!important;
    margin-right: 20px;
}
.past-appointments-desktop .red-title
{
    color: #FF3232!important;
    float: right;
    margin-top: -35px;
    font-size: 12px!important;
    margin-right: 10px;
    text-transform: uppercase;
}
.past-appointments-desktop .doctors-detail-info
{
    float: left;
}
.past-appointments-desktop .doctors-right-detail-section p
{
    padding-left: 10px !important;
    margin-bottom: 0;
}
.past-appointments-desktop .doctors-right-detail-section p label
{
    font-size: 14px;
}
.past-appointments-desktop .doctors-right-detail-section label
{
    color: #7E8591;
}
.past-appointments-desktop .doctors-right-detail-section p span
{
    font-size: 16px;
}
.past-appointments-desktop .doctors-right-detail-section p i
{
    color: #217dbc;
    margin-right: 17px;
    margin-bottom: 8px;
}
.past-appointments-desktop .gray-background-clr
{
    background: #F2F3F4;
    margin-top: 0px;
    color: #7E8591;
}
.past-appointments-desktop .gray-background-clr label,
.past-appointments-desktop .gray-background-clr strong,
.past-appointments-desktop .gray-background-clr p
{
    color: #7E8591;
}
.past-appointments-desktop .gray-background-clr p i
{
    color: #7E8591;
}
.past-appointments-desktop img
{
    margin-right: 12px;
}
/* #endregion Patient Appointments css */

/* #region Patient Prescriptions css */
.patient-prescription-section h4
{
    padding: 0;
    padding-left: 15px;
    line-height: 2.5;
    margin-bottom: 20px;
    color: #217DBC;
    background: #F2F3F4;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.patient-prescription-info
{
    float: left;
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d0d0;
}
.patient-prescription-info h6
{
    margin: 0;
}
.patient-prescription-info p
{
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.patient-prescription-info label
{
    font-size: 13px;
    color: #1a1a1b;
    font-weight: normal;
    padding-bottom: 10px;
}
.patient-prescription-info span
{
    color: #7E8591;
    font-size: 10px;
}
.patient-prescription-images-section
{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 11px;
    margin-right: 0px;
}
/* #endregion Patient Prescriptions css */

/* Evisit notes css */

.notes-background
{
    background-color: #ecfbf7;
}
.no-records
{
    color: #FF3232;
    margin-top: 20px;
    margin-left: 25px;
}
.close-notes
{
    font-size: 18px;
    float: right;
    margin-right: -35px;
    cursor: pointer;
}
.close-notes-ext
{
    font-size: 18px;
    float: right;
    margin-right: -40px;
    cursor: pointer;
}
.evisit-notes-section-desktop
{
    margin-bottom: 10px;
}
.evisit-notes-section-desktop .button-box
{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
}
.evisit-notes-section-desktop .save-btn
{
    background: #2983c1;
    border: 1px solid #2983c1;
    color: white;
    width: 120px;
    height: 34px;
    text-transform: uppercase;
    margin-right: 0px;
    border-radius: 0;
    outline: 0;
}
.evisit-notes-section-desktop .save-btn:focus
{
    outline: 0;
}
.evisit-notes-section-desktop .clear-btn,
.evisit-notes-section-desktop .clear-btn:focus
{
    background: #2983c1;
    border: 1px solid #2983c1;
    color: white;
    width: 120px;
    height: 34px;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 0;
    outline: 0;
}
.evisit-notes-section-desktop .appointment-note
{
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.evisit-notes-section-desktop .appointment-note p
{
    font-size: 12px;
    padding-top: 0px;
    float: left;
    width: 95%;
    position: relative;
    margin-bottom: 15px;
    word-break: break-all;
    white-space: pre-wrap;
}
.evisit-notes-section-desktop .appointment-note .date-time-info
{
    padding-bottom: 4px;
    color: #7E8591;
    font-size: 10px !important;
    border-bottom: 1px solid #ececec;
    width: 100% !important;
    margin: 0 auto !important;
    float: left;
    padding-left: 0 !important;
    padding-top: 0;
}
.evisit-notes-section-desktop .appointment-note .date-time-info span
{
    float: right;
    margin-right: 20px;
}
.evisit-notes-section-desktop .box-note h5
{
    font-weight: bold;
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px!important;
}
.evisit-notes-section-desktop .box-note
{
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.evisit-notes-section-desktop .box-note h5 .fa
{
    width: 29px;
    float: right;
    margin-right: 19px;
    color: gray;
    cursor: pointer;
    position: relative;
}
.evisit-notes-section-desktop textarea
{
    width: 100%;
    height: 150px;
    border: 1px solid #7E8591;
    border-radius: 5px;
    margin-top: 15px;
}
.evisit-notes-section-desktop .morelink
{
    position: absolute;
}
.evisit-notes-section-desktop .morecontent
{
    word-break: break-all;
}
.edit-dropdown
{
    position: absolute;
    right: 0;
    background-color: white;
    width: 112px;
    height: 100px;
    z-index: 99;
    box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
    padding-left: 15px;
    top: 0;
}
.edit-dropdown p
{
    margin: 8px 0 10px 0 !important;
    cursor: pointer;
}
.evisit-notes-heading
{
    float: left;
    width: 95%;
    text-transform: capitalize;
}
.evisit-notes-heading img
{
    float: right;
    margin-right: -57px;
    cursor: pointer;
}
.box-note .dropdown-menu
{
    width: 100px;
    border: 0px;
    border-radius: 0;
    right: 0;
    left: auto;
    min-width: 129px;
    top: 0;
    padding: 0;
}
.box-note .dropdown-menu .dropdown-item
{
    width: 100%;
    float: left;
    margin: 0;
    color: black;
    font-weight: normal;
    text-decoration: none;
    padding: 9px 0 10px 12px;
}
.box-note .dropdown-menu .dropdown-item:hover
{
    background-color: #2983c1;
    color: #fff;
}
.box-note .dropdown-menu span
{
    cursor: pointer;
}
.previous-evisit-notes-heading
{
    float: left;
    width: 99%;
    text-transform: capitalize;
}
.previous-evisit-notes-heading img
{
    float: right;
    margin-right: -57px;
    cursor: pointer;
}
.appointment-note-header
{
    color: #217DBC!important;
    background: #F2F3F4;
    padding: 10px 0 10px 17px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin: 0px 0 5px 0;
}
.label-note-edited
{
    font-size: 10px!important;
    float: right;
    margin: 10px 20px 0 0;
    color: #217DBC!important;
    font-weight: normal!important;
}

/* End Evisit notes css */

/* Custom modal css */

.modal
{
    z-index:99999;
}
.custom-modal-header
{
    background: white;
    border: none;
}
.custom-modal-header .close
{
    color: #a0a0a0;
    font-size: 15px;
}
.confirmation-popup .modal-content
{
    float: left;
    width: 100%;
    text-align: center;
}
.confirmation-popup .modal-content h3
{
    font-size: 14px;
    font-weight: bold!important;
    margin-bottom: 30px;
}
.confirmation-popup p
{
    color: #7E8591;
    font-size: 13px;
}
.confirmation-modal-buttons
{
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding-bottom: 65px;
    padding-top: 25px;
}
.success-popup .modal-content
{
    float: left;
    width: 100%;
    text-align: center;
}
.success-message
{
    color: #7E8591;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.success-popup .modal-content h3
{
    font-size: 14px;
    font-weight: bold!important;
}
.btn-yes
{
    padding: 5px;
    width: 45%;
    float: right;
    color: white;
    border: 1px solid #217DBC;
    font-size: 12px;
    background: #217DBC;
}
.btn-yes:focus
{
    outline: none;
}
.btn-no
{
    float: left;
    width: 45%;
    background-color: white;
    padding: 5px;
    color: #FF3232;
    font-size: 12px;
    border: 1px solid #FF3232;
}
.btn-no:focus
{
    outline: none;
}
.ok-modal-btn
{
    padding: 5px 35px 5px 35px;
    background: #2A83BF;
    color: white;
    border: 1px solid #217DBC;
    outline: none;
    font-size: 12px;
}
.modal-body img
{
    width: 11%;
}

/* End Custom modal css */

/* #region Patient Details css */

.patient-detail-scroll-to-top
{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 65px;
    right: 8px;
    display: none;
    text-indent: -9999px;
    background: url(../Content/images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}
.patient-details-header-section
{
    margin-top: 20px;
    margin-left: 35px;
}
.patient-details-header-section p:first-child
{
    width: 60%;
    font-size: 18px;
    float: left;
}
.patient-detail-affiliate-logo
{
    width: 12%;
    margin-left: 20px;
}
.back-to-patient-search
{
    float: left;
    width: 40%;
}
.back-to-patient-search a
{
    float: right;
    width: 40%;
    font-size: 14px;
    color: #bfbfbf;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
    margin-top: 2px;
}
.export-to-excel-icon
{
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}
.undo-icon
{
    width: 15px;
    margin-right: 6px;
    display: inline-block;
    color: black;
}
.patient-details-section
{
    margin: 0;
    padding: 0;
}
.patient-details-tab-section
{
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.patient-details-tab-section .nav-tabs > li.active
{
    color: #262626;
    border: 0;
    border-top: 2px solid #2dc3e8;
    border-bottom-color: transparent;
    background-color: #fbfbfb;
}
.patient-details-tab-section .nav-tabs > li > a,
.patient-details-tab-section .nav-tabs > li > a:focus
{
    z-index: 2!important;
}
.patient-details-tab-section .tab-content
{
    background-color: #fff;
    border: 0;
    box-shadow: none;
}
.patient-details-tab-section .left-heading
{
    float: left;
    width: 75%;
}
.patient-detail-tabs
{
    box-shadow: none;
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
    border-top: 0px solid #F2F3F4;
    border-bottom: 0px solid #F2F3F4;
}
.patient-detail-tabs li a
{
    color: #7E8591;
    border-radius: 0px;
    padding: 12px 2px;
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    border-left: 1px solid #f2f3f4;
    font-size: 12px;
}
.patient-detail-tabs li
{
    display: table-cell;
    width: 12.5%;
    text-align: center;
    border: 0;
    border-left: 1px solid #F2F3F4;
}
.patient-detail-tabs-content .tab-pane
{
    padding: 28px;
}
.patient-detail-tabs-content h4
{
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 17px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.patient-detail-tabs-content h4 label
{
    color: #217DBC;
    margin-bottom: 0px;
}
.patient-detail-tabs-content label
{
    font-size: 14px;
    color: #7E8591;
    font-weight: normal;
}
.test-order-info label
{
    font-size: 13px;
    color: #1a1a1b;
    font-weight: normal;
    padding-bottom: 10px;
}
.test-order-info span
{
    color: #7E8591;
    font-size: 10px;
}
.patient-detail-tabs-content h5
{
    color: #000D26;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 2px;
}
.patient-detail-tabs-content h5 i
{
    font-size: 16px;
    color: #7E8591;
    font-weight: normal;
    float: left;
    margin-right: 7px;
    margin-top: 0px;
}
.patient-detail-medical-history-tab h4 span
{
    float: right;
    padding-right: 46px;
}
.patient-detail-medical-history-tab p
{
    padding: 0 0 0 17px;
}
.patient-detail-medical-history-tab h6 .left
{
    float: left;
    width: 75%;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.patient-detail-medical-history-tab h6 .ess-left
{
    float: left;
    width: 100%;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.patient-detail-medical-history-tab h6 .right
{
    float: left;
    width: 25%;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.medical-history-section
{
    padding-left: 15px;
    padding-right: 15px;
}
.symptom-header
{
    margin-bottom: 20px;
    margin-top: 10px;
}
.patient-file-name
{
    cursor: pointer;
    word-break: break-word;
    color: #2983c1;
}
.patient-file-section
{
    float: left;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #ececec;
    margin-top: 15px;
    padding-bottom: 20px;
}
.patient-file-section:last-child
{
    border-bottom: none;
}
.pdf-icon
{
    float: left;
    width: 15%;
}
.patient-filename-section
{
    float: left;
    width: 85%;
}
.patient-file-addedby
{
    font-size: 10px;
    color: #BEC2C8;
}
.patient-detail-care-notes-tab h4 span
{
    float: right;
    padding-right: 46px;
}
.patient-detail-care-notes-tab p
{
    padding: 0 0 0 17px;
}
.edit-caremangement p
{
    font-size: 12px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    width: 95%;
    position: relative;
    margin-bottom: 15px;
    word-break: break-all;
}
.edit-caremangement p i
{
    position: absolute;
    right: -30px;
    top: 28px;
    cursor: pointer;
    z-index: 99;
}
.edit-caremangement .box-note
{
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.edit-caremangement h5
{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}
.edit-caremangement h5 .fa
{
    width: 30px;
    float: right;
    margin-right: 15px;
    color: gray;
    cursor: pointer;
    position: relative;
}
.export-to-excel-patient-notes
{
    float: right;
    margin-right: 7px;
}
.care-notes-addedby-info
{
    padding-bottom: 4px!important;
    color: #7E8591;
    font-size: 10px !important;
    border-bottom: 1px solid #ececec;
    width: 98% !important;
    margin: 0 auto !important;
    float: left !important;
    padding-left: 0 !important;
    padding-top: 0;
}
.care-notes-addedby-info span
{
    float: right;
}
.patient-note-list
{
    float: left;
    width: 100%;
}
.patient-note-buttons
{
    margin-top: 25px;
    text-align: center;
}
.patient-note-textarea
{
    width: 100%; 
    height: 170px; 
    border: 1px solid #7E8591; 
    border-radius: 5px;
}
.patient-details-appointments-desktop
{
    float: left;
    width: 100%;
    padding-bottom: 75px;
}
.patient-details-appointments-desktop h4
{
    padding-left: 25px;
    font-size: 16px;
    margin: 25px 0 25px 0;
}
.patient-details-appointments-desktop .appointment-box
{
    background: #F1F9FF;
    padding: 25px 0 10px 0px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.patient-details-appointments-desktop .appointment-box h5
{
    font-size: 16px;
    padding-left: 35px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.patient-details-appointments-desktop .appointment-box h6
{
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
.patient-details-appointments-desktop .appointment-box ul li
{
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #000D26;
    font-size: 10px;
    cursor: pointer;
    padding-top: 0px;
}
.patient-details-appointments-desktop .appointment-box ul li img
{
    margin-bottom: 10px;
}
.patient-details-appointments-desktop .appointment-box p
{
    float: left;
    width: 100%;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 20px;
    color: #000D26;
    font-weight: normal;
}
.patient-details-appointments-desktop .appointment-box ul
{
    padding-left: 0;
}
.patient-details-appointments-desktop .green-title
{
    text-transform: uppercase;
    font-weight: bold!important;
    color: #45A96D!important;
    float: right;
    margin-top: -35px;
    font-size: 12px;
    margin-right: 20px;
}
.patient-details-appointments-desktop .red-title
{
    color: #FF3232!important;
    float: right;
    margin-top: -35px;
    font-size: 12px;
    margin-right: 20px;
}
.patient-details-appointments-desktop .red-title span
{
    text-transform: uppercase;
    font-weight: bold;
    color: #FF3232;
}
.patient-details-appointments-desktop .doctors-detail-info
{
    float: left;
}
.patient-details-appointments-desktop .doctors-right-detail-section
{
    float: left;
    width: 78%;
    padding-left: 0%;
}
.patient-details-appointments-desktop .doctors-right-detail-section p
{
    padding-left: 10px !important;
    margin-bottom: 0;
    line-height: 2em;
}
.patient-details-appointments-desktop .doctors-right-detail-section p label
{
    font-size: 14px;
}
.patient-details-appointments-desktop .doctors-right-detail-section label
{
    color: #7E8591;
}
.patient-details-appointments-desktop .doctors-right-detail-section p span
{
    font-size: 14px;
    color: #000D26;
}
.patient-details-appointments-desktop .doctors-right-detail-section p i
{
    color: #217dbc;
    margin-right: 15px;
}
.patient-details-appointments-desktop .gray-background-clr
{
    background: #F2F3F4;
    margin-top: 0px;
    color: #7E8591;
}
.patient-details-appointments-desktop .gray-background-clr label,
.patient-details-appointments-desktop .gray-background-clr strong,
.patient-details-appointments-desktop .gray-background-clr p,
.patient-details-appointments-desktop .gray-background-clr p i
{
    color: #7E8591;
}
.patient-details-appointments-desktop .purpose-of-visit
{
    margin-top: 20px;
    padding-left: 0!important;
}
.provider-pic
{
    float: left;
    width: 22%;
    text-align: center;
}
.provider-pic img
{
    width: 75px;
    border-radius: 50%;
}
.close-evisit-prescription-icon
{
    font-size: 18px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.evisit-filters ul
{
    list-style: none;
    padding-left: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.evisit-filters ul li
{
    color: #afb3b7;
    font-size: 14px;
    display: inline;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}
.evisit-filters ul .active
{
    font-weight: bold;
    color: #217DBC;
}
.media-carousel
{
    width: 50%;
    float: left;
    margin-top: 15px;
}
.evisit-filters .carousel-control
{
    font-size: 15px!important;
    color: #bbb6b6;
    text-shadow: none;
}
.evisit-filters .owl-stage-outer
{
    margin-top: -12px;
    margin-left: 15px;
    height: 30px!important;
}
.evisit-filters .owl-carousel
{
    width: 83%!important;
}
.evisit-filters .carousel-control.left
{
    left: -4px;
}
.evisit-filters .carousel-control.right
{
    right: -32px;
    left: auto;
}
.all-years-section
{
    float: left;
    border-right: 1px solid #ece5e5;
}
.carousel .left
{
    background-image: unset!important;
    left: -7px;
    color: whitesmoke;
    opacity: 8;
}
.carousel .right
{
    background-image: unset!important;
    right: -30px!important;
    color: whitesmoke;
    opacity: 8;
}
.duration-heading
{
    float: left;
    width: 25%;
}
.add-prescription-icon
{
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.patient-comment-text
{
    color: #000D26;
    font-size: 14px;
    margin-top: 25px;
}
.gray-bottom-date
{
    color: #7E8591;
    font-size: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-top: 20px;
}
.patient-comments-section h4
{
    padding: 0!important;
    padding-left: 15px!important;
    line-height: 2.5!important;
    margin-bottom: 10px!important;
    color: #217DBC!important;
    background: #F2F3F4!important;
    float: left!important;
    width: 100%!important;
    text-transform: uppercase!important;
    font-weight: normal!important;
}
.patient-comments-section h4 span
{
    float: right;
    position: relative;
}
.prescription-section
{
    margin-bottom: 100px;
}
.prescription-section h4
{
    padding: 0!important;
    padding-left: 15px!important;
    line-height: 2.5!important;
    margin-bottom: 20px!important;
}
.prescription-section h4 span
{
    float: right;
    position: relative;
}
.prescription-section .fa-times
{
    float: right;
    padding-right: 10px;
    padding-top: 8px;
    cursor: pointer;
    color: black;
}
.prescription-section h4 span img
{
    padding-right: 15px;
    cursor: pointer;
}
.right-img-div
{
    position: absolute;
    right: -6px;
    top: 0px;
    width: 140px;
    margin-bottom: 5px;
}
.prescription-images-section
{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 11px;
    margin-right: 0px;
}
.test-order-info
{
    float: left;
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d0d0;
}
.test-order-info h6
{
    margin: 0;
}
.test-order-info h6 label span
{
    color: black;
}
.test-order-info img
{
    cursor: pointer;
}
.test-order-info p
{
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.follow-up-evisit-section h4
{
    padding: 0;
    padding-left: 15px;
    line-height: 2.5;
    margin-bottom: 25px;
}
.follow-up-evisit-section .ui-datepicker-trigger
{
    margin-top: 10px;
}
.follow-up-date-section
{
    float: left; 
    width: 50%;
}
.followup-date-label
{
    float: left!important;
    width: 90%!important;
}
.follow-up-date
{
    float: left;
    width: 355px;
}
.txt-follow-up-date
{
    width: 45%;
    float: left;
    margin-right: 5px;
    padding-left:8px;
}
.follow-up-time-section
{
    float: left;
    width: 50%;
    padding-top: 30px;
}
.txt-purpose-of-follow-up
{
    width: 100%;
    height: 73px!important;
    border: 1px solid #7E8591;
}
.purpose-example
{
    float: left;
    color: #cccccc !important;
}
.txt-follow-up-notes
{
    width: 100%;
    height: 170px!important;
    border: 1px solid #7E8591;
    border-radius: 5px!important;
}
.follow-up-buttons
{
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 40px;
}
.timezone-label
{
    padding: 10px 0 0 18px;
    float: left;
}
.follow-up-tab label
{
    letter-spacing: 0px;
    color: #000D26;
    opacity: 1;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.purpose-of-visit-label
{
    margin-top: 10px !important;
    width: 100%;
    float: left;
}
.div-acknowledge
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.submit-test-order-form-buttons
{
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 20px;
}
.cursor-default
{
    cursor: default!important;
}
.cursor-pointer
{
    cursor: pointer!important;
}
.filter-by-evisit-type
{
    float: right;
}
.year-list
{
    float: left;
}
.year-down-arrow
{
    background-image: url(../Content/images/down-arow-blue.png)!important;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    padding-bottom: 15px;
    font-weight: bold;
}
.year-filter-bottom
{
    float: left;
    width: 90%;
    border-bottom: 1px solid #f9f3f3;
    margin-left: 15px;
    margin-top: -21px;
}
.month-list
{
    padding-bottom: 30px !important;
    margin-top: -20px;
}
/* #endregion Patient Details css */

/* #region Patient Waiting Room css */
.waiting-room-desktop
{
    float:left;
    width: 100%;
}
.evisit-box
{
    float: left;
    width: 100%;
    padding: 25px 0 15px 0px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0px 3px 15px #00000014!important;
}
.waiting-room-filters ul
{
    list-style: none;
    padding-left: 17px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.waiting-room-filters ul li
{
    color: #afb3b7;
    font-size: 14px;
    display: inline;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}
.waiting-room-filters ul .active
{
    font-weight: bold;
    color: #217DBC;
}
.waiting-room-filter-header
{
    margin-bottom: 25px;
    color: #b3aeae;
}
.waiting-room-reset-filter
{
    float: left;
    border-right: 1px solid #ece5e5;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    margin-right: 26px;
}
.waiting-room-reset-filter ul li
{
    margin-right: 20px;
}
.waiting-room-patient-search-textbox
{
    width: 100%;
    height: 30px;
    border-radius: 20px!important;
    border: 1px solid #eaeaea!important;
    padding-left: 50px;
    padding-right: 33px;
    margin-top: 5px;
    position: relative;
    outline: none;
}
.waiting-room-patient-search-img
{
    position: absolute;
    left: 30px;
    top: 14px;
    padding-right: 11px;
    border-right: 1px solid #dad0d0;
    width: 24px;
}
.waiting-room-filter-by-evisit-type
{
    float: right;
}
.waiting-room-close-patient-search-icon
{
    position: absolute;
    right: 30px;
    top: 13px;
    z-index: 99;
    color: #D4D4D4;
    cursor: pointer;
}
.waiting-room-patient-details-section
{
    padding-left: 20px;
}
.waiting-room-patient-details-section h6
{
    font-size: 12px;
}
.waiting-room-details p i
{
    color: #217dbc;
    margin-right: 15px;
    margin-bottom: 8px;
}
.waiting-room-details h4
{
    margin: 0;
    margin-bottom: 20px;
}
.waiting-room-details strong
{
    font-size: 13px;
}
.waiting-room-details img:last-child
{
    width: 24px;
}
.patient-name
{
    font-size: 14px;
    cursor: pointer;
    font-weight: bold!important;
    line-height: 1.5;
    margin-left: -12px!important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.patient-name:hover
{
    background-color: #e8f2f9;
    border-radius: 10px;
    margin-left: -12px!important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.waiting-room-buttons
{
    margin-top: 25px;
    text-align: center;
}
.btn-disabled
{
    background-color: #A2CEEC!important;
    border: 1px solid #A2CEEC!important;
}
.patient-tooltip-affiliate-logo
{
    float: left;
    width: 45%;
}
.waiting-room-evisittype-image
{
    width: 17px!important;
    margin-top: 5px;
}
.popover-content
{
    background : white;
}
.popover-content table
{
    font-size: 12px!important;
}
.popover-content table tr
{
    height: 40px;
    vertical-align: top;
}
/* #endregion Patient Waiting Room css */

/* #region Header Patient Search css */

.search-wrapper
{
	width: 500px;
	margin: auto;
	margin-top: -7px;
    position: relative;
	padding: 10px;
}
.search-box
{
   position: relative;
   padding: 10px;
   width: 0px;
   outline: 0;
   border-radius: 4px;
   float: right;
   background-image: url('../../Content/images/search-icon.png');
   background-position: 10px 12px; 
   background-repeat: no-repeat;
   padding-left: 32px;
   border: 0px solid #ccc!important;
   cursor: pointer;
   z-index: 99;
   margin-right: -20px;
}
.close-search-icon
{
    position: absolute;
    right: 2px;
    top: 22px;
    z-index: 99;
    color: #D4D4D4;
    cursor: pointer;
}
.search-focus
{
   width: 225px;
   border: 1px solid #ccc!important;
}
.ui-menu .ui-menu-item
{
    cursor:pointer;
}
.ui-state-focus
{
    background: transparent!important;
    border: 0!important;
}
.ui-autocomplete
{
    min-height: 45px;
    max-height: 220px;
    overflow: auto;
    z-index: 2;
}

/* #endregion Header Patient Search css */

/* #region Provider Past Appointments css */

.past-evisit-filters-section
{
    padding: 15px 15px 0px 5px;
}
.provider-past-evisit-filters ul
{
    list-style: none;
    padding-left: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.provider-past-evisit-filters ul li
{
    color: #afb3b7;
    font-size: 14px;
    display: inline;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}
.provider-past-evisit-filters ul .active
{
    font-weight: bold;
    color: #217DBC;
}
.provider-past-evisit-filters .carousel-control
{
    font-size: 15px !important;
    color: #bbb6b6;
    text-shadow: none;
}
.provider-past-evisit-filters .owl-stage-outer
{
    margin-top: -12px;
    margin-left: 12px;
    height: 30px !important;
}
.provider-past-evisit-filters .owl-carousel
{
    width: 83% !important;
}
.provider-past-evisit-filters .carousel-control.left
{
    left: -4px;
}
.provider-past-evisit-filters .carousel-control.right
{
    right: -32px;
    left: auto;
}
.reset-past-evisit-filters
{
    float: left;
    border-right: 1px solid #ece5e5;
}
.provider-past-evisits-carousel-control
{
    width: 60%;
    float: left;
    margin-top: 15px;
    margin-left: 12px;
}
.past-evisit-year-filter-bottom
{
    float: left;
    width: 90%;
    border-bottom: 1px solid #f9f3f3;
    margin-left: 15px;
    margin-top: -21px;
}
.filter-past-evisits-by-type
{
    float: right;
}
.provider-past-evisits-month-filter-section
{
    margin-left: 100px;
}
.provider-past-evisits-month-filter
{
    padding-bottom: 15px !important;
    margin-top: -20px;
}
.checkbox-rx-filter
{
    color: #BEC2C8 !important;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.checkbox-rx-filter input
{
    height: 15px;
    width: 15px;
    margin: 0px 15px 0px 0px;
}
.past-evisit-patient-search-section
{
    width: 94%;
    margin-top: 28px;
    margin-left: 115px;
}
.past-evisit-patient-search-textbox
{
    width: 75%;
    height: 30px;
    border-radius: 20px!important;
    border: 1px solid #eaeaea!important;
    margin-top: 3px;
    padding-left: 46px;
    padding-right: 30px;
    position: relative;
    outline: none;
}
.past-evisit-close-patient-search-icon
{
    position: absolute;
    margin-left: -28px;
    top: 38px;
    z-index: 99;
    color: #D4D4D4;
    cursor: pointer;
}
.past-evisit-patient-search-img
{
    position: absolute;
    left: 148px;
    top: 40px;
    padding-right: 9px;
    border-right: 1px solid #dad0d0;
    width: 22px;
}
.provider-past-appointments-desktop
{
    float: left;
    width: 100%;
    padding-bottom: 75px;
}
.provider-past-appointments-desktop h4
{
    padding-left: 25px;
    font-size: 16px;
    margin: 25px 0 25px 0;
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 17px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.provider-past-appointments-desktop h4 label
{
    margin-bottom: 0;
    font-weight: normal;
}
.provider-past-appointments-desktop .past-evisit-box
{
    background: #F1F9FF;
    padding: 30px 0px 25px 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.provider-past-appointments-desktop .past-evisit-box p
{
    float: left;
    width: 100%;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 20px;
    color: #000D26;
    font-weight: normal;
}
.provider-past-appointments-desktop .past-evisit-box ul
{
    padding-left: 0;
}
.provider-past-appointments-desktop .past-evisit-box ul li
{
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #000D26;
    font-size: 10px;
    cursor: pointer;
    padding-top: 0px;
}
.provider-past-appointments-desktop .past-evisit-box ul li img
{
    margin-bottom: 10px;
}
.provider-past-appointments-desktop .green-title
{
    text-transform: uppercase;
    font-weight: bold !important;
    color: #45A96D !important;
    float: right;
    margin-top: -35px;
    font-size: 11px !important;
    margin-right: 20px;
}
.provider-past-appointments-desktop .red-title
{
    text-transform: uppercase;
    color: #FF3232 !important;
    float: right;
    margin-top: -35px;
    font-size: 11px !important;
    margin-right: 20px;
}
.provider-past-appointments-desktop .gray-background-clr
{
    background: #F2F3F4;
    margin-top: 0px;
    color: #7E8591;
}
.provider-past-appointments-desktop .gray-background-clr label,
.provider-past-appointments-desktop .gray-background-clr strong,
.provider-past-appointments-desktop .gray-background-clr p,
.provider-past-appointments-desktop .gray-background-clr p i
{
    color: #7E8591;
}
.provider-past-appointments-desktop .purpose-of-visit
{
    margin-top: 20px;
    padding-left: 0 !important;
}
.provider-past-evisit-detail-section
{
    float: left;
    width: 100%;
    padding-left: 0%;
}
.provider-past-evisit-detail-section p
{
    padding-left: 10px !important;
    margin-bottom: 0;
    line-height: 2em;
}
.provider-past-evisit-detail-section p label
{
    font-size: 14px;
}
.provider-past-evisit-detail-section p span
{
    font-size: 14px;
    color: #000D26;
}
.provider-past-evisit-detail-section p i
{
    color: #217dbc;
    margin-right: 15px;
}
.past-evisits-scroll-to-top
{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 65px;
    right: 8px;
    display: none;
    text-indent: -9999px;
    background: url(../Content/images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}
 
/* #endregion Provider Past Appointments css */

/* #region Provider Past Prescriptions css */

.provider-prescriptions-filters ul
{
    list-style: none;
    padding-left: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.provider-prescriptions-filters ul li
{
    color: #afb3b7;
    font-size: 14px;
    display: inline;
    float: left;
    margin-right: 26px;
    cursor: pointer;
}
.provider-prescriptions-filters ul .active
{
    font-weight: bold;
    color: #217DBC;
}
.provider-prescriptions-filters .carousel-control
{
    font-size: 15px!important;
    color: #bbb6b6;
    text-shadow: none;
}
.provider-prescriptions-filters .owl-stage-outer
{
    margin-top: -12px;
    margin-left: 15px;
    height: 30px!important;
}
.provider-prescriptions-filters .carousel-control.left
{
    left: -4px;
}
.provider-prescriptions-filters .carousel-control.right
{
    right: -32px;
    left: auto;
}
.reset-past-rx-filters
{
    float: left;
    border-right: 1px solid #ece5e5;
    margin-right: 10px;
    margin-left: -10px;
}
.provider-rx-carousel-control
{
    width: 53%;
    float: left;
    margin-top: 15px;
}
.rx-year-filter-bottom
{
    float: left;
    width: 90%;
    border-bottom: 1px solid #f9f3f3;
    margin-left: 15px;
    margin-top: -21px;
}
.rx-patient-search-textbox
{
    width: 44%;
    height: 30px;
    border-radius: 20px!important;
    border: 1px solid #eaeaea!important;
    padding-left: 46px;
    padding-right: 24px;
    margin-top: 3px;
    position: relative;
    outline: none;
}
.rx-patient-search-img
{
    position: absolute;
    left: 20px;
    top: 18px;
    padding-right: 11px;
    border-right: 1px solid #dad0d0;
    width: 23px;
}
.past-rx-close-patient-search-icon
{
    position: absolute;
    margin-left: -25px;
    top: 16px;
    z-index: 99;
    color: #D4D4D4;
    cursor: pointer;
}
.provider-past-rx-type-filter
{
    float: right;
    margin-right: 0px;
}
.rx-month-filter-section
{
    margin-left: 100px;
    margin-top: -32px;
}
.rx-month-filters
{
    padding-bottom: 30px !important;
    margin-top: -20px;
}
.past-rx-scroll-to-top
{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 65px;
    right: 8px;
    display: none;
    text-indent: -9999px;
    background: url(../Content/images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}
.provider-past-prescriptions-desktop
{
    float: left;
    width: 100%;
    padding: 10px 15px 75px 15px;
}
.provider-past-prescription-box
{
    background: #F1F9FF;
    padding: 20px 0 5px 0px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.provider-past-prescription-box p
{
    float: left;
    width: 100%;
    font-size: 13px;
    padding-left: 35px;
    color: #000D26;
    font-weight: normal;
}
.provider-past-prescription-box ul
{
    padding-left: 0;
}
.provider-past-prescription-box ul li
{
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #000D26;
    font-size: 10px;
    cursor: pointer;
    padding-top: 0px;
}
.provider-past-prescription-box ul li img
{
    margin-bottom: 10px;
}
.past-prescription-evisit-details-section
{
    float: left;
}
.past-prescription-evisit-details
{
    float: left;
    width: 100%;
}
.past-prescription-evisit-details p
{
    padding-left: 10px !important;
    margin-bottom: 0;
    line-height: 2em;
}
.past-prescription-evisit-details p label
{
    font-size: 14px;
}
.past-prescription-evisit-details p span
{
    font-size: 14px;
    color: #000D26;
}
.past-prescription-evisit-details p i
{
    color: #217dbc;
    margin-right: 15px;
}
.provider-past-rx-section
{
    padding: 38px 0 30px 0px;
}
.provider-past-rx-data
{
    float: left;
    margin-bottom: 15px;
    margin-top: 30px;
}
.provider-past-rx-data label
{
    font-size: 10px!important;
    font-weight: 600!important;
    color: #000D26!important;
}

/* #endregion Provider Past Prescriptions css */

/* #region Affiliate Patient Details screen */

.partial-loading
{
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    text-align: center;
}
.affiliate-patient-details-section
{
    margin: 0;
    padding: 0;
}
.affiliate-patient-details-header-section
{
    margin-top: 20px;
    margin-left: 35px;
}
.affiliate-patient-details-header-section p:first-child
{
    width: 60%;
    font-size: 18px;
    float: left;
}
.affiliate-patient-details-tab-section
{
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.affiliate-patient-details-tab-section .nav-tabs > li.active
{
    color: #262626;
    border: 0;
    border-top: 2px solid #2dc3e8;
    border-bottom-color: transparent;
    background-color: #fbfbfb;
}
.affiliate-patient-details-tab-section .nav-tabs > li > a,
.affiliate-patient-details-tab-section .nav-tabs > li > a:focus
{
    z-index: 2!important;
}
.affiliate-patient-details-tab-section .tab-content
{
    background-color: #fff;
    border: 0;
    box-shadow: none;
}
.affiliate-patient-detail-tabs
{
    box-shadow: none;
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
    border-top: 0px solid #F2F3F4;
    border-bottom: 0px solid #F2F3F4;
}
.affiliate-patient-detail-tabs li a
{
    color: #7E8591;
    border-radius: 0px;
    padding: 12px 2px;
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    border-left: 1px solid #f2f3f4;
    font-size: 12px;
}
.affiliate-patient-detail-tabs li
{
    display: table-cell;
    width: 186px;
    text-align: center;
    border: 0;
    border-left: 1px solid #F2F3F4;
}
.affiliate-patient-detail-tabs-content .tab-pane
{
    padding: 30px;
}
.affiliate-patient-detail-tabs-content h4
{
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.affiliate-patient-detail-tabs-content h4 label
{
    color: #217DBC;
    margin-bottom: 0px;
}
.affiliate-patient-detail-tabs-content label
{
    font-size: 14px;
    color: #7E8591;
    font-weight: normal;
}
.affiliate-patient-detail-tabs-content h5
{
    color: #000D26;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 2px;
}
.affiliate-patient-detail-tabs-content h5 i
{
    font-size: 16px;
    color: #7E8591;
    font-weight: normal;
    float: left;
    margin-right: 7px;
    margin-top: 0px;
}
.affiliate-patient-detail-scroll-to-top
{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 65px;
    right: 8px;
    display: none;
    text-indent: -9999px;
    background: url(../Content/images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}
.affiliate-back-to-patient-search
{
    float: left;
    width: 40%;
}
.affiliate-back-to-patient-search a
{
    float: right;
    width: 43%;
    font-size: 14px;
    color: #bfbfbf;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
    margin-top: 2px;
}
.affiliate-patient-details-undo-icon
{
    width: 15px;
    margin-right: 6px;
    display: inline-block;
    color: black;
}
.affiliate-patient-details-account-info
{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.affiliate-patient-detail-preferences-section
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

/* #endregion Affiliate Patient Details screen */

/* #region Patient medical history */

.medical-history-section-desktop h4
{
    float:left;
    width: 100%;
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top:20px;
    margin-bottom: 10px;
}
.medical-history-section-desktop h5
{
    color: #217DBC!important;
    background: #F2F3F4;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.health-info-label
{
    margin-left: 13px;
    margin-bottom: 20px;
    font-size: 15px;
}
.medication-section
{
    float: left;
    width: 100%;
}
.medication-section p
{
    text-align: left;
    line-height: 2;
    padding-left: 0;
    margin-left: 0;
}
.medication-section input[type=text]
{
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    border: 1px solid #F2F3F4;
    color: #000!important;
}
.medical-section-label
{
    color: #000D26;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    font-size: 13px;
    margin-bottom: 25px;
    margin-left: 15px!important;
}
.medical-history-subheader
{
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
    margin: 0 10px 10px 0;
    color: #333131;
    font-size: 14px;
}
.medication-list
{
    width: 98%;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
}
.medication-list p
{
    margin: 0;
    font-size: 13px;
    line-height: 2!important;
    width: 58%;
    float: left;
    margin-bottom: 5px;
}
.medication-list i
{
    margin: 7px;
    color: #2A83BF;
    font-size: 16px;
    cursor: pointer;
}
.medication-list p span
{
    float: right;
}
.medication-duration-label
{
    width:42%!important;
}
.medication-duration-select
{
    width: 58%;
    height: 34px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.add-medication-input-section
{
    width: 49%;
    float: left;
    margin-right: 10px;
}
.add-medication-duration-section
{
    float: left;
    width: 34%;
    margin-right: 8px;
}
.edit-medication-section
{
    width:100%;
    float:left;
}
.edit-medication-input
{
    width:50%!important;
}
.save-medication-section
{
    float: left;
    width: 13%;
    margin-top: 8px;
    text-align: right;
}
.save-medication-section i
{
    color: #2A83BF;
    font-size:16px;
    cursor: pointer;
}
.medication-error
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.add-new-medical-record
{
    color: #7E8591;
    font-size: 11px;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.add-new-medical-record img
{
    margin-right: 10px;
    margin-top: 10px;
}
.add-new-medical-record label
{
    margin-top: 15px;
    font-size: 12px;
}
.allergy-section
{
    float: left;
    width: 100%;
}
.allergy-section p
{
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}
.patient-allergy-list
{
    width: 98%;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
}
.patient-allergy-list i
{
    margin: 7px;
    color: #2A83BF;
    font-size: 16px;
    cursor: pointer;
}
.patient-allergy-list p
{
    margin: 0;
    font-size: 13px;
    line-height: 2!important;
    width: 75%!important;
    float: left;
    margin-bottom: 5px;
}
.patient-allergy-list p span
{
    float: right;
}
.add-allergy-input-section
{
    float: left;
    width: 84%;
}
.edit-allergy-section
{
    width: 25%;
    float: left;
    text-align: right;
}
.save-allergy-section
{
    float: left;
    width: 15%;
    text-align: right;
    margin-top: 10px;
}
.save-allergy-section i
{
    color: #2A83BF;
    font-size:16px;
    cursor: pointer;
}
.save-allergy-section i:first-child
{
    margin-right: 12px;
}
.allergy-error
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.check-all-label
{
    font-size: 12px;
    float: left;
    width: 100%;
    margin-left: 15px;
} 
.symptoms-section-desktop
{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.body-symptoms-section h6
{
    font-size: 12px;
    color: #66686b;
}
.body-symptoms-section ul
{
    list-style: none;
    padding-left: 0;
}
.body-symptoms-section ul li
{
    color: #000D26;
    font-size: 13px;
    border-bottom: 1px solid #F2F3F4;
    padding: 7px 5px 7px 0;
}
.body-symptoms-section ul li:last-child
{
    border-bottom: 0px solid;
}
.body-symptoms-section ul li input
{
    text-align: right;
    float: right;
}
.other-medical-condition-list-desktop
{
    margin-top: 0px;
    width: 98%;
    float: left;
    margin-left: 15px;
}
.other-medical-condition-list-desktop p
{
    margin: 0;
    font-size: 13px;
    line-height: 2!important;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.other-medical-condition-list-desktop i
{
    margin:6px;
    color: #2A83BF;
    font-size:16px;
    cursor: pointer;
}
.other-medical-condition-label
{
    width:65%!important; 
    float:left;
}
.add-othe-medication-input-section
{
    float: left;
    width:84%;
}
.edit-other-medical-condition-section
{
    width:35%!important;
    float:left;
    text-align: right;
}
.save-other-medication-section
{
    float: left;
    width: 15%;
    text-align: right;
    margin-top: 10px;
}
.save-other-medication-section i
{
    color: #2A83BF;
    font-size:16px;
    cursor: pointer;
}
.save-other-medication-section i:first-child
{
    margin-right: 12px;
}
.other-medical-condition-error
{
    float: left;
    width: 100%;
    margin-top: 10px;
}

/* #endregion Patient medical history */

/* #region Patient care management notes */

.patient-details-care-notes-section p
{
    padding: 0 0 0 17px;
}
.patient-notes-header-label
{
    float: left;
    width: 75%;
}
.patient-care-note-input
{
    width: 100%; 
    height: 170px; 
    border: 1px solid #7E8591; 
    border-radius: 5px;
}
.patient-care-notes-section p
{
    font-size: 12px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    width: 95%;
    position: relative;
    margin-bottom: 15px;
    word-break: break-all;
}
.patient-care-notes-section p i
{
    position: absolute;
    right: -30px;
    top: 28px;
    cursor: pointer;
    z-index: 99;
}
.patient-care-notes-section h5
{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px!important;
    margin-bottom: 0;
}
.patient-care-notes-section h5 .fa
{
    width: 30px;
    float: right;
    margin-right: 15px;
    color: gray;
    cursor: pointer;
    position: relative;
}
.patient-care-note-list
{
    float: left;
    width: 100%;
}
.patient-care-note-box
{
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.patient-care-note-box .dropdown-menu
{
    width: 100px;
    border: 0px;
    border-radius: 0;
    right: 0;
    left: auto;
    min-width: 129px;
    top: 0;
    padding: 0;
}
.patient-care-note-box .dropdown-menu .dropdown-item
{
    width: 100%;
    float: left;
    margin: 0;
    color: black;
    font-weight: normal;
    text-decoration: none;
    padding: 9px 0 10px 12px;
}
.patient-care-note-box .dropdown-menu .dropdown-item:hover
{
    background-color: #2983c1;
    color: #fff;
}
.patient-care-note-box .dropdown-menu span
{
    cursor: pointer;
}
.patient-care-note-added-by
{
    padding-bottom: 5px!important;
    color: #7E8591;
    font-size: 10px !important;
    border-bottom: 1px solid #ececec;
    width: 98% !important;
    margin: 0 auto !important;
    float: left !important;
    padding-left: 0 !important;
    padding-top: 0;
}

/* #endregion Patient care management notes */

/* #region Patient files css */

.patient-document-section
{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.patient-document-section h4
{
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.browse-file-section
{
    border: 1px dashed #e4e5e6;
    float: left;
    margin-bottom: 15px;
    padding: 10px 0 10px 0px;
}
.browse-file-section input
{
    background-color: transparent;
    border: none;
}
.browse-file-icon
{
    border-color: transparent;
    background-color: white;
    margin-left: 25px;
}
.browse-file-input
{
    float: right;
    width: 270px;
    height: 25px;
    margin-top: 17px;
    margin-left: 20px;
    color: #217dbc;
}
.file-instruction-section
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: gray;
}
.file-instruction-section span
{
    color: red;
}
.patient-file-type-label
{
    float: left;
    width: 75%;
}
.patient-files-section
{
    float: left;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #ececec;
    margin-top: 15px;
    padding-bottom: 20px;
}
.patient-files-section:last-child
{
    border-bottom: none;
}
.document-icon
{
    float: left;
    width: 15%;
}
.patient-documentname-section
{
    float: left;
    width: 78%;
}
.document-name
{
    cursor: pointer;
    word-break: break-word;
    color: #2983c1;
}
.document-added-by
{
    font-size: 10px;
    color: #BEC2C8;
}
.delete-document-section
{
    float: right;
    margin-top: 10px;
    font-size: 18px;
}
.delete-document-section i
{
    cursor: pointer;
    color: #2983c1;
}

/* #endregion Patient files css */

/* #region Admin Patient Details screen */

.admin-patient-details-section
{
    margin: 0;
    padding: 0;
}
.admin-patient-details-header-section
{
    margin-top: 20px;
    margin-left: 35px;
}
.admin-patient-details-header-section p:first-child
{
    width: 60%;
    font-size: 18px;
    float: left;
}
.admin-patient-detail-affiliate-logo
{
    width: 12%;
    margin-left: 20px;
}
.admin-patient-details-tab-section
{
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.admin-patient-details-tab-section .nav-tabs > li.active
{
    color: #262626;
    border: 0;
    border-top: 2px solid #2dc3e8;
    border-bottom-color: transparent;
    background-color: #fbfbfb;
}
.admin-patient-details-tab-section .nav-tabs > li > a,
.admin-patient-details-tab-section .nav-tabs > li > a:focus
{
    z-index: 2!important;
}
.admin-patient-details-tab-section .tab-content
{
    background-color: #fff;
    border: 0;
    box-shadow: none;
}
.admin-patient-detail-tabs
{
    box-shadow: none;
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
    border-top: 0px solid #F2F3F4;
    border-bottom: 0px solid #F2F3F4;
}
.admin-patient-detail-tabs li a
{
    color: #7E8591;
    border-radius: 0px;
    padding: 12px 2px;
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    border-left: 1px solid #f2f3f4;
    font-size: 12px;
}
.admin-patient-detail-tabs li
{
    display: table-cell;
    width: 186px;
    text-align: center;
    border: 0;
    border-left: 1px solid #F2F3F4;
}
.admin-patient-detail-tabs-content .tab-pane
{
    padding: 30px;
}
.admin-patient-detail-tabs-content h4
{
    color: #217DBC;
    background: #F2F3F4;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.admin-patient-detail-tabs-content h4 label
{
    color: #217DBC;
    margin-bottom: 0px;
}
.admin-patient-detail-tabs-content label
{
    font-size: 14px;
    color: #7E8591;
    font-weight: normal;
}
.admin-patient-detail-tabs-content h5
{
    color: #000D26;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 2px;
}
.admin-patient-detail-tabs-content h5 i
{
    font-size: 16px;
    color: #7E8591;
    font-weight: normal;
    float: left;
    margin-right: 7px;
    margin-top: 0px;
}
.admin-patient-detail-scroll-to-top
{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 65px;
    right: 8px;
    display: none;
    text-indent: -9999px;
    background: url(../Content/images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}
.admin-back-to-patient-search
{
    float: left;
    width: 40%;
}
.admin-back-to-patient-search a
{
    float: right;
    width: 40%;
    font-size: 14px;
    color: #bfbfbf;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
    margin-top: 2px;
}
.admin-patient-details-undo-icon
{
    width: 15px;
    margin-right: 6px;
    display: inline-block;
    color: black;
}
.admin-patient-details-account-info
{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.admin-patient-details-preferences-section
{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

/* #endregion Admin Patient Details screen */

.export-note-icon
{
    float: right !important;
}
.export-note-icon i
{
    color: #337ab7 !important;
    font-size: 20px !important;
}
.ess-info
{
    float: left;
    width: 100%;
    margin-left: 0px;
}
.ess-section
{
    padding-top: 5px !important;
}
.ess-section label
{
    color: #000D26 !important;
    font-size: 14px !important;
}
.patientMedicalHistory-form label
{
    color: #000D26 !important;
    font-size: 14px !important;
}
.measure-label
{
    margin-left: -15px;
    margin-top: 5px;
    color: #787a7c!important;
}
.epworthSleepinessScale-section-dropdown 
{
    width: 45% !important;
    padding-right: 0px;
}

@media screen and (min-width: 1400px) 
{
    #consultationEPrescription .cpap-pressure-setting
    {
        margin-left: 20px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1240px) 
{
    .cpap-pressure-setting
    {
        margin-left: 170px;
    }
    .top-headline
    {
        padding-left: 7%!important;
    }
    .top-headline h2
    {
        font-size: 21px!important;
    }
    .top-headline h3
    {
        font-size: 15px!important;
    }
    .o2-docviaweb-logo img
    {
        margin-right: 0px!important;
    }
    .sprylyfe-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .first-class-medical-logo img
    {
        margin-top: -22px;
        margin-left: 15px;
    }
    .lpt-medical-logo img
    {
        margin-top: -39px;
        margin-left: 15px;
    }
    .wrinkle-respiratory-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .amerigas-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .pap-docviaweb-logo img
    {
        margin-right: 0px!important;
    }
    .beddrSleep-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .cpap-supply-usa-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .dme-supply-usa-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .DS3-member-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .glen-bruenjes-dds-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .medquarters-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .resMed-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .sleepmedrx-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .apollo-beach-dental-logo img
    {
        margin-top: -6px;
        margin-left: 15px;
    }
    .copyright-bottom-line
    {
        margin-top: 130px;
    }
    .pap-background-img
    {
        height: 75vh;
    }
    .plussleep-pap-background-img
    {
        height: 75vh;
    }
    .sleepdisordercenter-pap-background-img
    {
        height: 75vh;
    }
    .pap-desktop-image-text
    {
        padding-top: 67%;
        width: 98%;
        margin-left: 26px;
    }
    .pap-desktop-image-text p
    {
        min-height: 128px;
    }
    .o2-background-img
    {
        height: 78vh;
    }
    .o2-desktop-image-text
    {
        padding-top: 76%;
        width: 100%;
        margin-left: 29px;
    }
}

@media only screen and (min-device-width: 1260px) and (max-device-width: 1400px) 
{
    #consultationEPrescription .duration-error
    {
        width: 53%;
    }
}

@media only screen and (device-width: 768px)
{
    .success-messagebox
    {
        background-position: 50%;
    }
    .success-messagebox h1
    {
        padding-top: 139px;
    }
    .reset-password-container
    {
        width: 55%;
        margin: 0 auto;
        padding-top: 25%;
        padding-bottom: 15%!important;
    }
    .forgot-password
    {
        margin-bottom: 30px;
    }
    .signup-link
    {
        margin-left: -52px;
        font-size: 18px;
    }
    .remember-me
    {
        font-size: 16px;
    }
    .sign_up-text a
    {
        font-size: 16px;
    }
    .sleep-disorder-section-mobile
    {
        margin-left: 75px;
    }
}

/* #region Sleep Metrics Registration screen */

.sleep-metrics-banner-box 
{
    background-image: url("../Content/images/tired-man-resting-bed.png");
    background-size: cover;
    padding-bottom: 60px;
    min-height: 439px;
}

.header-box .nav li a 
{
    color: #707070;
    font-size: 20px;
    font-family: 'Poppins';
}

.header-box .nav
{
    padding-top: 20px;
}

.sleep-metrics-banner-box h1:first-child 
{
    text-align: center;
    font-size: 42px;
    letter-spacing: 0px;
    color: #3E92AA;
    margin-top: 80px;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.sleep-metrics-banner-box h1:last-child
{
    text-align: center;
    font-weight: 600 !important;
    font-size: 42px;
    letter-spacing: 0px;
    color: #2663A4;
    margin-top: 0;
    margin-bottom: 60px;
}

.blue-circle 
{
    width: 158px;
    height: 158px;
    background: #307591;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-size: 84px;
    font-weight: 200;
    font-family: 'Poppins';
    line-height: 2;
    margin: 0 auto;
}

.blue-round-column 
{
    text-align: center;
    position: relative;
}

.blue-round-column img 
{
    margin-top: 60px;
    margin-bottom: 30px;
}

.blue-round-column p
{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px 0 20px;
}

.blue-round-column .blue-tringle 
{
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #3E92AA;
    position: absolute;
    right: -20px;
    top: 55px;
}

.contact-box 
{
    background-color: #D2DBED;
    padding-top: 90px;
    padding-bottom: 90px;
}

.contact-box h1 
{
    font-size: 46px;
    color: #3E92AA;
    font-weight: 600 !important;
    margin-bottom: 0;
    margin-top: 120px;
}

.contact-box h1:last-child
{
    font-size: 46px;
    color: #133A5F;
    font-weight: 600 !important;
    margin-top: 0;
}

.contact-form h4 
{
    font-size: 23px;
    color: #133A5F;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form .form-control 
{
    height: 38px;
    border-radius: 30px;
    border: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 15px;
    color: #AFAFAF;
}

.contact-form .error_div
{
    height: 38px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 8px;
    padding: 8px;
    padding-left: 21px;
    border-left-width: 7px;
    color: white !important;
    border-color: #df5138;
    background: #e46f61;
    pointer-events: none !important;
}

.contact-form div 
{
    float: left;
}

.sleep-metrics-radio 
{
    float: left !important;
    width: 5%;
    margin-left: 17px;
    margin-top: 8px;
}

.radio-text 
{
    float: left !important;
    width: 90%;
    font-size: 13px;
    color: #133A5F;
    margin-top: 8px;
    margin-bottom: 8px;
}

.radio-text a
{
    color: #133A5F;
    font-weight: 650 !important;
}

.sinup-btn 
{
    font-size: 18px;
    background-color: #2663A4;
    border-radius: 27px;
    color: white;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sinup-btn:hover 
{
    color: white;
    background-color: #204f81;
}

.inprogress-btn 
{
    font-size: 18px;
    font-family: 'Poppins';
    background-color: #26a00a;
    color: white;
    border-radius: 27px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    pointer-events: none;
}

.member-btn:hover 
{
    color: white;
    background-color: #20697e;
}

.member-btn
{
    font-size: 18px;
    background-color: #3E92AA;
    border-radius: 27px;
    color: white;
    font-weight: normal;
    margin-bottom: 15px;
}

.partenership-box h1:first-child 
{
    color: #133A5F;
    text-align: center;
    font-weight: 600 !important;
    font-size: 40px !important;
    margin-bottom: 0;
}

.partenership-box h1:nth-child(2) 
{
    color: #133A5F;
    text-align: center;
    font-weight: normal !important;
    font-size: 44px !important;
    margin-top: 10px;
    margin-bottom: 60px;
}

.partenership-box 
{
    padding: 80px 80px;
}

.partner-logo
{
    width: 44%;
    margin: 0 auto;
}

.logo-first, .logo-last 
{
    width: 50%;
    float: left;
}

.logo-first img, .logo-last img 
{
    width: 75%;
}

.errorMessage-marginLeft 
{
    margin-left: 12px;
}

.sleep-disorder-label
{
    font-size: 11px;
    margin-left: -15px;
    margin-top: -10px;
}

.select-payment-method-section
{
    margin-top: 20px!important;
    margin-left: 10px!important;
}
.policyholdeDOB
{
    float: left;
    width: 70%;
}
.hide-select-option
{
    display: none;
}
.add-new-insurance-btn
{
    background-color: #c0c2c5;
    font-weight: 600;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) 
{
    .blue-round-column .blue-tringle 
    {
        right: 15px;
    }

    .partenership-box h1:first-child, .partenership-box h1:nth-child(2) 
    {
        font-size: 36px;
    }

    .blue-round-column 
    {
        min-height: 437px;
        margin-bottom: 15px;
    }

    .contact-box h1 
    {
        margin-top: 0;
    }

    .contact-form h4 
    {
        margin-top: 30px;
    }

    .partner-logo 
    {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) 
{
    .sleep-metrics-banner-box h1:first-child, .sleep-metrics-banner-box h1:last-child
    {
        font-size: 26px;
    }

    .contact-box 
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blue-round-column .blue-tringle 
    {
        bottom: -35px;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: rotate(90deg);
        top: unset;
    }

    .partenership-box 
    {
        padding: 25px 15px 25px 15px;
    }

    .partenership-box h1:first-child, .partenership-box h1:nth-child(2) 
    {
        font-size: 26px;
    }

    .blue-round-column img 
    {
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .blue-round-column p 
    {
        margin-bottom: 60px;
    }

    .contact-box h1, .contact-box h1:last-child 
    {
        font-size: 26px;
        margin-top: 0;
    }

    .contact-form h4 
    {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .radio-text 
    {
        width: 86%;
        margin-left: 3%;
    }

    .partner-logo 
    {
        width: 90%;
        margin: 0 auto;
    }

    .Sleep-Metrics-logo img 
    {
        width: 45%;
        margin-top: 9px;
        margin-left: -10px;
    }

    .Sleep-Metrics-Navbar-right h5 
    {
        float: right !important;
        font-family: 'Poppins';
        color: #707070;
        margin-right: -13px;
        margin-top: -25px;
    }

    .agree-error-message 
    {
        color: red !important;
        font-size: small !important;
        margin-left: 0.2% !important;
    }
}

@media only screen and (min-width: 768px)
{
    .Sleep-Metrics-logo img 
    {
        width: 45%;
        margin-left: 4% !important;
        margin-top: 15px !important;
        margin-bottom: 21px !important;
    }

    .Sleep-Metrics-Navbar-right h5 
    {
        float: right !important;
        font-family: 'Poppins' !important;
        color: #707070 !important;
        margin-right: -1.5% !important;
        margin-top: 35.5px !important;
        font-size: 17px !important;
    }

    .agree-error-message 
    {
        color: red !important;
        font-size: small !important;
        margin-left: 1.54% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) 
{
    .Sleep-Metrics-logo img 
    {
        width: 55%;
        margin-left: 2px !important;
        margin-top: 15px !important;
        margin-bottom: 21px !important;
    }

    .Sleep-Metrics-Navbar-right h5 
    {
        float: right !important;
        font-family: 'Poppins' !important;
        color: #707070 !important;
        margin-right: 17px !important;
        margin-top: 45px !important;
        font-size: 21px !important;
    }

    .agree-error-message 
    {
        color: red !important;
        font-size: small !important;
        margin-left: 4.3% !important;
    }
}

/* #endregion Sleep Metrics Registration screen */

@media only screen and (max-width: 770px) 
{
    /* #region _Layout */

    .fixed-footer  
    {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        background: #F2F3F4;
        font-size: 10px;
        color: #7E8591;
        padding: 10px;
    }
    .fixed-footer strong
    {
        color: #000D26;
        font-size: 11px;
    }
    .main-container > .page-container 
    {
        top: 0px!important;
    }
    /* #endregion _Layout */

    /* #region Patient Role */

    /* #region Warning bar partial view */

    .warning-info 
    {
        padding: 15px 10px 15px 10px;
        margin-top: 20px;
        box-shadow: 0 0 15px #d8d8d8;
    }
    .incomplete-info 
    {
        padding-left: 10px;
    }
    .incomplete-info p a 
    {
        text-decoration: underline;
    }
    .rounded-circle 
    {
        padding: 5px 0 0 3px;
        line-height: 8;
        text-align: center;
    }
    .rounded-circle img 
    {
        width: 100px;
        margin: 0 auto;
    }
    .rounded-circle .menu-icon 
    {
        width: 40px;
        height: 40px;
        background: #ff5353;
        color: white;
        text-align: center;
        line-height: 2.8;
        border-radius: 20px;
        position: relative;
    }
    .exclamation-icon 
    {
        position: absolute;
        top: 23px;
    }
    .pink-rounded-circle 
    {
        width: 100px;
        height: 100px;
        background: #fbdddd;
        line-height: 7;
        border-radius: 50px;
        padding-top: 29px;
    }

    /* #endregion Warning bar partial view */

    /*#region Schedule Appointment*/

    .prescribing-medical-proffesionls .owl-carousel
    {
       padding-left: 0px;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-item
    {
        width: 120px;
        height: 120px;
        padding: 10px;
        border-radius: 18px;
        box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
        cursor: pointer;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-item img
    {
        display: block;
        width: 100%;
        width: 36px;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-item h4
    {
        font-size: 12px;
        float: left;
        font-family: Avenir LT Std;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-stage-outer
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-nav
    {
        display: none;
    }
    .prescribing-medical-proffesionls h1:first-child
    {
        margin-top: 20px;
    }
    .prescribing-medical-proffesionls h1
    {
        font-size: 16px;
        color: #000D26;
        font-family:Avenir LT Std;
    }
    .selected-provider-type
    {
        background:#2883c1;
        color:white;
    }
    .urgent-care-physician
    {
        background-image: url(../Content/images/mobile/urgent-care.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .urgent-care-physician-active
    {
        background-image: url(../Content/images/mobile/urgent-care-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
        background:#2883c1;
        color: white;
    }
    .sleep-medicine-specialist
    {
        background-image: url(../Content/images/mobile/sleep-medicine.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .sleep-medicine-specialist-active
    {
        background-image: url(../Content/images/mobile/sleep-medicine-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .pulmonary-medicine-specialist
    {
        background-image: url(../Content/images/mobile/pulmonary-medicine.png);
        width: 46px;
        float: left;
        height: 37px;
        background-size: contain;
        background-repeat:no-repeat;
    }
    .pulmonary-medicine-specialist-active
    {
        background-image: url(../Content/images/mobile/pulmonary-medicine-active.png)!important;
        width: 46px;
        float: left;
        height: 37px;
        background-size: cover;
        background-repeat:no-repeat;
    }
    .mens-health-specialist
    {
        background-image: url(../Content/images/mobile/mens-health-specialist.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .mens-health-specialist-active
    {
        background-image: url(../Content/images/mobile/mens-health-specialist-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .registered-nurse
    {
        background-image: url(../Content/images/mobile/registered-nurse.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .registered-nurse-active
    {
        background-image: url(../Content/images/mobile/registered-nurse-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .respiratory-therapist
    {
        background-image: url(../Content/images/mobile/respiratory-therapist.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .respiratory-therapist-active
    {
        background-image: url(../Content/images/mobile/respiratory-therapist-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .certified-sleep-educator
    {
        background-image: url(../Content/images/mobile/certified-sleep-educator.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .certified-sleep-educator-active
    {
        background-image: url(../Content/images/mobile/certified-sleep-educator-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .chain-of-custody-security-specialist
    {
        background-image: url(../Content/images/mobile/chain-of-custody.png);
        width: 34px;
        float: left;
        height: 34px;
        background-size: contain;
    }
    .chain-of-custody-security-specialist-active
    {
        background-image: url(../Content/images/mobile/chain-of-custody-active.png)!important;
        width: 34px;
        float: left;
        height: 34px;
        background-size: cover;
    }
    .update-history-div
    {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px;
    }
    .update-history-div p
    {
        font-size: 16px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
        font-family:Avenir LT Std;
    }
    .update-history-div h5
    {
        text-align: center;
        margin: 0 auto;
        width: 56%;
        padding-bottom: 38px;
        padding-left: 10px;
    }
    .update-history-div h5 a:first-child
    {
        color: #217DBC;
        border: 1px solid #217DBC;
        padding: 7px 40px 7px 40px;
        margin: 20px;
        float: left;
    }
    .update-history-div h6
    {
        padding-bottom: 50px;
    }
    .update-history-div h6 a
    {
        padding: 10px 50px 10px 50px;
        font-size: 14px;
        background: #217DBC;
        color: white;
    }
    .radio-yes
    {
        float: left;
        width: 52px;
        display: inline-block;
        text-align: center;
    }
    .radio-no
    {
        float: left;
        width: 70px;
        display: inline-block;
    }
    .span-yes
    {
        margin-left: 6px;
        margin-top: 6px;
        float: right;
    }
    .span-no
    {
        margin-left: -8px;
        margin-top: 5px;
        float: right;
    }
    .refresh-slots
    {
        float: right;
        margin-right: 10px;
        margin-top : 3px;
    }

    /*#endregion Schedule Appointment*/

    /*#region Choose Provider*/
    
    .no-providers h1 
    {
        font-size: 16px;
        color: #000D26;
        font-family: "Avenir LT Std";
    }
    .no-providers h2
    {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .no-providers p
    {
        text-align: center;
        color: #BEC2C8;
        font-size: 14px;
        width: 52%;
        margin: 0 auto;
    }
    .provider-detail-list h1
    {
        font-size: 16px;
        color: #000D26;
        font-family: "Avenir LT Std";
    }
    .provider-profile-img
    {
        width: 30%;
        float: left;
        text-align: center;
        position: relative;
    }
    .provider-profile-img img
    {
        width: 70px;
        margin: 0 auto;
        position: relative;
        border-radius: 50%;
    }
    .provider-box
    {
        background: #F2F3F4;
        float: left;
        width: 100%;
        padding: 15px 0 15px 0;
        margin-bottom: 20px;
    }
    .provider-box h6
    {
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
        display: inline-block;
        color: #7E8591;
        padding: 15px 0 0 0;
        border-top: 1px solid #e2e2e2;
    }
    .provider-box h5
    {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding-top: 10px;
        float: left;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .doctor-details
    {
        float: left;
        width: 70%;
        padding-left: 10px;
        margin-bottom:8px;
    }
    .doctor-details h2
    {
        padding: 0;
        font-size: 16px;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 8px;
    }
    .doctor-details h3
    {
        padding-top: 0;
        margin: 0;
        font-size: 12px;
        margin-top: 5px;
        color: #000D26;
    }
    .doctor-details p
    {
        color: #7E8591;
        font-size: 12px;
        margin-top: 5px;
    }
    .doctor-details p span
    {
        color: #000D26;
    }
    .duration-charges-info
    {
        float: left;
        width: 100%;
        text-align: center;
    }
    .duration-charges-info h6 img
    {
        vertical-align: top;
        margin-top: -2px;
    }
    .duration-charges-info
    {
        float: left;
        width: 100%;
        text-align: center;
    }
    .selected-date
    {
        background-color: #F2F3F4;
        padding: 3px 0 3px 10px;
        font-size: 12px;
        margin-bottom: 20px;
        color: #7E8591;
    }
    .appointment-slot
    {
        width: 45%;
        float: left;
        font-size: 12px;
        box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
        padding: 5px 0px 4px 0;
        text-align: center;
        border-radius: 5px;
        margin: 6px;
    }
    .available-slots
    {
        margin-top: 0px;
        float: left;
        margin-bottom: 20px;
    }
    .available-slots h6
    {
        color: #7E8591;
        text-align: center;
    }
    .choose-date
    {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
    }
    .choose-date h6
    {
        color: #7E8591;
    }
    .timezone-calender
    {
        margin-bottom: 30px;
    }

    /*#endregion choose Provider*/

    /*#region Enter Payment*/

    .payment-details-box
    {
        box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
        padding: 15px 10px 15px 10px;
        float: left;
        width:100%;
    }
    .payment-details-box .left-label
    {
        font-size: 12px;
        color: #7E8591;
        padding-left: 0;
        border: 0;
    }
    .payment-details-box td
    {
        border: 0px!important;
    }
    .payment-details-box tr
    {
        border: 0px!important;
    }
    .payment-details h1
    {
        font-size: 16px;
        color: #000D26;
        font-family: "Avenir LT Std";
        width: 100%;
        float: left;
    }
    .payment-details h3
    {
        float: left;
        width: 100%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .payment-details h6
    {
        text-align:left;
        float: left;
        width: 100%;
        margin: 0;
        color: #BEC2C8;
    }
    .label-box
    {
        color: #7E8591;
        font-size: 12px;
        line-height: 2.4;
        width: 50%;
        float: left;
    }
    .label-box .label
    {
        float: left;
        width: 100%;
        line-height: 1.7;
    }
    .custom-label img
    {
        margin-right: 5%;
    }
    .name-info-details
    {
        float: left;
        width: 50%;
    }
    .name-info-details .custom-label
    {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.7;
    }
    .name-info-details .custom-label:first-child
    {
        font-size: 16px!important;
        color: #000D26;
        font-weight: normal!important;
    }
    .name-info-details .custom-label:nth-child(2)
    {
        font-size: 13px!important;
        color: #000D26;
        font-weight: normal!important;
        padding-bottom: 10px;
        position: relative;
    }
    .name-info-details .custom-label:nth-child(4)
    {
         margin-top: 8px;
    }
    .name-info-details .custom-label:last-child
    {
        margin-top: 10px;
    }
    .gray-line
    {
        float: left;
        width: 100%;
        height: 1px;
        background: #dadada;
        position: relative;
    }
    .accept
    {
        font-size: 12px;
        text-align: center;
        width: 92px;
        margin: 0 auto;
        margin-top: -5px;
        background: white;
        text-transform: uppercase;
    }
    .credit-card-logos
    {
        float: left;
        width: 100%;
        margin: 15px 0 21px 0;
    }
    .credit-card-logos ul
    {
        list-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .credit-card-logos ul li
    {
        float: left;
        display: inline;
        width: 23.33%;
    }
    .credit-card-logos ul li img
    {
        width: 56px;
    }
    .credit-card-form input
    {
        border: 1px solid #BEC2C8;
        border-radius: 0px;
        height: 36px;
        box-shadow: none;
        width: 100%;
    }
    .confirm-appointment-form input
    {
        border: 1px solid #BEC2C8;
        border-radius: 0px;
        height: 36px;
        box-shadow: none;
    }
    .slash
    {
        text-align: center;
        line-height: 2.5;
    }
    .date-field
    {
        margin-bottom: 15px;
        float: left;
    }
    .error-circle
    {
        text-align: center;
        margin-top:10px;
    }
    .free-title
    {
        font-size: 27px!important;
        text-align: center;
        border-top: 1px solid #e8e4e4;
        padding-top: 10px;
    }
    .free-title span
    {
        color: #217DBC;
        font-weight: bold;
    }
    .Cancel
    {
        width: 114px!important;
        border: 1px solid #217DBC!important;
        float: left;
        text-align: center;
        color: #217DBC;
        text-transform: uppercase;
        line-height: 2;
        background: white!important;
    }
    .Review
    {
        float: right;
        background: #2A83BF;
        color: white;
        width: 114px!important;
        text-transform: uppercase;
        text-align: center;
        line-height: 2;
    }
    .form-buttons
    {
        margin: 0 auto;
        width: 75%;
        text-align: center;
        padding-bottom: 100px;
        padding-top: 25px;
    }
    .cvv-modal
    {
        bottom: 0!important;
        top: unset!important;
    }
    .cvv-popup
    {
        padding: 0;
        margin: 0;
    }
    .card-bk-color
    {
        background-color: #F8F8F8;
        float: left;
        padding: 20px 0 20px 0;
    }
    .card-bk-color p
    {
        width: 65%;
        float: left;
        font-size: 12px;
        color: #000D26;
        padding-left: 15px;
    }
    .card-bk-color img
    {
        float: left;
        width: 30%;
    }
    .yes-modal-btn
    {
        background-color: #2A83BF;
        opacity: 9;
        color: white;
        font-size: 12px !important;
        font-weight: normal;
        text-align: center;
        padding: 9px 0 9px 0;
        float: none;
    }
    .bottom-btn
    {
        width: 95%!important;
        margin: 0 auto;
        text-align: center;
        padding: 15px;
    }

    /*#endregion Enter Payment*/

    /*#region Confirm Appointment*/

    .payment-card
    {
        position: absolute;
        right: -4px;
    }
    .red-title
    {
        float: left;
        width: 100%;
        margin-top: 45px;
        color: red;
        font-size: 16px;
    }
    .red-text
    {
        float: left;
        width: 100%;
        color: red;
        font-size: 12px;
    }
    .form-action-buttons
    {
        margin: 0 auto 0 10px;
        width: 100%;
        text-align: center;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .duration-image
    {
        margin-left: -2px;
    }
    .purpose-textbox
    {
        width: 100%;
        text-align: left;
        resize: none;
        height: 86px;
        border: 1px solid #F2F3F4;
        color: #BEC2C8;
        padding: 6px;
    }
    .btn-white-mobile
    {
        width: 23%;
        border: 1px solid #217DBC;
        height: 32px;
        float: left;
        text-align: center;
        color: #217DBC;
        text-transform: uppercase;
        line-height: 1;
        margin-right: 10px;
        background: transparent;
        border-radius: 0;
    }
    .btn-white-mobile:focus
    {
        border: 1px solid #217DBC;
        color: #217DBC;
        outline: none!important;
    }
    .btn-red-mobile
    {
        width: 23%;
        border: 1px solid #FF3232!important;
        height: 32px;
        float: left;
        text-align: center;
        color: #FF3232;
        text-transform: uppercase;
        line-height: 1;
        margin-right: 10px;
        background: white;
        border-radius: 0;
    }
    .btn-red-mobile:focus
    {
        border: 1px solid #FF3232!important;
        color: #FF3232!important;
        outline: none!important;
    }
    .Confirm-Appointment
    {
        float: left;
        background: #2A83BF;
        color: white;
        width:43%!important;
        height: 33px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        margin-right: 6px;
        border-radius: 0;
    }
    .Confirm-Appointment:focus
    {
        background: #2A83BF;
        color: white;
        outline: none;
    }
    .btn-yes-mobile
    {
        padding: 8px;
        width: 45%;
        float: right;
        color: white;
        border: 1px solid #217DBC;
        font-size: 12px;
        background: #217DBC;
    }
    .btn-yes-mobile:focus
    {
        outline: none;
    }
    .btn-no-mobile
    {
        float: left;
        width: 45%;
        background: white;
        padding: 8px;
        color: #FF3232;
        font-size: 12px;
        border: 1px solid #FF3232;
    }
    .btn-no-mobile:focus
    {
        outline: none;
    }
    .btn-ok
    {
        width: 68%;
        background: #217DBC;
        color: white;
        font-size: 12px;
        padding: 10px 80px 10px 80px;
        border: none;
    }

    /*#endregion Confirm Appointment*/

    /* #region Patient Appointments css */

    .patient-appointments-section-mobile
    {
        border-bottom: 0px solid #217DBC;
        padding: 10px 0 10px 0;
        float: left;
        width: 93%;
        position: fixed;
        background-color: white;
        z-index: 9999;
        margin-top: -4px;
    }
    .patient-appointments-header-mobile
    {
        float: left;
        font-size: 16px;
        color: #000D26;
        width: 100%;
        margin-bottom: 15px;
    }
    .schedule-button-mobile
    {
        text-align: right;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        border-bottom: 3px solid #217DBC;
        padding-bottom: 15px;
    }
    .schedule-button-mobile .btn
    {
        background-color: #217DBC;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        float: left;
        font-size: 14px;
    }
    .schedule-button-mobile .btn:focus
    {
        outline: none;
    }
    .patient-appointments-tab-section-mobile
    {
        float: left;
        width: 100%;
        margin-top: 150px;
        margin-bottom: 50px;
    }
    .patient-appointments-tab-mobile
    {
        margin-bottom: 10px;
        border-top: 0px solid #F2F3F4;
        border-bottom: 0px solid #F2F3F4;
        background-color: white;
        box-shadow: none;
    }
    .patient-appointments-tab-mobile .active
    {
        border-bottom: 3px solid #217DBC;
    }
    .patient-appointments-tab-mobile li
    {
        width: 50%;
        text-align: center;
        border: 0;
        box-shadow: none;
        box-sizing: unset;
        padding: 5px 0 5px 0;
    }
    .patient-appointments-tab-mobile li a
    {
        background-color: transparent!important;
        box-shadow: none!important;
        box-sizing: unset;
        font-size: 16px;
        border: 0;
        font-weight: normal;
        color: #333;
    }
    .patient-appointments-tab-mobile > li.active > a,
    .patient-appointments-tab-mobile > li.active > a:focus,
    .patient-appointments-tab-mobile > li.active > a:hover
    {
        color: #000;
        cursor: default;
        background-color: #fff;
        border: 0px solid #ececec;
        border-radius: 0;
        font-weight: bold;
        background: #F5F5F5;
    }
    .appointments-tab-content
    {
        background-color: white;
        padding: 0;
        box-shadow: none;
    }
    .patient-scheduled-evisit-box-mobile
    {
        background: #F1F9FF;
        padding: 25px 0 25px 0px;
        float: left;
        margin-bottom: 15px;
        width: 100%;
        background-color: white;
        box-shadow: 0px 3px 15px #0000001a!important;
    }
    .patient-scheduled-evisit-box-mobile p
    {
        float: left;
        width: 100%;
        font-size: 11px;
        padding-left: 35px;
        padding-right: 0px;
        color: #000D26;
        font-weight: normal;
    }
    .scheduled-evisit-info-mobile
    {
        padding: 0 0 0 10px;
    }
    .provider-pic-section
    {
        float: left;
        width: 30%;
        text-align: center;
        position: relative;
    }
    .provider-pic-section img
    {
        width: 100%;
        border-radius: 50%;
    }
    .provider-pic-mobile
    {
        position: relative;
    }
    .provider-education
    {
        width: 22px;
        margin-right: 5px;
    }
    .provider-info-tooltip
    {
        color: #cccccc;
        font-size: 13px;
    }
    .scheduled-evisit-details
    {
        float: left;
        width: 70%;
        padding-left: 5%;
    }
    .scheduled-evisit-details p
    {
        padding-left: 0px!important;
        margin-bottom: 0;
    }
    .scheduled-evisit-details p span
    {
        font-weight: bold;
        font-size: 14px;
    }
    .scheduled-evisit-details p i
    {
        color: #217dbc;
        margin-right: 15px;
        margin-bottom: 4px;
    }
    .doctor-name
    {
        float: left;
        margin-bottom: 10px!important;
    }
    .doctor-name strong
    {
        font-size: 16px!important;
    }
    .doctor-name span
    {
        float: left;
        word-break: break-word;
    }
    .provider-info-icon
    {
        margin-left: 10px;
        width: 20px;
    }
    .evisit-type-icon
    {
        width: 14px;
        margin-left: -3px;
        margin-right: 13px;
    }
    .scheduled-evisit-buttons-mobile
    {
        width: 100%;
        padding-left: 0 !important;
        text-align: center;
        margin-top: 20px;
    }
    .start-call-btn-mobile
    {
        background-color: #2983c1;
        color: white;
        border-radius: 0;
        margin-top: 8px;
        outline: none;
        border: 1px solid #2983c1;
        width: 100px;
        text-transform: uppercase;
    }
    .start-call-btn-mobile:focus
    {
        color: white;
        background-color: #2A83BF;
        outline: none!important;
        border: 1px solid #2983c1;
    }
    .cancel-call-btn-mobile
    {
        background-color: white;
        border: 1px solid #FF3232;
        border-radius: 0;
        width: 100px;
        margin-top: 8px;
        margin-right: 30px;
        color: #FF3232;
        text-transform: uppercase;
    }
    .cancel-call-btn:focus
    {
        background-color: white;
        color: #FF3232;
        outline: none!important;
        border: 1px solid #FF3232;
    }
    .patient-past-appointments-box
    {
        background: #F1F9FF;
        padding: 25px 0 25px 0px;
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }
    .patient-past-appointments-box ul
    {
        padding-left: 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        padding-left: 0;
        list-style: none;
    }
    .patient-past-appointments-box ul li
    {
        float: left;
        display: inline-block;
        width: 20%;
        text-align: center;
        color: #000D26;
        font-size: 10px;
        cursor: pointer;
        padding-top: 15px;
    }
    .patient-past-appointments-box ul li img
    {
        margin-bottom: 10px;
    }
    .patient-past-appointments-box ul li label
    {
        font-size: 9px;
    }
    .patient-past-appointments-box p
    {
        float: left;
        width: 100%;
        font-size: 11px;
        padding-left: 35px;
        padding-right: 0px;
        color: #000D26;
        font-weight: normal;
    }
    .past-evisit-info-mobile
    {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }
    .patient-past-evisit-details-section
    {
        padding: 0 0 0 5px;
    }
    .patient-past-evisit-provider-pic-section
    {
        float: left;
        width: 30%;
        text-align: center;
        position: relative;
    }
    .patient-past-evisit-provider-pic-section img
    {
        width: 100%;
        border-radius: 50%;
        margin-left: 10px;
    }
    .doctor-profile-pic-mobile
    {
        position: relative;
    }
    .past-evisit-details
    {
        float: left;
        width: 70%;
        padding-left: 25px;
    }
    .past-evisit-details p span
    {
        font-weight: bold;
        font-size: 14px;
    }
    .past-evisit-details p
    {
        padding-left: 0px !important;
        margin-bottom: 0;
    }
    .past-evisit-details p i
    {
        color: #217dbc;
        margin-right: 10px;
        margin-bottom: 4px;
    }
    .provider-name
    {
        margin-bottom: 4px !important;
    }
    .provider-name strong
    {
        font-size: 16px !important;
    }
    .provider-name span
    {
        float: left;
    }
    .past-evisit-type-icon
    {
        width: 14px;
        margin-left: -3px;
        margin-right: 13px;
    }
    .past-purpose-of-visit
    {
        padding-left: 0 !important;
        margin-top: 30px;
    }
    .past-evisit-status-other-mobile
    {
        text-transform: uppercase;
        font-weight: bold !important;
        color: #f52308 !important;
        float: right;
        margin-top: -30px !important;
        font-size: 12px !important;
        margin-right: 8px;
    }
    .evisit-status-completed-mobile
    {
        text-transform: uppercase;
        font-weight: bold !important;
        color: #02c361 !important;
        float: right;
        margin-top: -30px !important;
        font-size: 12px !important;
        margin-right: 8px;
    }
    .past-evisit-gray-background
    {
        background: #F2F3F4;
        margin-top: 0px;
        color: #7E8591;
    }
    .past-evisit-gray-background p
    .past-evisit-gray-background p i
    .past-evisit-gray-background label,
    .past-evisit-gray-background strong
    {
       color: #7E8591;
    }
    /* #endregion Patient Appointments css */

    /* #region Consultation Room */

    .provider-call-section
    {
        height: 100vh;
        background-size: cover;
        background-position: 73%;
        position:relative;
        background:black;
    }
    .patient-video-section
    {
        padding-left: 10px;
        position: absolute;
        bottom: 190px;
    }
    .patient-video
    {
        width: 87px;
        float:left;
    }
    .call-setting-bottom-section 
    {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        height: 205px;
        background: #0000003d;
    }
    .call-setting-bottom-section h5 
    {
        font-size: 17px;
        color: white;
        text-align: center;
    }
    .control-buttons-background
    {
        float: left;
        width: 100%;
        margin-top:5px;
    }
    .call-setting-bottom-section h6
    {
        text-align: center;
        color: white;
        font-size: 14px;
    }
    .patient-medical-history 
    {
        width: 40%;
        float: left;
        text-align: right;
        padding-right: 15px;
        padding-top: 8px;
    }
    .patient-medical-history p 
    {
       font-size: 10px;
        padding: 10px 5px 0 0px;
        color: white;
        line-height: 1.4;
    }
    .patient-end-call-button 
    {
        width: 20%;
        float: left;
        text-align: center;
    }
    .patient-end-call-button p
    {
        font-size: 10px;
        color: white;
    }
    .provider-info
    {
        padding: 0px 5px 0px 15px;
        text-align: left;
    }
    .provider-info p
    {
        margin: 0;
        line-height: 1.5;
        color: #000D26;
        font-size: 12px;
        font-family: Avenir LT Std;
    }
    .provider-info p label 
    {
        font-weight: bold;
        color: #000D26;
        width: 47%;
        font-family: Avenir LT Std;
    }
    .provider-info h5 
    {
        font-weight: bold !important;
        font-family: Avenir LT Std;
        margin: 25px 0 10px 0;
    }
    .provider-info-label
    {
        width: 40%!important;
        font-weight: bold;
        color: #000D26;
        width: 40%;
        font-family: Avenir LT Std;
        vertical-align: top;
    }
    .provider-info-description
    {
        width: 50%!important;
        margin: 0;
        line-height: 1.5;
        font-size: 12px;
        font-family: Avenir LT Std;
        vertical-align: top;
    }
    .previous-date
    {
        margin-bottom: 5px;
    }
    .back-round-button
    {
        padding-top: 20px;
        text-align:center;
    }
    .call-control-section 
    {
        width: 100%;
        margin-bottom: 35px;
        float: left;
    }
    .sidenav 
    {
        height: 100%; 
        width: 0;
        position: absolute;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s; 
    }
    .sidenav a 
    {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav .closebtn 
    {
        position: absolute;
        top: 0;
        right: 3px;
        font-size: 20px;
        margin-left: 50px;
    }
    .slide-box h4
    {
        font-size: 16px;
        color: #000D26;
        font-family: Avenir LT Std;
    }
    .slide-box p
    {
        font-size: 12px;
        color: #000D26;
        font-family: Avenir LT Std;
    }
    .slide-box h3
    {
        font-size: 12px;
        color: #217DBC;
        text-transform: uppercase;
        background-color: #F2F3F4;
        padding: 10px;
    }
    .slide-box label
    {
        color: #BEC2C8;
        font-size: 16px;
        font-weight: normal;
    }
    .note-button 
    {
        width: 40%;
        float: left;
        text-align: left;
        padding-left: 15px;
        padding-top: 8px;
    }
    .note-button p
    {
        font-size: 10px;
        padding: 10px 5px 0 0px;
        padding-left: 15px;
        color: white;
    }
    .patientnote-textarea 
    {
        height: 300px!important;
        resize: none;
        box-shadow: none;
        border-top: 1px solid #f3f3f3!important;
        padding-left: 0;
        border-radius: 0;
        border: 0;
    }
    .medical-history-container .table>tbody>tr>td
    {
        color: #000D26;
        font-size: 12px;
    }
    
    /* #endregion Consultation room */

    /*#region Test My Device*/

    .panel-group .opentok-hardware-setup
    {
        width: auto; 
        height: 258px!important;
        background-color: white!important;
        padding: 0px!important;
    }
    .test-my-device h2
    {
        font-size: 15px;
        font-weight: bold !important;
        color: #000D26;
    }
    .device-instruction
    {
        float: left;
        width: 100%;
        background: #F2F3F4;
        padding: 25px 15px 25px 15px;
        font-size: 12px;
        line-height: 1.7;
    }
    .test-device-wrapper
    {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .test-my-device-error
    {
        font-size: 12px;
        font-weight: normal;
    }

    /*#endregion Test My Device*/

    /* #region _MedicalHistory*/

    .medical-history h1
    {
        font-size: 16px;
        color: #000D26;
        font-family: "Avenir LT Std";
        width: 100%;
        float: left
    }
    .medical-history h2
    {
        font-size: 15px;
        float: left;
        width: 100%;
        margin: 0;
    }
    .medical-list
    {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .medical-list h5
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 10px 0 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
    }
    .medical-info
    {
        color: #000D26;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        line-height: 2;
        font-size: 13px;
        margin-bottom: 25px;
    }
    .check-apply
    {
        font-size: 12px;
        float: left;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
    }
    .symptoms-box
    {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .symptoms-box h5
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 7px 0 7px 15px;
        text-transform: uppercase;
        font-size: 12px;
    }
    .symptoms-box h6
    {
        font-size: 12px;
        color: #66686b;
    }
    .symptoms-box ul
    {
        list-style: none;
        padding-left: 0;
    }
    .symptoms-box ul li
    {
        color: #000D26;
        font-size: 13px;
        border-bottom: 1px solid #F2F3F4;
        padding: 7px 5px 7px 0;
    }
    .symptoms-box ul li:last-child
    {
        border-bottom: 0px solid;
    }
    .symptoms-box ul li input
    {
        text-align: right;
        float: right;
    }
    .add-new-record
    {
        color: #7E8591;
        font-size: 11px;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .add-new-record img
    {
        margin-right: 10px;
        margin-top: 10px;
    }
    .add-new-record label
    {
        margin-top: 15px;
        font-size: 12px;
    }
    .medication-label
    {
        font-size: 9px;
        min-height: 19px;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #F2F3F4;
    }   
    .select-duration
    {
        width: 39%;
        float: right;
    }
    .select-duration select
    {
        border-radius: 0;
        box-shadow: none;
        font-size: 10px;
        border: 1px solid #F2F3F4;
        color: #BEC2C8;
    }
    .medication-condition
    {
        width: 57%;
        float: left;
    }
    .medication-condition-list
    {
        margin-top: 15px;
        width: 100%;
        float: left;
    }
    .medication-condition-list p
    {
        margin: 0;
        font-size: 13px;
        line-height: 2!important;
        width: 58%;
        float: left;
    }
    .medication-condition-list i
    {
        margin: 6px;
        color: #2A83BF;
        font-size:16px;
    }
    .medication-condition-list p span
    {
        float: right;
    }
    .add-medication
    {
        float: left;
        width: 100%;
    }
    .add-medication p
    {
        text-align: left;
        line-height: 2;
        padding-left: 0;
        margin-left: 0;
    }
    .add-medication input[type=text]
    {
        border-radius: 0;
        box-shadow: none;
        font-size: 12px;
        border: 1px solid #F2F3F4;
        color: #000!important;
    }
    .add-medication input::placeholder
    {
        color: #BEC2C8;
    }
    .div-edit-medication
    {
        width:100%;
        float:left;
    }
    .save-cancel
    {
        float: right;
        width: 85%;
        height: 30px;
    }
    .save-cancel .btn-white-mobile
    {
        width: auto!important;
        padding: 6px 30px 7px 30px;
        margin-right: 10px;
    }
    .edit-medication
    {
        width:50%!important;
    }
    .medication-duration
    {
        width:42%!important;
    }
    .medication-duration-dropdown
    {
        width: 58%;
        height: 34px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
    .allergy-label
    {
        font-size: 9px;
        min-height: 19px;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #F2F3F4;
    }
    .allergy-input
    {
        border-radius: 0;
        box-shadow: none;
        font-size: 10px;
        border: 1px solid #F2F3F4;
        color: #BEC2C8;
        width:100%;
    }
    .allergy-history-list p
    {
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 3px;
    }
    .allergy-list
    {
        margin-top: 15px;
        width: 100%;
        float: left;
    }
    .allergy-list i
    {
        margin: 6px;
        color: #2A83BF;
        font-size: 16px;
    }
    .allergy-list p
    {
        margin: 0;
        font-size: 13px;
        width: 75%!important;
        float: left;
    }
    .allergy-list p span
    {
        float: right;
    }
    .edit-delete-allergy-buttons
    {
        width: 25%;
        float: left;
        text-align: right;
    }
    .other-medical-condition-list
    {
        margin-top: 15px;
        width: 100%;
        float: left;
    }
    .other-medical-condition-list p
    {
        margin: 0;
        font-size: 13px;
        line-height: 2!important;
        width: 100%;
        float: left;
    }
    .other-medical-condition-list i
    {
        margin:6px;
        color: #2A83BF;
        font-size:16px;
    }
    .edit-other-medical-condition
    {
        width:65%!important; 
        float:left;
    }
    .edit-delete-other-condition
    {
        width:35%!important;
        float:left;
        text-align: right;
    }
    .other-condition-input
    {
        border-radius: 0!important;
        box-shadow: none;
        width:100%;
    }
    .other-save-cancel
    {
        margin: 0 auto;
        width: 76%;
        text-align: center;
    }
    .other-save-cancel .btn-white-mobile
    {
        width: auto!important;
        padding: 6px 30px 7px 30px;
    }
    .other-save-cancel input
    {
        width: auto;
    }
    .agree-line
    {
        float: left;
        width: 100%;
        margin-bottom: 31px;
    }
    .agree-checkbox
    {
        float:left!important;
        margin-right: 5px!important;
        height: 23px!important;
        margin-top: 0!important;
    }
    .submit-medical-history
    {
        width: 80%;
        text-align: center;
        margin: 0px 0px 70px 41px
    }
    .submit-medical-history .btn-red-mobile
    {
        width: auto!important;
        padding: 6px 30px 7px 30px;
    }
    .ess-info-mobile
    {
        color: #000D26;
        margin-bottom: 25px;
        font-size: 13px;
    }
    .ess-section-mobile label
    {
        margin-left: -15px;
    }
    .ess-score
    {
        margin-left: -15px;
    }
    .ess-error-msg
    {
        margin-left: -15px;
        margin-bottom: 10px;
    }
    .sq-section-mobile label, 
    .sq-section-mobile input, 
    .sq-section-mobile textarea
    {
         margin-left: -15px;
    }
    .sleep-question-section
    {
        margin-left: -15px;
    }
    .sq-error-msg
    {
        margin-top: 10px;
        margin-left: -15px;
    }

    /* #endregion _MedicalHistory*/

    /* #region EvisitNotes */

    .evisit-notes-section
    {
        padding: 0;
    }
    .evisit-notes-section h4
    {
        color: #176498;
        background: #F2F3F4;
        padding: 10px 0 10px 17px!important;
        font-weight: normal!important;
        font-size: 14px!important;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin: 15px 0 20px 0!important;
    }
    .evisit-notes-section h4 .left-heading
    {
        float: left;
        width: 100%;
        font-size: 11px;
    }
    .evisit-notes-section h4 i
    {
        float: right;
        padding-right: 15px;
        font-size: 14px;
        z-index: 999;
        position: relative;
    }
    .evisit-notes-section .button-box
    {
        margin: 0 auto;
        text-align: center;
    }
    .inner-appointment-box .left-heading
    {
        font-size: 11px;
        width: 100%!important;
    }
    .notes-box
    {
        width: 100%;
        float: left;
        padding: 0 10px 0 10px;
        margin-bottom: 20px;
    }
    .notes-section
    {
        width: 80%;
        float: left;
        word-break: break-all;
    }
    .edit-notes-section
    {
        width: 20%; 
        float: left;
        text-align: right;
    }
    .edit-notes-section i
    {
        margin: 6px;
    }
    .note-info-box
    {
        float: left;
        width: 100%;
    }
    .note-info-box p
    {
        font-size: 14px;
        margin: 20px 0 16px 0;
    }
    .note-info-box h6
    {
        font-size: 10px;
        color: #7E8591;
        padding-bottom: 10px;
        padding-left: 0px;
        float: left;
        width: 92%;
    }
    .note-info-box .dropdown-toggle
    {
        background: transparent;
        border: none;
        color: gray;
        padding: 0;
    }
    .evisit-notes-control-buttons
    {
        width: 80%;
        text-align: center;
        margin: 0px 0px 70px 38px
    }
    .evisit-notes-control-buttons .btn-red-mobile
    {
        width: auto!important;
        padding: 6px 30px 7px 30px;
    }
    .label-note-edited
    {
        font-size: 10px;
        float: left;
        margin: 10px 0px 0 0;
        color: #217DBC;
        font-weight: normal;
        width: 48%;
        text-align: right;
    }
    .note-info-box h5 .fa
    {
        float: right;
        color: gray;
        cursor: pointer;
        position: relative;
        z-index: 99;
        margin-top: -18px;
    }
    .note-info-box .dropdown-menu
    {
        width: 100px;
        border: 0px;
        border-radius: 0;
        right: 0;
        left: unset;
        min-width: 129px;
        top: 0;
    }
    .note-info-box .dropdown-menu .dropdown-item
    {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin: 15px;
        color: black;
        font-weight: normal;
        text-decoration: none;
    }
    .edit-notes-menu
    {
        font-weight: bold;
        margin-bottom: 0;
        float: left;
        width: 20%;
        position: relative;
        margin-top: 5px;
    }

    /* #endregion EvisitNotes */

    /* #region _PatientFiles */

    .uplaoded-pdf
    {
        float: left;
        width: 100%;
        padding-top: 22px;
        border-top: 1px solid #ececec;
        margin-top: 15px;
        padding-bottom: 40px;
    }
    .upload-pdf-img
    {
        float: left;
        width: 20%;
    }
    .file-box
    {
        padding: 10px 15px 0 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1eded;
    }
    .no-files
    {
        padding-top: 10px;
        border-top: 1px solid #ececec;
    }
    .added-by
    {
        font-size: 12px;
    }
    .uploaded-filename
    {
        float: left;
        width: 80%;
    }
    .uploaded-filename a
    {
        word-break: break-word;
    }

    /* #endregion _PatientFiles */

    /* #region Account Settings */

    .my-profile-section label
    {
        color: #7E8591;
        font-size: 12px;
    }
    .my-profile-section input
    {
        border-radius: 0;
        -webkit-box-shadow: 0 0 black;
        border: none!important;
        border-bottom: 1px solid #BEC2C8!important;
        color: #7E8591;
    }
    .my-profile-section select
    {
        border-radius: 0;
        -webkit-box-shadow: 0 0 black;
        border: none!important;
        border-bottom: 1px solid #BEC2C8!important;
        color: #7E8591;
    }
    .my-profile-section input.input-validation-error
    {
        border-bottom: 1px solid red !important;
    }
    .label-patient-gender
    {
        margin-right: 20px;
        margin-top: -5px;
    }
    .date-of-birth
    {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .date-of-birth label
    {
        float: left;
        padding-top: 15px;
    }
    .date-of-birth .fa-calendar
    {
        margin-top:10px;
    }
    .date-of-birth input
    {
        width: 35%;
        margin-left: 10%;
        float: left;
    }
    .custom-radios input[type="radio"] + label
    {
        color: #333;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    .custom-radios input[type="radio"] + label span
    {
        display: inline-block;
        width: 21px;
        height: 21px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        line-height: 44px;
    }
    .patient-account-settings h4
    {
        padding-left: 25px;
        font-size: 16px;
        color: #000D26;
        margin: 25px 0 25px 0;
        font-family: Avenir LT Std;
    }
    .account-setting-section .nav>li>a
    {
        position: relative;
        display: block;
        padding: 6px 5px;
        color: #000D26;
    }
    .account-setting-section .tab-content
    {
        box-shadow: none;
        background: white;
        padding: 0 0 30px 0;
    }
    .account-setting-section .nav-tabs>li.active>a
    {
        color: #000D26;
        cursor: default;
        background-color: transparent;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        font-size: 14px;
        margin-top: 0;
        font-weight: bold;
        padding: 6px 5px;
        box-shadow: none!important;
    }
    .account-setting-section .nav-tabs> li
    {
        float: left;
        margin-right: 20px;
    }
    .account-setting-section .nav-tabs
    {
        border-bottom: 0px solid #ddd;
        padding-bottom: 8px;
        background: white;
        width: 595px;
    }
    .account-setting-section .inner-scroll>li>a
    {
        color: #7E8591;
        font-size: 14px;
    }
    .account-setting-section h3
    {
        background-color: #F2F3F4;
        font-size: 12px;
        color: #217DBC;
        padding: 10px 0 10px 20px;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }
    .account-setting-section h3 strong
    {
        text-transform: none;
    }
    .account-setting-section h5
    {
        font-size: 14px;
        color: #000D26;
    }
    .inner-scroll
    {
        width: 100%;
        float: left;
        padding: 10px 0 10px 0;
        overflow-x: scroll;
    }
    .inner-scroll li a
    {
        text-decoration: none;
    }
    .submit-profile-buttons
    {
        width: 80%;
        text-align: center;
        margin: 0px 0px 70px 38px
    }
    .submit-profile-buttons .btn-red-mobile
    {
        width: auto!important;
        padding: 6px 30px 7px 30px;
    }
    .email-notification-info
    {
        font-size: 12px;
        color: #7E8591;
        width: 70%;
        float: left;
        padding-top: 10px;
        padding-right: 5%;
        margin-bottom: 45px;
    }
    .on-off-button
    {
        float: left;
        width: 30%;
        margin-top:18px;
    }
    .switchToggle input[type=checkbox]
    {
        height: 0;
        width: 0;
        visibility: hidden; 
        position: absolute;
    }
    .switchToggle label
    {
        cursor: pointer; 
        text-indent: -9999px; 
        width: 70px; 
        max-width: 70px; 
        height: 30px; 
        background: #d1d1d1; 
        display: block; 
        border-radius: 100px;
        position: relative;
    }
    .switchToggle label:after
    {
        content: ''; 
        position: absolute; 
        top: 2px;
        left: 2px; 
        width: 26px; 
        height: 26px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }
    .switchToggle input:checked + label, .switchToggle input:checked + input + label
    {
        background: #3e98d3;
    }
    .switchToggle input + label:before, .switchToggle input + input + label:before
    {
        content: 'No';
        position: absolute;
        top: 5px; left: 35px; 
        width: 26px; 
        height: 26px; 
        border-radius: 90px; 
        transition: 0.3s; 
        text-indent: 0; 
        color: #fff;
    }
    .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before
    {
        content: 'Yes';
        position: absolute;
        top: 5px;
        left: 10px; 
        width: 26px;
        height: 26px; 
        border-radius: 90px; 
        transition: 0.3s;
        text-indent: 0; color: #fff;
    }
    .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after
    {
        left: calc(100% - 2px); 
        transform: translateX(-100%);
    }
    .switchToggle label:active:after
    {
        width: 60px;
    }
    .close-account-section
    {
        float: left;
        width: 100%;
        text-align: center;
        padding: 40px 0px 100px 18px;
    }
    .change-password .form-control
    {
        border: 1px solid #BEC2C8;
        border-radius: 0;
    }
    .close-account-box
    {
        text-align: center;
        padding: 25px 10px 25px 10px;
    }
    .close-account-box
    {
        text-align: center;
        padding: 25px 10px 25px 10px;
        box-shadow: 3px 0.5px 9px 5px rgba(176, 176, 176, 0.12);
        margin-top: 30px;
        float: left;
    }
    .close-account-section .btn-red-mobile
    {
        width: 34%!important;
    }
    .close-account-info
    {
        text-align: left;
        margin-top: 30px;
    }
    .agree-title
    {
        text-align: left;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .agree-title input
    {
        float: left;
        margin-right: 10px;
    }
    .cancel-close-account-btn
    {
        width: 42%;
        background-color: #2A83BF;
        color: white;
        float: left;
        line-height: 2.7;
        text-transform: uppercase;
        font-size: 12px;
        border:none;
    }
    .close-account-btn
    {
        border: 1px solid #FF3232;
        color: #FF3232;
        margin-left: 5%;
        width: 48%;
        float: left;
        line-height: 2.5;
        text-transform: uppercase;
        font-size: 12px;
    }
    .close-account-btn:focus
    {
        outline: none;
    }
    .name-label
    {
        float: left;
        width: 100%;
        font-size :11px!important;
        color: black!important;
    }

    /* #endregion Account Settings */

    /* #region Prescriptions css */

    .patient-prescription-section-mobile h4
    {
        padding: 0;
        padding-left: 15px;
        line-height: 2.5;
        margin-bottom: 20px;
        color: #217DBC;
        background: #F2F3F4;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }
    .patient-prescription-info-mobile
    {
        float: left;
        width: 100%;
        padding-left: 5px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d8d0d0;
    }
    .patient-prescription-info-mobile:last-child
    {
        border-bottom: none;
        padding-bottom: 10px;
    }
    .patient-prescription-info-mobile h6
    {
        margin: 0;
        width: 60%;
    }
    .patient-prescription-info-mobile p
    {
        line-height: 1;
        font-size: 9px;
        font-weight: 700;
        margin-top: 5px;
        float: left;
        width: 100%;
    }
    .patient-prescription-info-mobile label
    {
        font-size: 12px;
        color: #1a1a1b;
        font-weight: normal;
        padding-bottom: 10px;
    }
    .patient-prescription-info-mobile span
    {
        color: #7E8591;
        font-size: 10px;
    }
    .rx-img-section
    {
        position: absolute;
        right: -6px;
        top: 2px;
        width: 130px;
    }

    /* #endregion Prescriptions css */

    /* #endregion Patient Role*/

    /* #region Provider Role */

    /* #region Patient Details css */

    .patient-details-header-section-mobile
    {
        float: left;
        position: fixed;
        background: white;
        border-bottom: 3px solid #217dbc;
        width: 93%;
        z-index: 9999;
        margin-top: -28px;
        padding-top: 40px;
        padding-bottom: 8px;
        height: 115px;
    }
    .patient-details-header-section-mobile p:first-child
    {
        width: 100%;
        font-size: 14px;
        float: left;
        margin-bottom: 3px;
    }
    .patient-details-header-section-mobile p:nth-child(2)
    {
        font-size: 14px;
    }
    .user-icon-mobile
    {
        margin-top: 5px;
        margin-right: 5px;
        font-size: 18px;
    }
    .patient-detail-affiliate-logo-mobile
    {
        width: 11%;
        margin-left: 20px;
    }
    .back-to-patient-search-mobile
    {
        float: right;
        margin-top: 5px;
    }
    .undo-icon-mobile
    {
        width: 15px;
        margin-right: 0px;
        display: inline-block;
        color: #217dbc;
        font-size: 16px;
    }
    .scroll-div
    {
        float: left;
        width: 93%;
        overflow-x: scroll;
        position: fixed;
        z-index: 9999;
        background: white;
        padding: 5px 0 15px 0;
        margin-top: -19px;
    }
    .patient-tab-section-mobile
    {
        float: left;
        width: 100%;
        margin-top: 105px;
        padding-bottom: 50px;
    }
    .patient-detail-tabs-mobile
    {
        display: table;
        table-layout: fixed;
        float: left;
        width: 1020px;
        border-top: 0px solid #F2F3F4;
        border-bottom: 0px solid #F2F3F4;
        background-color: white;
        box-shadow: none;
    }
    .patient-detail-tabs-mobile li a
    {
        color: #7E8591;
        border-radius: 0px;
        font-size: 14px;
        background-color: white;
    }
    .patient-detail-tabs-mobile > li.active > a, .patient-detail-tabs-mobile > li.active > a:focus, .patient-detail-tabs-mobile > li.active > a:hover
    {
        color: #000;
        cursor: default;
        border: 0px solid #ececec;
        border-radius: 0;
        font-weight: bold;
        background: white;
        box-shadow: none;
    }
    .patient-detail-tabs-mobile li
    {
        display: table-cell;
        width: auto;
        text-align: center;
        border: 0;
        border-left: 0px solid #F2F3F4;
    }
    .patient-detail-tabs-content-mobile
    {
        padding-top: 40px;
        float: left;
        width: 100%;
        padding: 18px 5px 0 5px;
        box-shadow: none;
        background-color: white;
    }
    .patient-detail-tabs-content-mobile .tab-pane
    {
        padding: 14px;
    }
    .patient-detail-tabs-content-mobile h5
    {
        color: #040404;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 5px;
        font-weight: bold!important;
    }
    .patient-detail-tabs-content-mobile h5 i
    {
        font-size: 16px;
        color: #7E8591;
        margin-right: 5px;
    }
    .patient-details-section-header
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 10px 0 8px 15px!important;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .left-heading-mobile
    {
        float: left;
        width: 70%;
        font-size: 12px;
    }
    .profile-tab-mobile label
    {
        font-size: 12px;
        color: #7E8591;
        font-weight: normal;
        margin-top: 10px;
    }
    .medical-history-section-mobile
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .patient-detail-medical-history-tab-mobile h6 .left
    {
        float: left;
        width: 70%;
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .patient-detail-medical-history-tab-mobile h6 .ess-left
    {
        float: left;
        width: 70%;
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .patient-detail-medical-history-tab-mobile h6 .right
    {
        float: left;
        width: 30%;
        font-size: 14px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    .patient-detail-medical
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .symptom-header-mobile
    {
        margin-bottom: 20px!important;
        margin-top: 10px;
        font-size: 15px!important;
        color: black;
    }
    .patient-file-section-mobile
    {
        float: left;
        width: 100%;
        padding-top: 0px;
        border-bottom: 1px solid #ececec;
        margin-top: 10px; 
        padding-bottom: 20px;
    }
    .patient-file-section-mobile:last-child
    {
        border-bottom: none;
    }
    .patient-filename-section-mobile
    {
        float: left;
        width: 85%;
    }
    .patient-filename-section-mobile h5
    {
        margin-left: 10px;
        word-break: break-word;
    }
    .patient-file-addedby-mobile
    {
        font-size: 10px;
        color: #BEC2C8;
        margin-left: 10px;
    }
    .care-mngt-tab-mobile
    {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .care-mngt-tab-mobile h4 span
    {
        float: right;
        padding-right: 46px;
    }
    .care-mngt-tab-mobile p
    {
        padding: 0 0 0 0px;
    }
    .care-mngt-tab-mobile h6 .left
    {
        float: left;
        width: 70%;
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .care-mngt-tab-mobile h6 .right
    {
        float: left;
        width: 30%;
        font-size: 14px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    .care-mngt-tab-mobile h4 i
    {
        float: right;
        padding-right: 10px;
    }
    .patient-note-textarea-mobile
    {
        width: 100%; 
        height: 100px; 
        border: 1px solid #7E8591; 
        border-radius: 0px!important;
    }
    .patient-note-buttons-mobile
    {
        margin-top: 25px;
        text-align: center;
    }
    .care-management-section-mobile p
    {
        font-size: 12px;
        padding-top: 0px;
        padding-left: 0px;
        float: left;
        width: 95%;
        position: relative;
        margin-bottom: 15px;
        word-break: break-all;
    }
    .care-management-section-mobile p i
    {
        position: absolute;
        right: -30px;
        top: 28px;
        cursor: pointer;
        z-index: 99;
    }
    .care-management-section-mobile .box-note
    {
        float: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .care-management-section-mobile h5
    {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .care-management-section-mobile h5 .fa
    {
        width: 15px;
        float: right;
        margin-right: 15px;
        color: gray;
        cursor: pointer;
        position: relative;
    }
    .care-management-section-mobile .dropdown-toggle
    {
        background: transparent;
        border: none;
        color: gray;
        padding: 0;
    }
    .patient-note-list-mobile
    {
        float: left;
        width: 100%;
    }
    .patient-note-list-mobile p
    {
        white-space: pre-wrap;
    }
    .patient-note-list-mobile .morelink
    {
        margin-top: 0px;
    }
    .care-notes-addedby-info-mobile
    {
        padding-bottom: 4px!important;
        color: #7E8591;
        font-size: 10px !important;
        border-bottom: 1px solid #ececec;
        width: 93% !important;
        margin: 0 auto !important;
        float: left !important;
        padding-left: 0 !important;
        padding-top: 0;
    }
    .appointments-tab-mobile
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .filter-btn
    {
        background: transparent;
        border-radius: 0;
        float: right;
        color: #7E8591;
        border: 1px solid #d6dee6;
        width: 100px;
        margin-right: 30px;
        font-size: 14px;
    }
    .filter-btn:focus, filter-btn:active:focus
    {
        outline: none!important;
    }
    .evisit-filters-mobile label
    {
        color: #BEC2C8;
    }
    .evisit-filters-mobile h4
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 10px 0 10px 17px;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .evisit-filters-mobile ul
    {
        list-style: none;
        padding-left: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .evisit-filters-mobile ul li
    {
        color: #afb3b7;
        font-size: 14px;
        display: inline;
        float: left;
        margin-right: 26px;
        cursor: pointer;
    }
    .evisit-filters-mobile ul .active
    {
        font-weight: bold;
        color: #217DBC;
    }
    .evisit-filters-mobile .carousel-control
    {
        font-size: 15px!important;
        color: #bbb6b6;
        text-shadow: none;
    }
    .evisit-filters-mobile .owl-stage-outer
    {
        margin-top: -12px;
        margin-left: 20px;
        height: 30px!important;
        width: 140px;
    }
    .evisit-filters-mobile .owl-carousel
    {
        width: 83%!important;
    }
    .evisit-filters-mobile .carousel-control.left
    {
         left: -8px;
    }
    .evisit-filters-mobile .carousel-control.right
    {
        right: -45px;
        left: auto;
    }
    .evisit-filters-section-mobile
    {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .reset-filter-section
    {
        float: left;
        width: 100%;
        padding-right: 15px;
    }
    .div-section
    {
        float: left;
        width: 100%;
    }
    .year-slider-section
    {
        margin-left: -20px;
    }
    .evisit-filter-divider
    {
        float: left;width: 100%;border-bottom: 1px solid #efeaea;
    }
    .evisit-filter-buttons
    {
        float: left;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        margin-top: 35px;
    }
    .reset-btn
     {
        color: #BEC2C8;
        float: right;
        background-color: transparent;
        padding: 0;
        border: none;
        outline: none;
        box-shadow: none;
        font-weight: bold;
        font-size: 14px;
    }
    .reset-btn:focus
    {
        outline: none!important;
    }
    .reset-btn-active
    {
        color: #217DBC!important;
    }
    .patient-detail-appointment-box
    {
        background: #F1F9FF;
        padding: 0px 0 25px 0px;
        float: left;
        margin-top: 25px;
    }
    .patient-detail-appointment-box h5
    {
        font-size: 16px;
        padding-left: 35px;
        margin-top: 40px;
        float: left;
        width: 100%;
    }
    .patient-detail-appointment-box h6
    {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .patient-detail-appointment-box p
    {
        float: left;
        width: 100%;
        font-size: 12px;
        padding-left: 35px;
        padding-right: 20px;
        color: #000D26;
        font-weight: normal;
    }
    .patient-detail-appointment-box ul
    {
        padding-left: 0;
    }
    .patient-detail-appointment-box ul li
    {
        float: left;
        display: inline-block;
        width: 20%;
        text-align: center;
        color: #000D26;
        font-size: 10px;
        cursor: pointer;
    }
    .patient-detail-appointment-box ul li img
    {
        margin-bottom: 10px;
    }
    .patient-detail-appointments-mobile
    {
        float: left;
        width: 100%;
        padding-bottom: 75px;
    }
    .patient-detail-appointments-mobile h4
    {
        padding-left: 25px;
        font-size: 16px;
        margin: 25px 0 25px 0;
    }
    .patient-detail-appointments-mobile .gray-background-clr
    {
        background: #F2F3F4;
        color: #7E8591;
    }
    .patient-detail-appointments-mobile .gray-background-clr label,
    .patient-detail-appointments-mobile .gray-background-clr strong,
    .patient-detail-appointments-mobile .gray-background-clr p,
    .patient-detail-appointments-mobile .gray-background-clr p i
    {
        color: #7E8591;
    }
    .patient-detail-appointments-mobile .morelink
    {
        margin-top: 0px;
    }
    .evisit-status-canceled-mobile
    {
        color: #FF3232;
        text-align: right;
        padding-top: 15px;
    }
    .evisit-status-canceled-mobile span
    {
        text-transform: uppercase;
        font-weight: bold;
        color: #FF3232;
    }
    .evisit-status-other-mobile
    {
        text-align: right;
        padding-top: 10px;
        padding-right: 20px;
        font-size: 10px!important;
    }
    .evisit-status-other-mobile span
    {
        text-transform: uppercase;
        font-weight: bold;
        color: #45A96D;
        font-size:12px;
    }
    .scheduled-evisit-status-color
    {
        color: #217DBC;
    }
    .evisit-data-mobile
    {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .evisit-data-label-mobile
    {
        font-size: 9px!important;
        font-weight: 700!important;
        margin-top: 0!important;
        color: black!important;
    }
    .evisit-divider-white
    {
        height: 1px;
        background: white;
        width: 90%;
        margin: 0 auto;
    }
    .evisit-divider-gray
    {
        height: 1px;
        background: #F2F3F4;
        width: 90%;
        margin: 0 auto;
    }
    .patient-details-evisit-info
    {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .patient-detail-provider-pic
    {
        float: left;
        width: 25%;
        text-align: center;
        margin-top: 22px;
    }
    .patient-detail-provider-pic img
    {
        width: 70px;
        border-radius: 50%;
    }
    .evisit-datetime-info
    {
        float: left;
        width: 75%;
    }
    .evisit-datetime-info p
    {
        padding-left: 15px!important;
        margin-bottom: 0;
    }
    .evisit-datetime-info p span
    {
        font-weight: bold;
        font-size: 16px;
    }
    .evisit-datetime-info p i
    {
        color: #217dbc;
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .evisit-datetime-info img
    {
         margin-right: 9px;
    }
    .evisit-datetime-info label
    {
        color: #7E8591;
    }
    .evisit-add-rx-section-mobile h4
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 15px 0 10px 10px;
        font-weight: normal;
        font-size: 10px;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }
    .evisit-add-rx-section-mobile h4 .left-heading
    {
        float: left;
        width: 100%;
        font-size: 11px;
    }
    .evisit-add-rx-section-mobile h4 i
    {
        float: right;
        padding-right: 10px;
        font-size: 18px;
        z-index: 999;
        position: relative;
        margin-top: -5px;
    }
    .prescription-tab-mobile
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .prescription-section-mobile h4
    {
        padding: 0;
        padding-left: 15px;
        line-height: 2.5;
        margin-bottom: 20px;
    }
    .prescription-section-mobile h4 span
    {
        float: right;
        position: relative;
    }
    .prescription-section-mobile h4 span img
    {
        padding-right: 15px;
        cursor: pointer;
    }
    .prescription-section-mobile .fa-times
    {
        float: right;
        padding-right: 10px;
        padding-top: 0px;
        cursor: pointer;
        color: black;
        font-size: 16px;
    }
    .prescription-images-section-mobile
    {
        width: 50%;
        float: left;
        text-align: center;
        font-size: 11px;
        margin-right: 0px;
    }
    .right-img-div-mobile
    {
        position: absolute;
        right: -6px;
        top: 0px;
        width: 140px;
        margin-bottom: 5px;
    }
    .add-prescription-icon-mobile
    {
        margin: 0px 10px 5px 0px;
        cursor: pointer;
        font-size: 15px;
        float: right;
    }
    .add-rx-section-mobile
    {
        float: left;
        width: 100%;
        margin-top: -30px;
    }
    .add-rx-section-mobile label
    {
        color: black;
        margin-top: 0px;
        font-size: 14px;
    }
    .test-order-info-mobile
    {
        float: left;
        width: 100%;
        padding-left: 5px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d8d0d0;
    }
    .test-order-info-mobile h6
    {
        margin: 0;
        width: 58%;
    }
    .test-order-info-mobile h6 label span
    {
        color: black;
    }
    .test-order-info-mobile img
    {
        cursor: pointer;
    }
    .test-order-info-mobile p
    {
        line-height: 1;
        font-size: 10px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }
    .test-order-info-mobile label
    {
        font-size: 13px;
        color: #1a1a1b;
        font-weight: normal;
        padding-bottom: 10px;
    }
    .test-order-info-mobile span
    {
        color: #7E8591;
        font-size: 10px;
    }
    .follow-up-tab-mobile label
    {
        color: #000D26;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    .follow-up-evisit-section-mobile
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .followup-date-label-mobile
    {
        float: left!important;
        width: 90%!important;
        margin-top: 0!important;
    }
    .follow-up-date-section-mobile
    {
        float: left; 
        width: 50%;
    }
    .follow-up-date-mobile
    {
        float: left;
        width: 190px;
    }
    .follow-up-date-mobile .fa
    {
        margin-top: 10px;
    }
    .txt-follow-up-date-mobile
    {
        width: 70%;
        float: left;
        margin-right: 10px;
        padding: 0px 12px;
    }
    .follow-up-time-section-mobile
    {
        float: left;
        width: 50%;
    }
    .follow-up-time-mobile
    {
        width: 52%;
        float: left;
        height: 40px;
        margin-left: 20px;
    }
    .timezone-label-mobile
    {
        padding: 10px 0 0 18px;
        float: left;
    }
    .purpose-of-visit-label-mobile
    {
        margin-top: 20px !important;
        width: 100%;
        float: left;
    }
    .txt-purpose-of-follow-up-mobile
    {
        width: 100%;
        height: 68px;
        border: 1px solid #7E8591;
        border-radius: 5px;
    }
    .txt-follow-up-notes-mobile
    {
        width: 100%;
        height: 130px!important;
        border: 1px solid #7E8591;
        border-radius: 5px!important;
    }
    .follow-up-buttons-mobile
    {
        float: left;
        width: 100%;
        text-align: center;
        padding-left: 0px !important;
        margin-top: 30px;
    }
    .patient-comment-text-mobile
    {
        color: #000D26;
        font-size: 14px;
        margin-top: 25px;
    }
    .gray-bottom-date-mobile
    {
        color: #7E8591;
        font-size: 10px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 5px;
        margin-top: 15px;
    }

    /* #endregion Patient Details css */

    /* #region Rx css */

    .rx-form-subtitle
    {
        color: #217DBC;
        background: #F2F3F4;
        padding: 10px 0 3px 10px!important;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 20px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .rx-form-subtitle label
    {
        color: #217DBC!important;
        margin-bottom: 6px!important;
        font-size: 10px;
        font-weight: normal;
    }
    .testOrderForm-table-mobile td
    {
        padding: 10px 0px 10px 15px;
    }
    .testOrderForm-table-mobile td label
    {
        margin-top: -5px;
        margin-left: 15px!important;
        color: #000D26;
        font-size: 14px;
    }
    .physical-exam-mobile input
    {
        width: 40%;
        border: 1px solid #7E8591;
    }
    .txt-bmi-mobile
    {
        border: none!important;
        font-weight: bold;
        background: transparent!important;
        padding: 0!important;
    }
    .txt-weight-mobile
    {
        width: 88%!important;
    }
    .chance-of-dozing
    {
        padding: 10px;
        background-color: #f2f3f4;
    }
    .chance-of-dozing h6
    {
        margin-top: 0px;
        font-size: 10px;
        padding-left: 8px;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        color: black;
    }
    .chance-of-dozing ul
    {
        padding-left: 2px;
        list-style: none;
        font-size: 9px;
        width: 50%;
        float: left;
        color: black;
    }
    .chance-of-dozing ul li
    {
        margin-bottom: 8px;
    }
    .sleep-epworth-exam
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sleep-epworth-section
    {
        float: left;
        width: 100%;
        padding: 8px 5px 8px 5px;
        border-bottom: 1px solid #ebeeef;
    }
    .sleep-epworth-section:last-child
    {
        border-bottom: none;
    }
    .label-epworth-question
    {
        float: left;
        width: 75%;
        font-size: 14px;
        color: #000D26;
        margin-top:5px;
    }
    .select-chance-of-dozing
    {
        float: left;
        width: 25%;
    }
    .select-chance-of-dozing select
    {
        width: 90px;
    }
    .testorder-other-diagnosis
    {
        width: 100%;
        border: 0!important;
        border-bottom: 1px solid #818284!important;
    }
    .rx-checkbox-mobile input[type="radio"]
    {
        position: absolute;
    }
    .rx-checkbox-mobile
    {
       text-align :inherit;
       float: none!important;
       margin-left: 0px;
    }
    .rx-checkbox-mobile span
    {
        font-size: 14px;
        color: black;
    }
    .checkbox-label-mobile
    {
        margin-top: 0px!important;
        float: left;
    }
    .authority-info-mobile
    {
        float: left;
        width: 90%;
        font-size: 14px;
    }
    .div-acknowledge-mobile
    {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .submit-test-order-form-buttons-mobile
    {
        float: left;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-button-mobile
    {
        margin-top: 15px;
        text-align: center;
        padding: 15px;
    }
    .custom-checkbox-mobile
    {
        float: left;
        width: 100%;
        text-align :inherit;
        margin: 0 !important;
    }
    .oral-appliance-therapy-section
    {
        float: left;
        width: 100%;
    }
    .other-label-mobile
    {
        padding-top: 7px;
        float:left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .icd-code-mobile 
    {
        width: 220px;
        float: left;
        margin-left: 25px;
    }
    .icd-description-mobile
    {
        width: 280px;
        float: left;
        margin-left: 10px;
        margin-top:20px;
    }
    .estimatedLength-mobile
    {
        float: left;
        width: 100%;
    }
    .estimatedLength-input-mobile
    {
        width: 75px;
        margin-top: -7px;
    }
    .estimatedLength-inputDiv-mobile
    {
        float: left;
        width: 60px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .cpap-section-mobile
    {
        float: left;
        width: 100%;
    }
    .cpap-pressure-setting-mobile
    {
        margin-top: 5px;
        margin-left: 17px;
        float: left;
        margin-right: 5px;
    }
    .txt-bilevel-setting-mobile
    {
        width: 278px;
        margin-top: 4px;
        margin-left: 25px;
        border-radius: 0!important;
        margin-bottom: 20px;
    }
    .txt-other-setting-mobile
    {
        margin-left: 2px;
        border-radius: 0!important;
        width: 278px;
        margin-top: 3px;
    }
    .cpap-comments
    {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
    .checkbox-section-mobile
    {
        width: 4%;
        float: left;
        margin-top: 0px;
        float: left;
    }
    .checkbox-text 
    {
        float: left;
        width: 90%;
        margin-left: 15px;
        font-size: 14px!important;
    }
    .checkbox-text label
    {
       margin-left: 0!important;
    }
    .chkbx-authority-mobile
    {
        width: 8%;
        float: left;
        margin-top: 0px!important;
    }
    .portable-rx-section-mobile
    {
        float: left;
        width: 100%;
    }
    .other-diagnosis-section-mobile
    {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .portable-rx-label
    {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
    .route-of-administration-label
    {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 2px;
    }
    .chkbx-route-of-administration
    {
        width: 100%; 
        float: left;
        margin-top: 0px!important;
    }
    .duration-of-use-section
    {
        float: left;
        width: 100%;
        margin-left: 10px;
    }
    .duration-of-use-label
    {
        float: left;
        width: 100%;
        margin: 10px;
    }
    .duration-lifetime
    {
        float: left;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    .duration-of-use-mobile
    {
        float: left;
        margin-left: 40px;
        margin-top: 5px;
    }
    .other-diagnosis-error
    {
        float: left;
        width: 100%;
    }
    .portable-rx-icd-code-section
    {
        float: left;
        width: 35%;
    }
    .portable-rx-icd-desc-section
    {
        float: left;
        width: 60%;
        margin-left: 10px;
    }
    .device-setting-mobile
    {
        margin-top:-7px;
        margin-bottom: 10px;
    }
    .other-device-setting-mobile
    {
        float: left;
        width: 20%;
        margin-top: -7px;
        margin-left: 10px;
    }

    /* #endregion Rx css */

    /* #endregion Provider Role */

    /* #region modal css*/

    .modal-header .close
    {
        color: #a0a0a0;
        font-size: 20px;
    }
    .modal-body
    {
        width: 100%;
        float: left;
        background: white;
    }
    .modal-content
    {
        border-radius: 0px;
        padding-bottom: 25px;
        text-align: center;
    }
    body.modal-open
    {
        height: 100vh;
        overflow-y: hidden;
    }
    .modal-backdrop
    {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color:#8e8888!important;
        height: 100%!important;
    }
    .modal-body img
    {
        width: 20%!important;
    }
    .ok-modal-btn
    {
        padding: 8px 75px 8px 75px;
        background: #2A83BF;
        color: white;
        border: 1px solid #217DBC;
        outline: none;
    }
    .success-popup .modal-content h3
    {
        font-size: 14px;
        font-weight: bold!important;
    }
    .success-message
    {
        color: #7E8591;
        font-size: 13px;
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .confirmation-popup .modal-content
    {
        float: left;
        width: 100%;
        text-align: center;
    }
    .confirmation-popup .modal-content h3
    {
        font-size: 14px;
        font-weight: bold!important;
        margin-bottom: 30px;
    }
    .confirmation-popup p
    {
        color: #7E8591;
        font-size: 13px;
    }
    .confirmation-modal-buttons
    {
        margin: 0 auto;
        width: 78%;
        text-align: center;
        padding-bottom: 65px;
        padding-top: 25px;
    }
    .session-timeout-modal-buttons
    {
        margin: 0 auto;
        width: 98%;
        text-align: center;
        padding-bottom: 65px;
        padding-top: 25px;
    }
    .session-timeout-logout-btn
    {
        float: left;
        width: 40%;
        background: white;
        padding: 8px;
        color: #FF3232;
        font-size: 12px;
        border: 1px solid #FF3232;
    }
    .session-timeout-logout-btn:focus
    {
        outline: none;
    }
    .session-timeout-extend-btn
    {
        padding: 8px;
        width: 55%;
        float: right;
        color: white;
        border: 1px solid #217DBC;
        font-size: 12px;
        background: #217DBC;
    }
    .session-timeout-extend-btn:focus
    {
        outline: none;
    }

    /* #endregion modal css*/

    /*#region Header Patient search css */

    .search-section
    {
        float: left;
        width: 15%;
        text-align: right;
        padding-top: 10px;
    }
    .search-section img
    {
        width: 19px;
    }
    .search-wrapper-mobile
    {
        margin-top: -20px;
        right: 26px;
        z-index: 9999999;
        position: absolute;
    }
    .search-box-mobile
    {
       position: relative;
       padding: 12px;
       width: 0px;
       outline: 0;
       border-radius: 4px;
       float: right;
       background-image: url('../../Content/images/search-icon.png');
       background-position: 7px 15px; 
       background-repeat: no-repeat;
       padding-left: 35px;
       border: 0px solid #ccc!important;
       cursor: pointer;
       z-index: 99;
       margin-right: -20px;
    }
    .search-focus-mobile
    {
       width: 295px;
       border: 1px solid #ccc!important;
    }
    .close-search-icon-mobile
    {
        position: absolute;
        right: -8px;
        top: 14px;
        z-index: 99;
        color: #D4D4D4;
        font-size: 20px;
        cursor: pointer;
    }
    .ui-autocomplete
    {
        min-height: 45px;
        max-height: 221px;
        overflow: auto;
        z-index: 99999;
        width: 290px!important;
        position: fixed;
        top: 55px!important;
    }

    /*#endregion Header Patient search css */

    /*#region Header and menu css */

    .mobile-top-header
    {
        position: fixed;
        z-index: 99999;
        background-color: white;
        width: 100%;
        display: table-cell;
        padding: 17px 0 0px 0;
        box-shadow: 3px 0.5px 9px 5px rgb(216 208 208 / 75%);
        min-height: 60px;
    }
    .menu-bar
    {
        float: left;
        width: 13%;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        background-color: transparent;
        padding: 5px 15px;
        border: none;
    }
    .menu-bar img
    {
        width: 26px;
    }
    .docviaweb-mobile-header-logo
    {
        width: 40%;
        float: left;
        text-align: center;
        padding-left: 0px;
    }
    .docviaweb-mobile-header-logo img
    {
        width: 111px;
        text-align: center;
    }
    .affiliate-mobile-logo
    {
        float: left;
        width: 21%;
        min-height: 15px;
    }
    .affiliate-mobile-logo img
    {
        height: 45px;
        margin-top: -7px;
        width: 110px;
    }
    .sidepanel-menu-mobile
    {
        width: 0;
        position: fixed;
        z-index: 999999;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 0 20px 50px #333;
    }
    .sidepanel-menu-mobile .close-menu-icon
    {
        position: absolute;
        top: 0;
        font-size: 25px;
        margin-left: -12px;
    }
    .sidepanel-menu-mobile a
    {
        padding: 9px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: inline;
        transition: 0.3s;
        width: 100%;
        margin-top: 5px;
        line-height: 1.7;
        margin-bottom: 0px;
    }
    .sidepanel-menu-mobile .sidebar-menu .submenu > li > a
    {
        padding-left: 65px;
    }
    .page-sidebar .sidebar-menu > li > a
    {
        border:none;
    }
    .page-sidebar .sidebar-menu > li:last-child > a
    {
        border:none;
    }
    .page-sidebar .sidebar-menu a
    {
        padding: 5px 20px;
        color: #828080;
        font-size: 16px;
        margin-top: 5px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .page-sidebar .sidebar-menu a .menu-icon-mobile
    {
        width: 20px;
        font-size: 18px;
        margin-right: 10px;
    }
    .profile-setting-divider
    {
        width: 85%;
        margin-top: 20px;
        margin-left: 24px;
        border-bottom: 1px solid #f1e9e9;
    }
    .user-profile #profileName
    {
        font-weight: bold;
        color: #6d6a6a;
        margin-left: 50px;
    }
    .logout-link-mobile
    {
        padding-left: 70px !important;
    }

    /*#endregion Header and menu css*/

    .page-sidebar.hide
    {
        z-index: 9999;
    }
    .page-header-mobile
    {
        color: #000D26;
        font-size: 15px;
        border-bottom: 3px solid #217DBC;
        padding-bottom: 20px;
        padding-left: 10px;
        font-weight: bold!important;
    }
    .btn-primary-mobile
    {
        color:white;
        background: #2A83BF;
        text-align: center;
        text-transform: uppercase;
        width:auto;
        height: 32px;
        border: 1px solid #217DBC;
        padding: 7px 40px 7px 40px;
        outline:none;
        border-radius: 0;
    }
    .btn-primary-mobile:focus, .btn-primary-mobile:hover
    {
        color:white!important;
        background: #2A83BF!important;
        outline: none!important;
    }
    .btn-white-mobile-ext, .btn-white-mobile-ext:focus
    {
        color: #A2CEEC;
        background: transparent;
        text-align: center;
        text-transform: uppercase;
        width:auto;
        height: 32px;
        border: 1px solid #217DBC;
        padding: 7px 40px 7px 40px;
        outline:none!important;
        border-radius: 0;
        margin-right: 10px;
    }
    .ui-widget-overlay
    {
        z-index: 0!important;
    }
    .ui-state-default .ui-icon
    {
        background-image: url(../../Content/images/ui-icons_222222_256x240.png);
    }
    .ui-widget-header
    {
        background:white!important;
        color: black!important;
    }
    .ui-dialog-title
    {
        font-size: 16px!important;
    }
    .ui-dialog .ui-dialog-titlebar
    {
        border-bottom: 3px solid #217DBC!important;
    }
    .message-error
    {
        font-size: 14px!important;
    }
    .navbar .navbar-inner
    {
        min-height: 62px;
    }
    .header-banner
    {
        margin-top: 0px;
    }
}

@media screen and (max-height: 450px) 
{
    /* #region Patient Consultation room*/

    .sidenav 
    {
        padding-top: 15px;
    }
    .sidenav a 
    {
        font-size: 18px;
    }

    /* #endregion Patient Consultation room*/
}

@media screen and (max-width: 768px) 
{
    /*#region Patient Consultation room*/

     .OT_widget-container 
     {
        border: 2px solid white!important;
     }
     .OT_publisher 
     {
        min-width: 100px !important;
     }
     .OT_subscriber
     {
        height: calc(100% - -30px)!important;
     }

    /*#endregion Patient Consultation room*/
}

@media only screen 
  and (min-device-width: 325px)  
  and (max-device-width: 350px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)
{
    .appointment-time
    {
        margin-top: 20px;
    }
    .save-cancel
	{
		width: 93%;
	}
    .submit-medical-history
    {
        width: 93%;
    }
    .other-save-cancel
    {
        width: 90%;
    }
}

@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) 
{ 
    .appointment-time
    {
        margin-top: 0px;
    }
}

@media only screen and (device-width: 320px)
{
    .update-history-div h5
    {
        padding-left: 0!important;
    }
    .form-buttons
    {
        width: 85%;
    }
    .form-action-buttons
    {
        margin: 0 auto;
    }
    .Confirm-Appointment
    {
        width : 48%!important;
        margin-right : 5px;
    }
    .btn-white-mobile, .btn-red-mobile
    {
        margin-right : 5px;
    }
    .payment-card
    {
        right: -14px;
        width: 20%;
    }
    .submit-medical-history
    {
        width:85%;
        margin: 0px 0px 70px 40px;
    }
    .save-cancel
    {
        width: 90%;
    }
    .other-save-cancel
    {
        width: 80%;
    }
    .evisit-notes-control-buttons
    {
        width: 100%;
        margin: 0px 0px 70px 0px;
    }
    .submit-profile-buttons
    {
        width:85%;
        margin: 0px 0px 70px 25px;
    }
    .form-action-buttons
    {
        margin: auto 2px;
    }
    .btn-white-mobile, .btn-red-mobile
    {
        margin-right: 6px!important;
    }
    .patient-detail-appointment-box
    {
        margin-left: -15px;
        margin-right: -15px;
    }
    .evisit-filter-buttons
    {
        width: 288px;
    }
    .footer-button-mobile
    {
        margin-top: 25px;
        padding: 0px;
        width: 265px;
    }
    .chance-of-dozing ul
    {
        font-size: 7px;
    }
    .sleep-epworth-section
    {
        width: 95%;
    }
}

@media only screen and (device-width: 375px)
{
    .submit-medical-history
    {
        margin: 0px 0px 70px 45px;
    }
    .other-save-cancel .btn-white-mobile
    {
        margin-left: 10px;
    }
    .evisit-notes-control-buttons
    {
        width: 85%;
        margin: 0px 0px 70px 23px;
    }
    .submit-profile-buttons
    {
        margin: 0px 0px 70px 43px;
    }
}

@media only screen and (min-device-width: 376px) 
{
    .evisit-notes-control-buttons
    {
        width: 82%;
        margin: 0px 0px 70px 30px;
    }
    .submit-medical-history
    {
        width: 78%;
        margin: 0px 0px 70px 49px;
    }
}

@media only screen and (device-width: 360px)
{
    .evisit-notes-control-buttons
    {
        width: 85%!important;
        margin: 0px 0px 70px 20px;
    }
}

@media only screen and (device-width: 411px)
{
    .evisit-notes-control-buttons
    {
        width: 80%;
        margin: 0px 0px 70px 35px;
    }
}

@media only screen and (device-width: 414px)
{
    .save-cancel
    {
        width: 82%;
    }
    .save-cancel .btn-white-mobile
    {
        margin-right: 20px;
    }
    .other-save-cancel
    {
        width: 70%;
    }
    .other-save-cancel .btn-white-mobile
    {
        margin-left: 15px;
    }
    .submit-medical-history
    {
        width: 70%;
        margin: 0px 0px 70px 70px;
    }
    .evisit-notes-control-buttons
    {
        width: 70%;
        margin: 0px 0px 70px 55px;
    }
    .submit-profile-buttons
    {
        width: 70%;
        margin: 0px 0px 70px 70px;
    }
}

/* css for tablet only */
@media only screen and (device-width: 768px)
{
    .timezone-calender
    {
        width: 39%;
        margin: 0 auto;
    }
    .selected-date
    {
        margin-top : 20px;
    }
    .form-action-buttons
    {
        margin: 0 auto 0 5px;
    }
    .update-history-div h5
    {
        width:25%!important;
    }
    .custom-label img
    {
        position: absolute;
        left:70px;
        margin-top: 11px;
    }
    .form-buttons 
    {
        width: 38%!important;
    }
    .payment-card
    {
        top: -12px;
        left: 128px!important;
    }
    .card-bk-color p
    {
        margin-top: 30px;
    }
    .cvv-modal .modal-dialog
    {
        width: 100%;
    }
    .cvv-popup .modal-content
    {
        width: 100%;
    }
    .card-bk-color
    {
        float: left;
        width: 100%;
    }
    .payment-details-box
    {
        width: 100%;
        padding: 25px 70px 25px 70px;
    }
    .provider-profile-img img
    {
        width: 100px;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-item h4
    {
        font-size: 14px;
        float: left;
        width: 100%;
    }
    .prescribing-medical-proffesionls .owl-carousel .owl-item img
    {
        display: block;
        width: 100%;
        width: 50px;
    }
    .submit-medical-history
    {
        width: 40%;
        margin: 0px 0px 70px 220px;
    }
    .save-cancel
    {
        width: 70%;
    }
    .other-save-cancel
    {
        width: 40%;
    }
    .btn-white-mobile, .btn-red-mobile
    {
        margin-right : 35px;
    }
    .save-cancel .btn-white-mobile
    {
        margin-right: 40px;
    }
    .submit-profile-buttons
    {
        width: 40%;
        margin: 0px 0px 70px 220px;
    }
    .evisit-notes-control-buttons
    {
        width: 71%;
        margin: 0px 0px 70px 51px;
    }
    .affiliate-mobile-logo
    {
        width: 30%;
    }
    .page-header
    {
        margin-top: 25px;
    }
    .page-header-mobile
    {
	    margin-top: 40px;
    }
    .patient-details-header-section-mobile
    {
        width: 96%;
        margin-top: -5px;
        z-index: 1;
        height: 135px;
    }
    .patient-tab-section-mobile
    {
        margin-top: 155px;
    }
    .patient-detail-affiliate-logo-mobile
    {
        width: 8%;
    }
    .scroll-div
    {
        width: 96%;
        z-index: 1;
        margin-top: -24px;
    }
    .follow-up-date-mobile
    {
        width: 280px;
    }
    .account-setting-section .nav-tabs> li
    {
        z-index: 1;
    }
    .search-wrapper-mobile
    {
        right: 36px;
    }
    .provider-pic-section img
    {
        width: 70%;
    }
    .patient-appointments-header-mobile
    {
        margin-top: 8px;
    }
    .schedule-button-mobile
    {
        margin-top: -43px;
    }
    .schedule-button-mobile .btn
    {
        float: right;
    }
    .patient-past-evisit-provider-pic-section img
    {
        width: 70%!important;
    }
    .mobile-top-header
    {
        margin-left: -4px;
    }
    .patient-appointments-section-mobile
    {
        padding: 10px 15px 10px 15px;
        width: 100%;
        z-index: 1;
        margin-top: 17px;
        margin-left: -12px;
    }
    .session-timeout-modal-buttons
    {
        width: 50%!important;
    }
    .sq-section-mobile
    {
        margin-bottom: 20px;
    }
    .patient-detail-medical-history-tab-mobile h6 .ess-left
    {
        width: 95%!important;
    }
}

@media screen and (max-width: 767px)
{
    /*** iPhone and iOS Form Input Zoom Fixes ***/
    select, select:focus, 
    textarea, textarea:focus, 
    input[type="text"], input[type="text"]:focus, 
    input[type="password"], input[type="password"]:focus,
    input[type="number"], input[type="number"]:focus
    { 
        font-size: 16px!important;
    }
}
