a:focus, a:hover {
    color: #e0313e;
    text-decoration: none;
}
.customlabel{
    font-size: 14px;
}
.dropdown .dropdown-toggle{
    padding-right: 20px;
}
.dropdown .dropdown-toggle:before{
    position: absolute;
    content: "\F140";
    font-family: "Material Design Icons";
    right: 0;
    font-size: 14px;
    color: #e0313e;
}
.nav .dropdown-menu{
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.nav .dropdown-menu:before{
    border: 14px solid transparent;
    border-bottom-color: white;
    position: absolute;
    content: "";
    top: -27px;
    margin-left: -7px;
    right: 25px;
    z-index: 2;
}
.nav .dropdown-menu:after{
    border: 16px solid transparent;
    border-bottom-color: #f9f7f7;
    position: absolute;
    content: "";
    top: -32px;
    margin-left: -7px;
    right: 22px;
    z-index: 1;
}
.navbar-default .navbar-nav>li>a {
    color: #383e41;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #383e41;
    background-color:transparent;
}
.dropdown-menu>li>a{
    font-weight: 300;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #e0313e;
    text-decoration: none;
    background-color: transparent;
}
/* ======================================================== */
/* Table */
/* ======================================================== */
/* .tablePanel--wrapper{
    border-radius: 4px;
    background-color: #ffffff;
    padding: 10px 0 20px 0;
}
.tablePanel{
    margin: 0;
    line-height: 1.5;
    border: none;
}
.tablePanel thead, .tablePanel thead tr{
    width: 100%;
}
.tablePanel thead tr > th,.tablePanel tbody tr td{
    border: none;
    padding: 20px 15px;
}
.tablePanel thead {
    border-top: 1px solid #e9ebef;
    border-bottom: 1px solid #e9ebef;
    background-color: #f3f3f3;
}
.tablePanel thead tr > th{
    white-space: normal;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
    font-size: 15px;
    padding:22px 15px;
}
.tablePanel td{
    padding: 0.5em;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    white-space: nowrap;
    border: none;
}
.tablePanel tr {
    width: 100%;
}
.tablePanel--wrapper.x_panel .x_flat_title {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 0px;
}
/* If s.n number 

.tablePanel thead tr > th:first-child,.tablePanel >tbody tr > td:first-child{
    width: 100px;
}
.tablePanel thead tr > th:last-child >*, 
.tablePanel >tbody tr > td:last-child>*, 
.tablePanel >tbody tr > td:last-child>*>*{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
} */
.tablePanel{
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    line-height: 1.5;
    border: none;
    flex: 1 1 auto;
}
.tablePanel thead, .tablePanel thead tr{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}
.tablePanel thead tr > th,.tablePanel tbody tr td{
    border: none;
    padding: 8px 15px;
}
.tablePanel thead {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.tablePanel thead tr > th{
    white-space: normal;
    justify-content: center;
    flex: 1 1 0;
    border-bottom: 1px solid transparent;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    color: #757575;
    text-transform: uppercase;
}
.tablePanel td{
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5em;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    white-space: nowrap;
    border: none;
    color: #757575;
    font-weight: 300;
}
.tablePanel thead tr{
    margin: 0px;
    background-color: transparent;
}
.tablePanel thead tr:before{
    background-color: #757575;
}
.tablePanel tr {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    background-color: #f3f3f3;
    margin: 6px 0px;
    border-radius: 4px;
    position: relative
}
.tablePanel tr:before {
    position: absolute;
    content: '';
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #446de6;
    top: 50%;
    margin: -5px 0px 0px 14px;
}
.tablePanel--wrapper.x_panel .x_flat_title {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 0px;
}
.tablePanel thead tr > th:first-child,.tablePanel >tbody tr > td:first-child{
    /* flex-grow: 0;
    width: 50px;
    flex-basis: auto; */
    padding-left: 40px;
}
.tablePanel tbody tr:hover{
    background-color: #d6e5ef;
}
/* ============================================ */
/* Forms elements and Buttons */
/* ============================================ */
.btn {
    display: inline-block;
    padding: 7px 35px;
    margin-bottom: 0;
    font-size: 12px;
    /*font-weight: 400;*/
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
   /* border-radius: 4px;*/
    outline: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.btn--lg{
    padding: 12px 40px;
}
.btn--primary, .btn-primary {
    opacity: 0.9;
    background-color: #FF7D7D;
    /*background-image: linear-gradient(to right, #0035ff 0%, #2d61fc 50%, #8436b5 100%);*/
    color: #fff;
    border: none;
}
.btn--primary:hover{ 
    color: #fff;
    opacity:1; 
}
/* ============================================ */
/* breadcrumb */
/* ============================================ */
.breadcrumbPanel .breadcrumb{
    padding:0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: none;
}
.breadcrumbPanel .breadcrumb a{
    color: #fff;
}
.breadcrumbPanel .breadcrumb li.active{
    color: #e0313e;
}

.panel-default {
    border-color: #add8f0;
}

.panel-body {
    padding:2px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height:1;
}

.panel-default > .panel-heading {
    border-radius: 0px;
    background-color: #337ab7;
    color:white;
    font-weight:500;
}

.panel-heading {
    padding: 5px 5px;
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
    background-color: #337ab7;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }


    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown > a:after {
    content: '';
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
    display: inline-block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/*.panel-heading {
    padding: 3px 3px;
}*/

.form-control {
    font-size: 12px;
    border-radius: 0px;
    height: 28px;
}

.dropdown-menu {
    padding: 1px;
}

.nav-tabs > li > a {
    background-color: #337ab7;
    color: #fff;
}

    .nav-tabs > li > a:hover {
        color: #fff;
        cursor: pointer;
        background-color: #FF7D7D;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #FF7D7D;
    color: #fff;
}

.btn--default, .btn-default {
    background-color: #337ab7;
    color: #fff;
    border: none;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus {
        background-color: #5B98CE;
        border: none;
    }
