﻿@charset "utf-8";
/* URI CSS */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Basic';
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800|Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
html {
    min-height: 100vh;
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}

body {
    /*font-family: "Open Sans",sans-serif!important;*/
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
    animation-fill-mode: unset !important; /*Class Added due to page loading issue showing Black screen (hardware acceleration uncheck issue chrome browser )*/
}
    /* width */

input[type='text'],
input[type='number'],
textarea  {
    font-size: inherit;
}

body.boxedlayout {
     padding: 0 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 600!important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

h1 {
    font-size: 32px;
    line-height: 36px;
}

h2 {
    font-size: 28px !important;
    line-height: 32px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}
a:focus, a:hover {
    text-decoration: none!important;
    cursor:pointer;
}
.bg {
    background: rgba(221, 221, 221, 1) repeat scroll 0 0;
}

/*Login*/
.marbot50 {
    margin-bottom: 50px;
}

.martobot10{
    margin-top:10px;
    margin-bottom:10px;
}

.form-controllog {
    background-color: #fff !important;
    background-image: none;
    border-color: #192146;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 5px 12px;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 14px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 30px !important;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

*, *::after, *::before {
    box-sizing: border-box;
}
.gplogo {
    width: 20%;
}
.toplogo {
    width: 100%;
    /*float:left;
    position:relative;*/
    top: 5px;
}

    .toplogo img {
        display: inline-block;
        position: absolute;
        top: 2px;
        width:23px;
    }

    .toplogo > h2 {
        color: #192146;
        display: block;
        font-family: 'Montserrat', sans-serif !important;
        /*font-family: "Open Sans",sans-serif;*/
        font-size: 16pt !important;
        font-weight: 700;
        /*left: 5%;*/ /*space for left side logo*/ 
        left:0;
        line-height: 16px;
        position: relative;
        text-transform: none;
        top: 9px;
    }

        .toplogo > h2 small {
            font-size: 12px;
            display: block;
        }

        .toplogo > h2 > span {
            /*font-family: "Book Antiqua";
            font-size: 14px;
            font-weight: 600;*/
        }

.form-box .btn {
    background: #62adec none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #192146;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 1.9;
    padding: 12px 2rem 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .form-box .btn:focus, .btn:hover {
        background-color: #fff;
        border: 1px solid #192146;
        color: #192146;
        text-decoration: none;
    }

    .form-box .btn.light-blue {
        background-color: #62adec;
        color: #192146;
    }

    .form-box .btn.dark-blue, .btn.light-blue:focus, .btn.light-blue:hover {
        background-color: #192146;
        color: #fff;
    }

        .form-box .btn.dark-blue:focus, .btn.dark-blue:hover {
            background-color: #0c0f20;
        }

.txtblue {
    color: #011c61 !important;
}
.font14{
    font-size:14px!important;
}
.marleft2{
    margin-left:2px;
}
.marrit2{
    margin-right:2px;
}
/*Login Ebd*/
.boxedlayout .boxed-wrapper {
    /*box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);*/
    margin: 0 auto;
    /*max-width: 99%;*/
    background: #fff none repeat scroll 0 0;
    /*background: #f3efec none repeat scroll 0 0;*/
    /*background:#62adec none repeat scroll 0 0;*/
    /*background:#242d4f none repeat scroll 0 0;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*min-height:100vh;*/
}

.boxedlayout .login, .boxedlayout .maincontent, .boxedlayout .footer, .boxedlayout .header, .boxedlayout .subfooter {
    margin: auto;
    /*max-width: 1250px;*/
}

.header1 {
     /*background-color: #f3efec;
    background-color:#90a5c0;*/
    /*background-color:#dddddd;*/
   background-color: #f2faff;
    box-shadow: 0 0 5px #ccc;
    position:relative;
    width:100%;
}

.header_wrapper {
    position: relative;
}

.logo {
    width: 75%;
}

.pad10 {
    padding: 10px;
}

.pad10top {
    padding-top: 10px;
}

.pad10bot {
    padding-bottom: 10px;
}

.topMenu {
    color: #192146;
    text-align: right;
    font-weight: lighter;
    text-align: right;
    /*text-shadow: 1px 1px 2px #000;*/
    /*font-family: 'Basic', sans-serif;*/
    font-family: "Open Sans",sans-serif !important;
}

    .topMenu ul {
        margin-top: 1px;
        margin-right: 3em;
    }

        .topMenu ul li a {
            color: #192146 !important;
        }

            .topMenu ul li a:hover {
                color: #192146;
                text-decoration: none;
                font-weight: lighter;
                /*text-shadow: 1px 1px 2px #000;*/
                /*font-family: 'Basic', sans-serif;*/
                font-family: "Open Sans",sans-serif !important;
            }

        .topMenu ul li:first-child a:hover {
            text-decoration: underline;
        }

        .topMenu ul li a i {
            font-size: 18px;
        }

        .topMenu ul li a span {
        }

.nav {
    background-color: #f3efec;
    /*background-color: transparent;*/
}

.nav_wrapper {
    position: relative;
}
/*Login Section*/
/*.login{
	padding:50px 0 170px;
}*/
.login {
    padding: 0px;
}

.forgotlink {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #989898;
    text-decoration: none;
    text-align: right;
}

    .forgotlink a {
        font-family: "Open Sans",sans-serif !important;
        font-weight: 600;
        font-size: 14px;
        color: #192146;
        text-decoration: none;
        text-align: right;
    }

        .forgotlink a:hover {
            font-family: "Open Sans",sans-serif !important;
            font-weight: 600;
            font-size: 14px;
            color: #011c61;
            text-decoration: underline;
            text-align: right;
        }

.form-box {
    margin-top: 35px;
}

.form-top {
    background: rgba(0, 0, 0, 0.30) none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 0 25px 15px;
    text-align: left;
}

.form-top-left {
    float: left;
    padding-top: 25px;
    width: 75%;
}

    .form-top-left h3 {
        color: #fff;
        margin-top: 0;
    }

    .form-top-left p {
        color: #fff;
        opacity: 0.8;
    }

.form-top-right {
    color: #fff;
    float: left;
    font-size: 40px;
    line-height: 45px;
    opacity: 0.3;
    padding-top: 5px;
    text-align: right;
    width: 25%;
}

.form-bottom {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    padding: 25px 25px 30px;
    text-align: left;
}

    .form-bottom > .btn {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid #003555;
        border-radius: 0 !important;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: normal !important;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px !important;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

        .form-bottom > .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
            font-weight: normal !important;
            outline: thin dotted;
            outline-offset: -2px;
        }

        .form-bottom > .btn.focus, .btn:focus, .btn:hover {
            color: #fff !important;
            font-weight: normal !important;
            text-decoration: none;
        }

        .form-bottom > .btn.active, .btn:active {
            background-image: none;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
            outline: 0 none;
        }

        .form-bottom > .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
            box-shadow: none;
            cursor: not-allowed;
            opacity: 0.65;
            pointer-events: none;
        }

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom .form-control {
        height: 30px !important;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #de615e;
    }
/*Login Section End*/
.caption-box {
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 55px;
    height:auto;
}
.caption-titel {
    background: #192146;
    color: #fff;
    position: absolute;
    display: table;
    z-index: 1;
    width: 200px;
    height: 55px;
    padding: 6px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.caption-titel > h4{
    color:#fff!important;
    text-align:center;
    font-family: 'Poppins', sans-serif !important;
}

.caption-body {
    margin-left: 215px;
    display:block;
    position:relative;
}
.maincontent {
    /*background: #f8f8f8 none repeat scroll 0 0;*/
    /*-webkit-box-shadow: inset 0px 0px 44px -5px rgba(199,197,199,1);
    -moz-box-shadow: inset 0px 0px 44px -5px rgba(199,197,199,1);
    box-shadow: inset 0px 0px 44px -5px rgba(199,197,199,1);*/
    /*border: 1px solid #c4c2c2;*/
    /*min-height: 475px;*/
    /*height: auto;*/
    /*min-height:620px;
    height: 100vh;*/
    display: block;
    position: relative;
}
.fxs-portal-main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: calc(100% - 40px);
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
}
.fxs-home-scroller {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}
.maincontent {
    /*margin: 8px!important;*/
    /*margin: 21px 11px !important;
    padding: 10px;*/
    margin: 0 !important;
    padding: 0px;
    /*padding:8px 4px;*/
}

    .maincontent h2 {
        color: #0672b2;
    }

    .maincontent h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 0;
        padding-top: 0;
        /*text-transform: uppercase;
        padding-bottom: 2px;*/
        margin-top: 10px !important;
        /* border-bottom: 2px solid #012d47;*/
        color: #192146 ;
    }

.maincontent1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 44px -5px rgba(199, 197, 199, 1) inset;
    height: auto;
    min-height: 475px;
}

