.pagealign {
    margin-top: 210px
}

a.btn.btn-facebook.btn-social.btn-size {
    width: 200px
}

.navbar,
footer {
    background-color: #63b1ff
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a,
ul>li>a {
    color: #63b1ff
}

footer>.container>ul>li>a {
    color: #fff
}

.navbar.navbar-default.navbar-fixed-top {
    background-color: #fff
}

#test {
    border: 0 solid #ddd
}

#wrapper {
    text-align: center;
    padding: 100px 20px 20px 20px;
    background: url(/customstyle/images/main-bg.jpg);
    margin-left: -10px;
    width: 100%;
    height: 700px;
    background-size: cover
}

#wrapper h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px
}

video {
    max-width: 100%;
    height: auto;
    margin: auto
}

.content-grid {
    float: left;
    text-align: center;
    border: 1px solid rgba(235, 235, 235, .53);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: 2% 3% 2% 0;
    padding: 2% 0 1% 0;
    background-color: #fff;
    border-radius: 5px
}

.last-grid {
    margin-right: 0
}

.content-grid img {
    display: block
}

.content-grid h3 {
    font-family: 'open sans';
    color: #888;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    line-height: 1.5em;
    font-size: .875em
}

.content-grid img {
    display: block;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease
}

.content-grid:hover img {
    -webkit-filter: grayscale(100%);
    opacity: 5;
    transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -moz-transition: all .3s!important
}

.content-grid table tr td span {
    padding: 3px 5px;
    display: block;
    font-size: 1.5em;
    color: #888
}

.content-grid table tr td {
    border-top: 0 solid red
}

.content-grid table tr td span.fa-facebook-f:active,
.content-grid table tr td span.fa-facebook-f:focus,
.content-grid table tr td span.fa-facebook-f:hover {
    color: #3b5998
}

.content-grid table tr td span.fa-twitter:active,
.content-grid table tr td span.fa-twitter:focus,
.content-grid table tr td span.fa-twitter:hover {
    color: #63b1ff
}

.content-grid table tr td span.fa-share-alt:active,
.content-grid table tr td span.fa-share-alt:focus,
.content-grid table tr td span.fa-share-alt:hover {
    color: #63b1ff
}

.content-grid table tr td span.fa-google-plus:active,
.content-grid table tr td span.fa-google-plus:focus,
.content-grid table tr td span.fa-google-plus:hover {
    color: #d34836
}

.button {
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    color: #fff;
    outline: 0;
    font-family: 'open sans';
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 0;
    font-size: .875em
}

.btn-new {
    margin-left: 15px
}

.btn-brown {
    color: #fff;
    background-color: #63b1ff;
    border-color: #63b1ff
}

.btn-brown:hover {
    color: #fff;
    background-color: #63b1ff;
    border-color: #63b1ff
}

.modal {
    margin-top: 45px
}

.page-header {
    margin: -20px 0 20px 0;
    font-size: 22px;
    padding-top: 20px
}

.training-table tr:hover {
    background-color: #fff!important
}

.StpGrp:not(:first-of-type) {
    margin-top: 10px
}

.glyphicon {
    font-size: 12px
}

.stpGrp_style {
    margin-left: 15px;
    margin-bottom: 15px;
    height: 35px
}

.stpGrp_style_imp {
    margin-left: 15px;
    margin-bottom: 15px;
    height: 35px
}

.input-group .form-control {
    width: 95%!important
}

.form-control {
    width: 90%
}

