/*Standard Css*/

@import url("font-awesome.min.css");
@import url("../../SpryAssets/SpryTabbedPanels.css");
@import url("popup.css");


*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body a
{
    cursor: pointer;
}

body
{
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    height: 100%;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 1px 15px!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

th, td, table
{
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}

select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
}





@media handheld, only screen and (max-width: 1050px)
{
    .screen-valid
    {
        display: block;
    }
}




.login-background {
    /*background: #16A6E2;*/
    background-image: url("../images/10135315_18129294.jpg");
    background-size: cover;
}

.Lead_Loader
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    opacity: 0.9;
    background: rgba(0,0,0,.2);
}

.LeadCssLoader
{
    position: absolute;
    border: 8px solid #df5c88;
    border-radius: 50%;
    border-top: 8px solid #f2bd53;
    border-right: 8px solid #c5922d;
    border-bottom: 8px solid #d31c57;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 48%;
    left: 48%;
}

.wrapper
{
    float: left;
    width: 100%;
}

.wrapper-inner
{
    /*background: #16A6E2;*/
    /*height: 450px;*/
    /*background: #E1E9EC;*/
}

.login
{
    width: 100%;
    max-width: 500px;
    height:100vh;
    margin: auto;
    padding-top: 40px;
    text-align: center;
    /* border-radius: 5px; */
}

    .login img
    {
        margin-bottom: 10px;
        width: auto;
        height: auto;
    }

.logincontainer {
    float: left;
    width: 100%;
    background: rgb(246, 249, 251);
    /* border-radius: 3px; */
    padding: 5px;
    border-radius: 50px;
    /*box-shadow: 0px 2px 12px 10px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 2px 12px 10px #7aadce;*/
    box-shadow: 0px 2px 10px 2px #7c55c9;
}

.login1
{
    float: left;
    width: 100%;
    padding: 10px;
}

    .login1 h2 {
        font-size: 25px;
        text-transform: uppercase;
        color: #03264e;
        /*margin-bottom: 5px;*/
        margin-bottom: 0px;
    }

    .login1 h3
    {
        font-size: 14px;
        font-weight: 300;
        color: #3f4651;
    }

.LoginErrorMsg
{
    color: red;
}

