/*Standard Css*/

@import url("font-awesome.min.css");
@import url("font-awesome.css");
@import url("popup.css?v=24");


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

body {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: #fff;
    height: 100%;
    vertical-align: baseline;
    overflow-x: hidden;
    height: 100%;
}

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;
    font-family: Calibri;
}
/* 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;
}

@font-face {
    font-family: "font1";
    src: url("../../fonts/OpenSans-Regular.ttf");
    src: url("../../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Regular.woff") format("woff"), url("../../fonts/OpenSans-Regular.ttf") format("truetype"), url("../../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
}

@font-face {
    font-family: "font2";
    src: url("../../fonts/OpenSans-Semibold.ttf");
    /*src: url("../../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Semibold.woff") format("woff"), url("../../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");*/
}


@-moz-document url-prefix() {
    .location select;

{
    text-indent: 10px;
}

}

i {
    cursor: pointer !important;
}

.fa {
    cursor: pointer;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.loginbg {
    background: url(../../Images/loginbg.jpg) no-repeat;
    background-size: cover;
}

.login_col1 {
    position: absolute;
    top: 25%;
    width: 100%;
}

.logininner {
    width: 100%;
    max-width: 330px;
    margin: auto;
    background: rgba(13,20,67,.9);
    padding: 25px;
}

    .logininner h2 {
        font: normal 16px font2;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        float: left;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 35px;
    }

.login_row {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .login_row label {
        float: left;
        width: 100%;
        font: normal 14px font1;
        color: #9395a1;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .login_row input[type=text] {
        float: left;
        width: 100%;
        padding: 10px;
        border-radius: 20px;
        border: none;
        background: rgba(255,255,255,.2);
        outline: none;
        color: #fff;
    }

    .login_row input[type=password] {
        float: left;
        width: 100%;
        padding: 10px;
        border-radius: 20px;
        border: none;
        background: rgba(255,255,255,.2);
        outline: none;
        color: #fff;
    }

    .login_row input[type=button] {
        float: left;
        width: 100%;
        padding: 8px;
        border-radius: 20px;
        border: none;
        background: url(../../images/lbtn_bg1.jpg) repeat-x;
        outline: none;
        margin-top: 15px;
        border: 3px solid #1e233f;
        font: normal 14px font2;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

        .login_row input[type=button]:hover {
            background: #145ee0;
        }

.forgot {
    text-align: center;
    font: normal 13px font1;
    color: #9395a1;
}

    .forgot a {
        color: #9395a1;
        text-decoration: none;
        font: normal 13px font1;
    }

        .forgot a:hover {
            color: #9395a1;
            text-decoration: underline;
        }

.nav {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    background: #fff;
    width: 15%;
    z-index: 9999;
    border-right: 1px solid #e2ebf7;
}

.logo {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e2ebf7;
}

.menu1 {
    float: left;
    width: 100%;
    padding: 8px 15px;
    font: normal 13px font1;
    color: #5a6779;
    cursor: pointer;
    border-bottom: 1px solid #e2ebf7;
}

.icon1 {
    font-size: 16px;
    margin-right: 10px;
}

.icon2 {
    font-size: 15px;
    float: right;
}

.subnav {
    background: #fff !important;
    float: left;
    width: 100%;
    padding: 10px 0px;
    display: none;
    border-bottom: 1px solid #e2ebf7;
    padding-top: 0px;
}

    .subnav li a {
        display: block;
        font: normal 13px font1;
        color: #5a6779;
        text-decoration: none;
        padding: 4px 15px;
    }

        .subnav li a:hover {
            background: #717c8c;
            color: #fff;
        }

    .subnav li.active {
        background: #717c8c !important;
        color: #fff !important;
    }

        .subnav li.active a {
            color: #fff !important;
        }

    .subnav li a i {
        margin-right: 8px;
    }

.active {
    color: #ffffff;
    display: block;
    background: #28bd8b;
}

.header {
    position: fixed;
    top: 0;
    right: 0px;
    width: 85%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    z-index: 999;
}

.search {
    float: left;
    position: relative;
    width: 22%;
}

    .search input[type=text] {
        background: #e2ebf7;
        border-radius: 30px;
        border: none;
        padding: 8px 15px;
        width: 100%;
        outline: none;
    }

        .search input[type=text]:focus {
            background: #fff;
            border-color: #1082e5 !important;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    .search input[type=button] {
        position: absolute;
        right: 0;
        top: 0;
        background: url(../../images/search.png) no-repeat center;
        border: none;
        padding: 8px 20px;
        outline: none;
        cursor: pointer;
    }

.filters {
    float: left;
}

.create {
    background: #ffcc00;
    border-radius: 30px;
    border: none;
    padding: 7px 15px;
    float: left;
    margin-left: 10px;
    font: normal 13px font1;
    color: #fff;
}

.all {
    background: #e2ebf7;
    border-radius: 30px;
    border: none;
    padding: 7px 15px;
    float: left;
    margin-left: 10px;
    font: normal 13px font1;
    color: #67717f;
}

    .all.active {
        background: #28bd8b;
        color: #fff;
    }

    .all:hover {
        background: #28bd8b;
        color: #fff;
        cursor: pointer;
    }

.user {
    float: right;
    width: 20%;
    text-align: right;
    cursor: pointer;
    font: normal 13px font2;
    color: #5a6779;
    line-height: 35px;
    position: relative;
    margin-right: 54px;
}

    .user span {
        font: normal 13px font2;
        color: #5a6779;
    }

    .user img {
        float: right;
        border-radius: 50%;
        margin-left: 15px;
    }

    .user i {
        margin-top: 5px;
        margin-left: 5px;
    }

.user_nav {
    position: absolute;
    display: none;
    top: 50px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    right: 0px;
    padding: 10px 10px;
    text-align: left;
    border-radius: 2px;
}

    .user_nav a {
        display: block;
        font: normal 13px font1;
        color: #5a6779;
        text-decoration: none;
        padding: 5px 10px;
    }

        .user_nav a:hover {
            background: #e2ebf7;
        }

        .user_nav a i {
            margin-right: 5px;
        }

.container {
    float: right;
    width: 85%;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-top: 56px;
}

.Approval_Request {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e2ebf7;
    padding: 15px;
}

.request_left {
    float: left;
    padding: 0px;
    border-right: 1px solid #e2ebf7;
    padding-right: 30px;
    width: 50%;
}

    .request_left h2 {
        float: left;
        font: normal 14px font2;
        color: #5a6779;
        margin-bottom: 10px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #e2ebf7;
    }

.viewall {
    float: left;
}

    .viewall a {
        font: normal 12px font2;
        color: #23b1f7;
        text-decoration: none;
    }

.request_left p {
    float: left;
    width: 100%;
    font: normal 12px font1;
    color: #969fa9;
}

.upcoming_travel {
    float: right;
    padding-right: 0px;
    border: none;
    width: 48%;
}

.travel_table {
    float: left;
    width: 100%;
}

    .travel_table tr th {
        border: 1px solid #e7eff8;
        font: normal 12px font1;
        color: #5a6779;
        text-align: left;
        padding: 2px 5px;
    }

    .travel_table tr td {
        border: 1px solid #e7eff8;
        font: normal 11px font1;
        color: #969fa9;
        text-align: left;
        padding: 2px 5px;
    }

.download a {
    font: normal 12px font1;
    color: #23b1f7;
    text-decoration: none;
}

.travel_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.travel_left {
    float: left;
    width: 45%;
}

.travel_right {
    float: right;
    width: 53%;
    right: 0px;
}

.travel1 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e2ebf7;
    margin-bottom: 10px;
    padding: 10px;
}

.userimg {
    float: left;
    width: 51px;
    margin-right: 10px;
}

    .userimg img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.travel_box1 {
    float: right;
    width: 86%;
}

    .travel_box1 h2 {
        float: left;
        font: normal 14px font2;
        color: #1f222d;
    }

.approve {
    float: left;
    color: #28bd8b;
    margin-left: 8px;
    margin-top: 2px;
}

.disapprove {
    float: left;
    color: #ea5a5a;
    margin-left: 8px;
    margin-top: 2px;
}

.halt {
    float: left;
    color: #969fa9;
    margin-left: 8px;
    margin-top: 2px;
}

.date1 {
    float: right;
    font: normal 13px font1;
    color: #28bd8b;
}

    .date1 i {
        margin-right: 5px;
    }

.travel_box1 p {
    float: left;
    width: 100%;
    margin: 5px 0px;
    font: normal 12px font1;
    color: #969fa9;
    margin-bottom: 10px;
}

.date_time {
    float: left;
    width: 100%;
    background: #f4f7fa;
    padding: 5px;
}

    .date_time ul li {
        display: inline;
        font: normal 12px font1;
        color: #67717f;
        padding: 0px 10px;
        border-right: 1px solid #969fa9;
    }

        .date_time ul li:last-child {
            border: none;
        }

.travel1:hover {
    border: 1px solid #ffcc00;
    cursor: pointer;
}

.travel1.active {
    border: 1px solid #ffcc00;
}

.meeting1 {
    float: left;
    width: 100%;
    background: #fff;
}

    .meeting1 h2 {
        float: left;
        font: normal 14px font2;
        color: #1f222d;
    }

    .meeting1 p {
        float: left;
        width: 100%;
        margin: 5px 0px;
        font: normal 12px font1;
        color: #969fa9;
        margin-bottom: 10px;
    }

.message2 {
    float: right;
    width: 100%;
}

.flight_box1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
}

    .flight_box1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #ccc;
        background-color: #F5F5F5;
    }

    .flight_box1::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .flight_box1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #ccc;
        background-color: #ccc;
        height: 15px;
    }