.maincontent1 {
    margin: 10px !important;
    padding: 0px 4px;
}

    .maincontent1 h2 {
        color: #0672b2;
    }

    .maincontent1 h4 {
        border-bottom: 2px solid #012d47;
        color: #003a5c !important;
        margin-top: 10px !important;
        padding-bottom: 2px;
    }

.top-menu li {
    padding: 0 !important;
}

    .top-menu li > a {
        color: inherit;
        display: block;
        font-size: 12px;
        padding: 14px 15px;
        text-align: center;
    }

        .top-menu li > a:hover, .top-menu li > a:focus, .top-menu li > a:active {
            background-color: transparent;
            color: #fff;
        }

.top-menu .dropdown-menu li {
    text-align: left !important;
    width: 100%;
}

    .top-menu .dropdown-menu li a, .top-menu .dropdown-menu .media-body {
        color: inherit;
        display: block;
        font-size: 14px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

.top-menu .dropdown-menu .media-body {
    width: 70%;
}

.username {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.caret {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    color: #555;
}

header1 .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    line-height: 20px;
}

.dropdown-menu {
    border: 1px solid #e4eaec;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0em -40em 0em!important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f3efec!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-top:4px solid #192146!important;
}*/
        /*Navigation*/
        .checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 5px !important;
}
/*Navigation End*/
footer {
   font-family: "Open Sans",sans-serif;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-transform: none;
    font-weight: 600;
    background: #fbfafa;
    border-top: 1px solid #f1eded;
    bottom: 0;
    margin-top:10px;

}

    footer p {
        font-size: 11px;
    }

.text-bold {
    font-weight: 600;
}
.header1 .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header1 .badge-top {
    background-color: red;
}
.login .badge {
   
    display: inline-block;
    padding: .25em .4em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login .badge-top{
    background-color:red;
}
footer .badge-top {
    background: #c4df9b;
    border: 1px solid #97b46b;
    color: #6a6a6a;
}

footer .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid rgba(127,127,127,.7);
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857;
    padding: 0 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-controlsm1 {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857;
    padding: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    overflow: auto;
}

.form-controlsm {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857;
    padding: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-controlsmrt {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857;
    padding: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    text-align: right;
}

.form-controlsmrt1 {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857;
    padding: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 60%;
    text-align: right;
    margin: 0 auto;
}

.table > tbody > tr > td > .form-control {
    background-color: #fff !important;
    background-image: none;
    border: 1px solid rgba(127,127,127,.7);
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block;
    font-size: 11px !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    /*font-family: "Open Sans",sans-serif !important;*/
    font-family: 'Open Sans Condensed', sans-serif;
    height: 23px !important;
    line-height: 1.42857;
    padding: 0 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.chosen-container-single .chosen-single {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    color: #1f1f1f !important;
    font-weight: 400 !important;
    display: block !important;
    font-size: 12px !important;
    font-family: "Open Sans",sans-serif !important;
    height: 23px !important;
    line-height: 1.42857 !important;
    padding: 3px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    box-shadow: 0 0 0 white inset, 0 0 0 rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    /*old style*/
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    display: block;
    height: 25px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;*/
}
/*choosen add*/
.chosen-select {
    width: 100%;
}

.chosen-select-deselect {
    width: 100%;
}

/*.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }*/
.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
}

.chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        line-height: 1.42857;
        list-style: none;
        margin: 0;
        padding: 5px 6px;
    }

        .chosen-container .chosen-results li em {
            background: #feffde;
            font-style: normal;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            cursor: default;
            color: #999;
            font-weight: bold;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li.active-result {
            cursor: pointer;
            display: list-item;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #337ab7;
            background-image: none;
            color: white;
        }

            .chosen-container .chosen-results li.highlighted em {
                background: transparent;
            }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #777777;
        }

    .chosen-container .chosen-results .no-results {
        background: #eeeeee;
        display: list-item;
    }

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}

    .chosen-container .chosen-results-scroll span {
        display: inline-block;
        height: 1.42857;
        text-indent: -5000px;
        width: 9px;
    }

.chosen-container .chosen-results-scroll-down {
    bottom: 0;
}

    .chosen-container .chosen-results-scroll-down span {
        background: url("chosen-sprite.png") no-repeat -4px -3px;
    }

.chosen-container .chosen-results-scroll-up span {
    background: url("chosen-sprite.png") no-repeat -22px -3px;
}
.posabs{
    position:absolute;
}
/*.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }*/
.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
    background: url("chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: right -11px;
    }

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px;
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
}

    .chosen-container-single .chosen-single div b {
        background: url("chosen-sprite.png") no-repeat 0 7px;
        display: block;
        height: 100%;
        width: 100%;
    }

.chosen-container-single .chosen-default {
    color: #777777;
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}

    .chosen-container-single .chosen-search input[type="text"] {
        background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

    .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices .search-field input[type="text"] {
            background: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #555555;
            height: 32px;
            margin: 0;
            padding: 4px;
            outline: 0;
        }

        .chosen-container-multi .chosen-choices .search-field .default {
            color: #999;
        }

    .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eeeeee;
        border: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #333333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative;
    }

        .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
            background: url("chosen-sprite.png") right top no-repeat;
            display: block;
            font-size: 1px;
            height: 10px;
            position: absolute;
            right: 4px;
            top: 5px;
            width: 12px;
            cursor: pointer;
        }

            .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
                background-position: right -11px;
            }

    .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
            background-position: right -11px;
        }

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 7px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9 !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    .chosen-container-active .chosen-choices .search-field input[type="text"] {
        color: #111 !important;
    }

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible;
    }

        .chosen-rtl .chosen-single span {
            margin-left: 26px;
            margin-right: 0;
            direction: rtl;
        }

        .chosen-rtl .chosen-single div {
            left: 7px;
            right: auto;
        }

        .chosen-rtl .chosen-single abbr {
            left: 26px;
            right: auto;
        }

    .chosen-rtl .chosen-choices .search-field input[type="text"] {
        direction: rtl;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

    .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px;
    }

        .chosen-rtl .chosen-choices .search-choice .search-choice-close {
            background-position: right top;
            left: 4px;
            right: auto;
        }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
        direction: rtl;
        padding: 4px 5px 4px 20px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/*choosen end*/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #003555;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px!important;
    font-weight: 600 !important;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0px 12px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
        font-weight: 600 !important;
        outline: thin dotted;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #fff !important;
        font-weight: 600 !important;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.65;
        pointer-events: none;
    }