.loginarea
{
    float: left;
    width: 100%;
    padding: 20px 35px;
    padding-bottom: 10px;
}
.loginarea hr {
    margin-bottom: 20px;
    background: linear-gradient(#db74ed, #6160e0);
    height: 4px;
    width: 40%;
}

.username
{
    float: left;
    width: 100%;
    padding: 9px 10px;
    background-position: 0% 52%;
    border: none;
    /*border-radius: 3px;*/
    border-radius:10px;
    outline: none;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.pwd {
    float: left;
    width: 100%;
    padding: 9px 10px;
    background-position: 0% 52%;
    border: none;
    /*border-radius: 3px;*/
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

activity_button
{
    padding: 7px 13px;
    background: #285B90;
    /*float: right;*/
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    outline: none;
    outline: none;
    cursor: pointer;
}

.forgot
{
    float: right;
    margin-top: 10px;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #3f4651;
    width: 100%;
    margin-bottom: 0;
}

    .forgot a
    {
        color: #3f4651;
        text-decoration: none;
    }

        .forgot a:hover
        {
            text-decoration: underline;
            color: #03264e;
        }

.loginarea
{
    float: left;
    width: 100%;
    padding: 20px 35px;
    padding-bottom: 10px;
}

.clearfix
{
    clear: both;
}

.loginpop
{
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    display: none;
}

.loginpopinner
{
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 15px;
    margin: auto;
    margin-top: 150px;
    border-radius: 4px;
    border: 4px solid #FFE3AA;
}


.spinner
{
    width: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;
}

    .spinner > div
    {
        width: 22px;
        height: 22px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1
    {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
        background-color: #B3913D;
    }

    .spinner .bounce2
    {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: #C02663;
    }

    .spinner .bounce3
    {
        -webkit-animation-delay: -0.10s;
        animation-delay: -0.10s;
        background-color: #CB608F;
    }

/*.activity_button
{
    padding: 7px 13px;
    background: #285B90;*/
    /*float: right;*/
    /*border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    outline: none;
    outline: none;
    cursor: pointer;
}*/
.activity_button {
    padding: 7px 14px;
    background: linear-gradient(#db74ed, #6160e0);
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    outline: none;
    outline: none;
    cursor: pointer;
}

.SA_Loader
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    /* background: url(../../Images/loading32x32.gif) 50% 50% no-repeat rgb(249,249,249); */
    opacity: 0.9;
    background: rgba(0,0,0,.2);
}

.MyMenuCssLoader
{
    position: absolute;
    border: 8px solid #df5c88;
    border-radius: 50%;
    border-top: 8px solid #f2bd53;
    border-right: 8px solid #c5922d;
    border-bottom: 8px solid #d31c57;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 40%;
}

.alert_msg
{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    display: none;
}

.alert_msg_inner
{
    margin: auto;
    max-width: 500px;
    padding: 15px;
    background: #3CC51F;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border-color: #bce8f1;
}

.close_msg
{
    float: right;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.company_pageing
{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 20.4%;
    background: #FFE3AA;
    width: 100%;
    z-index: 99999;
}

.pageing1
{
    float: left;
    width: 100%;
    border-top: 1px solid rgb(22, 133, 203);
    border-right: 1px solid #ccc;
    text-align: right;
    padding: 5px 10px;
    bottom: 0px;
    /*background-color: rgb(220, 241, 255);
    background-color: rgb(247, 227, 183);*/
    /* background-color: rgba(122, 173, 206, 0.11); */
}

    .pageing1 ul li
    {
        display: inline;
    }

        .pageing1 ul li a
        {
            padding: 5px 8px;
            background: #fff;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            color: #666;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

            .pageing1 ul li a.active
            {
                background: #00aea2;
                display: inherit !important;
                color: #fff;
                border: 1px solid #00aea2;
            }

            .pageing1 ul li a:hover
            {
                background: #00aea2;
                display: inherit !important;
                color: #fff;
                border: 1px solid #00aea2;
            }

.goto_page1
{
    float: left;
    width: 100%;
}

    .goto_page1 input[type=text]
    {
        float: left;
        width: 40px;
        text-align: center;
        padding: 3px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

    .goto_page1 select
    {
        float: left;
        text-align: center;
        padding: 4px;
        padding-right: 20px;
        border-radius: 3px;
        border: 1px solid #ccc;
        font-size: 12px;
        color: #666;
        background-image: url(../../Images/daro1.png);
        background-position: 99% 48%, top left;
        background-repeat: no-repeat, repeat;
        margin-right: 10px;
    }

    .goto_page1 input[type=button]
    {
        float: left;
        padding: 3px 8px;
        background: #666;
        display: inherit !important;
        color: #fff;
        border: 1px solid #666;
        border-radius: 3px;
        margin-left: 5px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 1px;
    }

.sr-no
{
    width: 20px;
    text-align: center;
}

.action-td
{
    width: 150px;
    text-align: center;
}

.status-td
{
    width: 80px;
    text-align: center;
}

.code-td
{
    width: 100px;
    text-align: center;
}

.viewd tr td
{
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 300;
    background: #F0F6FD;
    text-align: left;
}

.tdSelected
{
    background-color: #7aadce !important;
    color: white;
}

.milestonetbl th {
    /*background: #7aadce!important;*/
    /*background: cornflowerblue !important;*/
    background: #d46aaf !important;
    color: #fff;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px;
    font-weight: 300;
}

.milestonetbl tr:nth-child(even)
{
    background: rgba(247, 247, 247, 0.43);
}

.milestonetbl td
{
    border-right: 1px solid #ccc;
    color: #666;
    font-size: 14px;
}

.milestonetbl tr
{
    background: #fff;
    border: 1px solid #ccc;
}

.edit
{
    margin-left: 5px;
    cursor: pointer;
}

.disable
{
    margin-left: 10px;
    cursor: pointer;
    color: red;
    font-size: 15px;
}

.enable
{
    margin-left: 10px;
    cursor: pointer;
    color: green;
    font-size: 15px;
}

.page-title {
    float: left;
    width: 100%;
    font: bold 14px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 0px;
    /*background: rgb(122, 173, 206);*/
    /*background: cornflowerblue;*/
    background: #9054c7;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    line-height: 23px;
}

.bm_validation
{
    text-align: center;
    position: absolute;
    width: 95%;
    top: 10px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 9999;
}

    .bm_validation span
    {
        display: inline-block;
        background: #ea5a5a;
        border: none;
        padding: 5px 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

.button
{
    background: #3b86d5;
    padding: 6px 13px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    border: none;
    float: right;
    margin-top: 5px;
    cursor: pointer;
    margin-left: 8px;
}

.button-inner {
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    padding: 3px 20px 0px 20px;
    border-radius: 4px;
    /*color: #7aadce;*/
    color: #4a58cf;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    border: none;
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.top-home {
    /*background: linear-gradient(154deg,#008fe2 0,#00b29c 100%);*/
    background-color: #6741d0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.error_focus
{
    border-color: rgba(255, 35, 0, 0.8) !important;
    outline: 0;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #ea5a5a !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #ea5a5a !important;
}

.error_alert_msg
{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    display: none;
}

.alert_msg_inner1
{
    background: #ea5a5a !important;
    margin: auto;
    max-width: 500px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    border-color: #bce8f1;
    position: relative;
}

input[type=text].error_focus
{
    border-color: rgba(255, 35, 0, 0.8) !important;
}

.norecord-msz
{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    background: #B4D4E8;
}

.class-chk
{
    width: 20%;
    float: left;
}

.class-chk-name
{
    width: 80%;
    float: right;
}

.class-chk-chk
{
    width: 20%;
    float: left;
}

.multi_dropdown
{
    width: 70%;
    float: left;
}

.multi_dropdown-full
{
    width: 20%;
    padding: 5px;
}

.btnsearch
{
    margin-top: 5px;
    margin-right: 8%;
}

.loading_items
{
    float: left;
    width: 100%;
    position: relative;
}

    .loading_items > .select2-container
    {
        width: 100% !important;
    }

    .loading_items i
    {
        position: absolute !important;
        right: 20px !important;
        top: 5px !important;
        font-size: 14px;
        z-index: 9999;
        color: #666;
    }

.BR_Registraton_search
{
    float: left;
    width: 75%;
    position: relative;
}

    .BR_Registraton_search input[type=text]
    {
        width: 200px;
        float: right;
        padding: 0px 0px 0px 5px;
        border: 1px solid #dcf1ff;
        background: #fff;
        margin-left: -5PX;
        border-radius: 4px;
        color: black;
    }

    .BR_Registraton_search i
    {
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 5px;
    }

.label-title
{
    width: 150px;
    float: left;
}

.menu-icon
{
    color: gray;
}

.center
{
    text-align: center;
}
/*yogesh kamra*/
.action
{
    margin-left: 10px !important;
}

.click
{
    cursor: pointer;
}

.my-image
{
    height: 100px;
    display: none;
    float: left;
    width: 250px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid;
    z-index: 999999999;
    background: gainsboro;
}

.my-image-h2 {
    font: bold 13px Arial, Helvetica, sans-serif;
    /*color: #525151;*/
    color:#fff!important;
    padding: 5px 10px;
    margin-bottom: 10px;
    /*background: #A8DDFF;*/
    background: #9054c7!important;
    margin-top: 0;
}

.my-image-img
{
    width: 250px;
}

.has-scroll-dashboard
{
    max-height: 250px;
    overflow: scroll;
    min-height: 250px;
}
/* width */
::-webkit-scrollbar
{
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #00A1BE;*/
    background: #7655c9;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        /*background: #00AFA1;*/
        background: #4c58cf;
    }

/*.has-scroll-dashboard::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #fff;
        background-color: #F5F5F5;
    }

    .has-scroll-dashboard::-webkit-scrollbar {
        width: 5px;
        background-color: #666;
    }

    .has-scroll-dashboard::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #00a1bd;
        height: 15px;
    }*/

.activetable1
{
    float: left;
    width: 100%;
}

.content
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 1px 1px 5px #c1c1c1;
    margin-top: 3px;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 3px;
    position: relative;
}

.tabs
{
    float: left;
    width: 100%;
    margin: 0px 0px;
}

.show
{
    display: block;
}

.issued
{
    width: 20% !important;
    margin: 2px 5px 5px 10px;
}

.issuetype
{
    width: 20% !important;
    margin: 2px 5px 5px 10px;
}

@-webkit-keyframes sk-bouncedelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
    }

    40%
    {
        -webkit-transform: scale(1.0);
    }
}


/*Yogesh Kamra*/
@keyframes sk-bouncedelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40%
    {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
