/* Minification failed. Returning unminified contents.
(1256,23): run-time error CSS1046: Expect comma, found '0'
(1256,27): run-time error CSS1046: Expect comma, found '/'
 */
/* Minification failed. Returning unminified contents.
(1252,23): run-time error CSS1046: Expect comma, found '0'
(1252,27): run-time error CSS1046: Expect comma, found '/'
 */
body, hr, ul {
    padding: 0
}

hr, img {
    border: none
}

.table td, body {
    font-family: Arial
}

    .password, .password:hover, .sf-menu a, .sf-menu li ul li a:hover, .table td a {
        text-decoration: none
    }

.search h3, .sf-menu a, .table td, h2 {
    font-weight: 400
}

.addres ul li, ul li {
    list-style: none
}

.administrator, .clear,
.footer, .links, .logout, .mainCnts, .newForm, .password, .search, .sepForm {
    clear: both
}

#createNew, #toTop, .app-anchor a:hover, .btnStyle {
    cursor: pointer
}

body {
    margin: 0;
    font-size: 13px
}

.pgSize {
    width: 930px;
    margin: 0 auto
}

.picLeft, .picRight {
    margin-bottom: 10px
}

.picLeft {
    float: left;
    margin-right: 10px
}

.picRight {
    float: right;
    margin-left: 10px
}

hr, img, ul {
    margin: 0
}

hr {
    background-image: url(../images/seprator.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 55px;
    display: block
}

#toTop {
    background-color: #acacac;
    padding: 46px 20px 27px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FFF;
    font-size: 11px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px
}

.mainHeader {
    min-height: 65px;
    background-color: #efeeef
}