.btn-blue1 {
    background-color: #0354c5;
    border-color: #015cda;
    /*background: rgba(169,185,206,1)!important;
    background: -moz-linear-gradient(top, rgba(169,185,206,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,185,206,1)), color-stop(100%, rgba(143,164,191,1)))!important;
    background: -webkit-linear-gradient(top, rgba(169,185,206,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(169,185,206,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(169,185,206,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(169,185,206,1) 0%, rgba(143,164,191,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9b9ce', endColorstr='#8fa4bf', GradientType=0 )!important;
    border-color:#8fa4bf!important;*/
    color: #fff !important;
    fill:#fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

    .btn-blue1.active, .btn-blue1.focus, .btn-blue1:active, .btn-blue1:focus, .btn-blue1:hover, .open > .dropdown-toggle.btn-blue1 {
        /*background: rgba(129,151,179,1)!important;
    background: -moz-linear-gradient(top, rgba(129,151,179,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(129,151,179,1)), color-stop(100%, rgba(143,164,191,1)))!important;
    background: -webkit-linear-gradient(top, rgba(129,151,179,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(129,151,179,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(129,151,179,1) 0%, rgba(143,164,191,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(129,151,179,1) 0%, rgba(143,164,191,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8197b3', endColorstr='#8fa4bf', GradientType=0 )!important;*/
        background-color: #0449a8;
        border-color: #0449a8 !important;
        color: #fff !important;
        font-weight: 600;
    }

    .btn-blue1.active, .btn-blue1:active, .open > .dropdown-toggle.btn-blue1 {
        background-image: none;
    }

.btn1 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #8093ac;
    border-radius: 0px !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0px 12px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
}

    .btn1.active.focus, .btn1.active:focus, .btn1.focus, .btn1.focus:active, .btn1:active:focus, .btn1:focus {
        font-weight: 600 !important;
        outline: thin dotted;
        outline-offset: -2px;
    }

    .btn1.focus, .btn1:focus, .btn1:hover {
        color: #fff !important;
        font-weight: 600 !important;
        text-decoration: none;
    }

    .btn1.active, .btn1:active {
        background-image: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

    .btn1.disabled, .btn1[disabled], fieldset[disabled] .btn1 {
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.65;
        pointer-events: none;
    }

.btn-blue2 {
    background-color: #0354c5;
    border-color: #0354c5;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

    .btn-blue2.active, .btn-blue2.focus, .btn-blue2:active, .btn-blue2:focus, .btn-blue2:hover, .open > .dropdown-toggle.btn-blue2 {
        background-color: #0449a8;
        border-color: #0449a8;
        color: #fff;
        font-weight: 600;
    }

    .btn-blue2.active, .btn-blue2:active, .open > .dropdown-toggle.btn-blue2 {
        background-image: none;
    }

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 4px 6px;
    border-right: 1px solid #120197;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.paging {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

    .paging > li {
        display: inline-flex;
        padding-left: 0;
        padding-right: 0;
    }

.form-group {
    margin-bottom: 5px !important;
}

.martopbot5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.martop5{
    margin-top:5px;
}

.martopbot10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.martopbot15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.martop15 {
    margin-top: 15px;
}

.marbot15 {
    margin-bottom: 15px;
}

.martop20 {
    margin-top: 20px;
}

.martop25 {
    margin-top: 25px;
}

.pagination > li {
    display: inline-block !important;
}

/*.igte_EditWithButtons {
    font-family: Segoe UI,Verdana,Arial,sans-serif;
    font-size: 10px;
    height: auto !important;
    outline: 0 none;
    padding: 0 !important;
    background-color: #ffffff;
    border: 1px solid #ccc !important;
}*/
/*.igte_EditWithButtons {
    background-color: #ffffff;
    border: 1px solid #999999;
    font-family: Segoe UI,Verdana,Arial,sans-serif;
    font-size: 10px;
    height: 0px;
    outline: 0 none;
    width: 105px !important;
}*/

.igte_EditWithButtons {
    background-color: #ffffff;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    /*font-family: Segoe UI,Verdana,Arial,sans-serif;*/
    font-family:'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    height: 23px !important;
    outline: 0 none;
    width: 100% !important;
}
.igte_TextArea {
    background-color: none;
    border: none;
    font-family: Segoe UI,Verdana,Arial,sans-serif;
    font-size: 12px;
    outline: 0 none;
    resize: none;
}

.note {
    background: #192146 none repeat scroll 0 0;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 2px;
    position: relative;
    font-weight: bold;
}

.headtext {
    font-size: 22px;
    /*color:#fff;*/
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
}

.note::before {
    background: #8fa4bf none repeat scroll 0 0;
    border-color: #fff #fff #005181 #005181;
    border-style: solid;
    border-width: 0 16px 16px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.page_head {
    background: #d4d4d4 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    padding: 8px;
    color: #555 !important;
    font-size: 15px;
    font-family: 'Basic', sans-serif;
}

.regist_box {
    background-color: #eeeeee;
    border: 1px solid #d7d6d6;
    padding: 10px;
}

    .regist_box h5 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 18px;
    }

.showMsg {
    color: #f00;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    position: relative;
    top: 0;
}

.errorcomment {
    color: #f00;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    position: relative;
    top: 0;
}

.error {
    color: #f00;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    position: relative;
    top: 0;
}

.error_reg {
    color: #f00;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    position: relative;
    top: -5px;
}

.failure {
    color: red;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.messages {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.successs {
    color: #09a708;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600
}

.success1 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.error1 {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.errorcancel {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

    .error1 * > ul {
        list-style-type: none;
        padding-left: 0px;
    }

.martop10bot5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.alert {
    padding: 0 10px !important;
    margin-bottom: 5px !important;
}
.alert-danger {
    color: #a94442;
    background-color: #fbf1f1;
    border-color: #efe3e3;
}
.alert-dismissable .close, .alert-dismissible .close {
   
    right: 0px !important;
   
}
.padlt5 {
    padding-left: 5px;
}

.padrt5 {
    padding-right: 5px;
}

.mar20top {
    margin-top: 20px;
}
/*Tab*/
.index_tab {
    /*margin:20px;*/
    /*margin: 10px;*/
    margin: 5px 1px;
    animation-fill-mode: unset !important; /*Class Added due to page loading issue showing Black screen (hardware acceleration uncheck issue chrome browser )*/
}

    .index_tab .nav {
        background: transparent;
    }

    .index_tab .nav-tabs > li {
        margin-bottom: 0;
    }

        .index_tab .nav-tabs > li > a {
            border-radius: 0;
            margin-right: 0;
        }

    .index_tab .nav > li > a {
        /*background: #003b5e none repeat scroll 0 0;*/
        bottom: -1px;
        color: #2f3192;
        font-family: 'Raleway', sans-serif !important;
        /* padding: 8px 24px;*/
        /*padding: 4px 24px;*/
        padding: 4px 24px;
        font-weight: 400;
        font-size:12px;
    }

        .index_tab .nav > li > a:focus, .nav > li > a:hover {
            background-color: #192146 !important;
            text-decoration: none;
            color: #fff !important;
            border: 0 none;
            font-weight: 400;
        }
    /*.index_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #003b5e none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 9px 16px;
}*/
    .index_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #192146;
        /*border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);*/
        border-image: none;
        /*border-style: solid;
    border-width: 1px;*/
        color: #fff;
        cursor: default;
        font-weight: 400;
    }

    .index_tab .tab-content .tab-pane {
        border-color: #003b5e #dedede #dedede;
        border-style: solid;
        border-width: 3px 1px 1px;
        padding: 10px;
        background: #ffffff;
    }

        .index_tab .tab-content .tab-pane p {
            color: #424242;
        }

.martop10 {
    margin-top: 10px;
}

label {
    font-family: 'Poppins', sans-serif;
    /*font-family: "Open Sans",sans-serif;*/
    display: inline-block;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    max-width: 100%;
}

.form-label {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    font-weight: 600 !important;
    margin-bottom: 5px;
    max-width: 100%;
}

.text-blue {
    color: #005181;
}

.TextPageClass {
    display: inline-block;
    /*margin-bottom: 2px;*/
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 12px;
    font-weight: 400;
    color: #020202;
    margin-bottom: 0px;
}

.martop13 {
    margin-top: 13px;
}

.uritextestarea {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 60px;
    margin: 0 0 0px;
    padding: 0 8px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.uritexttestarearows {
    grid-rows: 3;
}

.uritextestarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.padleft0 {
    padding-left: 0px !important;
}

.tblheader {
    background: #1a2345;
}

.tblheader1 {
    background-color: #1a2345 !important;
    text-align: right !important;
}

.padtop8 {
    padding-top: 8px;
}

/*Modal*/
.modal {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.modal-content {
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    display: flow-root !important;
}

.modal-body {
    height: 100%;
    overflow-x: auto !important;
    /*max-height: 520px;*/
}
.deletetow .modal-body {
    height: 100%!important;
    overflow-x: initial !important;
}
.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
@media (min-width: 768px) {
    .modal-content {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header, .modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header, .modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
    border-color: #c23321;
}

/*Modal End*/
/*Help CSS*/
.hlepbtn {
    cursor: pointer;
    top: 0;
    transform-origin: right top 0;
}

.clickable {
    cursor: pointer;
}
.preloader {
    padding: 50px;
    background: url('../img/loader.gif') no-repeat 50% 50% transparent;
}

.roucircle {
    /*border: 2px solid #c4c2c2;*/
    /*border-radius: 0;
    color: #253271;
    display: block;
    float: right;
    font-size: 15px;
    height: 30px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: fixed;
    right: 18em;
    text-decoration: none;
    top: 4px;
    transition: all 0.5s ease 0s;
    width: 30px;*/
    border-radius: 0;
    color: #253271;
    display: block;
    float: right;
    font-size: 15px;
    height: 30px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 4px;
    transition: all 0.5s ease 0s;
    width: 30px;
}

    .roucircle:hover {
        color: #253271;
        text-decoration: none;
        width: 30px;
    }
/*.roucircle {
   background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 97, 125, 1) 0%, rgba(20, 77, 99, 1) 100%) repeat scroll 0 0;*/
/*border: 2px solid #eee;
   border-radius: 15px;
    border-radius: 0px;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 30px;
    right:0;
    top:40px;
    position:fixed;
}*/
/*.roucircle:hover {
    color: #fff;
    text-decoration: none;
    width: 75px;
}*/
.acc-group {
    margin-bottom: 20px;
}

    .acc-group .acc {
        border-radius: 0px;
        margin-bottom: 0;
    }

.acc {
    /*background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
    margin-bottom: 20px;
}

.acc-heading {
    /*border-bottom: 1px solid #949396;*/
    padding: 5px 0px;
}

.acc-title {
    /*color: inherit;*/
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.acc-body {
    padding: 5px 0;
}

.acc-body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 14px;
    line-height: 25px;
}

.acc > .acc-heading > .acc-title > a {
    text-decoration: none;
}

.acc-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #5c5b5b; /* adjust as needed */
    font-size: 11px;
}

.acc-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b"; /* adjust as needed, taken from bootstrap.css */
    color: #5c5b5b; /* adjust as needed */
    font-size: 11px;
}

code {
    background-color: #005181 !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 90%;
    padding: 2px 4px;
}
/*Help Css End*/
.fa-stack {
    display: inline-block;
    height: 1em !important;
    line-height: 1em !important;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.boldtxt {
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0276ba;
}

.normaltxt {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.returnlink {
    color: #015770;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

    .returnlink a {
        color: #015770;
        text-align: center;
        text-decoration: none;
    }

        .returnlink a:hover {
            color: #015770;
            text-align: center;
            text-decoration: none;
        }
.pad5left {
    padding-left: 5px !important;
}
.pad5right {
    padding-right: 5px !important;
}
.rlw5 {
    padding-left: 5px !important;
}
.rrw5 {
    padding-right: 5px !important;
}

.pad0 {
    padding: 0;
}

.dtwidth {
    max-width: 104px;
    width: 100%;
}

.widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0 0 5px #ddd;*/
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
}

.widget-title {
    background: #f2f2f2 -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
}

    .widget-title > h4 {
        border-bottom: 0 none !important;
        float: left;
        font-size: 14px !important;
        font-weight: normal;
        line-height: 12px;
        margin: 0 !important;
        padding: 12px 11px 10px 15px;
        color: #005181 !important;
    }

        .widget-title > h4 i {
            font-size: 14px !important;
            margin-right: 2px !important;
        }

    .widget-title span.tools {
        border-left: 1px solid #e0dede;
        float: right;
        margin: 2px 0 0;
        padding: 6px 5px 6px 10px;
    }

        .widget-title span.tools > a {
            color: #979797;
            display: inline-block;
            font-size: 14px;
            margin-right: 5px;
            text-decoration: none;
        }

.maincontent .widget-title span.tools > a:hover {
    opacity: 0.6;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0s;
}

.widget-title .btn-group {
    margin-right: 5px;
}

    .widget-title .btn-group .caret {
        margin-left: 3px;
        margin-top: 8px;
    }

.widget-body {
    border-radius: 0 0 3px 3px;
    padding: 15px;
}
/*Panel*/
.panel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0 0 5px #ddd;*/
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 1px !important;
}

.panel-default > .panel-heading {
    background: #f2f2f2 -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
}

    .panel-default > .panel-heading > h4 {
        border-bottom: 0 none !important;
        float: left;
        font-size: 14px !important;
        font-weight: normal;
        line-height: 12px;
        margin: 0 !important;
        padding: 2px 11px 10px 0px;
        /*padding: 12px 11px 10px 15px;*/
        color: #005181 !important;
    }

        .panel-default > .panel-heading > h4 i {
            font-size: 14px !important;
            /*margin-right: 2px!important;*/
            margin-left: -10px;
            margin-right: 10px !important;
        }

    .panel-default > .panel-heading span.tools {
        /*border-left: 1px solid #e0dede;
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;*/
        border-left: 1px solid #e0dede;
        float: right;
        margin: -9px -14px 0 0;
        padding: 7px 2px 7px 6px;
    }

        .panel-default > .panel-heading span.tools > a {
            color: #979797;
            display: inline-block;
            font-size: 14px;
            margin-right: 5px;
            text-decoration: none;
        }

            .panel-default > .panel-heading span.tools > a:hover {
                opacity: 0.6;
                text-decoration: none;
                transition: all 0.1s ease-in-out 0s;
            }

    .panel-default > .panel-heading .btn-group {
        margin-right: 5px;
    }

        .panel-default > .panel-heading .btn-group .caret {
            margin-left: 3px;
            margin-top: 8px;
        }

.panel-default > .panel-body {
    border-radius: 0 0 3px 3px;
    padding: 15px;
}
/*Box for dates*/
.widbox {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #4a5b71;
    /*border: 1px solid #e8e8e8;*/
    /*box-shadow: 0 0 5px #ddd;*/
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
}

.widbox-title {
    background: #fff repeat scroll 0 0;
    /*border-bottom: 1px solid #e8e8e8;
    height: 36px;*/
    display: block;
}

    .widbox-title > h4 {
        border-bottom: 0 none !important;
        float: left;
        line-height: 12px;
        margin: -7px 11px !important;
        color: #005181 !important;
        background: #fff !important;
    }

        .widbox-title > h4 i {
            font-size: 14px !important;
            margin-right: 2px !important;
        }

    .widbox-title span.tools {
        border-left: 1px solid #e0dede;
        float: right;
        margin: 2px 0 0;
        padding: 6px 5px 6px 10px;
    }

        .widbox-title span.tools > a {
            color: #979797;
            display: inline-block;
            font-size: 14px;
            margin-right: 5px;
            text-decoration: none;
        }

            .widbox-title span.tools > a:hover {
                opacity: 0.6;
                text-decoration: none;
                transition: all 0.1s ease-in-out 0s;
            }

    .widbox-title .btn-group {
        margin-right: 5px;
    }

        .widbox-title .btn-group .caret {
            margin-left: 3px;
            margin-top: 8px;
        }

.widbox-body {
    border-radius: 0 0 3px 3px;
    padding: 15px;
}
/*End Box for dates*/
.padleft0 {
    padding-left: 0px !important;
}

.padright0 {
    padding-right: 0px !important;
}

.disabled {
    background: #eee !important;
}
/*Expand Search Start*/
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 0px;
    border: 1px solid #ccc;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 0px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }

.has-feedback .form-control {
    padding-right: 27.5px !important;
}

/*----------------------- 
Legends
-------------------------*/

.legend-item {
    font-size: 14px;
}

.legend-title {
}

.legend-text {
}
.bdrradius0{
    border-radius:0px!important;
}
.badge.badge-yellow {
    background-color: #FFFF00;
    /*box-shadow: 0px 0px 5px #212101;*/
    color: #1f1f1f;
    font-weight:500;
}
.badge.badge-red {
    background-color: #fe0000;
    /*box-shadow: 0px 0px 7px #212101;*/
    color: #f9f9f9;
    font-weight: 500;
}
.badge.badge-orange {
    background-color: #fcab08;
    /*box-shadow: 0px 0px 7px #212101;*/
    color: #f9f9f9;
    font-weight: 500;
}
.badge.badge-royalblue {
    background-color: #0000FF;
    box-shadow: 0px 0px 7px #212101;
    color: #f9f9f9;
    font-weight: 500;
}
.badge.badge-maroon {
    background-color: #800000;
    box-shadow: 0px 0px 7px #212101;
    color: #f9f9f9;
    font-weight: 500;
}
.badge.badge-green {
    background-color: #008000;
    box-shadow: 0px 0px 7px #212101;
    color: #f9f9f9;
    font-weight: 500;
}
.badge.badge-black {
    background-color: #000000;
    /*box-shadow: 0px 0px 7px #212101;*/
    color: #f9f9f9;
    font-weight: 500;
}
.text-yellow{
    color:#FFFF00;
}
.text-red{
    color:#fe0000;
}
.text-blue{
    color:#002cff;
}
.text-maroon{
    color:#800000;
}

.bgpink {
    background-color: #f98787;
    color: #000;
}
.bgpink:hover {
    background-color: #f98787;
    color: #000;
}
.bgred {
    background-color: #ff0000;
    color:#fff;
}
.bgred:hover {
    background-color: #ff0000;
    color: #fff;
}
.textpink {
    color:#f98787;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.textred {
    color: #ff0000;
    font-weight: 600 !important;
    font-size: 14px;
}

/*Expand Search End*/
tbody.igg_Item > tr > td {
    border-top: 1px solid #d8d8d8;
    height: 20px;
    overflow: visible !important;
    padding: 5px 8px;
    text-align: left;
    vertical-align: middle;
    word-break:break-all;
}

.igg_Header {
    background-color: #1a2345 !important;
    background-repeat: no-repeat !important;
    color: White;
    height: 25px;
}

.igg_HeaderCaption {
    font-size: 12px;
    overflow: visible !important;
    padding-left: 8px;
    text-align: left;
}

.chosen-container {
    width: 100% !important;
}
/*Horizontal Menu*/
.hor-menu {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    box-shadow: none;
    color: #012d47;
    margin: 5px 0;
    
}

.hor-menu {
    list-style: outside none none;
}

    .hor-menu span {
        text-shadow:none;
        /*text-shadow: 1px 1px 0 #fff;*/
    }
    .hor-menu .badge-orange{
        background-color:goldenrod;
    }
    .hor-menu a {
        color: #192146;
        font-size: 12px;
        font-weight: 600;
        font-family: 'Raleway', sans-serif;
        text-shadow: 0 1px 1px #fff;
    }

        .hor-menu a:hover {
            color: #646464;
            text-decoration: none;
            text-shadow: 0 1px 1px #fff;
        }

.hor-menu {
    list-style: outside none none;
    margin-bottom: 0px;
    margin-top:0px;
    padding: 0px 20px;
    position: relative;
    /*right: 0;*/
    font-size: 12px;
	left:0;
}

    .hor-menu > li {
        display: inline-block;
    }

        .hor-menu > li + li::before {
            color: #ccc;
            content: "/ ";
            padding: 0 1px;
        }

    .hor-menu > .active {
        color: #999;
    }
/*Horizontal Menu End*/
/*Communication*/
.preview-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.card {
    /*display: -webkit-box;*/
    display: block;
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    margin-bottom: 10px;
    height: 100%;
    min-height: 430px;
    border: 1px #c1c1c1 solid;
    overflow: auto;
}

    .card .card {
        box-shadow: none;
    }

    .card .card-header {
        -moz-box-align: center;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        align-items: center;
        background-color: #ffffff;
        background-image: none;
        border: medium none;
        border-radius: 0;
        display: flex;
        flex-direction: row;
        min-height: 50px;
        padding: 0;
    }

        .card .card-header::after {
            clear: both;
            content: "";
            display: table;
        }

        .card .card-header.bordered {
            border-bottom: 1px solid #d7dde4;
        }

        .card .card-header.card-header-sm {
            min-height: 40px;
        }

        .card .card-header > span {
            vertical-align: middle;
        }

        .card .card-header .pull-right {
            margin-left: auto;
        }

        .card .card-header .header-block {
            padding: 0.5rem 15px;
        }

@media (min-width: 1200px) {
    .card .card-header .header-block {
        padding: 0.5rem 20px;
    }
}

@media (max-width: 767px) {
    .card .card-header .header-block {
        padding: 0.5rem 10px;
    }
}

.card .card-header .title {
    color: #4f5f6f;
    display: inline-flex;
}

.card .card-header .btn {
    margin: 0;
}

.card .card-header .nav-tabs {
    align-self: stretch;
    border-color: transparent;
    display: flex;
    position: relative;
    top: 1px;
}

    .card .card-header .nav-tabs .nav-item {
        align-self: stretch;
        display: flex;
        margin-left: 0;
    }

        .card .card-header .nav-tabs .nav-item .nav-link {
            -moz-box-align: center;
            align-items: center;
            align-self: stretch;
            border-bottom: 1px solid #d7dde4;
            border-radius: 0;
            border-top-width: 2px;
            color: #4f5f6f;
            display: flex;
            font-size: 14px;
            opacity: 0.7;
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
        }

            .card .card-header .nav-tabs .nav-item .nav-link.active {
                border-bottom-color: transparent;
                border-top-color: #85ce36;
                opacity: 1;
            }

                .card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus {
                    background-color: #ffffff;
                    border-color: #85ce36 #d7dde4 transparent;
                    opacity: 1;
                }

            .card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus {
                background-color: transparent;
                border-color: transparent;
                opacity: 1;
            }

.card.card-default > .card-header {
    background-color: #fff;
    color: inherit;
}

.card.card-primary {
    border-color: #85ce36;
}

    .card.card-primary > .card-header {
        background-color: #85ce36;
        border-color: #85ce36;
    }

.card.card-success > .card-header {
    background-color: #4bcf99;
}

.card.card-info > .card-header {
    background-color: #76d4f5;
}

.card.card-warning > .card-header {
    background-color: #fe974b;
}

.card.card-danger > .card-header {
    background-color: #ff4444;
}

.card.card-inverse > .card-header {
    background-color: #131e26;
}

.card .title-block, .card .card-title-block {
    border: medium none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

    .card .title-block::after, .card .card-title-block::after {
        clear: both;
        content: "";
        display: table;
    }

.card .section {
    margin-bottom: 20px;
}

    .card .example, .card .section.demo {
        margin-bottom: 20px;
    }

.card-block {
    padding: 15px;
}

    .card-block .tab-content {
        border-color: transparent;
        padding: 0;
    }

@media (min-width: 1200px) {
    .card-block {
        padding: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .card-block {
        padding: 10px;
    }
}

.card-footer {
    background-color: #fafafa;
}

fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
/*Communication End*/
.bgsub {
    background: #f4f4f4 none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.bgpink{
    background:pink;
}
.bgred{
    background-color:#ff0000;
    color:#fff;
}
.cell-right {
    text-align: right !important;
}

.showMsg {
    color: #f00;
    display: inline;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    position: relative;
    top: 0;
}

.ul-disc {
    list-style-type: disc;
}

    .ul-disc > li {
        display: list-item;
    }

.notifibell {
    position: absolute;
    /*top: 8px;
    right: 30px;*/
    top: 0.4em;
    right: 3em;
}

.btntrans {
    background: none;
    border: 0px;
    padding: 2px;
}

    .btntrans:hover {
        background: none;
        border: 0px;
        padding: 2px;
        color: darkcyan;
    }

.btnMaps {
    background: none;
    border: 0px;
    padding: 2px;
}

    .btnMaps:hover {
        background: none;
        border: 0px;
        padding: 2px;
        color: darkcyan;
    }
/**/

/**/
.igdd_ValueDisplay {
    background-color: #fff !important;
    font-weight: normal !important;
    font-size: 10pt !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    /*border-width: 0px!important;*/
    width: 100% !important;
    height: 28px !important;
    border: 1px solid #ccc !important;
    padding: 6px 12px !important;
}

.igdd_ControlArea {
    border-width: 0px !important;
    table-layout: fixed;
}

.igdd_DropDownButton img {
    display: block;
    height: 28px !important;
    width: 17px !important;
}

.igdd_DropDownButton {
    width: 17px;
    z-index: 9999;
    height: 28px !important;
}

.overscroll {
    height: 320px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 5px;
    display: inline-block;
    position: relative;
    width: 100%;
}

/*Mega Menu CSS*/

/*Mega Menu CSS End*/

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #f00 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1 !important;
}

    .close:focus, .close:hover {
        color: #f00 !important;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=60) !important;
        opacity: .6 !important;
    }

/*table heading tips*/
.grid-tip {
    /*position: absolute;
            top: 18px;
            right: 18px;*/
    text-align: center;
    /*background-color: #BCDBEA;*/
    border-radius: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
}

.grid-tip:before {
    font-weight: bold;
    color: #fff;
}

.grid-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.grid-tip p { /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 250px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 1em;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    top: -13em;
}

    .grid-tip p:before { /* The pointer of the tooltip */
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #1E2021;
        left: 40px;
        bottom: -10px;
        transform: rotate(180deg);
    }

    .grid-tip p:after { /* Prevents the tooltip from being hidden */
        width: 100%;
        height: 40px;
        content: '';
        position: absolute;
        top: 40px;
        left: 0;
    }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/*New Styles*/
/* Toggle Styles */


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
                border-left: red 2px solid;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media(min-width:768px) {
    .main-container {
        padding-left: 250px;
    }

    .fixed-brand {
        width: 250px;
    }

    .main-container.toggled {
        padding-left: 0;
    }

    .sidebar-wrapper {
        width: 250px;
    }

    .main-container.toggled .sidebar-wrapper {
        width: 250px;
    }

    .main-container.toggled-3 .sidebar-wrapper {
        width: 50px;
    }

        .main-container.toggled-3 .sidebar-wrapper:hover {
            width: 250px;
        }


    .page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .main-container.toggled .page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }
    
    .main-container.toggled-3 .page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}
/*New Styles End*/
.go-top, .navigation-toggler {
    background-color: #e6e6e6 !important;
    color: rgba(85,85,85,.3);
}
.navigation-toggler {
    cursor: pointer;
    height: 30px;
    margin-left: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    line-height: 30px;
}
.navigation-toggler {
    text-align: center;
}
.clip-chevron-left:before {
    content: "\f101";
}
.clip-chevron-right:before {
    content: "\f102";
}
.main-content {
    margin-top: 0;
    background-color: #fff;
    padding: 0;
}
.container {
    max-width: none !important;
    width: auto !important;
}
@media (min-width: 768px) {
    .main-navigation {
        width: 35px !important;
        z-index: 1000;
    }
    .navigation-small .navigation-toggler {
        margin-right: 3px !important;
        margin-left: 3px !important;
    }
    .navigation-small .main-content {
        margin-left: 35px !important;
    }
    .main-content {
        margin-left: 225px;
    }
        .main-content > .container {
            min-height: 760px;
        }
}

/*Vertical Menu*/
.navbar .sidebar-toggle {
    float: left;
    margin-left: -4px;
}

    .navbar .sidebar-toggle + .navbar-brand {
        margin-left: 0;
    }

.sidebar {
    /*position: fixed;*/
    position: absolute;
    /*top: 0px;*/
    top: 2.9em;
    left: 0;
    bottom: 0;
    width: 210px;
    /*background: #343957;*/
    /* font-size: 14px; */
    z-index: 100;
    overflow: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,e9e9e9+96,d0cece+100 */
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f9f9 0%, #e9e9e9 96%, #d0cece 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d0cece',GradientType=1 ); /* IE6-9 */
    /* height: 100%;
    min-height: 100vh;*/
    font-family: "Open Sans",sans-serif;
}

    .sidebar.sidebar-static {
        position: absolute;
    }

    .sidebar i {
        font-size: 1.5em;
        margin-right: 5px;
        vertical-align: middle;
        width: 1.4em;
        display: inline-block;
    }
        
        .sidebar i.fa {
            vertical-align: baseline;
        }
        .sidebar i.flat {
            vertical-align: baseline;
        }
        .sidebar i.icon {
            vertical-align: baseline;
        }
       

    .sidebar ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

    .sidebar .nano-content > ul {
        width: 100%;
        -webkit-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out;
    }

        .sidebar .nano-content > ul li.label {
            font-size: 14px;
            /* height: 30px; */
            line-height: 40px;
            color: rgba(160, 180, 200, 0.55);
            text-transform: capitalize;
            font-weight: normal;
        }

        .sidebar .nano-content > ul li.content {
            padding: 10px;
            color: #D8D8D8;
        }

            .sidebar .nano-content > ul li.content .progress {
                margin-top: 0.7em;
            }

        .sidebar .nano-content > ul li > ul {
            display: none;
            background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f9f9 0%, #e9e9e9 96%, #d0cece 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d0cece',GradientType=1 ); /* IE6-9 */
            /*background: rgba(52,57,87,1) !important;*/

        }

        .sidebar .nano-content > ul li.open > ul {
            display: block;
        }

        .sidebar .nano-content > ul li > a {
            display: block;
            cursor: pointer;
            color: #4f5051;
            font-weight:600;
            padding: 2px;
            line-height: 30px;
            border-bottom: none;
            /* background: rgba(255, 255, 255, 0.067); */
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .sidebar .nano-content > ul li > a:hover {
                background: linear-gradient(to right, #5772FE, #6D85FB);
            }
            .menuactive {
                background: linear-gradient(to right, #5772FE, #6D85FB);
                color:#fff;
                font-weight:600;                
            }
            .sidebar .nano-content > ul li > a > .sidebar-collapse-icon {
                float: right;
                margin-right: 5px;
                font-size: 10px;
                margin-top: 10px;
                transition: -webkit-transform 0.3s ease;
                -webkit-transition: -webkit-transform 0.3s ease;
                transition: transform 0.3s ease;
                transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            }

            .sidebar .nano-content > ul li > a > .badge {
                font-weight: normal;
                position: absolute;
                right: 45px;
                top: 15px;
            }

        .sidebar .nano-content > ul li:hover > a, .sidebar .nano-content > ul li.active > a, .sidebar .nano-content > ul li.open > a {
            color: #fff;
            position: relative;
            background-color: #519ce3;
        }

            .sidebar .nano-content > ul li.active > a::before {
                background: #03A9F5;
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 3px;
            }

            .sidebar .nano-content > ul li.open > a > .sidebar-collapse-icon {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

        .sidebar .nano-content > ul > li.label, .sidebar .nano-content > ul > li.content, .sidebar .nano-content > ul > li > a {
            padding-left: 15px;
            padding-right: 15px;
        }

html.rtl .sidebar .nano-content > ul > li.label, html.rtl .sidebar .nano-content > ul > li.content, html.rtl .sidebar .nano-content > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar .nano-content > ul > li.active > a, .sidebar .nano-content > ul > li.open > a, .sidebar .nano-content > ul > li > ul {
    /*background: linear-gradient(to right, #5772FE, #6D85FB);*/
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f9f9 0%, #e9e9e9 96%, #d0cece 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d0cece',GradientType=1 ); /* IE6-9 */
    color:#519CE3;
}
.sidebar-sub-toggle{
    color:#519CE3;
}
    .sidebar .nano-content > ul > li > ul > li.label, .sidebar .nano-content > ul > li > ul > li.content, .sidebar .nano-content > ul > li > ul > li > a {
        padding-left: 50px;
        padding-right: 15px;
    }

html.rtl .sidebar .nano-content > ul > li > ul > li.label, html.rtl .sidebar .nano-content > ul > li > ul > li.content, html.rtl .sidebar .nano-content > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 45px;
}

.sidebar .nano-content > ul > li > ul > li.active > a, .sidebar .nano-content > ul > li > ul > li.open > a, .sidebar .nano-content > ul > li > ul > li > ul {
    /*background: #242634;*/
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #f9f9f9 0%, #e9e9e9 96%, #d0cece 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9f9f9 0%,#e9e9e9 96%,#d0cece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d0cece',GradientType=1 ); /* IE6-9 */
    color: #519CE3;
}

    .sidebar .nano-content > ul > li > ul > li > ul > li.label, .sidebar .nano-content > ul > li > ul > li > ul > li.content, .sidebar .nano-content > ul > li > ul > li > ul > li > a {
        padding-left: 50px;
        padding-right: 15px;
    }

html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.label, html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li.content, html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 67.5px;
}

.sidebar .nano-content > ul > li > ul > li > ul > li.active > a, .sidebar .nano-content > ul > li > ul > li > ul > li.open > a, .sidebar .nano-content > ul > li > ul > li > ul > li > ul {
    background: #1c1d28;
}

    .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label, .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content, .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 90px;
        padding-right: 15px;
    }

html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.label, html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li.content, html.rtl .sidebar .nano-content > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 90px;
}

/* Small Sidebar styles */

body {
    position: relative;
}

.sidebar-hide .sidebar {
    left: -250px;
}

.sidebar {
    -webkit-transition: left 300ms ease-in-out, width 300ms ease-in-out;
    transition: left 300ms ease-in-out, width 300ms ease-in-out;
}

/* Hide to Small bar */

.sidebar-hide .sidebar.sidebar-hide-to-small {
    position: absolute;
    /*width: 60px;*/
    width: 50px;
    left: 0;
    /*top: 0px;*/
    top: 2.9em;
}

    .sidebar-hide .sidebar.sidebar-hide-to-small, .sidebar-hide .sidebar.sidebar-hide-to-small .nano, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content {
        overflow: visible;
        /*background: #fff;*/
        /*height: 100%;
        min-height: 620px;*/
        min-height:100vh;
        bottom: 0;
    }

        .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul {
            width: 50px;
        }

            .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .label, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .content {
                display: none;
            }

            .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul .badge {
                display: none;
            }

            .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a {
                padding: 0;
                text-align: center;
                padding: 8px 0;
                line-height: 1;
            }

                .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > i {
                    width: auto;
                    font-size: 1.8rem;
                }

                .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .sidebar-collapse-icon {
                    font-size: 0;
                }

                    .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > a > .badge {
                        position: absolute;
                        right: 3px;
                        top: 3px;
                    }

            .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li {
                position: relative;
            }

                .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
                    visibility: hidden;
                    /*width: 200px;*/
                    width: 180px;
                    position: absolute;
                    top: 0;
                    left: 100%;
                }
                
                    .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li:hover > ul.hasChild {
                    /*border-bottom: 1px solid #eee;
                border-right: 1px solid #eee;
                border-top: 1px solid #eee;
                -webkit-box-shadow: 0 2px 2px 0 #e7e7e7;
                box-shadow: 0 2px 2px 0 #e7e7e7;*/
                    display: block !important;
                    visibility: visible;
                }
            

        .sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap {
            margin-left: 60px;
        }

.sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
    margin-left: 60px;
}

/* Show with Push content */

.sidebar.sidebar-push ~ .content-wrap {
    -webkit-transform: translateX(250px) translateZ(0);
    transform: translateX(250px) translateZ(0);
    transition: -webkit-transform 300ms ease-in-out, margin-left 300ms ease-in-out;
    -webkit-transition: margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

/* Show with Shrink content */

.sidebar.sidebar-shrink ~ .content-wrap {
    margin-left: 210px;
    -webkit-transition: margin-left 300ms ease-in-out;
    transition: margin-left 300ms ease-in-out;
}

.sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
    margin-left: 0;
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
    margin-left: 50px;
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .header {
    margin-left: 50px;
}

/* Hide on Content Click */

.sidebar.sidebar-overlap-content ~ .content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.sidebar-hide .sidebar.sidebar-overlap-content ~ .content-wrap:after {
    visibility: hidden;
    opacity: 0;
}

/* Nano Scroller */

.sidebar .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .sidebar .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .sidebar .nano > .nano-content:focus {
            outline: thin dotted;
        }

        .sidebar .nano > .nano-content::-webkit-scrollbar {
            display: none;
        }

    .sidebar .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
        display: block;
    }

    .sidebar .nano > .nano-pane {
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 5px;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden\9;
        /* Target only IE7 and IE8 with this hack */
        opacity: 0.01;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border-radius: 5px;
    }

        .sidebar .nano > .nano-pane > .nano-slider {
            /*    background: #ff5a5e;*/
            position: relative;
        }

        .sidebar .nano:hover > .nano-pane, .sidebar .nano > .nano-pane.active, .sidebar .nano > .nano-pane.flashed {
            visibility: visible\9;
            /* Target only IE7 and IE8 with this hack */
            opacity: 0.99;
        }

/* Light Scheme */

.sidebar.sidebar-light {
    background: #F8F8F8;
}

    .sidebar.sidebar-light .nano > .nano-pane {
        background: rgba(0, 0, 0, 0.15);
    }

    .sidebar.sidebar-light .nano-content > ul > li.content, .sidebar.sidebar-light .nano-content > ul > li > a {
        color: #919191;
    }

    .sidebar.sidebar-light .nano-content > ul > li:hover > a {
        color: #474747;
    }

    .sidebar.sidebar-light .nano-content > ul > li.active > a, .sidebar.sidebar-light .nano-content > ul > li.open > a {
        color: #fff;
    }

    .sidebar.sidebar-light .nano-content > ul > li.label, .sidebar.sidebar-light .nano-content > ul > li.content, .sidebar.sidebar-light .nano-content > ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

html.rtl .sidebar.sidebar-light .nano-content > ul > li.label, html.rtl .sidebar.sidebar-light .nano-content > ul > li.content, html.rtl .sidebar.sidebar-light .nano-content > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar.sidebar-light .nano-content > ul > li.active > a, .sidebar.sidebar-light .nano-content > ul > li.open > a, .sidebar.sidebar-light .nano-content > ul > li > ul {
    background: #206da9;
}

    .sidebar.sidebar-light .nano-content > ul > li > ul > li.label, .sidebar.sidebar-light .nano-content > ul > li > ul > li.content, .sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
        padding-left: 45px;
        padding-right: 15px;
    }

html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.label, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li.content, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 45px;
}

.sidebar.sidebar-light .nano-content > ul > li > ul > li.active > a, .sidebar.sidebar-light .nano-content > ul > li > ul > li.open > a, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul {
    background: #1d6298;
}

    .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
        padding-left: 67.5px;
        padding-right: 15px;
    }

html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.label, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.content, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 67.5px;
}

.sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.active > a, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li.open > a, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul {
    background: #195786;
}

    .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content, .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 90px;
        padding-right: 15px;
    }