.pickup {
    float: left;
    width: 20%;
    text-align: center;
}

    .pickup h3 {
        font: normal 12px font1;
        color: #5a6779;
        padding: 10px 0px;
    }

.flight_icon {
    float: left;
    width: 100%;
    background: url(../../images/line.png) repeat-x;
}

.flight_box1.active {
    border: 1px solid #23b1f7;
    cursor: pointer;
    background: #f4f7fa url(../../images/ok.png) left no-repeat;
    background-position: 3% 50%;
}

.buttons {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: -40px;
    padding-right: 20px;
}

.btn1 {
    background: #ea5a5a;
    border-radius: 3px;
    padding: 5px 13px;
    border: none;
    font: normal 12px font1;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.btn2 {
    background: #28bd8b;
    border-radius: 3px;
    padding: 5px 20px;
    border: none;
    font: normal 12px font1;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.btn3 {
    background: #ea5a5a;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
    font: normal 12px font1;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.btn4 {
    background: #ea5a5a;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
    font: normal 12px font1;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

.aro_left {
    position: absolute;
    left: -13px;
    top: 40px;
}

.toggle_menu {
    float: left;
    margin-right: 15px;
    width: 40px;
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.toggle_menu1 {
    display: none;
    float: left;
    margin-right: 15px;
    width: 40px;
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

/*bm controller*/

.companylist {
    width: 100%;
}

.companywrapper {
    width: 30%;
}

.company_right {
    width: 100%;
}

.contact1 {
    width: 48.5%;
    margin: 5px;
    display: inline-block;
}

.contact_sm {
    width: 78%;
    position: relative;
}

.contact_sm1 {
    width: 100%;
    position: relative;
}

.setting {
    background: #e2ebf7;
    padding: 3px 7px;
    color: #1f222d;
    BORDER: 1PX SOLID #ccc;
}

.setbar {
    position: fixed;
    display: none;
    z-index: 9999;
    right: 0px;
    top: 25px;
    width: 180px;
    background: #fff;
    padding: 6px;
    box-shadow: 1px 1px 5px #c1c1c1;
}

    .setbar ul li a {
        display: block;
        padding: 5px 10px;
        font: normal 12px font1;
        color: #666;
        text-decoration: none;
    }

        .setbar ul li a i {
            margin-right: 5px;
        }

        .setbar ul li a:hover {
            background: #28bd8b;
            color: #fff;
        }

.detail {
    float: left;
    background: #28bd8b;
    border-radius: 3px;
    padding: 5px 13px;
    border: none;
    font: normal 12px font1;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.row1 {
    float: left;
    width: 100%;
    display: flex;
}

.clearfix {
    clear: both;
}



.welcome {
    width: 100%;
    padding: 10px;
}

    .welcome img {
        width: 100%;
        height: auto;
    }




.addcompany {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.grid1 {
    float: left;
    width: 47%;
    margin-bottom: 5px;
    margin-right: 20px;
}

    .grid1 label {
        float: left;
        width: 100%;
        font: bold 11px font1;
        color: #666;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .grid1 input[type=text], [type=password], [type=file], [type=date] {
        float: right;
        width: 100%;
        padding: 5px;
        border: 1px solid #dedee0;
    }

        .grid1 input[type=text]:focus, [type=password]:focus, [type=file]:focus, [type=date]:focus {
            border-color: rgba(82,168,236,0.8);
            outline: 0;
            outline: thin dotted \9;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
        }

    .grid1 select {
        float: right;
        width: 100%;
        padding: 5px;
        border: 1px solid #dedee0;
        color: #666;
        background: #fff url(../../images/daro.png) right no-repeat;
    }

.pagetitle {
    float: left;
    width: 100%;
    background: rgba(0, 151, 209, 0.18);
    margin-top: 0;
    padding: 5px 10px;
    margin-bottom: 10px;
}

    .pagetitle h2 {
        padding-top: 2px;
    }

.edit_btn {
    padding: 3px 13px;
    float: right;
}


.setting {
    font-size: 12px !important;
}

.setbar ul li a {
    cursor: pointer;
}

.usertable {
    margin-top: 10px;
}

    .usertable tr td {
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
        font: normal 12px font1;
        color: #666;
    }

    .usertable tr th {
        padding: 8px;
        border: 1px solid #ccc;
        background: #DDF6FF;
        font: bold 13px font1;
        text-align: left;
    }

.pdetail h3 {
    font: normal 14px font2 !important;
    color: #1f222d;
}

.sub_menu {
    display: none;
}

    .sub_menu li a {
        padding-left: 25px !important;
        background: #e2ebf7;
    }

.sub_menu2 {
    display: none;
}

    .sub_menu2 li a {
        padding-left: 35px !important;
        background: #fff;
    }

.has-sub2 a i {
    float: right;
}

.subactive a {
    background: #717c8c;
    color: #fff !important;
}


.subactive2 a {
    background: #e2ebf7 !important;
    color: #000 !important;
}

.ohterdetails {
    float: left;
    width: 100%;
    background: #fcfcfc;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 6px 7px;
    margin-bottom: 10px;
}

    .ohterdetails input[type=button] {
        background: #fcfcfc;
        border: none;
        padding: 5px 18px;
        color: #fff;
        border-radius: 3px;
        font: bold 14px Calibri;
        color: #333;
        cursor: pointer;
        outline: none;
        text-transform: uppercase;
        float: left;
    }

        .ohterdetails input[type=button].active {
            background: #28bd8b !important;
            color: #fff;
        }

.btn_area {
    width: 100%;
    margin-top: 10px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    /*background: url('../../Images/loading32x32.gif') 50% 50% no-repeat rgb(249,249,249);*/
    background: url('../../Images/loading-bm.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.6;
    /*font-size: 10px;
    text-align: center;
    background: rgba(0,0,0,.3);*/
}

    .loader i {
        display: none;
        margin-top: 25%;
    }

.loader1 {
    position: absolute;
    /*left: 0px;
    top: 0px;*/
    /*width: 100%;
    height: 100%;*/
    z-index: 99999990;
    border: 8px solid #df5c88;
    border-radius: 100%;
    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;
    /*background: url('../../Images/loading-bm.gif') 50% 50% no-repeat rgb(249,249,249);*/
    /*background: rgb(249,249,249);*/
     margin-top: 20%;
    margin-left: 48%;
    font-size: 10px;
    opacity: 0.8;
}

.loadercomm {
    /*position: absolute;
    left: 300px;
    top: -150px;
    width: 100%;
    height: 100%;*/
    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: 80%;
    z-index: 99999990;
    background: 50% 50% no-repeat rgb(249,249,249);
    /*background: url('../../Images/loading-bm.gif') 50% 50% no-repeat rgb(249,249,249);*/
    opacity: 0.6;
}

.loadermenu {
    position: fixed;
    /*left: 300px;
    top: 50px;*/
    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: 80%;
    /*width: 100%;
    height: 100%;*/
    z-index: 99999990;
    /*background: url('../../Images/loading-bm.gif') 50% 50% no-repeat rgb(249,249,249);*/
    opacity: 0.6;
}


.spinner {
    width: 100px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: 99999999;
}

    .spinner > div {
        width: 20px;
        height: 20px;
        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: #951d45;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: #ff9900;
    }

    .spinner .bounce3 {
        -webkit-animation-delay: -0.10s;
        animation-delay: -0.10s;
        background-color: #456496;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    background: rgba(0,0,0,.3);
}

.loader_inner_section {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    background: rgba(0,0,0,.3);
}

.loader_inner {
    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%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.activetable tr th {
    border: 1px solid #c9d0d4;
    padding: 6px 5px;
    text-align: left;
    font: normal 13px font1;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    box-sizing: border-box !important;
}

.activetable tr td {
    border: 1px solid #e4e8eb;
    padding: 5px 5px;
    background: #fff;
    font: normal 13px font1;
    color: #666;
    box-sizing: border-box !important;
}


.act_row {
    float: left;
    width: 100%;
    background: #ffe3aa;
    margin: 5px 0px;
    margin-bottom: 0px;
    padding: 5px 5px;
    border-radius: 4px;
}

    .act_row h2 {
        padding: 0px !important;
        margin: 0px !important;
        font: normal 17px font1 !important;
    }

    .act_row input {
        margin-right: 0px !important;
    }

.act_col1 input[type=button] {
    float: right;
    padding: 4px 12px;
    outline: none;
    border-radius: 3px;
    border: none;
    background: #28bd8b;
    color: #fff;
    font: normal 13px font1;
    cursor: pointer;
    margin-right: 10px;
}

.act_col1 h2 {
    float: left;
    font: bold 18px font1;
}

.grid_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.act_setting {
    text-align: center !important;
    font-size: 16px !important;
    cursor: pointer;
}

.activity_setting {
    position: absolute;
    right: 40px;
    top: -5px;
    box-shadow: 1px 1px 5px #c1c1c1;
    width: 350px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cad0d4;
    margin-bottom: 25px;
    display: none;
    overflow: visible !important;
}

.activity_setting_new {
    top: 0px;
    z-index: 99999;
    right: 132px;
}

.setinner {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
}

    .setinner h2 {
        font: bold 15px font1;
        background: none;
        color: #000;
        padding: 0;
        margin-bottom: 10px;
    }

    .setinner input[type=text] {
        float: left;
        width: 100%;
        padding: 7px;
        border-radius: 4px;
        border: 1px solid #c0c7cc;
        outline: none;
        font: normal 14px font1;
    }

.activity_setting h3 {
    background: rgba(0, 152, 209, 0.16);
    float: left;
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font: normal 12px font1;
    text-transform: uppercase;
    color: #666;
}

.activity1 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.act1 {
    float: left;
    font: normal 13px font1;
    line-height: 20px;
    color: #666;
}

    .act1 input[type=checkbox] {
        float: left;
        margin-right: 5px;
    }

    .act1 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

.act2 {
    float: right;
    font: normal 13px font1;
    color: #c0c0c0;
}

.setinner1 {
    padding: 5px 15px;
    max-height: 160px;
    overflow: auto;
}

    .setinner1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #fff;
        background-color: #F5F5F5;
    }

    .setinner1::-webkit-scrollbar {
        width: 2px;
        background-color: #1b79b3;
    }

    .setinner1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #1b79b3;
        height: 15px;
    }

.setaro {
    position: absolute;
    right: -12px;
}

.logo3s {
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}


    .logo3s img {
        width: auto;
        height: auto;
    }

.usertable {
    margin-top: 10px;
}

    .usertable tr td {
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
        font: normal 12px font1;
        color: #666;
    }

    .usertable tr th {
        padding: 8px;
        border: 1px solid #ccc;
        background: #DDF6FF;
        font: bold 13px font1;
        text-align: left;
    }
































/*=========grid panel=========*/

.row_wrapper {
    float: left;
    width: 100%;
}

.grid_head {
    float: right;
    width: 100%;
}

    .grid_head h2 {
        background: #dff5cc;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        font: normal 12px font1;
    }

    .grid_head ul {
        margin: 0px;
    }

        .grid_head ul li {
            float: left;
            background: #e2effe;
            width: 11.8%;
            padding: 5px;
            font: bold 12px font1;
            box-sizing: border-box;
            border: 1px solid #ccc;
            margin: 0px;
            border-right: 0px;
        }

            .grid_head ul li:nth-child(1) {
                width: 11%;
            }

            .grid_head ul li:nth-child(2) {
                width: 30%;
            }

            .grid_head ul li:last-child {
                border: 1px solid #ccc;
                width: 11.8%;
            }

.collapse_grid1 {
    float: right;
    width: 100%;
    display: flex;
    background: #fff;
}

.grid_td {
    float: left;
    width: 11.8%;
    padding: 5px;
    font: normal 13px font1;
    border: 1px solid #ccc;
    border-top: 0px;
    border-right: 0px;
    color: #666;
}

    .grid_td:nth-child(1) {
        width: 11%;
    }

    .grid_td:nth-child(2) {
        width: 30%;
    }

    .grid_td:last-child {
        border-right: 1px solid #ccc;
        width: 11.8%;
    }

    .grid_td i {
        padding: 0px 5px;
        cursor: pointer;
        float: left;
        margin-top: 0px;
    }





/*hide column*/
.grid_hide {
}

    .grid_hide > .grid_td:nth-child(2) {
        float: left;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        border-bottom: 1px solid #e2ebf7;
        padding: 10px;
    }

        .grid_hide > .grid_td:nth-child(2).grid_active {
            background: #fff7d6;
        }

        .grid_hide > .grid_td:nth-child(2):hover {
            background: #fff7d6;
            cursor: pointer;
        }


    .grid_hide > .grid_td:nth-child(1),
    .grid_hide > .grid_td:nth-child(3),
    .grid_hide > .grid_td:nth-child(4),
    .grid_hide > .grid_td:nth-child(5),
    .grid_hide > .grid_td:nth-child(6),
    .grid_hide > .grid_td:nth-child(7),
    .grid_hide > .grid_td:nth-child(8) {
        display: none;
    }

.grid_heading {
    font: normal 14px font1;
    cursor: pointer;
    color: #000;
}

.grid_td p {
    display: none;
    float: left;
    width: 100%;
    margin: 5px 0px;
    font: normal 12px font1;
    color: #969fa9;
    margin-bottom: 10px;
}


.creaton_setting {
    margin-right: 10px !important;
}

.creaton_setting1 {
    right: 61px;
}

.grid_panel1 {
    float: left;
    width: 100%;
}

.grid_small {
    width: 31.8%;
    overflow: auto;
}

.grid_panel2 {
    position: relative;
    width: 68.1%;
    float: right;
    background: #fff;
    height: 100%;
    display: none;
    padding: 15px;
    border-left: 1px solid #e2ebf7;
    margin-top: -5px;
    height: 100vh;
    overflow: auto;
}

.close_grid {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 20px;
    color: #c1c1c1;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}


.collapse_grid1:nth-child(even) {
    background-color: #f0f6fd;
}

.grid_panel1:nth-child(even) {
    background-color: #f0f6fd !important;
}


/*Master form popup class*/

.search_box_sm {
    float: left;
    width: 70%;
    position: relative;
}

    .search_box_sm input[type=text] {
        width: 100% !important;
    }

    .search_box_sm i {
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        padding: 5px 10px;
    }

.search_input {
    position: relative;
    width: 100%;
}

    .search_input ul {
        background: #fff;
        position: absolute;
        padding: 5px !important;
        top: 34px;
        width: 100%;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 999;
        display: none;
    }

        .search_input ul li {
            display: inline-block;
            width: 100%;
            padding: 5px 8px;
            background: rgba(204, 204, 204, 0.45);
            margin-bottom: 1px;
            font: normal 14px Calibri;
        }


/*grid new*/
.collapse_grid_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}


.gridleft {
    float: left;
    width: 31.8%;
    overflow: auto;
    padding-bottom: 200px;
    padding-top: 10px;
}

    .gridleft::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #ccc;
        background-color: #F5F5F5;
    }

    .gridleft::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .gridleft::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #ccc;
        background-color: #ccc;
        height: 15px;
    }




    .gridleft p {
        display: none;
        float: left;
        width: 100%;
        margin: 5px 0px;
        font: normal 12px font1;
        color: #969fa9;
        margin-bottom: 10px;
    }


.gridright {
    position: relative;
    width: 68.1%;
    float: right;
    background: #fff;
    height: 100%;
    padding: 10px;
    border-left: 1px solid #e2ebf7;
    margin-top: -5px;
    height: 100vh;
    padding-bottom: 200px;
    padding-top: 25px;
}

.grid_address {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e2ebf7;
    padding: 5px 10px;
    cursor: pointer;
}

    .grid_address:hover {
        background: #fff7d6;
    }

    .grid_address.active {
        background: #fff7d6;
    }



.Grid_Wrapper {
    float: left;
    width: 100%;
}

.collapse_grid_wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
}



/*============master table==============	*/

.master_table1 {
    float: left;
    width: 100%;
}

.master_table2 {
    float: right;
    width: 100%;
}

/*task planning popup
*/


.t_planning input[type=text] {
    background: none;
    margin-bottom: 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
}

.t_planning input[type=button] {
    float: left;
    padding: 4px 10px;
    background: #28bd8b;
    border: none;
    color: #fff;
    font: bold 13px Arial, Helvetica, sans-serif;
    border-radius: 3px;
    outline: none;
    outline: none;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 10px;
}

.task_planning_popup {
    display: none;
    top: 150px;
    left: 0px;
    position: fixed;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 5px #c1c1c1;
    padding: 2px;
    z-index: 999;
}

.task_planning_popupmenu {
    display: none;
    top: 250px;
    left: 800px;
    position: fixed;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 5px #c1c1c1;
    padding: 2px;
    z-index: 999;
}

.t_planning {
    padding: 5px;
}

.task_planning_popup h2 {
    background: #f7f7f7;
    padding: 5px 10px;
    border-bottom: 1px solid #eeeeee;
    font: bold 15px Calibri;
}

    .task_planning_popup h2 i {
        float: right;
        color: #666;
        cursor: pointer;
    }

.task_planning_popupmenu h2 {
    background: #f7f7f7;
    padding: 5px 10px;
    border-bottom: 1px solid #eeeeee;
    font: bold 15px Calibri;
}

    .task_planning_popupmenu h2 i {
        float: right;
        color: #666;
        cursor: pointer;
    }

.task_plan_icon1 {
    float: left;
    cursor: pointer;
    padding: 0px 10px;
    top: 3px;
    color: #666;
    font-size: 14px !important;
    margin-top: 3px;
}

.task_plan_iconmenu {
    float: left;
    cursor: pointer;
    padding: 0px 10px;
    top: 3px;
    color: #666;
    font-size: 14px !important;
    margin-top: 3px;
}

.master_table1 table tr td {
    position: relative;
}

    .master_table1 table tr td:hover .task_plan_icon1 {
        display: inherit !important;
    }

    .master_table1 table tr td:hover .task_plan_iconmenu {
        display: inherit !important;
    }

.task_planning_popup input[type=text] {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    padding: 6px;
    margin: 5px 0px;
    outline: none;
    /*background: url(../../images/daro1.png) right no-repeat;*/
    background-position: 97% 48%;
    float: left;
}

.task_planning_popup select {
    border: 1px solid #ccc;
    width: 100% !important;
    border-radius: 3px;
    padding: 6px;
    margin: 5px 0px;
    outline: none;
    background: #fff url(../../images/daro.png) right no-repeat;
    background-position: 97% 48%;
    float: left;
}

.task_planning_popupmenu input[type=text] {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    padding: 6px;
    margin: 5px 0px;
    outline: none;
    background-position: 97% 48%;
    float: left;
}

.task_planning_popupmenu select {
    border: 1px solid #ccc;
    width: 100% !important;
    border-radius: 3px;
    padding: 6px;
    margin: 5px 0px;
    outline: none;
    background: #fff url(../../Images/daro.png) right no-repeat;
    background-position: 97% 48%;
    float: left;
}




.cmmanin {
    float: left;
    width: 100%;
    background: #ffe3aa;
    margin: 5px 0px;
    padding: 5px 5px;
    border-radius: 4px;
}

    .cmmanin h2 {
        padding: 0px !important;
        margin: 0px !important;
        font: normal 17px font1 !important;
    }


    .cmmanin input {
        margin-top: 0px;
        float: right;
        margin-right: 0px !important;
        margin-left: 10px !important;
    }


/*Class for Company Contact Person Listing*/

.contact_details {
    float: left;
    clear: both;
    background: #28bd8b;
    color: #fff;
    padding: 5px 10px;
    font: normal 12px font1;
    margin-top: 15px;
}

.contact_information {
    width: 100%;
    z-index: 999;
    position: absolute !important;
    top: 60px !important;
    left: 0px;
    background: #fff;
    padding: 10px;
    display: none;
    overflow: auto;
    height: 100vh;
    overflow: auto;
    max-height: 100%;
    padding-bottom: 150px;
    padding-top: 3px;
}

    .contact_information h3 {
        float: left;
        margin-bottom: 20px;
        font: normal 17px font1 !important;
    }


.close_info {
    float: right;
    margin-bottom: 20px;
    color: #c1c1c1;
    font-size: 20px;
    cursor: pointer;
}


/*End -----------------*/

.model_dropdown {
    float: left;
    width: 100%;
    padding: 10px 0px;
    max-height: 120px;
    overflow: auto;
    margin-bottom: 10px;
}

.item1 {
    float: left;
    width: 100%;
    padding: 0px 10px;
    font: normal 13px font1;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

    .item1 input {
        float: left;
        margin-right: 10px;
    }

.company_container {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #e2ebf7;
    padding: 5px 15px;
    margin-bottom: 15px;
}

    .company_container select {
        margin-bottom: 0px !important;
    }

.alert_msg {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    display: none;
}

.error_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: #28bd8b;
    color: #fff;
    text-align: center;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-color: #bce8f1;
}


.alert_msg1 {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #ea5a5a;
    color: #fff;
    z-index: 9999999999;
    display: none;
    border-color: #bce8f1;
    padding: 15px;
    text-align: center;
    font: normal 14px Arial, Helvetica, sans-serif;
}

.alert_msg strong {
    font: bold 15px Arial, Helvetica, sans-serif;
}

.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;
}

.data_not_found {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    font: normal 15px font1;
    background: #fff;
}

.master_table2 h3 {
    float: left;
    padding-bottom: 11px;
    font: bold 18px font1;
}

.cmmanin h2 {
    float: left;
    font: normal 17px font1 !important;
}

.master_table_scroll {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 0px;
    padding-top: 0px;
    background: #fff;
    height: 100vh;
    /*overflow: auto;*/
    /*padding-bottom: 200px;*/
}


.master_scroll_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.pagetitle {
    float: left;
    width: 100%;
    background: #ffe3aa;
    margin: 5px 0px;
    padding: 5px 5px;
    border-radius: 4px;
}

    .pagetitle h2 {
        padding: 0px !important;
        margin: 0px !important;
        font: normal 17px font1 !important;
    }

    .pagetitle h3 {
        padding: 0px !important;
        margin: 0px !important;
        font: normal 17px font1 !important;
        float: left;
    }


    .pagetitle input {
        margin-top: 0px;
        margin-right: 0px !important;
        margin-left: 10px !important;
    }
    .pagetitle select {
        float: left;
        background-image: url(../../images/daro.png), url(../../images/tbg.jpg);
        background-position: 99% 48%, top left;
        background-repeat: no-repeat, repeat;
        width: 50%;
        padding: 2px;
        border: 1px solid #ccc;
        margin-bottom: 2px;
        outline: none;
        font: normal 14px Calibri;
        border-radius: 3px;
    }

.Assign_right {
    height: 210px !important;
}

.un_assign {
    background: #ea5a5a;
    border-radius: 3px;
    border: none;
    padding: 5px 20px;
    float: left;
    font: normal 13px font1;
    color: #fff;
}

.grid_heads {
    float: left;
    width: 100%;
    z-index: 9999;
}

    .grid_heads table {
        width: 100%;
        box-sizing: border-box;
    }

        .grid_heads table tr th {
            box-sizing: border-box;
        }

.grid_items {
    float: left;
    width: 100%;
}

    .grid_items table {
        width: 100%;
    }

        .grid_items table tr td {
            white-space: normal !important;
            box-sizing: border-box;
            vertical-align: top;
        }

.grid_seach {
    float: right;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

input[type=text]:focus, [type=password]:focus, [type=file]:focus, [type=date]:focus, select:focus {
    border-color: rgba(82,168,236,0.8) !important;
    outline: 0;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}

.treeview_bg {
    background: #f5f5f5 !important;
}

.treeview_bg_symbol {
    background: #f5f5f5 !important;
    opacity: 70;
}

.TableTree {
    height: 100vh;
    overflow: auto;
}

    .TableTree::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #fff;
        background-color: #F5F5F5;
    }

    .TableTree::-webkit-scrollbar {
        width: 8px;
        background-color: #28bd8b;
    }

    .TableTree::-webkit-scrollbar-thumb {
        background-color: #666;
        height: 15px;
    }

.Company_dropdown {
    float: right;
    background-image: url(../../images/daro.png), url(../../images/tbg.jpg);
    background-position: 99% 48%, top left;
    background-repeat: no-repeat, repeat;
    padding: 3px;
    border: 1px solid #ccc;
    outline: none;
    font: normal 14px Calibri;
    border-radius: 3px;
    width: 20%;
    margin-left: 10px;
}


.grid_btn1 {
    padding: 1px 15px !important;
    font: normal 11px font1 !important;
}

.assign_btn1 {
    float: right;
    padding: 3px 12px !important;
    font: normal 11px font1 !important;
    margin-top: 1px !important;
}

.assign_btn2 {
    padding: 1px 15px !important;
    font: normal 11px font1 !important;
}

.grid_tr {
    height: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
}

    .grid_tr td {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
    }

.add_address_btn {
    float: right;
}

.bm_validation {
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

    .bm_validation span {
        display: inline-block;
        background: #ea5a5a;
        border: none;
        padding: 5px 18px;
        color: #fff;
        font: bold 14px Calibri;
    }

.grid_address:nth-child(even) {
    background: #fffcf5;
}

    .grid_address:nth-child(even).active {
        background: #fff7d6;
    }

.address_close {
    position: fixed;
    right: 10px;
    top: 80px;
}

.logo.active {
    background: #fff;
}

.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;
}

select.error_focus {
    border-color: rgba(255, 35, 0, 0.8) !important;
}

input[type=text].error_focus {
    border-color: rgba(255, 35, 0, 0.8) !important;
}

.error_focus: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;
}

.confirmation {
    font-size: 13px !important;
    padding: 4px 10px !important;
}

.confirmation1 {
    float: left;
    width: 100%;
    font: normal 14px Arial, Helvetica, sans-serif !important;
    padding: 20px 0px;
    padding-top: 10px;
    color: #666;
    line-height: 25px;
}

    .confirmation1 i {
        color: #ea5a5a;
        font-size: 26px;
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

.confirmaton_inner {
    max-width: 389px !important;
}

.confirm_btn {
    padding: 5px 11px !important;
    font: bold 12px Calibri !important;
}

.alert_msg_inner1 {
    background: #ea5a5a !important;
    margin: auto;
    max-width: 500px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-color: #bce8f1;
}

#DivMenu {
    position: fixed;
    top: 200px;
    left: 65% !important;
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}


.small_button {
    display: inline-block;
    white-space: nowrap;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0 1em;
    font: bold 0.8em/2em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    margin-top: 0px;
    outline: none;
}

    .small_button:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
    }

    .small_button:active {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }



/*============================buttons=========================*/

.button {
    display: inline-block;
    white-space: nowrap;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    border: 1px solid #999;
    cursor: pointer;
    padding: 0 1em;
    font: bold 0.7em/2em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    margin-top: 0px;
}

    .button:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
    }

    .button:active {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }

    .button:focus {
        outline: 0;
        background: #fafafa;
    }

    .button:before {
        background: #ccc;
        background: rgb(40, 189, 139);
        color: #fff;
        font-weight: normal;
        float: left;
        width: 2em;
        text-align: center;
        font-size: 1em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
    }

.button11 {
    display: inline-block;
    white-space: nowrap;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    border: 1px solid #999;
    cursor: pointer;
    padding: 0 1em;
    font: bold 0.7em/2em Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.1);
    margin-top: 0px;
}


    .button11:before {
        background: #ccc;
        background: rgba(152, 152, 152, 0.75);
        color: #fff;
        font-weight: normal;
        float: left;
        width: 2em;
        text-align: center;
        font-size: 1em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
    }


    .button11:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
    }

    .button11:active {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }

