﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

html.loginPage{
    height:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    position:relative;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #20aa6c;
    cursor: pointer;
}

    a:hover {
        color: #94c463; /* #351c82;*/
    }

a, input, textarea {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

select {
    padding: 6px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #dddddd;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

span.seprator {
    height: 30px;
    width: 1px;
    margin: 0 20px;
    background: #ccc;
    float: left;
}

label {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #20aa6c
}

fieldset {
    padding-bottom: 20px;
    /*float: left;*/
    /*width: 100%;*/ /**Ujjwal*/
}

textarea {
    resize: none;
}
/****** Common Classes *****/
.clearfix {
    clear: both;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right !important;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

    h1.main-head-text {
        color: #20aa6c;
        font-size: 22px;
        font-weight: 400;
    }

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    color: #20aa6c;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
}

.mr-top10 {
    margin-top: 10px;
}

p {
    line-height: 20px;
    padding-bottom: 15px;
}



 /*.fullwidth {
    width: 97% !important;
    padding-left:15px;
    padding-right:15px;
}*/

    .container .fieldsetinner {
        width: 31%;
        float: left;
        margin-right: 3%;
    }


/********* Buttons *********/
/*.btn {
    background-color: #1a4279;
    border: 0 none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding: 7px 12px;
    vertical-align: top;
}*/

    .btn-blue, .btn:hover {
        /*background: #351c82;*/
        background-color: #444444;
        border-color: #444444;
    }

        .btn-blue:hover {
            background: #1a4279;
        }

    .btn:hover {
        color: #fff;
    }

.btn-border {
    border: 1px solid #428bca;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background: rgba(173,33,142,0.7);
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

    .btn-border:hover {
        background: #428bca;
    }

.btn-border-secondery {
    border: 1px solid #351c82;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background: rgba(53,28,130,0.2);
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

    .btn-border-secondery:hover {
        background: #351c82;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #94c463;
    border-color: #94c463;
}

.btn-primary {
    background-color: #20aa6c;
    border-color: #20aa6c;
    border-radius: 2px;
}

.btn-secondary, .btn-dark-Green {
    background: #94c463 !important;
    border-color: #94c463 !important;
    color:#fff !important;
}

    .btn-secondary:hover,
    .btn-dark-Green:hover{
        background: #78a748 !important;
        border-color: #78a748 !important;
    }

/********* Header **********/
.header {
    width: 100%;
    border-top: 5px solid #333;
    background: #fff;
}

.row {
    /*width: 1280px;*/
    /*width: 1170px;*/
    /*width: 1190px;*/
    margin: 0 auto;
}

.headerRow {
    width: 1250px;
    margin: 0 auto;
}

.topHeaderRow {
    color: #333;
    z-index: 999;
    text-align: right;
}

    .topHeaderRow a {
        color: #686868;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0 10px;
    }

    .topHeaderData a {
        margin: 0 10px;
    }

        .topHeaderRow a.dropdown-item{
             margin:0;
        }

        .topHeaderRow a.dropdown-item:hover {
            text-decoration:none;
        }

        .topHeaderData a:last-child {
            margin-right: 0;
            color: #c90536;
        }

        .topHeaderRow a:hover {
            color: #333;
            text-decoration: underline;
        }

.topHeaderInner {
    width: 1230px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
}

.topHeaderData {
    display: inline-block;
    color: #686868;
}

/*.logo {
    width: 262px;
    height: 50px;
    float: left;
    
    margin: 20px 0 20px;
}*/

.topusercontrol {
    float: right;
    /*padding: 5px 15px;*/
    padding: 2px 15px;
    background: #333;
    color: #fff;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.icon-sheet {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icon-sheet.png) left top no-repeat;
    display: block;
}

.icon-setting {
    background-position: left top;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -99999px;
}

    .icon-setting:hover {
        background-position: 0 -17px;
    }

.seprator {
    color: #fff;
    margin: 0 10px;
}
/********* Navigation **********/
header .navbar-nav {
    margin-top: 10px;
}

    header .navbar-nav .nav-item:not(:last-child) {
        margin-left: 0px;
        display: inline-block;
    }
        #menu li.dropdown {
            /*background-image: url('/Templates/resources/AgencyTheme/discovery/images/arrow-nav.png');
            background-position: right center;
            background-repeat: no-repeat;
            padding-right: 10px;*/
        }

        #menu li a {
            /*display: inline;
            text-decoration: none;
            color: #333;
            font-size: 15px;
            font-weight: normal;*/
        }

    #menu ul.dropdown-submenu {
        display: none;
        position: absolute;
        top: 100% !important;
        left: auto !important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px;
        margin: 5px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        right: 0 !important;
    }

        #menu ul.dropdown-submenu:before {
            position: absolute;
            top: -7px;
            right: 9px;
            display: inline-block;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-left: 7px solid transparent;
            border-bottom-color: rgba(0, 0, 0, 0.2);
            content: '';
        }

        #menu ul.dropdown-submenu:after {
            position: absolute;
            top: -6px;
            right: 10px;
            display: inline-block;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #ffffff;
            border-left: 6px solid transparent;
            content: '';
        }

        #menu ul.dropdown-submenu .dropdown-item {
            display: block;
            padding: 5px 15px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            margin: 0px;
            border-radius: 3px;
            margin-bottom: 3px;
        }
        
        .dropdown-item:hover, .dropdown-item:focus{
            background-color:#94c463;
            color:#fff !important;
        }

    header .navbar-nav .nav-link {
        border-bottom: 3px solid #f1f1f1;
    }

    header .navbar-nav .active > .nav-link, header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show, header .navbar-nav .show > .nav-link, header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link:focus {
        color: #94c463;
        border-bottom: 3px solid #94c463;
        text-decoration:none;
    }