html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.label, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li.content, html.rtl .sidebar.sidebar-light .nano-content > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 15px;
    padding-right: 90px;
}

/*
 * RTL sidebar bar
 */

html.rtl {
    direction: rtl;
    /* Show with Push content */
    /* Show with Shrink content */
}

    html.rtl .sidebar {
        left: auto;
        right: 0;
        -webkit-transition: right 300ms ease, width 300ms ease;
        transition: right 300ms ease, width 300ms ease;
    }

        html.rtl .sidebar i {
            margin-right: 0;
            margin-left: 5px;
        }

        html.rtl .sidebar .nano-content > ul li > a > .sidebar-collapse-icon, html.rtl .sidebar .nano-content > ul li > a > .badge {
            float: left;
        }

    html.rtl .sidebar-hide .sidebar {
        right: -250px;
    }

        html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small {
            right: 0;
            left: auto;
        }

            html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
                left: auto;
                right: 100%;
            }

    html.rtl .sidebar.sidebar-overlay ~ .content-wrap {
        margin-right: 0;
    }

    html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small ~ .content-wrap, html.rtl .sidebar.sidebar-overlay.sidebar-hide-to-small ~ .content-wrap {
        margin-left: 0;
        margin-right: 60px;
    }

    html.rtl .sidebar.sidebar-push ~ .content-wrap {
        margin-left: 0;
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        transition: -webkit-transform 300ms ease-in-out, margin-right 300ms ease-in-out;
        -webkit-transition: margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        transition: margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out;
        transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    }

    html.rtl .sidebar-hide .sidebar.sidebar-push ~ .content-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    html.rtl .sidebar.sidebar-shrink ~ .content-wrap {
        margin-left: 0;
        margin-right: 250px;
        -webkit-transition: margin-right 300ms ease-in-out;
        transition: margin-right 300ms ease-in-out;
    }

    html.rtl .sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    html.rtl .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
        margin-left: 0;
        margin-right: 60px;
    }