button.button, input.button {
    cursor: pointer;
    overflow: visible; /* removes extra side spacing in IE */
}
/* removes extra inner spacing in Firefox */


/* If line-height can't be modified, then fix Firefox spacing with padding */
button.button, input.button {
    cursor: pointer;
    overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* If line-height can't be modified, then fix Firefox spacing with padding */
input::-moz-focus-inner {
    padding: .0em;
}
/* The disabled styles */
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {
    background: #eee;
    color: #aaa;
    border-color: #aaa;
    cursor: default;
    text-shadow: none;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.save:before {
    content: "\2714";
}

.email:before {
    content: "\2709";
}

.like:before {
    content: "\2764";
}

.next:before {
    content: "\279C";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}
/*========================end button================================*/

.url {
    margin-left: 10px;
}

.url {
    color: #666;
}

    .url:hover {
        color: #0ac284;
    }

#divUserAssign h2 {
    background: none !important;
    border: none;
}

#divUserAssign > .act_row {
    padding-right: 50px !important;
}

#divMenuAssignToUser i {
    margin-top: 12px !important;
    margin-right: 10px !important;
}

#divMenuAssignToUser > .popinner1 {
    max-width: 1020px !important;
    padding: 10px !important;
    padding-top: 5px !important;
    height: 500px;
}