/******* Blue Bar ******/
.bluebar {
    width: 100%;
    padding: 10px 0 10px;
    background: #ABC941;
}

    .bluebar h1 {
        color: #fff;
        float: left;
        /*font-size: 27px;*/
        font-size: 20px;
    }

.breadcrumb {
    float: right;
    overflow: hidden;
    background:none;
    margin-bottom:0;
    padding:0;
}

    .breadcrumb li {
        display: inline-block;
        color: #20aa6c;
        padding-left:5px;
    }

        .breadcrumb li a {
            color: #edeaf6;
        }

        .breadcrumb li.active {
            color: #94c463;
            border-bottom: 1px solid #fff;
        }
/******** Main Wrapper ********/
.main-wrapper {
    width: 100%;
    padding: 30px 0;
}

.leftcol {
    /*width: 270px;*/
    width: 240px;
    /*margin-right: 30px; Ujjwal*/
    margin-right: 0px;
    float: left;
}

.leftfolder {
    background: #f1f1f1;
    overflow: hidden;
}

.pink-head {
    padding: 8px 15px;
    background: #e8e8e8;
}

.icon-folder {
    background-position: -17px top;
    width: 24px;
    height: 19px;
    margin-right: 5px;
    display: inline-block;
}

.pink-head h2 {
    color: #20aa6c;
    display: inline-block;
    font-size: 20px;
}

.folder-link-wrapper {
    padding: 15px;
    border: 1px solid #ddd;
    padding-right: 1px;
}

.folder-link {
    /*overflow: auto;*/
    height: 250px;
    margin-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .folder-link ul li {
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
        position: relative;
    }

        .folder-link ul li ul {
            padding: 5px 0 0 25px;
        }

            .folder-link ul li ul a i {
                width: 8px;
                height: 7px;
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 4px;
            }

            .folder-link ul li ul a:hover i {
                background-position: -47px -118px;
            }

    .folder-link li ul {
        display: none;
    }

/*#leftFolderTree span {
    display: none;
}*/

.subfoldericon {
    background-position: -47px -109px;
}

.folder-link ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.folder-link ul li a {
    padding: 2px 2px 2px 25px;
    color: #333;
}

    .folder-link ul li a:hover {
        color: #428bca;
    }

    .folder-link ul li a i {
        display: inline-block;
        height: 15px;
        margin-right: 10px;
        vertical-align: sub;
        width: 15px;
        position: absolute;
        left: 0;
    }

.openfolder {
    background-position: -47px -84px;
}

.closefolder {
    background-position: -63px -84px;
}



.rightcol {
    /*width: 870px;*/
    /*width: 898px;*/
    width: 975px;
    /*float: left;*/
    float: right;
    padding:15px;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
    /*box-shadow: 0 0 2px #a19999;
    -o-box-shadow: 0 0 2px #a19999;
    -moz-box-shadow: 0 0 2px #a19999;
    -webkit-box-shadow: 0 0 2px #a19999;*/
    -o-box-shadow: 0 0 7px #a19999;
    -moz-box-shadow: 0 0 7px #a19999;
    -webkit-box-shadow: 0 0 7px #a19999;
    box-shadow: 0 0 7px #a19999;
}



    .page-header h2 {
        font-size: 22px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 5px;
        margin-bottom: 20px;
        overflow:hidden;
    }

    .page-header a {
        margin-top: 10px;
        float: left;
    }


    .rightcol .pageSub-header h2 {
        font-size: 18px;
        color: #FFF;
        padding: 5px 10px;
        background-color: #73ADCE;
        margin-bottom: 25px;
        display: block;
    }

    .pageSub-header a {
        margin-top: 10px;
    }


/*.rightcol h2 {
    color: #1a4279;
    display: inline-block;
}*/

.arrow-link {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icon-tri-arrow-right.png) right 1px no-repeat;
    color: #428bca;
    padding-right: 15px;
}