/*    Humberger icon
--------------------------*/

.hamburger {
    display: inline-block;
    left: 10px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 37px;
    z-index: 999;
}

    .hamburger .line {
        background-color: #252525;
        display: block;
        height: 3px;
        margin: 4px auto;
        width: 22px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    /*
.hamburger.is-active {
  left: 65px;
}
*/

    .hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
        width: 10px;
        height: 3px;
    }

    .hamburger.is-active .line:nth-child(2) {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        width: 20px;
        height: 3px;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }
.dib {
    display: inline-block;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
/*.header-icon {
    font-size: 18px;
    padding: 12px 15px;
    color: #252525;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    float: left;
}*/
.header-icon {
    font-size: 18px;
    /*padding: 0 51px;*/
    padding:0 4em;
    color: #252525;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
    .header-icon i,
    .header-icon img,
    .header-icon span {
        cursor: pointer;
    }

    .header-icon.active,
    .header-icon:focus,
    .header-icon:hover {
        background: rgba(255, 255, 255, 0.3);
    }

        .header-icon.active .drop-down {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }

.drop-down {
    background: #ffffff;
    color: #252525;
    visibility: hidden;
    opacity: 0;
    width: 320px;
    position: absolute;
    right: 0;
    top: 55px;
    transform: translateY(50px);
    transition: all 0.4s ease-in-out;
    border-top: 0;
    border: 1px solid #e7e7e7;
    z-index: 999;
}

.header-left .drop-down {
    left: 0;
}

.dropdown-content-heading {
    padding: 10px 15px;
}

    .dropdown-content-heading span {
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        color: #373757;
    }

    .dropdown-content-heading i {
        position: relative;
        top: 5px;
        opacity: 1 !important;
        color: #5873fe;
    }

.dropdown-content-body li {
    padding: 15px;
    border-top: 1px solid #eef5f9;
    
}

    .dropdown-content-body li.active,
    .dropdown-content-body li:focus,
    .dropdown-content-body li:hover {
        background: #eef5f9;
        border-top: 1px solid #eef5f9;
    }

    .dropdown-content-body li a.active,
    .dropdown-content-body li a:focus,
    .dropdown-content-body li a:hover {
        color: #868e96;
    }

    .dropdown-content-body li:last-child {
        padding: 5px 15px;
    }

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.overyscroll {
    height: 202px;
    overflow-y: auto !important;
    border: 1px solid #d2d2d2;
    padding: 5px;
}

.flex-container > div {
    width: 100%;
    margin: 5px;
    text-align: left;
}


.notification-heading {
    font-size: 13px;
    font-weight: 700;
    color: #373757;
}

.avatar-img {
    border-radius: 100px;
    width: 25px;
    position: relative;
    top: -3px;
}

.user-avatar {
    font-size: 14px;
    font-weight: 700;
}

.notification-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
}

.notification-timestamp {
    font-size: 11px;
}

.notification-percentage {
    font-size: 12px;
    position: relative;
    top: 12px;
}

.notification-unread {
    background: #eef5f9;
}

    .notification-unread .notification-heading {
        color: #555;
    }

.more-link {
    font-size: 12px;
    color: #5873fe;
    display: inline-block;
}

.dropdown-profile {
    width: 200px;
}

    .dropdown-profile .trial-day {
        font-size: 11px;
        padding-top: 2px;
        color: #5873fe;
    }

    .dropdown-profile li {
        padding: 7px 15px;
    }

        .dropdown-profile li a {
            display: block;
            color: #373757;
        }

            .dropdown-profile li a.active,
            .dropdown-profile li a:focus,
            .dropdown-profile li a:hover {
                color: #373757;
            }

            .dropdown-profile li a span {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
            }

            .dropdown-profile li a i {
                margin-right: 5px;
                font-size: 14px;
            }

        .dropdown-profile li:last-child {
            padding: 7px 15px;
        }

.header-link {
    position: relative;
    top: -3px;
    font-size: 14px;
}



.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #28a745;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #28a745;
    border-left-color: #28a745;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
 
.reqest_anim {
    animation-duration: .4s;
    animation-fill-mode: both;
}
div#updProgress {
    position: fixed;
    top: 20%;
    left: 50%;
    text-align: center;
    /*background-color: #012a55;*/
    opacity: 1;
    padding: 10px;
    z-index: 1000;
    border-radius: 6px;
} 