.header {
    background-color: #196ab5;
    background: linear-gradient(#666,#196ab5);
    height: 100px
}

.logo {
    padding-top: 10px
}

.administrator {
    background-image: url(../images/administrator.png);
    background-repeat: no-repeat;
    font-size: 13px;
    color: #fff;
    background-position: left 28px;
    float: right;
    padding-top: 30px;
    padding-left: 30px
}

    .administrator a, .logout a {
        color: #fff;
        font-size: 13px;
        text-decoration: none
    }

.logout {
    float: right;
    padding-top: 10px;
    color: #fff
}

.headerSign {
    background-color: #efeeef;
    padding-bottom: 50px
}

.logoSign {
    text-align: center;
    padding-top: 50px
}

.navbar {
    background-color: #0562b9;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear,0 0,0 100%,from(#0562b9),to(#094983));
    background: -webkit-linear-gradient(top,#0562b9,#094983);
    background: -moz-linear-gradient(top,#0562b9,#094983);
    background: -ms-linear-gradient(top,#0562b9,#094983);
    background: -o-linear-gradient(top,#0562b9,#094983);
    margin-bottom: 3px;
    min-height: 45px
}

.topNav {
    padding-top: 0
}

    .topNav ul li {
        border-right: 1px solid #5789b6;
        padding: 10px 40px;
        color: #fff;
        font-size: 16px
    }

        .topNav ul li a:hover {
            color: #d5f4d7
        }

        .topNav ul li:first-child {
            border-left: none;
            padding-left: 0
        }

        .topNav ul li:last-child {
            border-right: none
        }

.sf-menu, .sf-menu * {
    padding: 0;
    list-style: none
}

    .sf-menu li {
        position: relative
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        background-image: url(../images/bg-menu.png);
        background-repeat: repeat;
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        min-width: 200px;
        background-color: #4b6830
    }

        .sf-menu ul ul ul {
            background-image: url(../images/bg-menu.png) !important;
            background-repeat: repeat
        }

    .sf-menu > li {
        float: left
    }

    .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
        display: block
    }

    .searchExpert, .sf-menu li ul a .sf-menu li {
        display: inline
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%
    }

    .sf-menu a {
        zoom: 1;
        font-size: 12px;
        color: #fff
    }

    .sf-menu li ul li a:hover {
        color: #fff;
        background-color: #ca222a;
        border-radius: 0
    }

    .sf-menu li ul a {
        font-size: 13px;
        padding: 10px 12px;
        font-weight: 400;
        color: #fff;
        margin: 0
    }

    .sf-menu li ul li {
        border-bottom: 1px dotted#fff
    }

        .sf-menu li ul li:last-child {
            border-bottom: none
        }

    .sf-menu li.activeMe, .sf-menu li.sfHover, .sf-menu li:hover {
        -webkit-transition: none;
        transition: none;
        background-image: url(../images/bg-menu.png);
        background-repeat: repeat;
        color: #fff
    }

.bb, .mainCnts {
    background-repeat: no-repeat;
    overflow: hidden
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #dFeEFF;
        border-top-color: rgba(255,255,255,.5)
    }

.sf-arrows > .sfHover > .sf-with-ul:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent transparent transparent #dFeEFF;
    border-left-color: rgba(255,255,255,.5)
}

.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff
}

.bb {
    display: none;
    background-image: url(../images/home-bb.jpg);
    background-position: left center;
    font-size: 13px;
    float: right;
    padding: 10px 0 10px 30px;
    text-align: right
}

    .bb a {
        color: #9f9f9f
    }

    .bb.createBurn {
        margin-top: 8px
    }

.mainCnts {
    background-image: url(../images/seprator.png);
    background-position: top center;
    font-size: 14px;
    margin-top: 3px;
    line-height: 1.7;
    width: 100%
}

    .mainCnts.signin {
        margin-top: 0
    }

h2 {
    font-size: 18px;
    color: #0d3c67;
    margin: 5px 0
}

.login {
    background: -webkit-linear-gradient(#666,#196ab5);
    background: linear-gradient(#666,#196ab5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#196ab5', endColorstr='#666666', GradientType=0);
    background-repeat: no-repeat;
    height: 150px;
    background-position: top,bottom
}

#SearchBtm, .table td:nth-child(4n), select.select {
    background-repeat: no-repeat
}

.password {
    display: block;
    float: left;
    color: #c4c4c4;
    font-size: 13px
}

    .password:hover {
        color: #196ab5
    }

.table {
    margin-bottom: 40px;
    padding: 0;
    border: 2px solid #196ab5
}

    .table table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }

thead {
    clear: both;
    background-image: url(../images/th-bg.png);
    background-repeat: repeat-x
}

.table table th {
    text-align: left;
    padding-top: 7px
}

.table td:nth-child(4n) {
    background-image: url(../images/phone-icon.png);
    padding-left: 20px;
    background-position: 2% 50%
}

.createNew td:nth-child(4n), .table tr:first-child td:nth-child(4n) {
    background-image: none
}

.table tr:nth-child(even) {
    background-color: #ebf5f8
}

.table td {
    vertical-align: middle;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 12px;
    font-size: 13px;
    color: #000
}

    .table td a {
        color: #000
    }

.table tr:first-child td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #196ab5
}

.table .createNew td:nth-child(10), .table .createNew td:nth-child(7), .table .createNew td:nth-child(8), .table .createNew td:nth-child(9) {
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left
}

.page {
    padding: 5px;
    margin: 10px 0 40px;
    background-color: #efefef;
    text-align: right
}

.text {
    background-color: #fff;
    width: 35px;
    text-align: center
}

.next, .previous {
    display: inline-block;
    width: 30px;
    float: right
}

.burn, .hospital {
    width: 43%;
    float: left;
    margin-right: 1%
}

.search {
    background-color: #fcfae0;
    padding: 10px;
    border: 3px solid #efeeef;
    overflow: hidden
}

    .search h3 {
        margin: 0;
        font-size: 14px
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    color: #0d3c67;
    font-size: 13px
}

    select.select {
        padding: 5px 0;
        background-image: url(../images/drop-down.png);
        background-position: right;
        width: 100%
    }

#SearchBtm {
    float: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url(../images/search-btm.png);
    background-position: 10px;
    padding: 12px 30px;
    margin-top: 22px;
    background-color: #18456e
}