.arrow-link-open {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icon-arrow-open.png) right 1px no-repeat;
}
/************* Vacancies Form *************/
.vacancies-form {
    background: #6844da;
    padding: 20px 15px 5px;
    margin-bottom: 20px;
    display: none;
    position: relative;
    top: -25px;
}

fieldset .cke_browser_webkit {
    margin-top: 10px;
}

/*fieldset .fieldsetinner {
    width: 49%;
    float: left;
}

fieldset label {
    font-weight: bolder;
}

.fieldsetinner:nth-child(2n+2) {
    float: right;
}

.fieldsetinner input[type=text], .fieldsetinner input[type=password], textarea {
    width: 96%;
}

fieldset .fieldsetinner select {
    width: 100%;
}*/

.vacancies-form .btn-border {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(127, 96, 224, 0.7);
}

    .vacancies-form .btn-border:hover {
        background: #428bca;
    }

/*********** List View ************/
.list-control {
    margin-bottom: 15px;
    color: #351c82;
}

    .list-control label, .list-control select, .list-control input {
        margin-right: 5px;
    }

.list-wrapper {
    width: 100%;
    float: left;
}

.list-control label {
    display: inline-block;
}

.list-control select {
    color: #351c82;
}

.list-box {
    border-top: 2px solid #351c82;
    padding: 15px;
    background: #fff;
    -moz-box-shadow: 0 2px 2px 0px #999;
    -webkit-box-shadow: 0 2px 2px 0px #999;
    box-shadow: 0 2px 2px 0px #999;
    margin-bottom: 20px;
}

    .list-box:hover {
        background: #fcf5fa;
        border-color: #428bca;
    }

    .list-box .checkbox-col {
        width: 4%;
        float: left;
    }

    .list-box .detail-wrapper {
        width: 95%;
        float: left;
    }

.detail-head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.date-calender {
    width: 40px;
    height: 43px;
    float: left;
    margin-right: 15px;
    background-position: left -35px;
}

.date {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 3px 5px 5px;
}

.ui-datepicker-trigger {
    margin-left: 2px;
    cursor: pointer;
}

.month {
    color: #351c82;
    display: block;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.jobtitle-wrap {
    margin-right: 20px;
    float: left;
}

    .jobtitle-wrap h5 {
        color: #999;
    }

.iconset {
    position: absolute;
    top: 0;
    right: 0;
}

    .iconset a {
        display: inline-block;
        margin-left: 10px;
    }

/*a.view {
    background-position: -45px top;
    width: 19px;
    height: 20px;
}

    a.view:hover {
        background-position: -45px -21px;
    }*/



/*a.edit:hover {
        background-position: 0 -192px;
    }*/






a.more {
    background-position: -47px -47px;
    width: 28px;
    height: 14px;
}

    a.more:hover {
        background-position: -47px -65px;
    }

.gridcontainer .icon-sheet {
    margin: 5px;
}

    /*.gridcontainer .icon-sheet.download {
        margin-top: 7px;
    }*/

    .gridcontainer .icon-sheet.edit {
        margin-top: 7px;
    }

/************ Paging **************/
.paging-wrap {
    /*background: #c6b8e1;
    border: 1px solid #9e8bd6;
    border-bottom: 3px solid #9e8bd6;
    padding: 10px;
    overflow: hidden;
    float: right;
    margin-top: 20px;
    clear: left;*/
}

.pagination {
    /*border: 1px solid #9e8bd6;
    float: right;*/
}

    .pagination li {
        /*float: left;*/
    }

        .pagination li a {
            /*padding: 5px 5px 4px;
            display: block;
            color: #351c82;
            height: 15px;
            width: 15px;
            background: #fff;
            text-align: center;
            border: 1px solid #9e8bd6;
            margin: -1px -1px;*/
        }

            .pagination li a.active, .pagination li a.active:hover {
                /*background: #428bca;
                color: #fff;
                font-weight: bold;
                border-color: #428bca;*/
            }

            .pagination li a:hover {
                /*background: #eee;*/
            }

            .pagination li a.disable {
                /*background: #eee;
                color: #999;*/
            }

            .pagination li a.previousRecord {
                /*background: url(/Templates/resources/AgencyTheme/discovery/images/icon-arrow-left.png) center center no-repeat #fff;*/
            }

        .pagination li:first-child a:hover {
            /*background: url(/Templates/resources/AgencyTheme/discovery/images/icon-arrow-left-hover.png) center center no-repeat #fff;*/
        }

        .pagination li a.nextRecord {
            /*background: url(/Templates/resources/AgencyTheme/discovery/images/icon-arrow-right.png) center center no-repeat #fff;*/
        }

        .pagination li:last-child a:hover {
            /*background: url(/Templates/resources/AgencyTheme/discovery/images/icon-arrow-right-hover.png) center center no-repeat #fff;*/
        }
/************ Login Page ****************/
#login {
    z-index: 99999;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
}