.progressbg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(221, 217, 217, 0.68); /* Black w/ opacity */
}
/*IFrame CSS*/
/*.Popup {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100vh;
}*/

.Popup {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
    min-height:800px;
    /*min-height: 1000em;*/
}
.maincontent > .fixframe {
    position: inherit;
    /*position: contents;*/
    /*position:fixed;*/
    top: 0em;
    left: 0em;
    right: 0px;
    bottom: 0em;
}
.fixframe iframe {
    /*height: 100%;*/
    width: 100%;
    border:0px;
    /*overflow:visible;*/
}
.request h4 {
    border-bottom: 4px solid #ccc;
    text-transform: uppercase;
    text-align: left;
}

    .request h4 > span {
        border-bottom: 5px solid #3e5698;
        width: 100%;
        min-width: 90px;
        line-height: 5px;
    }
    .request h4 > span .cent{
        text-align:center;
    }
.rquest h4> span .ritl {
    position: relative;
    top: -5px;
    right: 0;
}
.request h4 > span ul{
    list-style:none;
    display:inline-block;
    position:absolute;
    right:0;
    top:4px;
    text-transform:none;
    font-size:13px;
    font-weight:600;
}

/*Request Audit Info*/
.request_audit_box {
    border: 1px solid #ccc;
    background-color: #4e536f;
    padding: 20px 10px 10px 0;
    position: relative;
    display: block;
}