.input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.form-control-searchbox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555!important;
    background-color: #fff;
    background-image: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control-style {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

span>.btn-add,
span>.btn-add-Reg,
span>.btn-add-Regverify,
span>.btn-add-hashtag,
span>.btn-add-li,
span>.btn-add-pn,
span>.btn-add-ut,
span>.btn-add1 {
    border: 1px solid green;
    background-color: #fff
}

span>.btn-remove,
span>.btn-remove-Reg,
span>.btn-remove-Regverify,
span>.btn-remove-hashtag,
span>.btn-remove-li,
span>.btn-remove-pn,
span>.btn-remove-ut,
span>.btn-remove1 {
    border: 1px solid red;
    background-color: #fff
}

span>.btn-ts-add {
    border: 1px solid green;
    background-color: #70db2d;
    border-radius: 50px;
    color: #fff
}

span>.btn-ts-remove {
    border: 1px solid red;
    background-color: #f9765b;
    border-radius: 30px!important;
    color: #fff
}

.lblshow {
    display: none
}

#btn,
.table-style {
    margin-left: 20px;
    overflow: auto
}

.table-outter {
    width: 100%;
    overflow-x: scroll
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
    vertical-align: top
}

.btn.btn-view {
    border: 0;
    background-color: transparent;
    color: #00f
}

.btn-view-de {
    border: 0;
    background-color: transparent;
    color: #333;
    margin-top: 10px
}

.btn-view-de:hover {
    border: 0;
    background-color: transparent;
    color: #00f
}

.btn.btn-None {
    border: 0;
    background-color: transparent;
    color: #ce2727
}

.panel-content {
    margin-left: 10px
}

.stylish-input-group .input-group-addon {
    background: #d2d6de!important;
    border-radius: 0 4px 4px 0;
    border: 1px 1px 1px 0!important
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc
}

.stylish-input-group button {
    border: 0;
    background: 0 0
}

.btn-style {
    display: none
}

.logo-style {
    width: 80px;
    height: 110px;
    border-radius: 50%;
    margin-top: -40px;
    margin-bottom: -40px
}

.img-logo-style {
    width: 180px;
    height: 250px;
    float: left;
    margin-right: -160px;
    margin-bottom: -260px;
    margin-top: -65px
}

td .img-filename {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.treeview,
.treeview ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.treeview ul {
    margin-left: 1em;
    position: relative
}

.treeview ul ul {
    margin-left: .5em
}

.treeview li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative
}

.treeview ul li:last-child:before {
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px
}

.treeview li a {
    text-decoration: none;
    color: #369
}

.treeview li button,
.treeview li button:active,
.treeview li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0
}

.treeview .list-group-item {
    cursor: pointer
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.report-container {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e6e9ed
}

.report-content {
    border: 1px solid #000
}

.col-sm-4>table {
    margin-top: 30px
}

.report-content>.col-sm-12>.col-sm-4>table,
.row>.dashboard-space>table {
    line-height: 10px
}

.text-successs {
    color: #2dcd43
}

.text-warningg {
    color: #c94c4c
}

.pos,
.poss {
    display: none
}

.indicator {
    color: red
}

.err {
    color: red
}

#mytextarea {
    margin: 10px 0;
    height: 200px
}

.ekadvice {
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff
}

#Check1 {
    position: fixed
}

.table-bordered>thead>tr>th {
    background-color: #3c8dbc;
    padding: 8px 0 8px 5px;
    color: #fff
}

.table>tbody>tr>td {
    padding: 2px 2px 2px 5px!important
}

.table>tbody>tr {
    background-color: #fff
}

.table>tbody>tr:nth-child(even) {
    background-color: #f2f2f2
}

.table>tbody>tr:hover {
    background-color: #ddd
}

#ExportTC,
#Reporttable>thead>tr,
#exporttable>thead>tr {
    display: none
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-primary input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked+label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}
.row >.radio.radio-inline {
    margin-left: 15px !important;
}

.radio-primary input[type=radio]+label::after {
    background-color: #428bca
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #428bca
}

.radio-primary input[type=radio]:checked+label::after {
    background-color: #428bca
}

.radio-danger input[type=radio]+label::after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::after {
    background-color: #d9534f
}

.radio-info input[type=radio]+label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::after {
    background-color: #5bc0de
}

.radio-warning input[type=radio]+label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::after {
    background-color: #f0ad4e
}

.radio-success input[type=radio]+label::after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::after {
    background-color: #5cb85c
}

#Rviewtable tr td>.checkbox,
#exporttable tr td>.checkbox {
    margin-top: 0;
    margin-bottom: 3px
}

.card.card-register {
    display: flex
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 3.2rem;
    border-radius: 0
}

.mr-tb-32 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem
}

.left-sec {
    background: #2a4fc3;
    margin: 0 -1.5rem;
    padding: 5rem 3rem;
    padding-bottom: 0;
    min-height: 51rem
}

.card-title {
    font-size: 1.4rem;
    min-height: 4.8rem;
    color: #333;
    padding: 0 3rem;
    box-shadow: 0 .1rem 0 #ededed;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px
}