.loginHeader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    background: #fff;
    text-align: center;
}

    .loginHeader .logo {
        margin-top: 110px;
        width: auto;
        max-height: 50px;
    }


#login .logo {
    margin: 15px;
    float: none;
}

.logininner {
    padding: 30px;
    background: #1a4279;
    border-radius: 7px;
    /*background: none repeat scroll 0 0 #e2e9ec;
    border-left: 1px solid #c6cfd3;
    border-right: 1px solid #c6cfd3;*/
}

#login label {
    display: block;
    color: #20aa6c;
}

#login a {
    text-decoration: underline;
}

    #login a:hover {
        text-decoration: none;
        color: #94c463;
    }


#login .btn-border {
    background: #444;
    border: 1px solid #fff;
    color: #428bca;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
}

    #login .btn-border:hover {
        background: #fff;
        COLOR: #1a4279;
        text-decoration: underline;
    }
/********* Form Wrapper ***********/
.formwrapper {
    width: 100%;
}

    .formwrapper input[type=text], .formwrapper input[type=password], .formwrapper select, .formwrapper textarea {
        /*border: 1px solid #ddd;*/
        border: 1px solid #c7c6c6;
    }

.fullwidth textarea {
    width:96%;
}

.formwrapper textarea, .container .fullwidth textarea {
    height: 80px;
}

/********** Form 1 ***********/
.form1 .fullwidth input[type=text], .form1 .fullwidth input[type=password] {
    width: 97%;
}

.form1 .fullwidth select {
    width: 100%;
}
/********** Form 2 ***********/
.form2 .fullwidth input[type=text], .form2 .fullwidth input[type=password] {
    width: 98%;
}

.form2 .fullwidth select {
    width: 100%;
}

.form2 textarea {
    width: 97%;
}

.form2 .fieldsetinner textarea {
    width: 96%;
}

.form2 .fullwidth textarea {
    width: 98%;
}

.form2 .fieldsetinner select {
    width: 99%;
}

.form2 .fullwidth select {
    width: 99.5%;
}
/********** Form 3 ***********/
/*.form3 .fieldsetinner {
    width: 31%;
    margin-right: 3%;
}

    .form3 .fieldsetinner:nth-child(3n+2) {
        float: left;
    }

    .form3 .fieldsetinner:nth-child(3n+3) {
        margin-right: 0;
    }

.form3 .col-2-1 .fieldsetinner {
    width: 65%;
    float: left;
    margin-right: 3%;
}

    .form3 .col-2-1 .fieldsetinner:nth-child(2n+2) {
        margin-right: 0;
        float: left;
        width: 31%;
    }

        .form3 .col-2-1 .fieldsetinner:nth-child(2n+2) input[type=text] {
            width: 96%;
        }

        .form3 .col-2-1 .fieldsetinner:nth-child(2n+2) textarea {
            width: 97%;
        }

    .form3 .col-2-1 .fieldsetinner input[type=text], .form3 .col-2-1 input[type=password], .form3 .col-2-1 .fieldsetinner textarea {
        width: 98%;
    }

.form3 .col-1-2 .fieldsetinner {
    width: 65%;
    float: left;
    margin-right: 3%;
}

    .form3 .col-1-2 .fieldsetinner:nth-child(2n+2) {
        margin-right: 0;
        float: left;
        width: 65%;
    }

        .form3 .col-1-2 .fieldsetinner:nth-child(2n+2) input[type=text] {
            width: 98%;
        }

    .form3 .col-1-2 .fieldsetinner input[type=text], .form3 .col-2-1 input[type=password] {
        width: 96%;
    }

.form3 .col-1-2 .fieldsetinner {
    float: left;
    width: 31%;
}

.form3 .fullwidth input[type=password], .form3 .fullwidth input[type=text] {
    width: 98%;
}

.form3 .col-1-2 .fieldsetinner:nth-child(2n+2) textarea {
    width: 98%;
}

.form3 .col-1-2 .fieldsetinner textarea {
    width: 96%;
}*/


/**************** Grid ********************/

.gridcontainer {
    width:100%;
    display: table;
    border: 1px solid #ddd;
    border-top: 0;
    line-height: 20px;
    float: left;
}

.gridheadingrow {
    display: table-row;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}

    .gridheadingrow div {
        background-color: #ddd;
        border: 1px solid #ccc;
        border-left: 0;
        border-bottom: 0;
        color: #333333;
        display: table-cell;
        font-weight: bold;
        padding: 8px;
        text-align: left;
        white-space: normal !important;
        vertical-align: top;
        width:250px;
    }

        .gridheadingrow div:last-child, .gridrow div:last-child {
            border-right: 0;
        }