ul.office-hour {
    margin: 0;
}

    ul.office-hour li {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
        clear: both;
    }

        ul.office-hour li span {
            float: right;
        }
.request_audit {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    list-style: none;
    padding: 0;
    display: inline-flex;
    /*    font-weight: 600;*/
}

    .request_audit > li {
        display: inline-flex;
    }

    .request_audit li:after {
        content: "/"!important;
        margin-left: 10px;
        margin-right: 10px;
        color: #000!important;
    }

    .request_audit li:last-child:after {
        content: " "!important;
    }

    .request_audit li span {
        font-weight: 600;
        margin-right:10px;
     
        /* color:#169089; */
    }

    .request_audit > li:nth-child(odd) {
        color: #192146;
    }

    .request_audit > li:nth-child(even) {
        color: #fff919;
    }
    .text-upper{
        text-transform:uppercase;
    }
/*Badge*/
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
}

.badge-pill {
    padding-right: 0.6em !important;
    padding-left: 0.6em !important;
    border-radius: 10rem !important;
}

.badge-pill {
    padding-left: 8px;
    padding-right: 8px;
}

.badge-primary {
    color: #fff;
    background-color: #5066e0;
}

.badge-secondary {
    color: #fff;
    background-color: #8a4dd2;
}

.badge-success {
    color: #fff;
    background-color: #00d48f;
}

