header {
    height: 140px;
    box-shadow: 0px 01px 05px #ccc;
}
html[dir=ltr] li a {
    margin-left: 0px;
}
.Top-Header {
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Lang-Wrap {
    margin: 0px;
    line-height: 28px;
    padding: 0 0px 0 0px;
}

    .Lang-Wrap a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 300;
        text-decoration: none;
    }

        .Lang-Wrap a:hover {
            color: #28a6ec;
        }
.section-knowledge {
    background: #fff;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.Top-Links {
    padding: 0px;
    margin: 0px;
    float: right;
}

    .Top-Links li {
        float: left;
        list-style: none;
    }

        .Top-Links li a {
            color: #fff;
            font-size: 14px;
            padding-left: 10px;
            text-decoration: none;
            margin: 0px;
        }

            .Top-Links li a:hover {
                color: #28a6ec;
            }

.Shopping-Cart {
    color: #ffb43e;
    font-weight: bold;
    position: relative;
    top: -5px;
    padding-right: 10px;
    font-size: 14px;
    margin-left: 10px;
}

    .Shopping-Cart:before {
        content: "";
        background-image: url(MTC-Cart.png);
        background-repeat: no-repeat;
        background-size: 46px;
        background-position: center;
        padding: 24px;
        position: absolute;
        left: -21px;
        top: -10px;
    }

.Hard-Download {
    width: 14px;
    height: 14px;
    fill: white;
    margin-right: 5px;
}

.MTCBranding {
    position: relative;
    top: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    box-shadow: 0px 01px 05px #b1b1b1;
}

    .sticky + .content {
        padding-top: 60px;
    }

    .sticky .navbar-container {
        padding: 0px 0 0px 0;
    }

    .sticky .MTCBranding {
        top: 7px;
    }

        .sticky .MTCBranding img {
            width: 60%;
        }

    .sticky .nav > li > a {
        line-height: 26px !important;
    }

.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 0px 0 0px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.section-knowledge .row {
    padding-top: 25px;
    padding-bottom: 0px;
}

.dropdown-toggle:focus {
    border: 0px dashed !important;
    border-color: transparent !important;
}

.caption-Align {
    left: 40%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 38px;
    /* text-transform: uppercase; */
    text-shadow: 0px 2px 2px rgba(0,0,0,.6);
    margin-bottom: 13px;
    padding-top: 0px;
    margin-top: 0px;
    color: #fff;
    font-weight: 100;
}

.carousel-caption h5 {
    color: #ff9c00;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
}

.sml_description {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    padding-top: 17px;
    color: #f1f1f1;
    margin-bottom: 40px;
    text-align: left;
}