.gridrow {
    display: table-row;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}

.ui-draggable .gridrow:active {
    /*cursor: grabbing;*/
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

DIV.gridrow div {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
    color: #333333;
    display: table-cell;
    padding: 5px;
    text-align: left;
    white-space: normal !important;
    vertical-align: top;
    padding: 10px 2px 5px 6px;
}


DIV.gridrow:hover div {
    background: #f1f1f1;
    color: #333;
}

    .gridrow:hover div a {
        
    }

.fullwidth select {
    width: 99%;
}

/*Flag CSS Starts**/
.candidateFlags li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

    .candidateFlags li label {
        display: inline;
        float: left;
        margin-top: 10px;
        margin-right: 20px;
    }

.FlagGreen div {
    background-color: #00b050;
    color: #fff;
}

.FlagGreen a, .FlagGreen .viewed, .FlagGreen .notViewed {
    color: #fff;
}
/*Yellow*/
.FlagYellow div {
    background-color: #f4efa6;
    color: #000;
}

.FlagYellow a, .FlagYellow .viewed, .FlagYellow .notViewed {
    color: #428bca;
}

/*Blue*/
.FlagBlue div {
    background-color: #00b0f0;
    color: #000;
}

.FlagBlue a, .FlagBlue .viewed, .FlagBlue .notViewed {
    color: #fff;
}

/*Pink*/
.FlagPink div {
    background-color: #428bca;
    color: #fff;
}

.FlagPink a, .FlagPink .viewed, .FlagPink .notViewed {
    color: #fff;
}

/*Red**/
.FlagRed div {
    background-color: #ff0000;
    color: #fff;
}

.FlagRed a, .FlagRed .viewed, .FlagRed .notViewed {
    color: #fff;
}


/*Flag CSS Ends**/
.viewed {
    color: green;
}

.notViewed {
    color: red;
}

/**************** Footer *****************/
.footer {
    background-color: #eee;
    padding: 8px 0;
    font-size: 14px;
    border-top: solid 2px #20aa6c;
}

    .footer .footerinner {
        background: #eee;
        padding: 8px 0;
    }

/********** Icons ***********/
.bin {
    background-position: left -79px;
    width: 40px;
    height: 44px;
    display: inline-block;
}

    .bin:hover {
        background-position: left -124px;
    }

/*Validations*/
.field-validation-error {
    color: red;
    margin: 5px 0 0 15px;
    float: left;
    font-size: 12px;
}

.logininner .field-validation-error {
    color: peachpuff;
}

.input-validation-error {
    border: 1px solid red !important;
}
/*Validations*/






/*Tabs*/
.tabbed-box .tabs {
    /* margin-left: 20px; */
}

    .tabbed-box .tabs li {
        list-style: none;
        float: left;
        /*margin: 0 5px -1px;*/
        margin: 0 10px -1px 0px;
    }

        .tabbed-box .tabs li a.active {
            background: #351c82;
            color: #fff;
            border: 1px solid #351c82;
        }

        .tabbed-box .tabs li a {
            display: block;
            min-width: 100px;
            padding: 8px 10px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            color: #888;
            /*background: #fff url(tabbed-tab-bg.jpg) repeat-x bottom;*/
            background: #fff repeat-x bottom;
            border: 1px solid #c9c9c9;
            border-bottom: 0;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
        }



.tabbed-box .tabcontainer {
    border: 1px solid #ddd;
    padding: 20px;
    /*padding: 20px 0;*/
    clear: both;
    background-color: #fff;
    -o-box-shadow: 0 0 7px #a19999;
    -moz-box-shadow: 0 0 7px #a19999;
    -webkit-box-shadow: 0 0 7px #a19999;
    box-shadow: 0 0 7px #a19999;
    float: left;
}

.tabbed-box {
}
/*tabs*/
.required {
    color: red;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.4;
}

.whiteRequired {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.pageQuestion {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

    .pageQuestion h2 {
        font-size: 20px;
        float: left;
        color: #333;
    }

    .pageQuestion a {
        margin-top: 10px;
        float: left;
    }

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: .75;
    z-index: 888888888888888;
}

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
    
}
.modal-window  iframe{
    /*-o-box-shadow: 0 0 7px #a19999;
    -moz-box-shadow: 0 0 7px #a19999;
    -webkit-box-shadow: 0 0 7px #a19999;
    box-shadow: 0 0 7px #a19999;*/
}

.ui-datepicker-inline {
    float: left !important;
}

.checkBoxList li {
    margin: 5px;
    margin-bottom: 10px;
}

.radioList li {
    margin-top: 5px;
    /*float: left;*/
    margin-bottom: 5px;
}

    .radioList li input[type='radio'] {
        margin-right: 10px;
    }

    .radioList li label {
        font-weight: normal;
        display: inline;
        margin: 10px 10px;
    }

.buttonPanel {
    margin-top: 20px;
    margin-bottom: 10px;
}

.vacancyPreview label {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.ui-draggable-dragging {
    background: #333;
    cursor: url(/Templates/resources/cursors/openhand.cur), auto !important;
    padding: 10px;
    margin: 10px;
    color: #fff;
}

.ui-draggable {
    cursor: url(/Templates/resources/cursors/openhand.cur), auto !important;
}


    .ui-draggable, .ui-draggable:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.ui-draggable-dragging:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.ui-datepicker-calendar .ui-state-hover {
    background-color: #fcf5fa;
    /*width: 84% !important;*/
    color: #428bca;
    font-weight: bold;
    /*padding-bottom: 10px;*/
}


.ui-state-hover a.bin {
    background-color: #fcf5fa;
    background-position: left -124px;
}

.ui-state-hover a:first-child {
    text-decoration: underline;
}


.fixed-header {
    position: fixed;
    top: 10px;
    width: 240px;
    /*z-index: 999;*/
}

a.add {
    background-position: -42px -130px;
    width: 19px;
    height: 20px;
}

    a.add:hover {
        background-position: -42px -151px;
    }

.sms {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/sms.png) left top no-repeat;
    display: block;
    float: left;
    height: 19px;
    width: 25px;
    margin-top: 7px;
    margin-left: 5px;
}

    .sms:hover {
        background: url(/Templates/resources/AgencyTheme/discovery/images/icons/sms_hover.png) left top no-repeat;
        display: block;
    }

.vacancyReferenceNumber {
    color: #428bca;
}

.vacancyStaus {
    color: #428bca;
    font-size: 14px;
}


/**Notes ToolTip Style Starts*/
.notesTooltip {
    background-image: none;
    background-color: #333;
    color: #351c82;
    width: 12em;
    border: #ccc solid 0.1em;
    padding: 10px;
    /*min-height: 200px;
            min-width: 200px;*/
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    -moz-box-shadow: 0.3em 0.3em 0.3em #999;
    -webkit-box-shadow: 0.3em 0.3em 0.3em #999;
    box-shadow: 0.3em 0.3em 0.3em #999;
}

.ui-tooltip {
    max-width: 800px;
    width: 500px;
    max-height: 300px;
    overflow: auto;
}

.ui-tooltip-content {
    background-color: #fff;
    padding: 5px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**Notes ToolTip Style Ends*/

/**Sorting CSS Starts*/
.sorting {
    background: url('/Templates/resources/AgencyTheme/discovery/images/icons/sort_both.png') no-repeat center right;
    background-position: 96% 48%;
}

.sorting_desc {
    background: url('/Templates/resources/AgencyTheme/discovery/images/icons/sort_desc.png') no-repeat center right;
    background-position: 96% 48%;
    background-color: #fff !important;
}

.sorting_asc {
    background: url('/Templates/resources/AgencyTheme/discovery/images/icons/sort_asc.png') no-repeat center right;
    background-position: 96% 48%;
    background-color: #fff !important;
}
/**Sorting CSS Ends*/

/**Quick View CSS Starts**/
.tooltipdatarows {
    float: none;
    width: auto;
    /*border-bottom: 1px solid #c6cfd3;
        border-right: 1px solid #c6cfd3;
        border-left: 1px solid #c6cfd3;*/
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    /*border-left: 1px solid #333;*/
}


/* Dashboard CSS Starts**/

.dashBoardcenter fieldset {
    margin-right:-20px;
    margin-left:-20px;
}

.dashBoardcenter fieldset a {
     margin: 0 20px;
    padding: 20px;
    border: 1px solid #ddd;
    /*padding: 20px 0;*/
    background-color: #fff;
    -o-box-shadow: 0 0 7px #a19999;
    -moz-box-shadow: 0 0 7px #a19999;
    -webkit-box-shadow: 0 0 7px #a19999;
    box-shadow: 0 0 7px #a19999;
    display:inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
    height: 140px;
    text-align: center;
    cursor: pointer;
    vertical-align:top;
}


    /*.dashBoardcenter fieldset a:first-child {
        margin-left: 0 !important;
    }*/

.dashboard img {
    max-width: 100px;
}

.dashboard .fieldsetinner {
    width: 100%;
}

.dashboard .dashboardLabel {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    cursor:pointer;
 }

.dashBoardcenter {
    background-color: transparent;
    padding:10px 0;
    clear:both;
}

.dashbaord .pageSub-header h2 {
    float:none;
    text-align:center;
    text-transform:uppercase;
}

/**Dashboard CSS Ends*/
.searchPanel {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.AllTask_TABLE{
    border-bottom: 0px; 
    width:42%; 
    float:right;    
    overflow-y: auto;
    overflow-x: hidden;
    height: 230px;
}

/**Icons STarts***/
a.edit {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/edit.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

a.delete {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/delete.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

a.view {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/view.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

a.print {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/print.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 19px;
    float: left;
}

a.printjob {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/printjob.png) left top no-repeat;
    display: block;
    width: 32px;
    height: 30px;
    float: left;
}

a.downloadCv {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/Download-CV.png) left top no-repeat;
    display: block;
    width: 22px;
    height: 30px;
    float: left;
    /* background-repeat: no-repeat;
  background-position: center;*/
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

a.downloadCoverletter {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/CoverLetter.png) left top no-repeat;
    display: block;
    width: 22px;
    height: 30px;
    float: left;
    /* background-repeat: no-repeat;
  background-position: center;*/
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.notesOn {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/notes_on.png) center top no-repeat;
    display: block;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.notesOff {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/notes_off.png);
    display: block;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.email {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/email.png);
    display: block;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}



.actions {
    display: block;
    width: 150px;
    margin: 0 auto;
    text-align: center !important;
}

    .actions a {
        margin-right: 5px;
    }
/****icons ends*/

.alignCenter {
    text-align: center !important;
}

.documentsOn {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/documents_on.png) center top no-repeat;
    display: block;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.documentsOff {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/documents_off.png);
    display: block;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.download {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/download.png);
    display: block;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.folderOn {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/folder_on.png);
    display: block;
    height: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.folderOff {
    background: url(/Templates/resources/AgencyTheme/discovery/images/icons/folder_off.png);
    display: block;
    height: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

/*.form-control {
    border: 1px solid #c7c6c6;
    padding: 7px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    /*width: 98% !important;*/
}*/

.btn-danger {
    background-color: #E9573F;
    border-color: #E9573F;
}

#divQuickView .divQuickViewContent .tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

    #divQuickView .divQuickViewContent .tab-content.current {
        display: block;
    }

#divQuickView .tooltipheaderbg ul.tabs {
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    padding: 15px 0 0;
    width: 100%;
}

    #divQuickView .tooltipheaderbg ul.tabs li {
        background: none;
        color: #FFFFFF;
        display: inline-block;
        padding: 6px 10px;
        cursor: pointer;
    }

        #divQuickView .tooltipheaderbg ul.tabs li a {
            color: #FFFFFF;
        }

        #divQuickView .tooltipheaderbg ul.tabs li:hover a {
            color: #428BCA;
        }

        #divQuickView .tooltipheaderbg ul.tabs li.current, #divQuickView .tooltipheaderbg ul.tabs li:hover,
        #divQuickView .tooltipheaderbg ul.tabs li a:hover, #divQuickView .tooltipheaderbg ul.tabs li.current a {
            background: #ededed;
            color: #428BCA;
            border-radius: 5px 5px 0 0;
        }