.badge-danger {
    color: #fff;
    background-color: #fa5c7c;
}

.badge-warning {
    color: #fff;
    background-color: #ff8c00;
}

.badge-info {
    color: #4e536f;
    background-color: #ffffff;
    padding: 2px 5px;
}

.badge-light {
    color: #485079;
    background-color: #f4f5fd;
}

.badge-dark {
    color: #fff;
    background-color: #757fb5;
}
.badge-blue {
    background-color: #4d81a2 !important;
    color: #fff;
}
/*Badge*/
/*Request Audit Info End*/
/*Iframe CSS End*/

.contextmenu_item {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,.87);
}

.contextmenu_icon {
    margin-right: 16px;
    vertical-align: top;
    color: rgba(0,0,0,.54);
}
.private-property-class {
    Background: #ffc7c7 !important;
    color: #1E2021;
}
.tablink {
    background: #e4dddd !important;
    color: #272323;
    padding: 8px !important;
}
.activetablink {
    background: #192146 !important;
    color: white;
    padding: 8px !important;
}
.tablink:hover {
    background-color: #000 !important;
    color:white;
}
.blink_me {
    animation: blinker 2s linear infinite;
    background: #eae01a !important;
}

@keyframes blinker {
    10% {
        opacity: 0;
    }
}
.no_platecheck {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    position: absolute;
    top: -0.4rem;
    right: 1.6rem;
}
.no_platecheck1 {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    position: absolute;
    top: -0.4rem;
    right: -2px;
}
.pad5{
    padding-left:5px;
    padding-right:5px;
}

/*.bg-transparent {
    border: none;
    background: transparent;
    box-shadow: none;
    color: darkblue !important;
    text-shadow: none;
    box-sizing:border-box;
}
    .bg-transparent.focus, .bg-transparent:focus, .bg-transparent:hover {
        color: #333 !important;
        font-weight: 600 !important;
        text-decoration: none;
        border: none;
        background: transparent;
        box-shadow: none;
        box-sizing: border-box;
        background-position: 0 -15px;
    }*/