.links, .newForm {
    background-color: #ebebeb;
    background: url(../images/top-boder.png) center top no-repeat,url(../images/bottom-border.png) center bottom no-repeat,-webkit-gradient(radial,center center,0,center center,460,from(#ebebeb),to(#fafafa));
    text-align: center;
    padding: 70px;
    overflow: hidden;
    margin: 10px 0 50px;
    -moz-box-shadow: 0 1px 10px #bdb8b8;
    -webkit-box-shadow: 0 1px 10px #bdb8b8;
    box-shadow: 0 1px 10px #bdb8b8
}

.admin, .burnCreate, .signIn {
    color: #fff;
    background-repeat: no-repeat
}

.newForm {
    padding: 35px 15px 15px;
    text-align: left
}

    .newForm input {
        border: 1px solid #e2e2e2;
        margin: 5px 0 5px 5px;
        padding: 7px;
        width: 425px;
        font-size: 14px
    }

.admin, .burnCreate {
    background-image: url(../images/welcome-administrator.png);
    height: 52px;
    float: left;
    background-position: 35px 0;
    margin: 14px 0 0 30px;
    font-size: 25px;
    padding-top: 22px
}

.burnCreate {
    background-image: url(../images/center-burn-create.png);
    background-position: 15px 6px;
    padding: 4px 0;
    margin-top: 7px;
    height: 75px
}

.signIn {
    background-image: url(../images/login-img.png);
    float: none;
    text-align: center;
    font-size: 52px;
    padding-top: 30px;
    background-position: center 10px;
    height: 120px
}

    .admin p, .signIn p {
        margin: 0
    }

.outline.noMargin {
    margin-left: 2%
}

.outline {
    float: left;
    background-color: #8aa0b6;
    background: -webkit-gradient(linear,0 0,0 100%,from(#8aa0b6),to(#fff));
    padding: 4px;
    width: 252px;
    margin-left: 15%
}

.addres {
    margin-right: 15px;
    float: left;
    width: 45%
}

.signInForm {
    margin-top: -15px;
    padding: 0 1rem;
    width: 535px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .signInForm label {
        color: #196ab5;
        font-size: 15px;
        margin-top: 1%;
        float: left;
        text-align: right;
        width: 14%
    }

    .signInForm input[type=text], .signInForm input[type=password] {
        background-color: #ececec;
        border: none;
        width: 81%;
        padding: 2%;
        margin-left: 1%
    }

    .signInForm textarea {
        color: #000;
        height: 60px;
        padding: 6px;
        width: 96%
    }

.btnStyle {
    padding: 15px;
    font-size: 16px;
    border: none;
    color: #fff;
    background-color: #196ab5;
    background: -webkit-gradient(linear,0 0,0 100%,from(#0d3c67),to(#6e88a1));
    background: -webkit-linear-gradient(bottom,#0d3c67,#6e88a1);
    background: -moz-linear-gradient(bottom,#0d3c67,#6e88a1);
    background: -ms-linear-gradient(bottom,#0d3c67,#6e88a1);
    background: -o-linear-gradient(bottom,#0d3c67,#6e88a1);
    background: linear-gradient(bottom,#0d3c67,#6e88a1)
}

    .btnStyle:hover {
        background-color: #6e88a1;
        background: -webkit-gradient(linear,0 0,0 100%,from(#6e88a1),to(#0d3c67));
        background: -webkit-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: -moz-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: -ms-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: -o-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: linear-gradient(bottom,#6e88a1,#0d3c67)
    }

    .btnStyle.btnSearch, .btnStyle.btnSignIn {
        float: right
    }

    .btnStyle.btnSearch {
        background: url(../images/search-btm.png) 10px center no-repeat #196ab5;
        background: url(../images/search-btm.png) 10px center no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#0d3c67),to(#6e88a1));
        background: url(../images/search-btm.png) 10px center no-repeat,-webkit-linear-gradient(bottom,#0d3c67,#6e88a1);
        background: url(../images/search-btm.png) 10px center no-repeat,-moz-linear-gradient(bottom,#0d3c67,#6e88a1);
        background: url(../images/search-btm.png) 10px center no-repeat,-ms-linear-gradient(bottom,#0d3c67,#6e88a1);
        background: url(../images/search-btm.png) 10px center no-repeat,-o-linear-gradient(bottom,#0d3c67,#6e88a1);
        background: url(../images/search-btm.png) 10px center no-repeat,linear-gradient(bottom,#0d3c67,#6e88a1);
        padding-left: 30px
    }

    .btnStyle:hover.btnSearch {
        background: url(../images/search-btm.png) 10px center no-repeat #0d3c67;
        background: 10px center no-repeat,webkit-gradient(linear,0 0,0 100%,from(#6e88a1),to(#0d3c67));
        background: url(../images/search-btm.png) 10px center no-repeat,-webkit-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: url(../images/search-btm.png) 10px center no-repeat,-moz-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: url(../images/search-btm.png) 10px center no-repeat,-ms-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: url(../images/search-btm.png) 10px center no-repeat,-o-linear-gradient(bottom,#6e88a1,#0d3c67);
        background: url(../images/search-btm.png) 10px center no-repeat,linear-gradient(bottom,#6e88a1,#0d3c67)
    }

.administrator a:hover, .bb a:hover, .logout a:hover, .table td a:hover {
    text-decoration: underline;
    color: #0562b9
}

#lblRemmemberMe, .back, .backGrid, .btnStyle.tbCreate, .btnStyle:hover.tbCreate, .burnCenter, .create, .pagination > li > a, .pagination > li > span, .searchRef, .userGroup, a {
    text-decoration: none
}

.administrator a:hover, .logout a:hover {
    color: #fdfa00
}

.btnStyle.tbDelete {
    background-color: #195c25;
    background: -webkit-gradient(linear,0 0,0 100%,from(red),to(brown));
    display: inline-block;
    margin: 10px 0 13px;
}

.btnStyle:hover.tbDelete {
    background-color: #45cd5e;
    background: -webkit-gradient(linear,0 0,0 100%,from(brown),to(red));
    display: inline-block;
    margin: 10px 0 13px;
}

.btnStyle.tbCreate {
    background-color: #195c25;
    background: -webkit-gradient(linear,0 0,0 100%,from(#45cd5e),to(#195c25));
    display: inline-block;
    margin: 10px 0 13px;
}

.btnStyle:hover.tbCreate {
    background-color: #45cd5e;
    background: -webkit-gradient(linear,0 0,0 100%,from(#195c25),to(#45cd5e));
    display: inline-block;
    margin: 10px 0 13px
}

.back, .create {
    background: url(../images/back-page.png) 40px center no-repeat grey;
    background: url(../images/back-page.png) 40px 20px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(grey),to(#3a3a3a));
    background: url(../images/back-page.png) 40px center no-repeat,-webkit-linear-gradient(bottom,grey,#3a3a3a);
    background: url(../images/back-page.png) 40px center no-repeat,-moz-linear-gradient(bottom,grey,#3a3a3a);
    background: url(../images/back-page.png) 40px center no-repeat,-ms-linear-gradient(bottom,grey,#3a3a3a);
    background: url(../images/back-page.png) 40px center no-repeat,-o-linear-gradient(bottom,grey,#3a3a3a);
    background: url(../images/back-page.png) 40px center no-repeat,linear-gradient(bottom,grey,#3a3a3a);
    float: left;
    color: #fff;
    padding: 15px 50px 15px 60px;
    text-align: center;
    margin: 30px 5px 0 0
}

    .back:hover {
        background: url(../images/back-page.png) 40px center no-repeat #3a3a3a;
        background: url(../images/back-page.png) 40px 20px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#3a3a3a),to(grey));
        background: url(../images/back-page.png) 40px center no-repeat,-webkit-linear-gradient(bottom,#3a3a3a,grey);
        background: url(../images/back-page.png) 40px center no-repeat,-moz-linear-gradient(bottom,#3a3a3a,grey);
        background: url(../images/back-page.png) 40px center no-repeat,-ms-linear-gradient(bottom,#3a3a3a,grey);
        background: url(../images/back-page.png) 40px center no-repeat,-o-linear-gradient(bottom,#3a3a3a,grey);
        background: url(../images/back-page.png) 40px center no-repeat,linear-gradient(bottom,#3a3a3a,grey)
    }

.create {
    background: url(../images/create-icon.png) 115px 20px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#69859e),to(#0d3c67));
    padding: 15px 60px 15px 35px;
    float: right;
    margin: 30px 5px 0 0
}

    .create:hover {
        background: url(../images/create-icon.png) 115px 20px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#0d3c67),to(#69859e))
    }

.burnCenter, .searchRef {
    text-align: center;
    margin-right: 25px;
    font-size: 21px;
    color: #fff;
    float: left;
    width: 250px;
    display: block;
    padding: 85px 0 30px;
    background-color: #006ed5
}

.searchRef {
    background: url(../images/search-ref.jpg) 105px 40px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#006ed5),to(#003c74))
}

.burnCenter {
    background: url(../images/burn-center.jpg) 105px 40px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#006ed5),to(#003c74))
}

    .burnCenter:hover {
        background: url(../images/burn-center.jpg) 105px 40px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#003c74),to(#006ed5))
    }

.searchRef:hover {
    background: url(../images/search-ref.jpg) 105px 40px no-repeat,-webkit-gradient(linear,0 0,0 100%,from(#003c74),to(#006ed5))
}

#createNew, .copy {
    background-color: #196ab5;
    text-align: center
}

.sepForm {
    border: none;
    height: 10px
}

.footer {
    height: 35px;
    width: 100%;
}

.copy {
    color: #fff;
    min-height: 40px;
    margin-bottom: 0px !important
}

    .copy P {
        margin: 0;
        padding-top: 10px
    }

.applicationSelect, .roleSelect {
    padding: 5px 0;
    background-image: url(../images/drop-down.png);
    background-repeat: no-repeat;
    background-position: right
}

.applicationSelect {
    width: 200px
}

.roleSelect {
    margin-left: 5px;
    width: 440px
}

.dropdown {
    margin: 5px 0 5px 5px;
    padding: 6px
}

#createNew {
    padding: 15px;
    font-size: 16px;
    border: none;
    color: #FFF;
    margin: 29px 5px 0 0;
    text-decoration: none;
    max-width: 40%;
    float: right;
    height: 59px;
    background: -webkit-linear-gradient(bottom,#0D3C67,#6E88A1);
    background: -moz-linear-gradient(bottom,#0D3C67,#6E88A1);
    background: -o-linear-gradient(bottom,#0D3C67,#6E88A1);
    background: linear-gradient(bottom,#0D3C67,#6E88A1)
}

.editlogo img, .loginSelect {
    background-repeat: no-repeat
}

.validationSummary {
    color: red;
    font-size: 15px;
    font-weight: 700;
    vertical-align: top;
    width: 100%
}

.delete {
    padding: 0 15px 15px
}

.backGrid {
    float: left;
    color: #FFF;
    padding: 15px 50px 0 60px;
    text-align: center;
    margin: 10.09px 5px 0 0;
    height: 43px
}

.dateRange {
    width: 98.9%;
    padding: 6px 0;
    margin: 3px 0
}

.searchExpert {
    float: left;
    width: 531px;
    margin-left: 56px
}

.searchPhysician {
    display: inline;
    float: left;
    margin-left: -41px;
    width: 511px;
    margin-bottom: 10px
}

.loginSelect {
    padding: 5px 0;
    background-image: url(../images/drop-down.png);
    background-position: right center;
    width: 85%;
    margin-left: 1%;
    margin-bottom: 2%
}

#lblRemmemberMe {
    margin: 0;
    width: 30%;
    display: block;
    float: left;
    font-size: 13px
}

.inputColumn1, .inputColumn2, .inputColumn3 {
    display: inline;
    width: 430px;
    float: left
}

.btnDownloadCSV, .paginationTab {
    font-size: 12px;
    font-family: verdana
}

.inputColumn1 {
    margin-left: 0
}

.inputColumn2 {
    margin-left: 20px
}

.inputColumn3 {
    margin-left: 5px
}

.asterik {
    color: red
}

.editlogo {
    padding-top: 10px
}

    .editlogo img {
        width: 330px;
        max-height: 72px;
        background-size: cover;
        background-position: 50% 50%
    }

.editor-label {
    font-weight: 700;
    margin-left: 1.4%
}

.fix-Column-Dropdown {
    margin-top: 4px
}

.disable {
    background-color: gray
}

.btnDownloadCSV {
    background: #196AB5;
    padding: 10px;
    color: #fff
}

    .btnDownloadCSV:hover {
        color: #faee0a;
        background: #196AB5
    }

#pagination {
    max-width: 400px;
    margin: 0 auto 35px
}

.pagination {
    display: inline-block
}

    .pagination > li {
        display: inline
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
        cursor: pointer
    }

.paginationTab, .pagingNavigation {
    color: #fff;
    background-color: #196AB5
}

.m-t-7 {
    margin-top: 7px
}

.paginationDropdown {
    padding: 2px 0 !important;
    background-image: url(../images/drop-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 22px 23px;
    width: 5% !important
}

.grigTop {
    background: #196AB5;
    padding: 5px
}

.paginationTab {
    padding: 10px
}

.pagingNavigation {
    height: 24px;
    border: none;
    font-size: 14px;
    cursor: pointer
}

    .pagingNavigation:disabled {
        cursor: not-allowed
    }

.color_yellow {
    color: #FFEB3B;
    margin-left: 430px
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.m-b-10 {
    margin-bottom: 10px
}

#popup_box {
    display: none;
    position: fixed;
    height: 388px;
    width: 478px;
    left: 32%;
    right: 50%;
    top: 120px;
    z-index: 100;
    margin-left: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px #196AB5;
    overflow-y: auto
}

a {
    cursor: pointer
}

.list-application:hover {
    background: #FAFFBD;
    cursor: pointer !important
}

.list-application img {
    width: 163px;
    height: 60px;
    float: left
}

.list-application p {
    margin: 21px 0 0 220px
}

.Change-application {
    width: 100% !important;
    cursor: pointer !important;
    float: left !important;
    font-size: 13px !important;
    text-align: left !important;
    margin-left: 80px
}

.sso-section input[type="file"] {
    background: white;
    padding: 4px 10px;
}

.sso, .userGroup {
    margin: 30px 0 30px 0;
    width: 47%;
    display: block;
    float: left;
    font-size: 13px
}

    .sso input, .userGroup input {
        width: 20px !important
    }

.selected {
    color: #fff;
    background-color: #196ab5 !important
}

.list-application p {
    font-family: Calibri;
    color: silver;
    font-size: 1.2em
}

.list-application {
    padding: 10px;
    cursor: pointer !important;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    border: 0;
    border-bottom: 1px solid #196ab5;
    font-variant: small-caps;
    margin-top: 0;
    float: left;
    width: 39%
}

#popup_box {
    background: #fff;
    border: 1px solid silver;
    padding: 0;
    opacity: .9
}

.popup-title {
    margin: 0;
    padding: 0;
    color: #196ab5;
    font-family: Calibri;
    border-bottom: 1px solid #EC1B23
}

    .popup-title div {
        margin: 0;
        padding: 7px 0 7px 14px;
        font-weight: 400;
        color: #444;
        font-style: italic
    }

    .popup-title img {
        width: 172px;
        height: 70px;
        margin-left: 15px
    }

.popup-closeButton {
    width: 19px;
    background: red;
    float: right;
    padding: 3px;
    color: #fff
}

    .popup-closeButton p:hover {
        cursor: pointer
    }

    .popup-closeButton p {
        font-size: 19px;
        font-weight: 700;
        margin: -3px 0 -3px 4px
    }

.grid-anchor {
    color: #196ab5 !important;
}

.headingButton {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 19px 0;
}

.disabledBtn {
    background: grey !important;
    cursor: not-allowed !important;
}

.signInFormGroup {
    display: flex;
    flex-direction: column;
}

    .signInFormGroup label {
        width: unset;
        text-align: left;
    }

    .signInFormGroup input {
        width: 96% !important;
        margin-left: 0 !important;
    }

.signInForm {
    width: 407px;
}

.password {
    color: #196ab5;
}

.showCaptcha {
    margin-top: 0.4rem;
}

.signInFormLinks {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625rem;
}

    .signInFormLinks label {
        margin-left: 0 !important;
    }

.signInBtns {
    margin-top: 0.8rem;
}

.login-with-sso-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 0.688rem 2.625rem 0.688rem 2.625rem;
    border: none;
    color: black;
    background-image: url('/Images/sso-icon.png');
    background-color: white;
    background-repeat: no-repeat;
    background-size: 0.938rem;
    background-position: 0.75rem 0.813rem;
    cursor: pointer;
    display: block;
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 0rem 0rem 0.5rem 0rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.btnSignIn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 1rem 1.25rem;
    border: none;
    color: #757575;
    cursor: pointer;
    background-color: #196AB5;
    color: white;
    width: 100%;
    margin-bottom: 0.7rem;
    margin-top: 0.2rem;
    font-size: 0.9rem;
}

.login-with-sso-btn:hover {
    background-color: #E2E2E2;
}

.btnSignIn:hover {
    background-color: #4B8AC5;
}

.signInBtns .separator {
    color: gray;
    text-align: center;
    display: block;
    margin-bottom: 0.6rem;
}

.float-right {
    float: right;
}

.newForm select {
    border: 1px solid #e2e2e2;
    margin: 5px 0 5px 5px;
    padding: 7px;
    width: 425px;
    font-size: 14px;
}

.eye-icon {
    position: absolute !important;
    right: 0.063rem;
    top: -1px !important;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
}

.icon-input {
    position: relative;
}

.icon-input input {
    padding-right: 50px;
} 