.card-content {
    position: static!important;
    padding: 3.2rem 3rem;
    padding-top: 3.2rem;
    padding-right: 3rem;
    padding-bottom: 3.2rem;
    padding-left: 3rem
}

#reg-content-area {
    margin-top: -25px
}

.nav-pills>li>a {
    border-radius: 0;
    background-color: transparent;
    color: #666;
    min-width: 12rem;
    text-align: center;
    position: relative;
    font-family: Roboto, Roboto-Medium, sans-serif;
    font-weight: 500
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #2a4fc3;
    height: 5rem;
    border-bottom-color: #2a4fc3;
    background-color: transparent
}

.nav-pills>li>a::after {
    content: "";
    width: 100%;
    max-width: 0;
    border-bottom: .2rem solid #2a4fc3;
    position: absolute;
    bottom: 0;
    left: 0
}

.nav-pills>li.active>a::after {
    max-width: 100%;
    left: 0;
    -webkit-transition: box-shadow .2s linear;
    transition: max-width .2s linear
}

.form-inline>.col-sm-4>label {
    padding-top: 5px
}

.form-group {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    line-height: 1;
    position: relative
}

.form-group-dp {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 1;
    position: relative
}

.form-group-lg label {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    line-height: 1
}

.form-group-lg .form-control-lg {
    width: 100%;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 7px;
    height: 38px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

.form-control-lg:focus {
    width: 100%;
    background-image: linear-gradient(#3c8dbc, #3c8dbc), linear-gradient(#3c8dbc, #3c8dbc);
    -webkit-transition: background 2s linear;
    transition: background 2s linear;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat
}

.btn.btn-raised.btn-primary {
    background-color: #2a4fc3;
    color: #fff;
    border-color: #07507a
}

.left-sec .left-content {
    min-height: 17rem;
    margin-top: 4rem;
    margin-left: -3rem
}

.left-sec ul li::before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #fff;
    margin-right: .5rem
}

.left-sec h2,
.left-sec ul {
    list-style-type: none;
    color: #fff
}

.left-sec ul li {
    font-family: Roboto, Roboto-Regular, sans-serif;
    font-weight: 400
}

.left-sec-bg {
    background-image: url(/dist/img/bg-01.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0 15px
}

.left-sec-bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.left-txt {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.2;
    color: #fff
}

.p-r-25 {
    padding: 20px 80px 0 80px
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1;
    color: #999;
    padding: 5px
}

.txt3 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.5;
    color: #00ad5f;
    padding: 10px
}

.left-sec-signup {
    padding-top: 100px;
    padding-bottom: 40px
}

.col-sm-5 select,
.search-rd {
    border-radius: 5px!important
}

.btn-add-sceedit {
    background-color: green;
    border: 1px solid #adff2f;
    color: #f8f8ff;
    border-radius: 5px
}

.btn-remove-scedit {
    background-color: red;
    border: 1px solid #adff2f;
    color: #f8f8ff;
    border-radius: 5px
}

.autocomplete {
    position: relative;
    display: inline-block
}

.autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 50%;
    padding-left: 15px
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: #3c8dbc!important;
    color: #fff
}

.table-responsive {
    table-layout: fixed!important;
    word-break: break-all
}

#ts_sel {
    width: 100%
}

#ts_copy {
    margin-left: 50%
}

#lbl-name label {
    padding-top: 5px;
    padding-bottom: 5px
}

.data-val>div {
    padding-bottom: 5px!important;
    padding-top: 5px!important
}

#row-data,
#row-data>td {
    background-color: #ecf0f5
}

#row-data:hover,
.dp-edit,
.rowdata,
.rowdata>td {
    background-color: #fff!important
}

.data-val>div>input {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    height: 25px
}

#lbl-head>th {
    border: 0 solid #fff!important
}

#lbl-data>div {
    padding-top: 8px;
    margin-top: 3px
}

#lbl-data>div:first-child {
    margin-top: -10px!important
}

#row-head>th {
    padding: 0!important
}

#row-head>th>img {
    vertical-align: top;
    width: 40px
}

.exit-icon {
    float: right;
    margin-top: -50px;
    width: 40px
}