.btn-yellow {
    background: rgb(250, 255, 140);
    color: #000 !important;
    border: 1px solid orange;
}

    .btn-yellow:hover {
        color: #fff !important;
    }


form.form3.formwrapper {
  overflow: hidden;
}



.row-container{
    margin-left:-15px;
    margin-right:-15px;
}
    .row-container .fieldsetinner.HalfInnerField,
    .row-container .fullwidth.FullInnerField {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float:left;
    }


    .row-container .fieldsetinner.HalfInnerField {
        width: 47%;
    }

    .row-container .fullwidth.FullInnerField {
        width: 97%;
    }

.fieldsetinner.HalfInnerField input[type=text],
.fieldsetinner.HalfInnerField input[type=password],
.fieldsetinner.HalfInnerField select,
.fieldsetinner.HalfInnerField .chosen-container {
    width: 96.8%;
}
.fullwidth.FullInnerField input[type=text],
.fullwidth.FullInnerField input[type=password],
.fullwidth.FullInnerField select,
.fullwidth.FullInnerField .chosen-container {
    width: 99%;
}
    .row-container textarea {
        width: 98.4%;
    }

.fullwidth.FullInnerField .cke_reset.cke_chrome {
    width: 99.8% !important;
}
.chosen-container a {
    line-height: 18px;
}