#divMenuAssignToUser > .TableTree {
    height: auto !important;
}

#divUserAssign > .master_table_scroll {
    height: auto !important;
    background: none !important;
}

.upload_btn {
    padding: 3px 13px;
    float: left;
    margin-top: 10px;
}

#divCompanyPersonalize > .grid1 label {
    font: normal 12px font1 !important;
    margin: 10px 0px;
}

.edit_value input[type=button] {
    margin-left: 10px;
}

.ex_excel {
    float: right;
    padding: 5px 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
}

.user_filters {
    float: right;
    font-size: 13px;
    font: normal 12px font1;
    margin-top: 3px;
}

    .user_filters label {
        margin-left: 5px;
        cursor: pointer;
        padding: 2px 5px;
        background: #fff;
        color: #000;
        border-radius: 2px;
    }

        .user_filters label:hover {
            background: #fff;
            color: #000;
            border-radius: 2px;
        }

.search_user {
    border: none;
    margin-left: 10px;
    border-radius: 3px;
    background: #fff;
    padding: 3px;
    font: normal 12px Arial, Helvetica, sans-serif;
}

.date_report {
    float: right;
    padding: 3px;
    border: 1px solid #ccc;
    outline: none;
    font: normal 14px Calibri;
    border-radius: 3px;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px !important;
}

