﻿body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 0.625vw;
    color: #666;
    background-color: #FFF;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: -webkit-match-parent;
    word-spacing: normal;
    color: #019CDE;
    outline: none !important;
}

h3 {
    font: normal normal 300 52px / 64px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
select {
    font-size: 1.16em;
}
textarea, input[type=text] {
    font-family: 'Open Sans', sans-serif;
}

.outerbodycontainer {
    background-color: #FFF;
    min-height: calc(100vh - 14.7em);
    float: left;
    width: 100%;
}

.body_container {
    /*background-color: #F9F9F9;
     clear: both; */
    float: left;
    width: 100%;
    padding-bottom: 1.667em;
}

ul {
    padding: 0;
    margin: 0;
}


.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.pageheader {
    width: 100%;
    background-color: #F7F7F7;
    height: 8.75em;
    /*border-bottom: 1px solid #ccc;*/
}

div.title {
    width: calc(100% - 12.5em);
    margin: 0px auto;
    line-height: 8.75em;
}

.title h3 {
    line-height: 5.2em;
    font-size: 1.667em;
    margin: 0;
}

.title > h3 {
    float: left;
}


input[type=text], input[type=password], input[type=number] {
    padding: .571em;
    background: #ffffff;
    border: .08333em solid #c9c9c9;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
/*    font-size: 12px;*/
    width: calc(100% - 1.1428em);
    /*min-width: 26.285em;*/
    margin-bottom: .7em;
    border-radius: 0.5em;
    height: 1.928em;
    font-size: 1.167em;
    outline: none;
    color: #797979;
}


.field-validation-error {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: -4px;
    color: red;
}

.error {
    color: red;
    padding-left: 110px;
}

div.message {
    color: red;
    float: left;
}

.label {
    display: inline-block;
    position: relative;
    width: 7.5em;
    overflow: visible;
/*    font-size: 12px;*/
    line-height: 2.142em;
}

.text {
    width: 400px;
}

.registerBox {
    padding: 7px 50px;
    max-width: 1240px;
    margin: 0px auto;
}

h2.SectionHead a {
    display: block;
    padding-left: .25em;
    background: url(../images/down-icn.png) no-repeat right 50%;
    text-decoration: none;
    color: #333;
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

    h2.SectionHead a.Expanded {
        background: url(../Images/up-icn.png) no-repeat right 50%;
        color: #222;
    }

    h2.SectionHead a:hover {
        color: #222;
        background-color: rgba(2,139,255,0.05);
    }

fieldset {
    max-width: 33.333em;
    margin: 0px auto;
    border: none;
}

    fieldset.password {
        display: none;
        margin-bottom: 20px;
    }

ul.actions li {
    display: inline-block;
    margin-right: 10px;
}

.parent_container {
    width: calc(100% - 12.5em);
    margin: 1.667em auto;
    clear: both;
    padding-bottom: 4.1666em;
    position: relative;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.visibility-hide {
    visibility:hidden;
}

.hidden {
    display: none;
}

.ManageServiceContent b, .ManageServiceContent th, .ManageServiceContent td {
    font-size: 1.083em;
}

.ManageServiceContent th, .ManageServiceContent td {
    text-align: center;
    width: 25%;
}

.ManageServiceContent table {
    width: 100%;
}

.ManageServiceContent a {
    text-decoration: none;
    color: #530414;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.right_action {
    margin-left: 10px;
    float: right;
}

div.right_content {
    float: right;
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: 1.083em;
}

.filter_container {
    float: left;
    width: 100%;
}

    .filter_container select {
        float: left;
    }

#grid {
    float: left;
    width: 100%;
}

/* Footer Css*/
.footer {
    background: #f7f7f7;
    color: #999;
    border-color: #f7f7f7;
    padding: 1.667em 0px;
    float: left;
    width: 100%;
}

    .footer .MainFooter, .footer .MainCopyright {
        width: calc(100% - 12.5em);
        /*padding: 0px 0px 0px 40px;*/
        margin: 0px auto;
        clear: both;
    }

    .footer a {
        color: #999;
        line-height: 1.833em;
        font-size: 1.083em;
    }

        .footer a:hover {
            color: #019CDE;
        }

        .footer a:not(:last-child)::after {
            content: " |";
        }




div.underline {
    width: 100%;
    padding-bottom: .8em;
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: .8em;
    line-height: 2.333em;
}

.message_block {
    float: left;
    color: red;
    height: 1.333em;
    margin-bottom: .667em;
    width: 100%;
    text-align: center;
}

.popup_container {
    padding: 0px 5em;
}

.divIcon {
    background-position: -1.6em -12em;
}

    .divIcon.close {
        background-position:-4.5em -12em;
    }

.divIcon {
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 1.4545em;
    height: 1.2em;
    background-image: url("../Images/ui-icons_222222_256x240.png");
    background-size: 23.27em 21.8181em;
}

/*.idTabs.xyz .tab_content div {
    display: block;
    margin: 2px 2px;
}*/
.GrayTaskCountCircle {
    color: #666 !important;
    border: none !important;
}

.qa_text {
    color: #666666;
    font-weight: bold;
}

/*.grid_button {
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #EFEFEF;
    background-color: #999999;
    min-width: 63px;
    height: 22px;
    cursor: pointer;
    box-shadow: 0 0 1px #999999;
    padding: 5px 6px;
    line-height: 8px;
}*/


.project_action {
    text-align: center;
    white-space: nowrap;
    border: 0.0833em solid #019CDE;
    -webkit-border-radius: 6.5px;
    -moz-border-radius: 6.5px;
    font-size: 1.083em;
    border-radius: 0.5em;
    font-family: arial, helvetica, sans-serif;
    padding: .076em .461em;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #019CDE;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#019CDE, endColorstr=#019CDE);
    /*padding: 4px 6px;*/
    min-width: 6.25em;
    /*width: 77px;*/
    line-height: 1.91em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: .333em;
    outline: none !important;
    font-weight: 300;
}

    .project_action:hover {
        cursor: pointer;
        background-color: #019CDE;
        color: #fff;
    }

    .project_action[disabled], .project_action[disabled]:hover, .project_action[disabled]:active, .disabled, .disabled span {
        background: #ccc !important;
        border-color: #ccc !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
        cursor: default;
    }

    .project_action.page_action {
        margin: 1.857em 0px 2.871em 0px;
        line-height: 2.714em;
/*        width: 7.857em;*/
        border-radius: .714em;
        font-size: 1.167em;
    }

label.heading {
    display: inline-block;
    /* margin: -10px 0 20px 0; */
    margin-bottom: .906em;
    color: #333;
    font-size: 2.75em;
    font-weight: 300;
    line-height: 1em;
    width: 100%;
}

a.project_link, a.project_link:visited, a.project_link:hover, a.project_link:active {
    color: #019CDE;
}

.no-border {
    border: 0 !important;
}

/*title form pop up*/
h3.title {
    color: #019cde !important;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 0 0 1em;
    font-size: 2em;
}

.center_box {
    padding: 60px 0px 0;
    max-width: 1240px;
    margin: 0px calc(50% - 197px);
    text-align: center;
}

    .center_box input[type=text], .center_box input[type=password] {
        width: 350px;
        margin-bottom: 10px;
        border-radius: 7px;
        height: 34px;
        font-size: 14px;
    }

    .center_box > span {
        font-size: 12px;
    }

.inline_block {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.text-center {
    text-align: center !important;
}

.project_overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../Images/fancybox_overlay.png');
}

.project_overlay_loader {
    display: none;
    background-image: url('../Images/fancybox_sprite.png');
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10000;
}

    .project_overlay_loader div {
        width: 44px;
        height: 44px;
        background: url('../Images/fancybox_loading.gif') center center no-repeat;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.rightMargin {
    margin-right: 75px;
}

#HeaderColor, #MessageColor, #bodyBackGroundColor {
    position: relative;
    width: 3.5em;
    height: 1.5em;
    border: .25em solid #B8B8B8;
    border-radius: .41em;
}

    #HeaderColor div, #MessageColor div, #bodyBackGroundColor div {
        width: 3em;
        border: .25em solid #000;
        height: 1em;
        border-radius: .25em;
    }


.colorpicker input[type=text] {
    min-width: 0px !important;
}

.LoaderImage {
    z-index: 1000000;
    position: absolute;
    left: 43%;
    bottom: 62%;
}


.cursorPointer {
    cursor: pointer;
}

.task-Count div {
    color: #019CDE;
    float: left;
    width: 1.25em;
    line-height: 1.25em;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: .8333em solid #019CDE;
    background-color: #fff;
}

.containerHeading.importedSection .headText:after {
    content: "";
    width: 1.666em;
    height: 1.666em;
    cursor: pointer;
    display: inline-block;
    background: url(../Images/arrowdown.png) no-repeat top;
    background-size: 1.167em 1.167em;
    position: absolute;
    right: 0;
    background-position: right;
}


.homeOptionBox {
padding: 5em 0px;
float: left;
margin: 0px calc(50% - 51em);
    text-align: center;
}

    .homeOptionBox > span, .homeOptionBox li {
        font-size: 12px;
    }

        .homeOptionBox li a, .lblWhat {
            color: #019CDE;
        }

    .homeOptionBox input[type=text], .homeOptionBox input[type=password] {
        width: 25.0714em;
        margin-bottom: 1.714em;
        border-radius: .5em;
        height: 2.428em;
        font-size: 1.167em;
    }

.homeOptionBox_inner {
    border: 0.088em solid #DBDBDB;
    padding: 0px 8.33em;
    text-align: center;
    margin-bottom: 1.833em;
    border-radius: 8.5em;
    float: left;
    width: 15em;
    margin-right: 2em;
}


    .homeOptionBox_inner h1 {
        margin: .8em 0px 1.9333em 0px;
        display: inline-block;
        margin-right: .333em;
        color: #333;
        font-size: 2.5em;
    }

    .homeOptionBox_inner img {
        height: 2em;
        width: 2em;
    }

.register_box li {
    font-size: 1.167em;
}

.outer_header {
    padding: 1.333em 0% 0;
    background: #fff;
    background-color: #FFFFFF;
    border-bottom: 0.167em solid #E8E8E8;
    height: 6em;
    z-index: 910;
    position: relative;
    width: 100%;
    float: left;
}

.header {
    width: calc(100% - 12.5em);
    margin: 0px auto;
}

.header_top {
    margin-top: 0;
    background-color: #EDEDE8;
    border-bottom: 1px solid #CCCCCC;
    padding: 0;
    float: left;
    width: 100%;
    display: none;
}

    .header_top ul {
        /*margin: /*15px*/;
        */;
    }

    .header_top .header {
    }

.menu-navigation {
    margin: 0.667em 0 0;
}

.Logo {
    float: left;
}

    .Logo img {
        /*height: 33px;
        width: 286px;
        padding: 17px 0 6px;*/
        /*height: auto;*/
        height: 3.8em;
        width: 22.916em;
        padding: 0.583em 0 0.5em;
        vertical-align: middle;
    }

.menu_header {
    float: right;
    /*margin-right: -8.5%;*/
    padding-bottom: 4px;
}

ul {
    list-style: none;
}

.SocialIcons ul li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.button_group li {
    float: left;
    border-right: none;
    list-style: none;
    padding-top: 1px;
}

    .button_group li a {
        display: block;
        position: relative;
        height: 45px;
        min-width: 12px;
        padding: 0 0.667em;
        color: #333;
        vertical-align: middle;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        text-decoration: none;
        line-height: 3.75em;
        font-size: 1.333em;
    }

        .button_group li a.visited {
            background-color: #333;
            color: #EDEDE8;
        }

.login_top {
    float: right;
    /*margin-right:30px;*/
}

.login_top_conainer {
    max-width: 1240px;
    margin: 0 auto;
}
/*Responsive media styles*/

@media (max-width: 1199px) {
    .header {
        width: calc(100% - 50px);
    }
}