.searchPanel .row-container .fieldsetinner.HalfInnerField {
    width:47.6%;
}


.button-right {
    text-align: right;
}

.page-header .chosen-container.chosen-container-single.form-control.rounded {
    display: inline-block;
    width: 83% !important;
}



.page-header.FullWidthHeader .SIDE_Dropdown {
    margin-right: 0;
}

.folder-link ul li ul li a.SubChildLink {
    padding-left: 0;
}

.rightcol-popup {
    overflow: hidden;
    padding: 20px;
}

.rightcol-popup .formwrapper {
  overflow: hidden;
}



/*===error-page===*/


.header-logo img.logo {
    margin: 100px auto 30px;
    display: block;
}

.error-page h1 {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color:#1A428F;
    line-height:normal;
}
.error-page h2 {
    text-align: center;
    width: 60%;
    margin: 0px auto 20px;
    line-height: 35px;
}

.error-page h3 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}
.error-page h5 {
  margin-top:20px;
    text-align: center;
}

.form-message.info{
        width:92%;
    }

/* New Styles */

.navbar-toggler {
    background: #20aa6c;
    border-color: #20aa6c;
}

.navbar-toggler .fa{
    color:#fff;
}

header.header1 {
    background-color: #f1f1f1;
    border-bottom: solid 5px #94c463;
}