.btn_blue {
    background: #29a6ec;
    color: #fff;
    border-radius: 3px;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border: none;
    text-shadow:none;
}
.btn_blue:hover {  background: #476cb3; color: #fff;}
.carousel-img {
    bottom: 20px;
    width: 40%;
    float: left;
    text-align: left;
}

.banner_content {
    position: absolute;
   /* right: 15%;*/
    bottom: 11%;
   /* left: 18%;*/
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 1200px;
}

.Slider-Inner {
    /*background: url(transparent.png) repeat center;
    background-size: cover;*/
   background-color: #000000ba;
}

.imgone {
    left: 0;
    position: relative;
    width: 100%;
    height: 490px !important;
    /*background-image: url(transparent.png);
    background-repeat:repeat;*/
    background-position: center;
    transform: translate3d(0, 0, 0);
}

.lineblue {
    width: 50px;
    height: 3px;
    margin: 25px 0px;
    background-color: #2fa4e7;
}
.lineblue:before {
    content:"";
    width: 80px; /* control the size */
    aspect-ratio: 8/0.8;
    background: conic-gradient(#ff9c00 50%, #2fa4e7 0) no-repeat;
    background-size: 200% 50%;
    animation: back 4s infinite linear;
    position: absolute;
}
@keyframes back {
  0%,
  100%{background-position: 0%   0%,0%   100%}
  25% {background-position: 100% 0%,0%   100%}
  50% {background-position: 100% 0%,100% 100%}
  75% {background-position: 0%   0%,100% 100%}
}


.headerbig {
    font-size: 40px;
    text-transform: none;
    font-weight: 400;
    color: #30a8ea !important;
    margin: 0;
}

    .headerbig span {
        color: #595959;
    }
.welcome-img{margin-left: 30px;
    margin-bottom: 30px;}
.welcome_txt p {
    border-top: solid #666666 0px;
    font-size: 17px;
    font-weight: lighter;
    line-height: 24px;
}

.welcome_txt2 {
    text-align: center;
}

    .welcome_txt2 h5 {
        font-size: 17px;
        font-weight: lighter;
        line-height: 28px;
        color: #444444;
        width: 70%;
        margin: 0px auto;
    }

.partnerhdr {
    font-size: 26px !important;
    color: #595959 !important;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
}

.partnerhdr2 {
    font-size: 32px !important;
    color: #30a8ea !important;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.appsource {
    background-image: url(appsource_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    overflow: hidden;
}

.leader {
    background-image: url(leader_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    overflow: hidden;
}

.appsource_div {
    width: 570px;
    float: right;
    text-align: left;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 90px;
}

.Site-backgorunds h2 {
    text-align: left;
    margin: 30px 0px 5px 0;
    text-transform: none;
    font-size: 42px;
    color: #21d0bf;
}

    .Site-backgorunds h2 span {
        color: #fff;
    }

.Site-backgorunds p {
    font-size: 18px;
    color: #fff;
    border: 0px;
}

.Site-backgorunds .btn {
    background: transparent;
    color: #fff;
    border: #fff solid 1px;
    border-radius: 0;
    padding: 8px 32px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s;
}

    .Site-backgorunds .btn:hover {
        background-color: #00000087;
        border: #000 solid 1px;
        transition: all 0.5s;
    }

.line3 {
    width: 50px;
    height: 3px;
    margin: 25px 0;
    background-color: #fff;
}
.line3:before {
    content:"";
    width: 80px; /* control the size */
    aspect-ratio: 8/0.8;
    background: conic-gradient(#ff9c00 50%, #fff 0) no-repeat;
    background-size: 200% 50%;
    animation: back 4s infinite linear;
    position: absolute;
}

.leader_div {
    width: auto;
    text-align: left;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 90px;
}

.Globally .row {
    padding-bottom: 0px;
}

.Site-backgorunds {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    .Site-backgorunds .row {
        padding-bottom: 0px;
    }

.Product-Sample {
    background-color: #fafafa;
}

.Products-header h2 {
    text-align: center;
    margin: 0px 0px 5px 0;
    text-transform: uppercase;
    font-size: 42px;
    color: #30a8ea;
}

    .Products-header h2 span {
        color: #595959;
    }

.Products-header .maintxt {
    font-size: 17px;
    font-weight: lighter;
    line-height: 28px;
    color: #444444;
}

.Product-Sample-Thumnails {
    padding: 15px;
}

.Product-Sample .row {
    padding-bottom: 0px;
}

.product_spinbox {
    width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
    background-color: #fff;
    border: #e4e4e4 solid 1px;
}

    .product_spinbox:hover {
        box-shadow: 0px 0px 16px -4px #979797;
        border: #979797 solid 1px;
        zoom: 109%;
        position: absolute;
        left: 0px;
        top: -14px;
        z-index: 1;
    }

    .product_spinbox h3 {
        padding: 15px 0;
        text-align: center;
        color: #595959;
        font-size: 22px;
        font-weight: 400;
        font-family: Calibri;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: auto;
    }

    .product_spinbox .icon-div {
        padding: 20px 0;
        margin: 0px;
        text-align: center;
        border-bottom: #e4e4e4 solid 1px;
        border-top: #e4e4e4 solid 1px;
    }

        .product_spinbox .icon-div span {
            padding: 0px;
            width: 88px;
            height: 88px;
            padding-top: 25px;
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 25px;
            margin: 0px;
            text-align: center;
            border-radius: 50%;
        }

    .product_spinbox .Productimg {
        width: 50px;
        height: 50px;
    }

    .product_spinbox .sml_dicp {
        color: #7e888c;
        font-size: 16px;
        text-align: center;
        padding: 15px;
        margin-bottom: 15px;
        line-height: 20px;
        max-height: 95px;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .product_spinbox .pro_price {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: #e4e4e4 solid 1px;
        border-top: #e4e4e4 solid 1px;
        padding: 20px 0px;
    }

        .product_spinbox .pro_price p {
            margin: 0px;
        }

    .product_spinbox .pro_btn {
        padding: 20px 0px;
        margin: 0px;
        text-align: center;
    }

        .product_spinbox .pro_btn a {
            background: #fff;
            color: #1784c1;
            border: #29a6ec solid 1px;
            border-radius: 0;
            padding: 6px 32px;
            text-transform: uppercase;
            margin-top: 5px;
        }

.pro_btn a:hover {
    background: #476cb3;
    color: #fff;
    border: #476cb3 solid 1px;
    border-radius: 0;
    padding: 6px 32px;
    text-transform: uppercase;
    margin-top: 5px;
}

.View_btn-Content {
    padding: 0px;
    margin: 0px;
}

.View_btn-Inner {
    text-align: center;
}

.View_btn-Content .btn_blue {
    background: #29a6ec;
    color: #fff;
    border-radius: 3px;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

    .View_btn-Content .btn_blue:hover {
        background: #0e79b5;
    }

.Nav-footer {
    margin-bottom: 50px;
}

.footer_head {
    color: #cdcdcd;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 40px;
}

.Social-Icons {
    margin: 0px;
    padding-bottom: 40px;
    overflow: hidden;
}

    .Social-Icons ul {
        margin: 0px;
        padding-top: 10px;
        padding-left: 0;
    }

        .Social-Icons ul li {
            float: left;
            list-style: none;
        }

            .Social-Icons ul li a {
                border: 1px solid #777;
                padding-top: 10px;
                padding-left: 7px;
                padding-right: 7px;
                padding-bottom: 5px;
                border-radius: 50%;
                text-decoration: none;
                margin-right: 5px;
                color: #777;
            }

                .Social-Icons ul li a:hover {
                    background-color: transparent;
                    color: #28a6ec;
                }

            .Social-Icons ul li svg {
                fill: #777;
                width: 18px;
            }

                .Social-Icons ul li svg:hover {
                    fill: #28a6ec;
                }

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-bottom p {
        font-size: 13px;
    }

    .footer-bottom a {
        color: #28a6ec;
    }

.footer-Links {
    padding: 0px;
    margin: 0px !important;
}

    .footer-Links li {
        list-style: none;
        padding: 0px;
        line-height: 24px;
        float: left;
        width: 20%;
    }

        .footer-Links li a {
            color: #777;
            font-size: 14px;
            text-decoration: none;
        }

            .footer-Links li a:hover {
                color: #28a6ec;
            }

.yui-panel-container {
   display: none;
}

.xrm-attribute-value-empty, .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
    height: auto !important;
}

.xrm-editable-overlay {
    display: none;
}

.xrm-editable-hover {
    outline-offset: 0px !important;
    outline: 0px !important;
}
.Product-Container {
    padding: 0px;
    margin: 0px;
    background-image: url(Product_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}

.Product-Header {
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #595959;
}

    .Product-Header h1 {
        text-transform: uppercase;
        font-size: 42px;
    }

        .Product-Header h1 span {
            color: #30a8ea;
        }

.Content_AllProducts {
    background-color: rgba(0,0,0,0.80);
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 7px #737373 solid;
}

    .Content_AllProducts h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .Content_AllProducts h5 {
        color: #30a8ea;
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.Products-Buttons {
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
}

    .Products-Buttons ul {
        padding: 0px;
        margin: 0px;
    }

        .Products-Buttons ul li {
            display: inline-block;
            list-style: none;
            padding-right: 5px;
            padding-left: 5px;
            background-color: transparent;
            border-bottom: none;
            background-image: none;
        }

            .Products-Buttons ul li a {
                display: inline-block;
                color: #b5b5b5;
                background-color: transparent;
                border-color: #fff;
                font-size: 15px;
                font-weight: bold;
                margin-bottom: 15px;
                border: 1px solid #fff;
                padding: 6px 12px;
                border-radius: 4px;
                text-decoration: none;
                text-transform: uppercase;
            }

                .Products-Buttons ul li a:hover {
                    color: #fff;
                    background-color: #29a6ec;
                    border-color: #29a6ec;
                }

                .Products-Buttons ul li a.active {
                    background-color: #29a6ec;
                    border-color: #29a6ec;
                    color: #fff;
                }

.Product-Description {
    background-color: #fff;
}

    .Product-Description h4 {
        font-size: 24px;
    }
/*------------------------Product Box-----------------------------*/
.product_box {
    background-color: rgba(0,0,0,0.9);
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: 485px;
    cursor: pointer;
}

    .product_box:hover {
        background-color: #000000;
        border: #000000;
        border-radius: 5px;
        margin-top: 0px;
        margin-bottom: 15px; /*transition: all 0.3s;*/
    }

    .product_box a {
        text-decoration: none;
    }

.product_box_left {
    background-color: #fff;
    height: 148px;
    border-radius: 5px 0 0 5px;
}

.product_box:hover .product_box_left {
    background-color: #ffaf5a;
    height: 148px;
    border-radius: 5px 0 0 5px; /*transition: all 0.3s;*/
}

.product_box_pl {
    padding-left: 0px;
}

.product_box_img {
    padding-top: 49px;
    /*z-index: 9;*/
    position: absolute;
}

    .product_box_img img {
        height: 50px;
        width: 50px;
    }

.pricHead::after {
    border-bottom: 74px solid transparent;
    border-top: 74px solid transparent;
    border-left: 42px solid #fff;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

.product_box:hover .pricHead::after {
    border-bottom: 74px solid transparent;
    border-top: 74px solid transparent;
    border-left: 42px solid #ffaf5a;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    width: 0; /*transition: all 0.3s;*/
}

.product_box_right {
    padding: 10px 23px;
    height: 148px;
}

.product_box_name {
    font-size: 24px;
    color: #fff;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product_box:hover .product_box_name {
    font-size: 24px;
    color: #ffaf5a; /*transition: all 0.3s;*/
}

.product_box_des {
    font-size: 14px;
    color: #7d7d7d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 50px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.product_box:hover .product_box_des {
    font-size: 14px;
    color: #7d7d7d; /*transition: all 0.3s;*/
}

.prductbtn {
    color: #aaaaaa;
    font-size: 14px;
    top: -4px;
    position: relative;
}

.product_box:hover .prductbtn {
    color: #fff;
    font-size: 14px;
}

.PowerERP-Banner {
    background: url(/Power_ERP_Banner.jpg) #46accd 68% no-repeat !important;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

    .PowerERP-Banner .PowerERP {
        padding-top: 100px;
        padding-bottom: 150px;
    }

        .PowerERP-Banner .PowerERP h2 {
            position: absolute;
            top: -50px;
            font-size: 35px;
            font-weight: normal;
            font-family: 'Segoe UI', sans-serif;
            color: #fff;
            text-transform: capitalize;
        }

        .PowerERP-Banner .PowerERP p {
            color: #333333;
            font-size: 30px;
            font-family: 'Segoe UI', sans-serif;
            font-weight: 400;
            line-height: 50px;
        }

        .PowerERP-Banner .PowerERP ul {
            font-family: 'Segoe UI', sans-serif;
            padding: 0px;
            margin: 0px;
            position: absolute;
            bottom: -10px;
        }

            .PowerERP-Banner .PowerERP ul li {
                display: inline-block;
            }

                .PowerERP-Banner .PowerERP ul li a {
                    font-family: 'Segoe UI', sans-serif;
                    padding-right: 20px;
                    margin-right: 20px;
                    border-right: 2px solid #f3f3f3;
                    color: #fff;
                    line-height: 16px;
                    font-weight: 400;
                    font-size: 20px;
                    text-shadow: 0px 1px 1px #000000;
                    display: block;
                }

.product_box_ERP {
    background-color: rgba(255,255,255, 1);
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 0px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}

    .product_box_ERP:hover {
        box-shadow: 0px 1px 5px #b3b3b3;
    }

.product_box_ERPIimg {
    border-bottom: 2px solid #75ceff;
}

    .product_box_ERPIimg img {
        width: 100%;
        height: 124px;
    }

.product_box_ERPInner {
    width: 100%;
    padding: 5px 15px 15px 15px;
}

.product_box_ERP h4 {
    font-family: Segoe UI, sans-serif;
    color: #1b738f;
    font-size: 20px;
    min-height: 55px;
    margin-bottom: 0px;
}

.product_box_ERP .PriceERP {
    background-color: #f1f1f1;
    padding: 15px 15px 20px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    position: relative;
}

    .product_box_ERP .PriceERP strong {
        font-size: 18px;
    }

/*.product_box_ERP .PriceERPbtn {
	float: right;
	background-color: #a82c1f;
	color: #fff;
	padding: 5px 35px;
	border-radius: 6px;
	font-size: 16px;
}*/
.product_box_ERP a {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #4ca5ff;
    color: #fff;
    padding-top: 0px;
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 01px;
    padding-right: 0px;
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none;
    width: 80px;
    text-align: center;
}

    .product_box_ERP a:after {
        content: "\203A";
        position: relative;
        right: -10px;
        top: 0px;
        background-color: #4595e4;
        padding: 0px 7px;
        font-size: 17px;
        line-height: 22px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

.Webinar-Banner {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    background-image: url(/Webinar_Banner.jpg) !important;
}

.webinar-body {
    padding: 20px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

    .webinar-body h2 {
        color: #476cb3;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .webinar-body .LearnMore {
        position: relative;
        display: inline-block;
        margin-top: 5px;
    }

        .webinar-body .LearnMore a {
            position: relative;
            background-color: #4ca5ff;
            color: #fff;
            padding-top: 5px;
            font-size: 11px;
            padding-left: 10px;
            padding-bottom: 5px;
            padding-right: 10px;
            border-radius: 12px;
            text-transform: uppercase;
            text-decoration: none;
            width: auto;
            text-align: center;
        }

            .webinar-body .LearnMore a:after {
                content: "\203A";
                position: relative;
                right: -7px;
                top: 1px;
                background-color: #4595e4;
                padding-left: 5px;
                padding-right: 5px;
                font-size: 17px;
                border-top-right-radius: 12px;
                border-bottom-right-radius: 12px;
            }

.Technology-content {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 5px 0px;
    margin-bottom: 20px;
}

    .Technology-content p {
        margin: 0px;
    }

    .Technology-content .EventDate {
        text-align: center;
    }

    .Technology-content .TimerMintes {
        text-align: right;
        padding-right: 10px;
    }

.webinar-body:hover {
    background-color: #f3f3f3;
}

.Webmair-main {
    padding: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

.Webinarctnt {
    margin: 0px;
    padding: 20px 10px 10px 10px;
    background-color: #f3f3f3;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .Webinarctnt ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .Webinarctnt ul li {
            display: contents;
        }

            .Webinarctnt ul li a {
                border: 1px solid #ccc;
                padding: 2px 10px;
                font-size: 14px;
                color: #000;
                margin-left: 0px;
                margin-bottom: 5px;
                margin-right: 0px;
                display: inline-block;
            }

                .Webinarctnt ul li a:hover {
                    color: #fff;
                    background-color: #476cb3;
                    border: 1px solid #476cb3;
                }

                .Webinarctnt ul li a.active {
                    color: #f9f9f9;
                    background-color: #476cb3;
                    border: 1px solid #476cb3;
                }

    .Webinarctnt #Btn-All {
        clear: left;
        width: 55px;
        padding-top: 15px;
        padding-bottom: 10px;
        float: left;
        background-color: #476cb3;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border: 1px solid #476cb3;
        margin-right: 15px;
        position: relative;
    }

        .Webinarctnt #Btn-All:before {
            content: "\2023";
            font-size: 70px;
            position: absolute;
            color: #476cb3;
            top: -23px;
            right: -20px;
            z-index: 1;
        }

    .Webinarctnt #Btn-Media {
        float: left;
        background-color: #476cb3;
        color: #fff;
        text-align: center;
        border: 1px solid #476cb3;
        margin-right: 15px;
        position: relative;
    }

        .Webinarctnt #Btn-Media:after {
            content: "\2023";
            font-size: 44px;
            position: absolute;
            color: #476cb3;
            top: -20px;
            z-index: 1;
            right: -14px;
        }

    .Webinarctnt .Btn-Listing {
        position: absolute;
        right: 0px;
        top: 50px;
    }

        .Webinarctnt .Btn-Listing div {
            border: 1px solid #f3f3f3;
            font-size: 25px;
            color: #048fdb;
            text-align: center;
        }


    .Webinarctnt span {
        margin: 15px 0px;
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #ccc;
    }

.Webmair-header {
    padding-bottom: 0px;
}

    .Webmair-header:before {
        content: "";
        width: 101%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 65px;
        left: 0;
        margin-left: -10px;
    }

    .Webmair-header:after {
        content: "";
        width: 4px;
        height: 100%;
        padding: 90px 0;
        background-color: #fff;
        position: absolute;
        top: -18px;
        right: 0px;
    }

.WebinarBtn {
    background-color: #f1f1f1;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 15px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

    .WebinarBtn a {
        position: static;
        top: 15px;
        right: 15px;
        background-color: #4ca5ff;
        color: #fff;
        padding-top: 5px;
        font-size: 12px;
        line-height: 12px;
        padding-left: 10px;
        padding-bottom: 2px;
        padding-right: 0px;
        border-radius: 12px;
        text-transform: uppercase;
        text-decoration: none;
        width: 115px;
        margin: 0px auto;
        text-align: center;
    }

        .WebinarBtn a:after {
            content: "\203A";
            position: relative;
            right: -10px;
            top: 0px;
            background-color: #4595e4;
            padding: 0px 7px;
            font-size: 17px;
            line-height: 22px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

.PowerERP-Logo-Content {
    padding-top: 20px;
    margin: 0px;
    border: 1px solid #ccc;
}

    .PowerERP-Logo-Content ul {
        padding: 0px;
        margin: 0px;
    }

        .PowerERP-Logo-Content ul li {
            display: inline-block;
        }

            .PowerERP-Logo-Content ul li a {
                display: block;
                vertical-align: middle;
                margin-right: 5px;
                padding-top: 05px;
                height: 100px;
            }

            .PowerERP-Logo-Content ul li img {
                width: 220px;
                height: auto;
            }

.Content-Container {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #444;
}

.Content-Banner {
    background-image: url(/banner_inner_bg.jpg);
    background-attachment: local;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    font-weight: lighter;
}

    .Content-Banner h2 {
        font-size: 38px;
        font-family: calibri;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

        .Content-Banner h2 span {
            color: #75ceff
        }

    .Content-Banner h4 {
        /*font-size: 40px;*/
        font-family: calibri;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

.fa-hand-o-right {
    color: #f27522;
    margin-right: 5px;
}

.fa-pencil:before {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    top: 5px;
    margin-right: 12px;
    color: #555;
}

.Container-Content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .Container-Content h3 {
    }

        .Container-Content h3 span {
            color: #30a8ea;
        }

    .Container-Content .orange {
        color: #f27522;
    }

    .Container-Content .content-img {
        padding-left: 20px;
        padding-bottom: 10px;
    }

.Leveraging_box {
    background-color: #ffffcc;
    padding: 5px 20px;
    border: 1px solid #ccc;
}

.category_legend {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 0;
}

.legend_head {
    width: 15%;
    float: left;
    font-size: 23px;
    text-transform: uppercase;
    padding-left: 0;
}

.legend_text {
    width: 85%;
    float: left;
    padding-left: 15px;
    border-left: #ccc solid 1px;
}

.case_box {
    background-color: #fff;
    width: auto;
    border-top: #c6c6c6 solid 6px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 7px -1px #444;
    margin-bottom: 15px;
}

    .case_box .logo {
        text-align: center;
        padding: 15px;
        width: 100%;
        border-bottom: #ccc solid 1px;
        clear: both;
    }

    .case_box .testDis {
        /*text-align:center;*/
        padding: 0px;
        border-bottom: #ccc solid 1px;
        clear: both;
        overflow: hidden;
        width: 100%;
    }

    .case_box .readBtn {
        text-align: center;
        padding: 10px;
        clear: both;
    }

    .case_box svg {
        fill: #000;
        margin-right: 10px;
    }

.service_terms {
    padding: 5px 10px;
    width: 100%;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 13px;
}

    .service_terms.market {
        background-color: #b6b6b6;
    }

    .service_terms.location {
        background-color: #cbf6b2;
    }

    .service_terms.industry {
        background-color: #eabca0;
    }

    .service_terms.category {
        background-color: #fbfca1;
    }

    .service_terms.engagement {
        background-color: #e4bbe4;
    }

    .service_terms.technology {
        background-color: #c9e1f8;
    }

    .service_terms.services {
        background-color: #b1bdd4;
    }

.Education {
    padding: 0px;
    margin: 0px;
}

    .Education li {
        padding: 0px;
        margin: 0px;
        color: #737373;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .Education li a {
            padding-top: 20px;
            font-size: 20px;
            text-decoration: none;
            font-weight: 600;
            color: #737373;
            border: 0 !important;
            background-color: transparent !important;
        }

        .Education li:hover, .Education li.active {
            background-color: #737373;
            color: #fff;
        }

        .Education li a:hover, .Education li a.active {
            background-color: transparent;
            color: #fff;
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #929292;
}

.tab-content {
    padding: 0px;
    margin: 0px;
}

    .tab-content h2 {
        text-align: left;
        text-transform: none;
    }

        .tab-content h2 span {
            color: #30a8ea;
        }

    .tab-content h3 {
        font-size: 21px;
        color: #b9b9b9;
        padding-bottom: 0px;
    }

.thumbbox {
    padding: 0px;
    margin: 0px;
}

    .thumbbox ul {
        margin: 0px;
        list-style: none;
    }

        .thumbbox ul li {
            padding: 0px;
            margin: 0px;
        }

            .thumbbox ul li a {
                padding: 0px;
                margin: 0px;
                color: #bf8f5c;
                margin-left: 0px;
                white-space: normal;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline;
                line-height: 20px;
            }

                .thumbbox ul li a:hover {
                    color: #28a6ec;
                }

            .thumbbox ul li:before {
                content: "\2713";
                color: #30a8ea;
                padding: 4px;
                font-size: 20px;
                line-height: 19px;
                font-weight: bolder;
            }
/*----------------MSCloud Index----------------------------------------*/
.product-details {
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    padding: 0px;
    margin-bottom: 20px;
}

.product-details-img {
    /* min-height: 130px;*/
}

    .product-details-img.Dynamics365 {
        background-color: #00204f;
    }

    .product-details-img.MPAppsS365 {
        background-color: #d157ba;
    }

    .product-details-img.Office365 {
        background-color: #e35025;
    }

    .product-details-img.Azure365 {
        background-color: #0698eb;
    }

    .product-details-img.Microsoft365 {
        background-color: #777576;
    }

.product-details-description {
    padding: 20px;
}

.product-details-heading {
    margin: 0px;
}

    .product-details-heading img {
        float: left;
        margin-right: 10px;
    }

.product-details-description h3 {
    color: #474747;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-details-description span {
    padding-bottom: 15px;
    color: #9a9a9a;
}

.product-details-description p {
    padding-top: 10px;
    clear: both;
}

.product-details-see {
    border-top: 1px solid #ececec;
    padding: 10px 20px;
    color: #000;
    font-weight: 100;
}

    .product-details-see a {
        color: #000;
        text-decoration: none;
    }

        .product-details-see a:hover {
            color: #29a6ec;
        }
/*------------------------------------MsCloud_Navigation------------------------------------------*/
.MsCloud_Navigation {
    color: #444;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    border: 1px solid #d1d1d1;
    width: 100%;
    display: block;
    margin-bottom: 05px;
}

    .MsCloud_Navigation:hover {
        background-color: #eee;
        color: #29a6ec;
        text-decoration: none;
    }

.MSCloud-List {
    overflow: hidden;
    padding: 0px;
    margin: 0;
}

.Item_plan {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.Item_header {
    padding: 10px;
    border-bottom: #ccc solid 1px;
    margin: 0px;
}

    .Item_header h3 {
        margin: 0px;
        padding: 0px;
        font-size: 28px;
        color: #646464;
    }

    .Item_header p {
        font-size: 16px;
        color: #8f8f8f;
        padding: 5px 0 0 0;
        margin: 0px;
    }

    .Item_header span {
        color: #30a8ea;
        font-size: 18px;
    }

.Dynamics_Item {
    padding: 0px;
    border-bottom: #e5e5e5 solid 1px;
    overflow: hidden;
    position: relative;
}

    .Dynamics_Item ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Dynamics_Item ul li {
            padding: 10px;
            margin: 0px;
        }

    .Dynamics_Item a {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #4ca5ff;
        color: #fff;
        padding-top: 0px;
        font-size: 12px;
        padding-left: 5px;
        padding-bottom: 01px;
        padding-right: 0px;
        border-radius: 12px;
        text-transform: uppercase;
        text-decoration: none;
        width: 80px;
        text-align: center;
    }

        .Dynamics_Item a:after {
            content: "\203A";
            position: relative;
            right: -3px;
            top: 0px;
            background-color: #4595e4;
            padding: 0px 7px;
            font-size: 17px;
            line-height: 22px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

    .Dynamics_Item:hover {
        background-color: #eeeeee;
    }

    .Dynamics_Item strong {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.MicrosoftAzure {
    padding: 10px;
    line-height: 10px;
}

    .MicrosoftAzure ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .MicrosoftAzure ul li .Item_name label {
            font-size: 16px;
            color: #4d4d4d;
            font-weight: bold;
        }

    .MicrosoftAzure:hover {
        background-color: #eeeeee;
    }

.Item_Disp {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 14px;
    color: #464646;
    line-height: 18px;
    /*max-height: 53px; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical;*/
}

.Dynamics_Item .Item_name {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Dyanmics365 .lblPuprices {
    font-size: 14px;
    line-height: 15px;
    padding-right: 40px;
    color: #bf6503;
    padding-left: 0;
    text-align: right;
    display: block;
}

    .Dyanmics365 .lblPuprices span {
        font-size: 19px;
        font-weight: bold;
        color: #000;
        padding-right: 02px
    }

.Dyanmics365:nth-child(3) .lblPuprices:last-child,
.Dyanmics365:nth-child(4) .lblPuprices:last-child,
.Dyanmics365:nth-child(5) .lblPuprices:last-child {
    font-size: 12px;
    line-height: 15px;
    padding-right: 40px;
    color: #bf6503;
    padding-left: 0;
    text-align: right;
    display: block;
}

    .Dyanmics365:nth-child(3) .lblPuprices:last-child span,
    .Dyanmics365:nth-child(4) .lblPuprices:last-child span,
    .Dyanmics365:nth-child(5) .lblPuprices:last-child span {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        padding-left: 05px
    }


.Dynamics_Item .lblPuprice {
    font-size: 14px;
    line-height: 15px;
    padding-right: 25px;
    color: #bf6503;
    padding-left: 0;
    text-align: right;
    display: block;
}

    .Dynamics_Item .lblPuprice span {
        font-size: 19px;
        font-weight: bold;
        color: #000;
        padding-right: 02px
    }

.Dynamics_Item .lblPuprice-PowerApps {
    font-size: 14px;
    line-height: 15px;
    padding-right: 0px;
    color: #bf6503;
    padding-left: 0;
    text-align: right;
    display: block;
    position: relative;
    right: -20px;
}

    .Dynamics_Item .lblPuprice-PowerApps span {
        font-size: 19px;
        font-weight: bold;
        color: #000;
        padding-right: 02px
    }

.Dynamics_Item .per-val {
    font-size: 14px;
    color: #bf6503;
    padding-right: 10px
}

.Product-Header-Description {
    padding: 20px 0;
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: lighter;
    overflow: hidden;
}

    .Product-Header-Description h1 {
        margin-bottom: 0px;
        text-align: left;
        color: #43b7f7;
        font-weight: bold;
        text-transform: uppercase;
    }

    .Product-Header-Description
    .Product-Description_Logo {
        text-align: right;
        padding-top: 0px;
    }

        .Product-Header-Description
        .Product-Description_Logo img {
            width: 100px;
        }

.Description-Product {
    padding: 0px;
    margin: 0px;
}

    .Description-Product .screen {
        display: none;
    }

    .Description-Product .image-row {
        display: none;
    }

.Prodcut-Bottom {
}

.Product-Pannels {
    border: #337ab7 solid 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-radius: 4px;
}

    .Product-Pannels h4 {
        color: #fff;
        font-size: 20px;
        background-color: #337ab7;
        border-color: #337ab7;
        padding: 05px 10px;
        margin: 0;
    }

    .Product-Pannels h3:before {
        content: "";
    }

    .Product-Pannels strong {
        font-weight: bolder;
        color: #db8600;
        margin-right: 10px;
        margin-left: 20px;
    }

    .Product-Pannels .fullinfo {
        margin-left: 20px;
        margin-top: 10px;
    }

.Pricing-Ordering {
    margin: 15px 0;
    list-style: none;
    padding: 0px 20px;
}

    .Pricing-Ordering strong {
        font-family: Calibri;
        font-weight: bolder;
        font-size: 22px;
        line-height: 18px;
        color: #db8600;
        margin: 0px;
    }

.Product-Pannels a {
    margin-top: 10px;
    margin-left: 20px!important;
}

.Product-Pannels .Section-Details {
    margin: 15px 0;
    list-style: none;
    padding: 0px 20px;
}

    .Product-Pannels .Section-Details strong {
        margin-right: 0px;
        margin-left: 0px;
    }

.Files-Documentation {
    margin: 15px 0;
    list-style: none;
    padding: 0px 0px;
}

    .Files-Documentation li a {
        color: #212121;
        text-decoration: none;
        font-weight: bold;
        font-size: 15px;
        padding: 4px 0px 4px 0px;
    }

    .Files-Documentation li span {
        color: #646464;
        font-size: 13px;
        font-weight: 600;
        margin-left: 45px;
        line-height: 28px;
    }

    .Files-Documentation li a:before {
        content: "\2193";
        font-weight: 700;
        color: #db8600;
        font-size: 21px;
        padding-right: 5px;
        line-height: 18px;
        text-shadow: 0px 1px #db8600;
    }

.Download-License {
    margin: 15px 0;
    list-style: none;
    padding: 0px 0px;
}

    .Download-License li a {
        color: #212121;
        text-decoration: none;
        font-weight: bold;
        font-size: 15px;
        line-height: 28px;
        padding: 4px 0px 4px 0px;
    }

        .Download-License li a:before {
            content: "\2193";
            font-weight: 700;
            color: #db8600;
            font-size: 21px;
            padding-right: 5px;
            line-height: 18px;
            text-shadow: 0px 1px #db8600;
        }

.Product-Pannels .Try {
    padding-bottom: 5px;
    border-bottom: 1px solid #337ab7;
}

.Product-Pannels .Buy {
    padding: 0px;
    margin: 0px;
}

    .Product-Pannels .Buy div {
        padding: 0px;
        margin: 0px;
    }

        .Product-Pannels .Buy div span {
            width: 57%;
            display: inline-block;
            line-height: 24px;
            font-weight: 600;
        }

        .Product-Pannels .Buy div strong {
            width: 115px;
            line-height: 24px;
            font-size: 20px;
            color: #db8600;
            font-family: Calibri;
            font-weight: bold;
            margin-bottom: 0;
            text-align: right;
            display: inline-block;
        }

        .Product-Pannels .Buy div input {
            float: right;
            width: 14px;
            height: 14px;
        }

.AdditionalUsers .chkacc {
    float: right;
    width: 14px;
    height: 14px;
}

.AdditionalUsers .TeamUser,
.AdditionalUsers .Accounting-table,
.AdditionalUsers .TimeMaterialBilling {
    border-bottom: 1px solid #337ab7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.Share-This {
    margin: 15px 0;
    list-style: none;
    padding: 0px 20px;
    overflow: hidden;
}

    .Share-This ul {
        padding: 0;
        margin: 0;
    }

        .Share-This ul li {
            list-style: none;
            display: inline-block;
        }

            .Share-This ul li a {
                padding: 05px 10px;
                margin-right: 1px;
                margin-left: 0;
                color: #fff;
                font-size: 14px;
                border-radius: 6px;
            }

            .Share-This ul li span {
                position: relative;
                top: 2px;
            }

    .Share-This .twitter-share-button {
        background-color: #1da1f2;
    }

        .Share-This .twitter-share-button:hover {
            background-color: #0079c3;
        }

    .Share-This .facebook-share-button {
        background-color: #3b5998;
    }

        .Share-This .facebook-share-button:hover {
            background-color: #153577;
        }

    .Share-This .linkdin-share-button {
        background-color: #007bb5;
    }

        .Share-This .linkdin-share-button:hover {
            background-color: #005177;
        }

.thumb_box {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .thumb_box label:hover {
        color: #fff !important;
    }

    .thumb_box:hover {
        background-color: transparent;
    }



.loadingpanel {
    z-index: 999999;
}

.Loading-Panel, .loadingpanel {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.Loading-Content {
    margin: 20% auto 0 auto;
}

.Products-Details {
    width: 115px;
    font-size: 18px;
    color: #fff;
    margin: auto;
    text-align: center;
}

.CardsList {
    position: relative;
}

    .CardsList h4 {
        color: #476cb3;
        font-weight: bold;
        padding-bottom: 25px;
    }

        .CardsList h4:after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #2fa4e7;
            width: 50px;
            top: 40px;
            left: 0;
        }

.Payment_Cards {
    padding: 0;
    margin: 0;
}

    .Payment_Cards .tab-title,
    .Payment_Cards .section-title {
        color: #476cb3;
        font-weight: bold;
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 25px;
    }

        .Payment_Cards .tab-title:after,
        .Payment_Cards .section-title:after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #2fa4e7;
            width: 50px;
            top: 45px;
            left: 0;
        }

    .Payment_Cards .crmEntityFormView .cell {
        padding-left: 0px;
        padding-bottom: 10px;
        margin: 0px;
    }

    .Payment_Cards .input-group input {
        background-color: #eee;
    }

    .Payment_Cards .btn-default {
        border: 1px solid #ccc;
        color: #476CB3;
    }

    .Payment_Cards .crmEntityFormView .actions {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .Payment_Cards .crmEntityFormView fieldset {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .Payment_Cards .crmEntityFormView .tab {
        margin-bottom: 0px;
    }

.Services {
    padding: 20px 10px;
    margin-top: -1px;
    border: 1px solid #ccc;
}

    .Services h3 {
        color: #28a6ec;
        font-size: 24px;
    }

    .Services h4 {
        font-size: 17px;
    }

    .Services .Section-Inner {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

        .Services .Section-Inner:hover {
            background-color: #f1f1f1;
        }

.Service_Tab {
    padding: 0px;
    margin: 0px;
}

    .Service_Tab ul {
        padding: 0px;
        margin: 0px;
    }

    .Service_Tab li {
        padding: 10px 0px;
        margin: 0px;
        color: #737373;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .Service_Tab li a {
            padding-top: 10px;
            font-size: 16px;
            text-decoration: none;
            font-weight: 200;
            line-height: 40px;
            color: #737373;
            border: 0 !important;
            background-color: transparent !important;
        }

        .Service_Tab li:hover {
            background-color: #eee;
            color: #f27522;
            border-left: 1px solid #fff;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
        }

        .Service_Tab li.active {
            background-color: #fff;
            color: #f27522;
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

    .Service_Tab .nav-tabs > li.active > a,
    .Service_Tab .nav-tabs > li.active > a:hover,
    .Service_Tab .nav-tabs > li.active > a:focus {
        color: #f27522;
    }

.Request-Form {
    padding: 0px;
    margin: 0px;
}

    .Request-Form .crmEntityFormView .tab-title {
        display: none;
    }

    .Request-Form .crmEntityFormView .cell {
        padding: 0 5px 02px 0;
        margin: 0px;
    }

    .Request-Form .crmEntityFormView fieldset {
        margin-bottom: 0px;
    }

    .Request-Form .crmEntityFormView .actions {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0px;
        border: 0px;
        clear: both;
    }

    .Request-Form .crmEntityFormView .tab {
        margin-bottom: 0px;
    }

    .Request-Form textarea {
        height: auto;
    }

    .Request-Form .captcha-cell {
        margin-top: 10px;
        position: relative;
    }

        .Request-Form .captcha-cell img {
            border: 1px solid #ccc;
            padding: 1px;
            float: left;
            margin-right: 20px;
            box-shadow: 0px 1px 1px #000;
        }

        .Request-Form .captcha-cell p {
            margin-left: 70%;
            position: absolute;
            top: 0;
            width: 200px;
        }

    .Request-Form p input {
        margin-right: 0px;
        margin-top: 0px;
        border: 1px solid #ccc;
    }

    .Request-Form p label {
        font-size: 12px;
    }

    .Request-Form .section tr:nth-child(3) td:nth-child(2) .info {
        display: none;
    }

.Request-Services {
    padding: 20px;
    margin: 0px;
}

    .Request-Services .crmEntityFormView .tab-title {
        display: none;
    }

    .Request-Services .crmEntityFormView .cell {
        padding: 0 5px 02px 0;
        margin: 0px;
    }

    .Request-Services .crmEntityFormView fieldset {
        margin-bottom: 0px;
    }

    .Request-Services .crmEntityFormView .actions {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0px;
        border: 0px;
        clear: both;
    }

    .Request-Services .section tr:nth-child(3) td:nth-child(2) .info {
        display: none;
    }

    .Request-Services.crmEntityFormView .tab {
        margin-bottom: 0px;
    }

    .Request-Services textarea {
        height: auto;
    }

    .Request-Services .captcha-cell {
        margin-top: 10px;
        position: relative;
    }

        .Request-Services .captcha-cell img {
            border: 1px solid #ccc;
            padding: 1px;
            float: left;
            margin-right: 20px;
            box-shadow: 0px 1px 1px #000;
        }

        .Request-Services .captcha-cell p {
            margin-left: 32%;
            position: absolute;
            top: 0;
            width: 200px;
        }

    .Request-Services p input {
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #ccc;
    }

.PaymentProcessEdit {
    padding: 0px;
    margin: 0px;
}

    .PaymentProcessEdit .tab-title,
    .PaymentProcessEdit .section-title {
        color: #476cb3;
        font-weight: bold;
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 25px;
    }

        .PaymentProcessEdit .tab-title:after,
        .PaymentProcessEdit .section-title:after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #2fa4e7;
            width: 50px;
            top: 45px;
            left: 0;
        }

    .PaymentProcessEdit .crmEntityFormView .cell {
        padding-left: 0px;
        padding-bottom: 10px;
        margin: 0px;
    }

    .PaymentProcessEdit .input-group input {
        background-color: #eee;
    }

    .PaymentProcessEdit .btn-default {
        border: 1px solid #ccc;
        color: #476CB3;
    }

    .PaymentProcessEdit .crmEntityFormView .actions {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .PaymentProcessEdit .crmEntityFormView fieldset {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .PaymentProcessEdit .crmEntityFormView .tab {
        margin-bottom: 0px;
    }

.tbl-comman {
    padding: 0px;
}

    .tbl-comman td {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

.Product_Grids {
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

    .Product_Grids table {
        margin: 0px;
        padding: 0px;
    }

        .Product_Grids table td {
            color: #bfbfbf;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }

.Calenders-Grids {
    padding: 0px;
    margin: 0px;
}

    .Calenders-Grids h3 {
        color: #fff;
    }

    .Calenders-Grids h4 {
        color: #30a8ea;
        font-size: 18px;
    }

    .Calenders-Grids section {
        color: #bfbfbf;
        background-color: rgba(0,0,0,0.6);
        padding: 1px 15px 20px 15px;
        font-weight: 100;
        margin-bottom: 15px;
        border-bottom: 2px solid #fff;
    }

        .Calenders-Grids section:hover {
            background-color: #000;
        }

    .Calenders-Grids .Calenders-button {
        line-height: 16px;
        margin-top: 20px;
    }

    .Calenders-Grids .item_pricing {
        color: #bc3a00;
        font-family: calibri;
        font-size: 16px;
        font-weight: bold;
    }

    .Calenders-Grids section span {
        margin-right: 10px;
    }

.MS-Cloud-Details {
    padding: 0px;
    margin: 0px;
}

    .MS-Cloud-Details .Overview,
    .MS-Cloud-Details .freture,
    .MS-Cloud-Details .user, .MS-Cloud-Details .screen {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .MS-Cloud-Details table {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        .MS-Cloud-Details table th {
            background-color: #ececec;
            border-right: 1px solid #ccc;
            padding: 03px 10px !important;
            border-bottom: 1px solid #ccc;
        }

        .MS-Cloud-Details table td {
            border-right: 1px solid #ccc;
            padding: 0px 10px !important;
            border-bottom: 1px solid #ccc;
        }
/*-------------------------------------------Services---------------------------------------------------*/
.price {
    font-size: 16px !important;
    font-weight: bold;
    color: #AA5800;
}

.price_tbl {
    border: #a0a0a0 solid 1px;
    border-right: none;
}

    .price_tbl th {
        text-align: left;
        background-color: #ccc;
        padding: 6px 5px;
        border-right: #a0a0a0 solid 1px;
        border-bottom: #a0a0a0 solid 1px;
    }

    .price_tbl td {
        padding: 6px 5px;
        border-right: #a0a0a0 solid 1px;
    }

.E_program {
    font-size: 15px;
    color: #B85F00;
    font-weight: bold;
}

.product_link {
    color: #016AA5;
    text-decoration: none;
}

    .product_link:hover {
        color: #fe5404;
        text-decoration: underline;
    }

.rightside-cnt {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 01px #333;
    border: 1px solid #016AA5;
    margin: 0px;
    overflow: hidden;
}

    .rightside-cnt input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
    }

.footertable {
    width: 100%;
    margin: 10px auto;
}

.Contact-Content {
    padding: 0px;
    margin: 0px;
}

    .Contact-Content .crmEntityFormView .cell {
        padding: 0 10px 10px 0;
        margin: 0px;
    }

    .Contact-Content .crmEntityFormView fieldset {
        margin: 0px;
    }

    .Contact-Content .crmEntityFormView .tab {
        margin: 0px;
    }

    .Contact-Content .crmEntityFormView .actions {
        border: 0;
        margin: 0;
        padding: 0px;
        display: none;
    }

    .Contact-Content .section tr:nth-child(5),
    .Contact-Content .section tr:nth-child(6),
    .Contact-Content .section tr:nth-child(8) {
        display: none;
    }

    .Contact-Content .captcha-cell {
        margin-top: 05px;
        position: relative;
        overflow: hidden;
    }

        .Contact-Content .captcha-cell #captchaid {
            width: 65px;
            margin-right: 2px;
            font-size: 24px;
            margin-bottom: 5px;
        }

        .Contact-Content .captcha-cell #refresh {
            margin-right: 2px;
            border-color: #ccc;
            cursor: pointer;
            margin-bottom: 5px;
        }

        .Contact-Content .captcha-cell #captchaentervalue {
            width: 100%;
            font-size: 24px;
            color: #28a6ec;
            margin-bottom: 5px;
        }

.Contact-Content .captcha-cell .col-md-6 {
    width: 100%;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.Content-Right {
    background-color: #eaeaea;
    border-radius: 4px;
    width: 100%;
    padding: 30px;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 15px;
}

    .Content-Right .contactinfo {
        clear: both;
        padding-left: 65px;
    }

        .Content-Right .contactinfo a {
            color: #444;
            font-weight: bold;
            font-size: 18px;
        }

.RequestforQuote {
    padding: 20px;
    margin: 0px;
}

    .RequestforQuote .crmEntityFormView .cell {
        padding: 0 10px 10px 0;
        margin: 0px;
    }

    .RequestforQuote .section tr:nth-child(3) td {
        padding: 0 10px 0px 0 !important;
    }

    .RequestforQuote .section tr:nth-child(4),
    .RequestforQuote .section tr:nth-child(5),
    .RequestforQuote .section tr:nth-child(6),
    .RequestforQuote .section tr:nth-child(7),
    .RequestforQuote .section tr:nth-child(8) {
        display: none;
    }

    .RequestforQuote .crmEntityFormView fieldset {
        margin: 0px;
    }

    .RequestforQuote .crmEntityFormView .tab {
        margin: 0px;
    }

    .RequestforQuote .captcha-cell {
        margin-top: 10px;
        position: relative;
        overflow: hidden;
    }

        .RequestforQuote .captcha-cell img {
            border: 1px solid #ccc;
            padding: 1px;
            float: left;
            margin-right: 20px;
            box-shadow: 0px 1px 1px #000;
        }

        .RequestforQuote .captcha-cell p {
            margin-left: 32%;
            position: absolute;
            top: 0;
            width: 200px;
        }

    .RequestforQuote p input {
        margin-right: 10px;
        margin-top: 0px;
        border: 1px solid #ccc;
    }

    .RequestforQuote .crmEntityFormView .actions {
        border: 0px;
        margin: 0px;
    }

.Related-Products {
    padding-top: 20px;
    overflow: hidden;
}

.Partner-Login {
    padding: 20px;
    margin: 0px;
}

    .Partner-Login .crmEntityFormView .cell {
        padding: 0 10px 10px 0;
        margin: 0px;
    }

    .Partner-Login .section tr:nth-child(3) td {
        padding: 0 10px 0px 0 !important;
    }
    .Partner-Login .section tr:nth-child(7) td:first-child {position:absolute;margin-top: -125px;}
    .Partner-Login .crmEntityFormView fieldset {
        margin: 0px;
		    position: relative;
    }

    .Partner-Login .crmEntityFormView .tab {
        margin: 0px;
    }

    .Partner-Login .crmEntityFormView .actions {
        border-top: 0px solid #e5e5e5;
        margin: 0px 0;
        padding: 0px 0 0 0;
    }

.Services-model-Content {
    padding: 0px;
    margin: 0px;
}

    .Services-model-Content .crmEntityFormView .cell {
        padding: 0 10px 5px 0;
        margin: 0px;
    }

    .Services-model-Content .crmEntityFormView .tab .tab-column {
        width: 100% !important;
    }

    .Services-model-Content .crmEntityFormView fieldset {
        margin: 0px;
    }

    .Services-model-Content .crmEntityFormView .tab {
        margin: 0px;
    }

.paypalhover {
    padding: 20px;
    border: 1px solid #ccc;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

    .paypalhover:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 13%, #e1e1e1 60%, #f6f6f6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 13%,#e1e1e1 60%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 13%,#e1e1e1 60%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    }

.paypal-button.paypal-button-color-silver, .paypal-button.paypal-button-color-silver:hover {
    background-color: transparent;
}

.table-Cart {
    padding: 0px;
    margin: 0px;
}

    .table-Cart .crmEntityFormView .cell {
        padding: 0px;
    }

    .table-Cart .crmEntityFormView fieldset {
        margin: 0px;
    }

    .table-Cart .crmEntityFormView .tab {
        margin: 0px;
    }

    .table-Cart .view-grid {
        border: 1px solid #ccc;
    }

        .table-Cart .view-grid a {
            color: #444;
        }

        .table-Cart .view-grid table th:last-child .sr-only {
            position: static;
        }

        .table-Cart .view-grid .btn-default {
            border: 1px solid #ccc;
            color: #666;
        }

    .table-Cart .form-custom-actions .btn {
        color: #fff;
        background-color: #476cb3;
        border-color: #476cb3;
    }

.Model-Download {
    border: 0px;
    min-height: 325px;
}

#content-container .crmEntityFormView .tab .tab-column {
    margin: 0;
    width: 100% !important;
}

#content-container .crmEntityFormView .cell {
    margin: 0px;
    padding: 0px 0px 05px 0px;
}

#content-container .crmEntityFormView .tab {
    margin: 0px;
}

.Caselist-tbl .view-grid {
    border: 1px solid #ccc;
}

    .Caselist-tbl .view-grid table {
        padding: 0px;
        margin: 0px;
    }

        .Caselist-tbl .view-grid table th a {
            color: #444;
        }

        .Caselist-tbl .view-grid table td a {
            color: #666;
        }

        .Caselist-tbl .view-grid table td .details-link {
            color: #28a6ec;
        }

.Caselist-tbl .grid-actions {
    border: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

    .Caselist-tbl .grid-actions ul.nav {
        padding: 0px;
        margin: 0px;
    }

        .Caselist-tbl .grid-actions ul.nav li .selected-view {
            color: #444;
            border: 1px solid #ccc;
            margin-left: 0;
        }


.Caselist-tbl .dropdown-menu li.active a {
    background-color: #476cb3;
    color: #fff !important;
}

.CaseCase-textfeilds {
    padding: 0px;
    margin: 0px;
}

    .CaseCase-textfeilds .crmEntityFormView .cell {
        padding-bottom: 10px;
        padding-top: 0px;
        padding-right: 10px;
        padding-left: 0px;
    }

    .CaseCase-textfeilds .tab-column table tr:nth-child(2),
    .CaseCase-textfeilds .tab-column table tr:nth-child(3),
    .CaseCase-textfeilds .tab-column table tr:nth-child(4) {
        display: none;
    }

    .CaseCase-textfeilds .crmEntityFormView .tab {
        margin: 0px;
    }

    .CaseCase-textfeilds .crmEntityFormView fieldset {
        margin: 0px;
    }

    .CaseCase-textfeilds .crmEntityFormView .actions {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .CaseCase-textfeilds .crmEntityFormView .cell textarea {
        max-height: 150px;
    }

.CaseDetails {
    padding: 0px;
    margin: 0px;
}

    .CaseDetails .crmEntityFormView .section .info {
        float: left;
        width: 200px;
    }

    .CaseDetails .crmEntityFormView .cell label {
        float: left;
        width: 200px;
    }

    .CaseDetails .crmEntityFormView .cell {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
    }

        .CaseDetails .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

        .CaseDetails .crmEntityFormView .cell div.control {
            float: left;
            clear: none;
            width: 60%;
        }

    .CaseDetails .crmEntityFormView .tab, .CaseDetails .crmEntityFormView fieldset {
        padding: 0px;
        margin: 0px;
    }

    .CaseDetails .crmEntityFormView .actions {
        padding: 0px;
        padding-left: 200px;
        margin: 0px;
        border: 0px;
    }

    .CaseDetails .crmEntityFormView .state, .crmEntityFormView .status {
        padding: 0px;
    }

.IssuesList .view-grid {
    border: 1px solid #ccc;
}

    .IssuesList .view-grid table {
        padding: 0px;
        margin: 0px;
    }

        .IssuesList .view-grid table th a {
            color: #444;
        }

        .IssuesList .view-grid table td a {
            color: #666;
        }

        .IssuesList .view-grid table td .details-link {
            color: #28a6ec;
        }

.IssuesList .grid-actions {
    border: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

    .IssuesList .grid-actions ul.nav {
        padding: 0px;
        margin: 0px;
    }

        .IssuesList .grid-actions ul.nav li .selected-view {
            color: #444;
            border: 1px solid #ccc;
            margin-left: 0;
        }

.IssuesList .dropdown-menu li.active a {
    background-color: #476cb3;
    color: #fff !important;
}

.CreateIssues {
    padding: 0px;
    margin: 0px;
}

    .CreateIssues .crmEntityFormView .cell {
        padding-bottom: 10px;
        padding-top: 0px;
        padding-right: 10px;
        padding-left: 0px;
    }

    .CreateIssues .crmEntityFormView .tab {
        margin: 0px;
    }

    .CreateIssues .crmEntityFormView fieldset {
        margin: 0px;
    }

    .CreateIssues .crmEntityFormView .actions {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .CreateIssues .crmEntityFormView .cell textarea {
        max-height: 150px;
    }

.IssueDetails {
    padding: 0px;
    margin: 0px;
}

    .IssueDetails .crmEntityFormView .section .info {
        float: left;
        width: 200px;
    }

    .IssueDetails .crmEntityFormView .cell {
        padding: 0px;
        width: 100%;
        /*float: left;*/
    }

        .IssueDetails .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

        .IssueDetails .crmEntityFormView .cell div.control {
            float: left;
            clear: none;
            width: 60%;
        }

    .IssueDetails .crmEntityFormView fieldset {
        margin: 0px;
    }

.Invoicelist_tbl .view-grid {
    border: 1px solid #ccc;
}

    .Invoicelist_tbl .view-grid table {
        padding: 0px;
        margin: 0px;
    }

        .Invoicelist_tbl .view-grid table th a {
            color: #444;
        }

        .Invoicelist_tbl .view-grid table td a {
            color: #666;
        }

        .Invoicelist_tbl .view-grid table td .details-link {
            color: #28a6ec;
        }

    .Invoicelist_tbl .view-grid .btn-default {
        border: 1px solid #ccc;
        color: #666;
    }

.Invoicelist_tbl .form-custom-actions .btn {
    color: #fff;
    background-color: #476cb3;
    border-color: #476cb3;
}

.Invoicelist_tbl .grid-actions {
    border: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

    .Invoicelist_tbl .grid-actions ul.nav {
        padding: 0px;
        margin: 0px;
    }

        .Invoicelist_tbl .grid-actions ul.nav li .selected-view {
            color: #444;
            border: 1px solid #ccc;
            margin-left: 0;
        }

.TimePostingList-tbl table th,
.TimePostingList-tbl table td{position: relative;}
.Invoicelist-Details {
    padding: 0px;
    margin: 0px;
}

    .Invoicelist-Details .crmEntityFormView .section .info {
        float: left;
        width: 200px;
    }

    .Invoicelist-Details .crmEntityFormView .cell {
        padding: 0px;
        width: 100%;
        float: left;
    }

        .Invoicelist-Details .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

        .Invoicelist-Details .crmEntityFormView .cell div.control {
            float: left;
            clear: none;
            width: 60%;
        }

    .Invoicelist-Details .tab-title {
        border: none;
        color: #28a6ec;
        font-size: 24px;
    }


    .Invoicelist-Details .subgrid-cell div {
        float: none !important;
        clear: both !important;
        width: 100% !important;
    }

    .Invoicelist-Details .view-grid {
        border: 1px solid #ccc;
    }

        .Invoicelist-Details .view-grid table {
            padding: 0px;
            margin: 0px;
        }

            .Invoicelist-Details .view-grid table th a {
                color: #444;
            }

            .Invoicelist-Details .view-grid table td a {
                color: #666;
            }

    .Invoicelist-Details .crmEntityFormView .actions {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .Invoicelist-Details .view-grid table td .details-link {
        color: #28a6ec;
    }

.Jobslist {
    padding: 0px;
    margin: 0px;
}

    .Jobslist .view-grid {
        border: 1px solid #ccc;
    }

        .Jobslist .view-grid table {
            padding: 0px;
            margin: 0px;
        }

            .Jobslist .view-grid table th a {
                color: #444;
            }

            .Jobslist .view-grid table td a {
                color: #666;
            }

            .Jobslist .view-grid table td .details-link {
                color: #28a6ec;
            }

        .Jobslist .view-grid .btn-default {
            border: 1px solid #ccc;
            color: #666;
        }

    .Jobslist .form-custom-actions .btn {
        color: #fff;
        background-color: #476cb3;
        border-color: #476cb3;
    }

.JobsDetails-tbl {
    padding: 0px;
    margin: 0px;
}

    .JobsDetails-tbl .crmEntityFormView .section .info {
        float: left;
        width: 200px;
    }

    .JobsDetails-tbl .crmEntityFormView .cell {
        padding: 0px;
        width: 100%;
        /*float: left;*/
    }

        .JobsDetails-tbl .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

    .JobsDetails-tbl .crmEntityFormView .state, .crmEntityFormView .status {
        padding: 0px;
    }

    .JobsDetails-tbl .crmEntityFormView .cell div.control {
        float: left;
        clear: none;
        width: 60%;
    }

    .JobsDetails-tbl .subgrid-cell label {
        border: none;
        color: #28a6ec;
        font-size: 24px;
        font-weight: normal;
    }

    .JobsDetails-tbl .subgrid-cell div {
        float: none !important;
        clear: both !important;
        width: 100% !important;
    }

    .JobsDetails-tbl .view-grid {
        border: 1px solid #ccc;
    }

        .JobsDetails-tbl .view-grid table {
            padding: 0px;
            margin: 0px;
        }

            .JobsDetails-tbl .view-grid table th a {
                color: #444;
            }

            .JobsDetails-tbl .view-grid table td a {
                color: #666;
            }

.TimePostings {
    padding: 0;
    margin: 0;
}

    .TimePostings .panel-default {
        border: 0
    }

    .TimePostings .panel-body {
        padding: 0;
    }

    .TimePostings .list-inline {
        padding: 0;
        margin: 0;
    }

    .TimePostings .panel-body .pull-left {
        margin-left: 100px;
    }

    .TimePostings .entitylist-filter-option-group {
        width: 30%;
        clear: both;
        display: block;
    }

        .TimePostings .entitylist-filter-option-group label {
            width: 75px;
            float: left;
            font-size: 15px;
            line-height: 1.42857;
            color: #333;
            margin-bottom: 5px;
            font-weight: bold;
        }

    .TimePostings .entitylist-filter-option .checkbox label {
        width: 100%;
    }

    .TimePostings .view-grid {
        border: 1px solid #ccc;
    }

    .TimePostings .grid-actions {
        border: 0;
        padding: 0;
        position: relative;
    }

        .TimePostings .grid-actions #approve {
            position: absolute;
            right: 60px;
        }

    .TimePostings .view-grid table {
        padding: 0px;
        margin: 0px;
    }

        .TimePostings .view-grid table th a {
            color: #444;
        }

        .TimePostings .view-grid table td a {
            color: #666;
        }

    .TimePostings .grid-actions ul.nav li .selected-view {
        color: #444;
        border: 1px solid #ccc;
        margin-left: 0;
    }

    .TimePostings .details-link {
        color: #29a6ec !important;
    }

    .TimePostings .view-grid .btn-default {
        border: 1px solid #ccc;
        color: #666;
    }

    .TimePostings .form-custom-actions .btn {
        color: #fff;
        background-color: #476cb3;
        border-color: #476cb3;
    }

.TimePostingDetails {
    padding: 0px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    .TimePostingDetails .crmEntityFormView .section .info {
        float: left;
        width: 160px;
    }

    .TimePostingDetails .crmEntityFormView .cell {
        padding: 0px;
        padding-bottom: 10px;
        width: 100%;
        /*float: left;*/
    }

        .TimePostingDetails .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

    .TimePostingDetails .crmEntityFormView .state, .crmEntityFormView .status {
        padding: 0px;
    }

    .TimePostingDetails .crmEntityFormView .cell div.control {
        float: left;
        clear: none;
        width: 60%;
    }

    .TimePostingDetails .crmEntityFormView fieldset {
        margin: 0px;
    }

    .TimePostingDetails .crmEntityFormView .tab {
        margin: 0px;
    }

    .TimePostingDetails .crmEntityFormView .actions {
        margin: 0px;
        margin-left: 160px;
        border: 0px;
        padding: 0px;
    }

.MyPurchasedProducts {
    padding: 0px;
    margin: 0px;
}

    .MyPurchasedProducts .view-grid {
        border: 1px solid #ccc;
    }

        .MyPurchasedProducts .view-grid table {
            padding: 0px;
            margin: 0px;
        }

            .MyPurchasedProducts .view-grid table th a {
                color: #444;
                padding-left: 0px;
            }

            .MyPurchasedProducts .view-grid table td a {
                color: #666;
            }

            .MyPurchasedProducts .view-grid table td .details-link {
                color: #28a6ec;
            }

                .MyPurchasedProducts .view-grid table td .details-link span {
                    margin-right: 25px;
                }

            .MyPurchasedProducts .view-grid table td .mylink {
                float: right;
                color: #29a6ec;
            }

        .MyPurchasedProducts .view-grid .btn-default {
            border: 1px solid #ccc;
            color: #666;
        }

    .MyPurchasedProducts .form-custom-actions .btn {
        color: #fff;
        background-color: #476cb3;
        border-color: #476cb3;
    }

.MyPurchasedProductsDetails {
    padding: 0px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    .MyPurchasedProductsDetails .crmEntityFormView .section .info {
        float: left;
        width: 160px;
    }

    .MyPurchasedProductsDetails .crmEntityFormView .cell label {
        padding-top: 10px;
    }

    .MyPurchasedProductsDetails .crmEntityFormView .cell {
        padding: 0px;
        padding-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
        /*float: left;*/
    }

        .MyPurchasedProductsDetails .crmEntityFormView .cell textarea {
            max-height: 150px;
        }

    .MyPurchasedProductsDetails .crmEntityFormView .state, .crmEntityFormView .status {
        padding: 0px;
    }

    .MyPurchasedProductsDetails .crmEntityFormView .cell div.control {
        float: left;
        clear: none;
        width: 60%;
    }

    .MyPurchasedProductsDetails .crmEntityFormView fieldset {
        margin: 0px;
    }

    .MyPurchasedProductsDetails .crmEntityFormView .tab {
        margin: 0px;
    }

    .MyPurchasedProductsDetails .crmEntityFormView .actions {
        margin: 0px;
        margin-left: 160px;
        border: 0px;
        padding: 0px;
    }

    .MyPurchasedProductsDetails .MPPD-label label {
        float: left;
        width: 160px;
        padding-top: 10px;
    }

    .MyPurchasedProductsDetails .MPPD-label input {
        float: left;
        clear: none;
        width: 60%;
    }

.ASP-table {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding-right: 17px;
}

    .ASP-table table {
        padding: 0px;
        margin: 0px;
        table-layout: fixed;
    }

        .ASP-table table th {
            padding: 8px 5px;
            background-color: #f5f5f5;
            border-right: 1px solid #d9d9d9;
            text-align: left;
        }

.ASP-table-History {
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    height: 450px;
}

    .ASP-table-History table {
        width: 100%;
        padding: 0px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        margin-bottom: 0px;
    }

        .ASP-table-History table th {
            font-weight: 700;
            color: #000;
            padding: 6px 5px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            background-color: #f5f5f5;
        }

        .ASP-table-History table td {
            padding: 4px 5px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

#MSLiveChatWidget {
    outline: #000 dotted 0px !important;
    outline: none;
}

.chat-root-react {
    outline: #000 dotted 0px !important;
    outline: none;
}

.signinpage {
padding:0px;
}
.signinpage .g-recaptcha {padding-top: 10px;}
.card {
    border: 1px solid #ccc;
    overflow: hidden;
}

.card-header {
    background-color: #f5f5f5;
    padding: 10px 20px;
}

    .card-header a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

    .card-header svg {
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

.PLI-Content span {
    background-color: #406cad;
    padding: 2px 7px;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 7px;
}

.PLI-Content .img {
    padding-bottom: 5px;
    padding-top: 7px;
}

.PLI-Content ul {
    list-style: none;
}

    .PLI-Content ul li {
        line-height: 18px;
        padding-bottom: 10px;
    }

.card-body {
    padding: 20px;
}

.dropbtn {
    background-color: transparent;
    color: #fff;
    border: none;
    padding-bottom: 10px;
    padding-top: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.fa-sort-down:before {
    position: relative;
    top: 0px;
    font-size: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

    .dropdown-content a {
        color: #000 !important;
        padding: 12px 16px !important;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
    color: #28a6ec;
}
.Toolkit-Container .Item_header h3 {
    font-size: 22px;
    font-weight: 600;
}
.TimeEntry{padding:0px;}
.TimeEntry .crmEntityFormView .cell {
    padding: 0 20px 10px 0px;
}
.TimeEntry .crmEntityFormView fieldset{
    margin: 0;
}
.TimeEntry .crmEntityFormView .actions{
    border: 0;
    margin: 0;
    padding: 0;
}
/*------------------------------------------------------------------------*/
@media(max-width: 1199px) {
    .navbar-toggle {
        margin-right: 30px;
        margin-top: 30px;
    background-color: #476cb3 !important;
    border-color: #476cb3  !important;
    }

    #navbar .dropdown-menu {
        margin-top: 0px;
    }

    .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
        line-height: inherit;
    }

    #navbar {
        position: fixed;
        top: 140px;
        width: 45%;
        right: 0px;
        padding: 0px 20px 20px;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
    }

    .sticky #navbar {
        top: 68px;
    }

    .banner_content {
        top: 0%;
        left: 0%;
        width: 100%;
    }

    .carousel-img {
        text-align: left;
    }

    .caption-Align .sml_description {
        max-width: 90%;
        margin: 0px auto;
    }

    .Item_plan .col-xs-6 {
        width: 100%;
    }

    .Item_plan .col-xs-5 {
        width: 70%;
    }

    .Item_plan .col-xs-1 {
        width: 30%;
        padding-left: 0;
    }
    
        .Dynamics_Item .lblPuprice {
        text-align: left;
        padding-right: 0px;
    }

    .Dynamics_Item a {
        top: -5px;
    }

    .Item_Disp {
        padding-top: 5px;
    }

    .Request-Services .captcha-cell p,
    .RequestforQuote .captcha-cell p,
    .Contact-Content .captcha-cell p {
        margin-left: 40%;
    }

    .Product-Header-Description h2 {
        margin-top: 5px;
    }
    .Webmair-header:before {
        height:0px;
    }
}

@media (max-width: 1024px) {
    #navbar {
        position: fixed;
        top: 140px;
        width: 45%;
        right: 0px;
        padding: 0px 20px 20px;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
    }

    .sticky #navbar {
        top: 68px;
    }

    .carousel-img {
        display: none;
    }

    .caption-Align {
        left: 0%;
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }

        .caption-Align h5 {
            text-align: center;
        }

    .sml_description {
        text-align: center;
    }

    .welcome_txt {
        width: 100%;
    }

    .welcome-img {
        display: none;
    }

    .appsource_div {
        width: 100%;
        /*float: right;*/
        text-align: left;
        margin: 0 0;
        padding-left: 20px;
        padding-right: 0px;
    }

    .leader_div {
        width: 100%;
        /*float: left;*/
        text-align: left;
        margin: 0 0;
        padding-left: 20px;
    }
}

@media(max-width: 991px) {
    .appsource {
        background-repeat: repeat;
    }

    .leader {
        background-repeat: repeat;
    }

    .layer_up, .Lang-Wrap {
        display: none;
    }

    .appsource_div {
        width: 100%;
        float: none;
        text-align: left;
        margin: 0;
        padding: 20px;
    }

    .leader_div {
        width: 100%;
        float: none;
        text-align: left;
        margin: 0;
        padding: 20px;
    }

    .Item_plan .col-xs-6 {
        width: 50%;
    }

    .Item_plan .col-xs-5 {
        width: 41.66667%;
    }

    .Item_plan .col-xs-1 {
        width: 8.33333%;
        padding-left: 0;
    }

    .Dynamics_Item .lblPuprice {
        text-align: right;
        padding-right: 30px;
    }

    .Downthumnail {
        width: 50%;
        float: left;
    }

    .Request-Services .captcha-cell p,
    .RequestforQuote .captcha-cell p,
    .Contact-Content .captcha-cell p {
        right: 0px;
    }

    .Product-Header-Description
    .Product-Description_Logo {
        text-align: left;
        padding-top: 0px;
    }

    .TimePostings .entitylist-filter-option-group {
        width: 100%;
    }

    .legend_head {
        width: 100%;
        float: none;
    }

    .legend_text {
        width: 100%;
        float: none;
        padding: 0px;
        border: 0px;
    }
    .Webinarctnt .Btn-Listing {
        position:static;
    }
    .Webinarctnt ul p {
        display:none;
    }
    .Webmair-header:after {
        width:0px;
    }
    .Finanacial-img {
        margin:10px!important;
    }
    .page_section h2 {
        font-size: calc(40px - 50%);
    }
    h1, .h1 {
        font-size: calc(45px - 90%);
    }
    .Container-Content h3 {
        font-size: calc(28px - 50%) ;
    }
}

@media screen and (max-width: 768px) {
    #navbar {
        top: 120px;
    }

    header {
        height: 100px;
    }

    .navbar-toggle {
        margin-top: 03px;
    }

    .MTCBranding {
        top: -10px;
    }

    .Top-Header .col-md-6 {
        width: 50%;
        float: left;
    }

    .caption-Align {
        left: 0%;
        width: 100%;
        text-align: center;
        bottom: 0px !important;
    }

    .appsource {
        height: 100%;
        overflow: hidden;
        background-image: url(/appsource_bg.jpg);
    }

    .leader {
        height: 100%;
        overflow: hidden;
        background-image: url(/leader_bg.jpg);
    }

    .appsource_div {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 20px;
    }

        .appsource_div h2, .leader_div h2 {
            text-align: center;
        }

    .leader_div {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 20px;
    }

    .line3 {
        margin-left: auto;
        margin-right: auto;
    }

    .Product-Sample .col-md-3 {
        width: 50%;
        float: left;
    }

    .Nav-footer {
        margin-bottom: 0px;
    }

    .navbar-container {
        padding: 20px 10px 20px 10px;
    }

    .sticky .navbar-container {
        padding: 0px 10px 10px 10px;
    }

    .sticky .navbar-toggle {
        margin-top: 20px;
        margin-right: 30px;
    }

    .legend_head {
        width: 100%;
        float: none;
    }

    .legend_text {
        width: 100%;
        float: none;
        padding: 0px;
        border: 0px;
    }
}

@media screen and (max-width:767px) {
    #navbar {
        top: 100px;
    }

    .sticky #navbar {
        top: 65px;
    }

    header {
        height: 85px;
    }

    .carousel {
        position: relative;
        display: none;
    }

    .navbar-brand {
        height: auto !important;
    }

    .navbar-header {
        border-bottom: #ccc solid 5px;
    }

    .Top-Links li a {
        padding-left: 6px;
    }

    .sticky img {
        display: block;
        width: 245px;
        height: 41px;
    }

    .navbar-container {
        padding: 0px 10px 0px 10px;
    }

    .sticky .navbar-container {
        padding: 0px 10px 0px 10px;
    }
    .Technology-content .EventDate,
    .Technology-content .TimerMintes {
        text-align:left;
    }
}

@media(max-width: 600px) {
    .Item_plan .col-xs-6 {
        width: 100%;
    }

    .Item_plan .col-xs-5 {
        width: 70%;
        padding-left: 0;
    }

    .Item_plan .lblPuprice-PowerApps,
    .Item_plan .lblPuprices {
        text-align: left;
        position: static;
    }

    .Dyanmics365:nth-child(3) .lblPuprices:last-child,
    .Dyanmics365:nth-child(4) .lblPuprices:last-child,
    .Dyanmics365:nth-child(5) .lblPuprices:last-child {
        text-align: left;
    }

    .Item_plan .col-xs-1 {
        width: 30%;
        padding-left: 0;
    }

    .Dynamics_Item .lblPuprice {
        text-align: left;
        padding-right: 0px;
    }

    .footertable-tbl {
        width: 100% !important;
        float: left;
        padding-bottom: 10px;
        text-align: center !important;
    }

        .footertable-tbl table {
            width: auto;
            margin: 0px auto;
        }

    .CaseDetails .crmEntityFormView .tab .tab-column,
    .Invoicelist-Details .crmEntityFormView .tab .tab-column,
    .TimePostingDetails .crmEntityFormView .tab .tab-column {
        width: 100% !important;
    }
    .page_section h2 {
        font-size: calc(40px - 100%);
    }
    
}

@media screen and (max-width: 480px) {
    #navbar {
        top: 85px;
        width: 100%;
    }

    .navbar-fixed-top.navbar {
        min-height: inherit;
    }

    .sticky #navbar {
        top: 50px;
    }

    .Product-Sample .col-md-3 {
        float: none;
        width: 100%;
    }

    .sticky img {
        display: block;
        width: 230px;
        height: 41px;
    }

    .navbar-fixed-top .navbar-brand img {
        display: block;
        width: 235px;
        height: 41px;
    }

    .sticky .navbar-toggle {
        margin-top: 05px;
        margin-right: 10px;
    }

    .layer_up, .Lang-Wrap {
        display: none;
    }

    .footer-Links li {
        width: 33%;
    }

    .Container-Content .content-img {
        padding-top: 05px;
        padding-left: 0px;
        padding-bottom: 10px;
        max-width: 100% !important;
    }

    .Products-Buttons ul li {
        display: block;
    }

        .Products-Buttons ul li a {
            width: 100%;
            margin-bottom: 5px;
        }

    .Downthumnail {
        width: 100%;
    }

    .CCA-Details .col-xs-6 {
        width: 100%;
    }

    .Request-Form .captcha-cell img,
    .Request-Services .captcha-cell img,
    .RequestforQuote .captcha-cell img,
    .Contact-Content .captcha-cell img {
        float: none;
    }

    .Request-Form .captcha-cell p,
    .Request-Services .captcha-cell p,
    .RequestforQuote .captcha-cell p,
    .Contact-Content .captcha-cell p {
        position: relative;
        margin: 0px;
    }

    .CaseDetails .crmEntityFormView .cell div.control {
        width: 100%;
    }

    .CaseDetails .crmEntityFormView .actions {
        margin: 0px;
        padding: 0px;
    }

    .PowerERP-Banner {
        background-size: 100% !important;
    }

        .PowerERP-Banner h2 {
            font-size: 45px !important;
        }
    .Toolkit-section-content .Item_plan .col-sm-1 {
        padding-left: 15px;
    }
}

@media (max-width:375px) {
    .Item_plan .col-sm-5 {
        width: 100%;
        padding-left: 0;
    }

    .Item_plan .lblPuprice-PowerApps {
        position: static;
        text-align: left;
    }

    .Item_plan .lblPuprices {
        text-align: left;
    }

    .Dyanmics365:nth-child(3) .lblPuprices:last-child, .Dyanmics365:nth-child(4) .lblPuprices:last-child, .Dyanmics365:nth-child(5) .lblPuprices:last-child {
        text-align: left;
    }

    .Item_plan .col-sm-1 {
        width: 100%;
        padding-left: 0;
    }

    .Dynamics_Item a {
        top: 5px;
        right: 0;
        position: relative;
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .Item_Disp {
        padding-top: 10px;
    }

    .product_box_right {
        padding-left: 45px;
        padding-right: 0;
    }

    .gatewaybtn_div input {
        margin-bottom: 5px;
    }

    .Content-Right .contactinfo {
        padding-left: 0px;
    }
    .Toolkit-section-content .col-xs-1 {
        padding-left: 15px;
    }
}
/*-----------------------------------------------------------------------------------------*/
.sitemap {
    width: Auto;
    margin: 0 auto;
}

    .sitemap ul {
        list-style-type: none;
        border-left: 1px solid #476cb3;
    }

        .sitemap ul li {
            padding-top: 7px;
        }

.sitemap_hder a {
    font-size: 14px;
    color: #476cb3;
    text-decoration: none;
    font-weight: bold;
}

.sitemap_child li a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.sitemap_childhder a {
    color: #476cb3;
    font-size: 13px;
    font-weight: bold;
}

.sitemap_line {
    margin-left: -50px;
    padding-left: 50px;
    background: url('../Content/images/sitemap_line.jpg') no-repeat left top;
    background-position: 10px 15px;
    z-index: 10000;
}
/* for 300px or less------------------------------- */
@media screen and (max-width:300px) {
    .sitemap {
        width: 100%;
        margin: 0 auto;
    }

        .sitemap ul {
            width: auto;
            overflow: hidden;
            list-style-type: none;
            border-left: 1px solid #1283B3;
            margin: 0px 0px 0px -35px;
        }
}
/* for 360px or less------------------------------- */
@media screen and (max-width:360px) {
    .sitemap {
        width: 100%;
        margin: 0 auto;
    }

        .sitemap ul {
            list-style-type: none;
            border-left: 1px solid #1283B3;
            margin: 0px 0px 0px -10px;
        }
}
/*-----------------------------Sitemap page End----------------------------------------*/
.invioce-iframedownload {
    width: 1084px;
    border: none;
    margin: 0 auto;
}
/*-----------------------------Blog Section Start--------------------------------------*/
.blog-post-heading {
    border: 0px;
}

    .blog-post-heading h1 {
        color: #28a6ec;
        font-size: 28px;
    }

.blog-post:first-child {
    border-top: 5px solid #4d8ed9;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0px;
    padding: 20px 20px 0 20px;
}

.blog-post:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.blog-post {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0px;
    padding: 20px 20px 0px 20px;
}

    .blog-post h3 a {
        color: #28a6ec;
    }

    .blog-post .metadata {
        margin: 10px 0;
        width: 89%;
        padding: 2px 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }

        .blog-post .metadata a:first-child {
            color: #666;
        }

    .blog-post p {
        margin: 0px;
    }

        .blog-post p a {
            color: #db8600;
            font-weight: bold;
            margin-top: 5px;
        }

    .blog-post img {
        max-width: 100%;
    }

.sidebar {
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 5px solid #9da481;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*-----------------------------Blog Section End--------------------------------------*/
.iframeaddress {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
}

#createnewaddress {
    float: left;
}

.pagination {
    padding-left: 0px;
}

    .pagination .current {
        background-color: #476CB3;
        border: 1px solid #476cb3;
        color: #fff;
    }