.taskgroup_address {
    float: right;
    width: 175px;
}

.test_assgin1 {
    float: left;
    width: 42%;
}

    .test_assgin1 h2 {
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .test_assgin1 p {
        float: left;
        width: 100%;
        border: 1px solid #e7e7e7;
        padding: 10px;
        border-radius: 4px;
    }

    .test_assgin1 select {
        width: 100%;
        height: 200px;
    }

        .test_assgin1 select option {
            padding: 5px 10px;
            background: #f5f5f5;
            margin-bottom: 5px;
            font: normal 13px Arial, Helvetica, sans-serif;
            color: #666;
        }

            .test_assgin1 select option:hover {
                background: #00a4b8;
                color: #fff;
                cursor: pointer;
            }

.test_assgin2 {
    float: left;
    width: 10%;
    margin-left: 10px;
    margin-top: 100px;
}

.qatest_assgin1 {
    float: left;
    width: 44%;
}

.qa_product_search {
    float: right;
    padding: 4px !important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 3px;
}

.assingtest_All {
    font: bold 12px Arial, Helvetica, sans-serif;
}

.assingtest_All_search {
    WIDTH: 42%;
}

.loading_items_Header {
    float: right !important;
    width: 20%;
    position: relative;
    margin-right: 10px !important;
    margin-top: 2px;
}

    .loading_items_Header > .taskgroup1 {
        width: 100% !important;
    }

.loading_items {
    float: left;
    width: 100%;
    position: relative;
}

    .loading_items i {
        position: absolute !important;
        right: 20px !important;
        top: 5px !important;
        font-size: 14px;
        z-index: 9999;
        color: #666;
    }

    .loading_items > .taskgroup {
        width: 100% !important;
    }
.entiy-user-assign {
    float: left;
    width: 42%;
}

    .entiy-user-assign h2 {
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .entiy-user-assign p {
        float: left;
        width: 100%;
        border: 1px solid #e7e7e7;
        padding: 10px;
        border-radius: 4px;
    }

    .entiy-user-assign select {
        width: 100%;
        height: 232px;
    }

        .entiy-user-assign select option {
            padding: 5px 10px;
            background: #f5f5f5;
            margin-bottom: 5px;
            font: normal 13px Arial, Helvetica, sans-serif;
            color: #666;
        }

            .entiy-user-assign select option:hover {
                background: #00a4b8;
                color: #fff;
                cursor: pointer;
            }



.entiy-user-assign {
    float: left;
    width: 42%;
}

.entiy-user-button {
    float: left;
    width: 10%;
    margin-left: 10px;
    margin-top: 100px;
}
.qatest_assgin1 {
    float: left;
    width: 44%;
}
.assingtest_All {
    
   font: bold 12px Arial, Helvetica, sans-serif;
}

.assingtest_All_search {
       WIDTH: 42%;
}
.right-align {
    float: right;
}
.qa_product_search { float:right; padding:4px !important; border:1px solid #ccc; margin-bottom:10px; border-radius:3px; 
}
.full-size {
    width: 100%!important;
}
.da_MainDiv1 {
    width: 100%;
    padding: 10px;
    background: #fff;
    height: 360px;
}

.client-setting {
    float: left;
    width: 30%;
    margin-bottom: 5px;
    margin-right: 20px;
}

    .client-setting label {
        float: left;
        width: 100%;
        font: bold 11px font1;
        color: #666;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .client-setting input[type=text], [type=password], [type=file], [type=date] {
        float: right;
        width: 100%;
        padding: 5px;
        border: 1px solid #dedee0;
    }

        .client-setting input[type=text]:focus, [type=password]:focus, [type=file]:focus, [type=date]:focus {
            border-color: rgba(82,168,236,0.8);
            outline: 0;
            outline: thin dotted \9;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
        }

    .client-setting select {
        float: right;
        width: 100%;
        padding: 5px;
        border: 1px solid #dedee0;
        color: #666;
        background: #fff url(../../images/daro.png) right no-repeat;
    }