.dashboard-garph {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid rgba(181, 181, 181, 0.61);
}

.pageSub-header {
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 5px;
    margin-bottom: 30px;
    width: 100%;
    background-color: transparent;
}

.dashboard-garph .pageSub-header {
    margin-bottom: 15px;
}

.leftSideDashboard {
    background: #f4f4f4;
    padding: 1px 0;
    margin-bottom: 20px;
}

.dashboard-container .dashBoardcenter a.dashboard {
    padding: 30px 10px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    display: block;
    margin: 10px 0;
    background-color: #20aa6c;
    border-radius: 7px;
}

.dashboard-container .dashBoardcenter a.dashboard:hover{
    text-decoration:none;
}

.dashboard-container .dashBoardcenter a.dashboard.alt{
    background-color: #94c463;
}

.dashboard-container a.dashboard .dashboard-icon {
    background-image: url(/Templates/resources/images/Dashboard/Job_on.png);
    height: 110px;
    width: 100px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.dashboard-container a.dashboard:hover .dashboard-icon {
    background-image: url(/Templates/resources/images/Dashboard/Job_on.png);
}

    .dashboard-container a.dashboard .dashboard-icon.search-icon {
        background-image: url(/Templates/resources/images/DashBoard/search_on.png);
    }

    .dashboard-container a.dashboard:hover .dashboard-icon.search-icon {
        background-image: url(/Templates/resources/images/DashBoard/search_on.png);
    }    

    .dashboard-container a.dashboard .dashboard-icon.Folders-icon {
    background-image: url(/Templates/resources/images/DashBoard/folder_on.png);
}

    .dashboard-container a.dashboard:hover .dashboard-icon.Folders-icon {
        background-image: url(/Templates/resources/images/DashBoard/folder_on.png);
    }

.dashboard-container a.dashboard .dashboard-icon.request-icon {
    background-image: url(/Templates/resources/images/DashBoard/raseraf_on.png);
}

.dashboard-container a.dashboard:hover .dashboard-icon.request-icon {
    background-image: url(/Templates/resources/images/DashBoard/raseraf_on.png);
}

.login-bg {
    background: #20aa6c;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.login-bg::after {
    content: '';
    position: absolute;
    background-image: url(/Templates/resources/images/login-bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.circle-icon {
    background: #ffc0c0;
    padding: 30px;
    border-radius: 50%;
}

.topHeaderRow a .user-profile {
    vertical-align: middle;
    height: 36px;
    width: 36px;
}

.folder-left-panel {
    position: fixed;
    top: 70px;
    left: -200px;
    /*background-color: #fff;*/
    width: 200px;
    height: 100%;
    transition: .3s;
    z-index: 999;
}

    .folder-left-panel.active {
        left: 0;
    }

.folder-left-icon {
    height: 44px;
    width: 44px;
    position: absolute;
    top: 0;
    right: -44px;
    background: #20aa6c;
    font-size: 23px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #20aa6c;
    border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #20aa6c;
}

.navbar-toggler:focus {
    text-decoration: none;
    background-color: #20aa6c !important;
    border: 1px solid #20aa6c !important;
}

.navbar-toggler:hover {
    background-color: #94c463;
    border: 1px solid #94c463;
}

.table-bordered tr.quickViewRow td.quickViewCell #divQuickView {
    padding: 15px;
    background-color: #f7f7f7;
    border: 2px solid #20aa6c;
    position: relative;
}

.close-quick {
    position: absolute;
    top: -26px;
    right: -25px;
    height: 24px;
    width: 24px;
    background-color: #c90536;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    cursor:pointer;
}

.table-bordered tr.quickViewRow td.quickViewCell .card {
    background-color: #f7f7f7;
}

.tab-content {
    background: #fff;
    border-left: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
}

.page-link {
    color: #20aa6c;
}

.page-item.active .page-link {
    background-color: #20aa6c;
    border-color: #20aa6c;
}

.bg-primary {
    background-color: #20aa6c !important;
}

.hide {
    display: none !important;
}

.categoryblock1 thead.accordion.active tr td:after {
    content: '\f067';
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

.categoryblock1 thead.accordion tr td:after {
    content: "\f068";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 13px;
}

  