.ad-ml,
.rm-ml {
    display: none
}

.btn-default-usr {
    background-color: #fff;
    color: #444;
    border-color: #ddd
}

th>.checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

th>.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 700
}

#ProjectChoose_Export,
#TestSuiteChoose_Export {
    display: inline;
    width: 150px
}

a .button .btn-brown:active,
a .button .btn-brown:focus,
a .button .btn-brown:hover {
    outline: 0;
    text-decoration: none;
    color: #fff
}

.backbtn_icon,
.backbtn_icon_edit {
    float: right;
    width: 30px
}

#dataPoolSce .backbtn_icon {
    margin-top: -50px
}

.accordion-section .panel-default>.panel-heading {
    border: 0;
    background: #fff;
    padding: 10px
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.5rem
}

.accordion-section .panel-default .panel-title {
    color: #2a4fc3!important
}

.accordion-section .panel-default .panel-title a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #2a4fc3;
    float: right;
    margin-top: -12px
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107"
}

.accordion-section .panel-default .panel-body {
    font-size: 1.4rem
}

#accordion {
    min-height: 500px
}

.form-control-searchbox-faq {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555!important;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ccc
}

.fag-que {
    margin-left: 10%
}

.no_data {
    text-align: center
}

.searchContainer {
    display: inline-flex;
    flex: 1 1 300px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 20px;
    width: 100%
}

.searchIcon {
    padding: .9rem;
    background: #fff
}

.searchBox {
    border: 0;
    padding: .5rem .5rem .5rem 0;
    flex: 1
}

.sample-sce .info-box {
    min-height: 100px;
    border-radius: 10px
}

.sample-sce .info-box .info-box-icon {
    height: 100px;
    border-radius: 10px 0 0 10px
}

.sample-sce .info-box .info-box-icon .fa {
    padding-top: 20px!important;
    font-size: 70px!important
}

.bg-theme {
    background-color: #3c8dbc;
    color: #fff
}

@media (max-width:480px) {
    .searchContainer {
        display: inline-flex;
        flex: 1 1 300px;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        margin-left: 50px;
        margin-bottom: 20px;
        width: 80%
    }
    .fag-que {
        margin-left: 0
    }
}

.fb_checked {
    color: orange!important
}

.fa.fa-star {
    color: #999797
}

.fb1,
.fb2,
.fb3 {
    color: #4c4c4c;
    font-size: 16px;
    padding: 10px
}

.fb1>span {
    font-size: 20px
}

.fb3>textarea {
    border: 1px solid #999797
}

.modal-header>a,
.modal-header>a:hover {
    opacity: inherit;
    color: #fff
}

.modal-header {
    background-color: #3c8dbc;
    color: #fff
}

.fb2>.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fb2>.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

.fb2>.container:hover input~.checkmark {
    background-color: #ccc
}

.fb2>.container input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.fb2>.container input:checked~.checkmark:after {
    display: block
}

.fb2>.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}
/*read more*//*hide the field also*/
.show-read-more .more-text,.field-hide{
    display: none;
}
#scenariotable,#scenario-ektags,#sce_report,#TCtable,#TCNewTable{
    display: none;
}
/*tabbed screen*/
.main-nav{
	display: flex;
	background-color: #3c8dbc;
	padding: 8px 0 4px 5px;
	color: #fff;
  }
  .main-nav a{
	color: #f3f3f3;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
	flex:1 1 auto;
	text-align:center;
  }
  .main-nav a:hover,.main-nav a:focus,.main-nav a:active{
  text-decoration:none;
  }
  .main-nav a.active{
	border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
  }
  .panel>.panel-heading{
    background-color: #3c8dbc;
	color: #fff;
  }
  .pro_list_show{
      display: none;
  }
/*chat bot*/
.launch-button[_ngcontent-c1] .launch-title[_ngcontent-c1] {
    font-size: 14px;
    text-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 2px 10px rgba(0,0,0,.2);
    color:black !important;
    font-weight: bold;
}
.launch-button[_ngcontent-c1] {
    display: initial !important;
    position: fixed;
    bottom: 40px !important;
    margin: 15px;
    cursor: pointer;
    text-align: center;
}
@media (min-width:720px) {
    #sce_report{
        margin-left: -100px;
    }
}