body{
	margin: 0;
	font-family: 'RobotoLight',sans-serif;
	background: #f2f2f2;
}
.footer_text{
    display: inline-block;
    padding: 0;
    margin: 0; 
    color: #76838f;
}
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}
.pad-lzero {
    padding-left: 0!important;
}
.pad-rzero {
    padding-right: 0!important;
}
/*login page*/
.login-bk {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/login-bk.jpg) no-repeat 0 0;
    height: 100vh;
    background-size: cover;
}
.login-outer {
	position: relative;
	width: 400px;
	margin: 14% auto 0;
}
.signup {
	margin: 7% auto 0;
}
.login-box {
	background-color: #fff;
    padding: 20px;
    font-size: 14px;
}
.login-box h3{
	margin: 0 0 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.login-box input[type="text"],.login-box input[type="tel"],.login-box input[type="email"],.login-box input[type="password"],.login-box input[type="submit"] {
	width: 100%;
	border: none;
	border: 1px solid #ccc;
	outline: none;
	padding: 5px;
}
.login-box button[type="submit"] {
	padding: 10px;
	color: #fff;
	background: #00c292;
    border: 1px solid #00c292;
    text-transform: uppercase;
    font-size: 18px;
    outline: none;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
}
.login-box button[type="submit"]:hover{
    background: #00c292;
    opacity: 0.8;
    border: 1px solid #00c292;
}

.login-box label {
    display: inline-block;
    padding-left: 0;
    position: relative;
    color: #686868;
    font-weight: 400;
}
.forgot, .forgot:hover {
    float: right;
    color: #686868;
    text-decoration: none;
    padding: 12px 0 0;
}
.login-box li {
	padding: 0 0 25px;
}
.login-box li:last-child {
	padding: 0;
}
.login-box .input-group-addon .fa {
    opacity: 0.5
}
.signup-direction {
    color: #686868;
    padding: 16px 0 0;
}
.login-box .fa-phone {
    font-size: 18px;
}
.login-box .fa-lock {
    font-size: 16px;
}
.login-box  .input-group-addon {
    width: 40px;
}
.login-box  .input-group {
    width: 100%;
}
.login-bottom-field {
    padding: 12px 0 0;
}
/*header and notifications*/
header {
	background: #01c0c8;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}
header, footer {
    min-height: 60px;
    padding: 0 15px;
}
.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
}
.logo  a {
	color: #fff;
	text-decoration: none;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.notify{
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}
.notify i {
	font-size: 18px;
}
header .badge {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #999;
    z-index: 100;
    background-color: #fff;
}
.notify  a{
	color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
/*    border: 1px solid #666666 !important;
padding: 2px 6px;*/
margin-right: 15px;
display: inline-block;
text-decoration: none;
}
.notify > li > a {
    position: relative;
    display: block;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}
.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}
.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    left: -190px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
}
.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}
.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}
.dropdown-menu.extended li a {
	border: none!important;
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}
.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}
.log-out {
    float: right;
    margin: 15px 0 0;

}
.log-out a{
    color: #f2f2f2;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #64c3c2 !important;
    padding: 5px 15px;
    margin-right: 15px;
    background: #68dff0;
    display: inline-block;
    text-decoration: none;
}
.log-out a:hover{
    border: 1px solid #b6b6b6 !important;
    background-color: transparent !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
}
.second-header {
    padding: 70px 15px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.second-header ul {
    margin: 0;
}
.menu a {
    display: inline-block;
    text-decoration: none;
    color: #888;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 20px 0 0;
}
.menu a:hover {
    background-color: #01C0C8;
    color: #fff;

    border-radius: 3px;
}
.user-account .dropdown-menu.extended {
    top: 43px;
    left: -115px!important;
}
.user-name {
    color: #fff;
}
/*Content*/
#main-content {
    font-family: 'RobotoRegular',sans-serif;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}
.users-list {
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    margin-top: 70px;
    color: #797979;
    border: 4px solid #d9d9d9;
    border-width: 0 4px 4px 0;
}
.general-search-bar input[type="text"],.general-search-bar input[type="submit"] {
    padding: 10px;
    border: 1px solid #d9d9d9;
    outline: none;
    font-size: 16px;
    width: 100%;
}
.search-fields {
    padding: 30px 0 0;
}
.general-search-bar .keyword {
    width: 40%;
}
.general-search-bar .section-class {
    width: 25%;
}
.general-search-bar .key-type {
    width: 10%;
}
.general-search-bar .key-type1 {
    width: 15%;
}

.general-search-bar input[type="submit"]:hover {
    background: #00c292;
    opacity: 0.8;
    border: 1px solid #00c292;
}
.general-search-bar input[type="submit"]{
    color: #fff;
    background: #00c292;
    border: 1px solid #00c292;
    width: 90px;
}
.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox {
    padding-left: 20px;
}
.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid rgba(120, 130, 140, 0.36);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #00c292;
    border-color: #00c292;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffffff;
}
.checkbox input[type="checkbox"]{
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.radio {
    padding-left: 20px;
}
.radio input[type="radio"],.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, 0.6);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}
.radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #2b2b2b;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 7px;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #03a9f3;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #03a9f3;
    transform: scale(1, 1);
    background-color: #03a9f3;
}

/*search result page*/
.srp-page {
    padding: 40px 0;
}
.srp-page h3 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
}
.srp-page h3 span {
    border-bottom: 4px solid #01C0C8;
    display: inline-block;
}
.srp-list li {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.srp-list li.exact span{
color: #438470
}

.srp-list li.contains span{
color: #7983d4
}
.srp-list li.partial span{
color: #b38d51
}

.srp-keyword {
    font-size: 18px;
    color: #888;
    font-weight: 600;
    display: inline-block;
    padding: 7px 0 0;
}
.srp-companyname {
    font-size: 16px;
    color: #888;
}
.srp-date {
    display: block;
    text-align: right;
    color: #999;
}
.search-blocks {
    position: relative;
}
.search-blocks .search-fields {
    margin: 0;
}
.add-fields {
    border: 1px dashed #d9d9d9;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
}
.add-fields  a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    padding: 8px 15px;
    border-radius: 3px;
}
.add-fields  a:hover {
    background: #03a9f3;
    opacity: 0.8;
}
.add-delte-btns a {
    text-decoration: none;
}
.add-delte-btns {
    position: absolute;
    right: -10px;
    top: 36px;
    font-size: 21px;
}
.save-search-btn {
    padding: 2px 5px!important;
    margin: 0 0 0 30px;
}
#multisearch  .add {
    color: #458C07;
}
#multisearch  .remove{
    color: #A20707;
}
#multisearch {
    width: 70%;
    margin: 0 auto;
}
#multisearch  .keyword {
    width: 60%;
}
#multisearch  .section-class {
    width: 38%;
}
#users h3 {
    font-size: 21px;
    margin: 0 0 20px;
}
#users td ,#users th{
    padding: 10px;
}
#users  .toggle.btn {
    height: 30px!important;
    min-height: 30px!important;
}
#users .btn{
    padding: 4px 12px;
}
#users  .actions-btn a{
    color: #999;
    font-size: 16px;
}
.tile {
    border: 1px solid #d9d9d9;
    width: 7%;
    float: left;
    text-align: center;
    padding: 15px 0;
    font-size: 40px;
    margin: 0 10px 10px 0;
    position: relative;
}

::-webkit-file-upload-button { cursor:pointer; }
.tile span {
    padding: 8px 0 0;
    font-size: 12px;
    display: block;
    font-weight: bold;
}
.add-file {
    font-size: 36px;
    position: relative;
    height: 114px;
    padding: 30px 0;
}
.add-file a {
    color: #458C07;
}
.add-file a:hover {
    opacity: 0.8;
}
.add-file input[type='file'] {
    opacity: 0;
    position: absolute;
    top: 42px;
    width: 29px;
    font-size: 18px;
    left: 27px;
}
.tile:hover .overlayer{
    display: block;
    transition: all 0.7s ease-in;
}
.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.overlayer a {
    font-size: 14px;
    background: #eee;
    border: 1px solid #ddd;
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 3px 7px;
    font-weight: 600;
    border-radius: 3px;
    margin: 43px 0 0;
}
/*--dashboard--*/
#dashboard {
    padding: 30px 0 0;
}
#dashboard h2 {
    font-size: 21px;
    margin: 0 0 20px;
}
#dashboard .details li {
    width: 48.8%!important;
    float: left;
    text-align: center;
}
#dashboard .details li:first-child {
    border-right: 1px solid #d9d9d9;
}
.date-filter {
    position: relative;
}
#dashboard  .dropdown-menu {
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 0px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0px!important;
    -moz-box-shadow: 0px!important;
    padding-bottom: 8px;
    margin-top: 0px;
    left: -88px;
}
#dashboard  .date-filter .btn {
    border-radius: 0;
    background: #03a9f3;
    border: 1px solid #03a9f3;
    color: #fff;
}
#dashboard .export {
    background: #eee;
    color: #666;
    padding: 3px 7px;
    display: inline-block;
    border: 1px solid #ddd;
    text-decoration: none;
}
#dashboard  .date-filter input{
    padding: 6px;
    border: 1px solid #d9d9d9;
    outline: none;
}
#dashboard  .users-list h3 {
    font-size: 21px;
    color: #666;
    margin: 0 0 20px;
}
#dashboard .sr-count{
    background-color: #01C0C8;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    text-decoration: none;
}
#dashboard  .signup .details  li {
    border: none;
}
#dashboard .details .name {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: bold;
}
.rhs-block h3 {
    font-size: 21px;
    margin: 0 0 20px;
}
.count {
    font-size: 30px;
    color: #999;
    padding: 20px 0 0;
}
.dashboard-block .blocks {
    background: #fff;
    padding: 25px;
    margin: 0 0 30px;
}
.dashboard-block .blocks h3{
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 20px;
    font-weight: 600;
}
#loading-bar-spinner .spinner-icon{
    width: 30px !important;
    height: 30px !important;
    border: 4px solid transparent !important;
    border-top-color: #526069 !important;
    border-left-color: #526069 !important;
}

#loading-bar-spinner{
    bottom: 55px !important;
    right: 55px !important;
    top: initial !important;
    left: initial !important;
}
#loading-bar .bar{
    background: #526069 !important;
}
.current.disabled{
    background-color: #d0d0d0;
}
.site-menubar-fold .page {
    margin-left: 0!important
}


/*Search box*/
.search-landingpage {
   /* background: url(/assets/back.png) no-repeat 0 0;*/
/*    height: 100vh;*/
}
.search-fields {
    padding: 20px 0 0;
}
#main-content .Landing-search-box {
    padding: 250px 0 0;
}
#main-content .search-box {
    width: 600px;
    margin: 0 auto;
}
#main-content .search-box h2{
    text-align: center;
    font-size: 28px;
    margin: 0;
    color: #555;
}
#main-content .Landing-search-box h1 {
    margin: 0 0 20px 10px;
    font-size: 25px;
}
#main-content .search-toggle {
    padding: 8px 0 0;
}
#main-content .search-box .search-terms input[type="text"],#main-content .search-box .search-terms select {
    padding: 6px;
    border: 1px solid #d9d9d9;
    outline: none;
    font-size: 16px;
    /*height: 40px;*/
    width: 50%;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
}
#main-content .search-box .search-terms select {
    width: 150px;
    position: relative;
    right: 4px;
    border-radius: 0 3px 3px 0;
}
#main-content .search-box .search-terms input[type='submit'] {
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    background-color: #eee;
    border: 1px solid #d9d9d9;
    width: 90px;
    outline: none;
    line-height: 18px;
}
#main-content .search-box .search-terms input[type='submit']:hover {
    background-color: #fff;
}

#srp-page {
    padding: 60px 0 0;
}
#srp-page .page-aside {
    min-height: 100vh;
}
#srp-filters .fields {
    display: block;
    margin: 0!important;
    padding: 8px 50px;
}
.page-aside-section::after {
    position: relative;
    display: block;
    margin: 22px;
    content: "";
    border-bottom: 1px solid #e4eaec;
}
.srp-action .dropdown-menu {
    right: 0!important;
    left: inherit;
}
.srp-action  {
    margin: 0 0 0 15px;
}
.srp-action .dropdown-menu>li>a:hover, .srp-action .dropdown-menu>li>a:focus {
    background: #4397E6;
    color: #fff;
}
.srp-action .dropdown-menu i {
    padding: 0 10px 0 0;
}
.modal-header,.modal-footer {
    border: none;
}
.drop-box {
    padding: 20px;
    border: 2px dotted #d9d9d9;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.downloads {
    border: 1px solid #d9d9d9;
    height: 140px;
    background-color: #f9f9f9;
}
.download-item{
    padding-top: 10px;
}
.bottom-download {
    padding: 5px 0px;
    font-size: 14px;
    color: #444;
}
.bottom-download h2 {
    margin: 0 0 6px;
    font-size: 14px;
}
.bottom-download  span {
    display: block;
    color: #7d7d7d;
}

.page-search-count{
    display: block;
    font-size: 11px;
    padding: 5px 0 0;
    color: #76838f;
}
.dropdown-menu{
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin: 0;
    padding: 0; 
}
.dropdown-menu>li>a{
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}
.dropdown-menu>li>a {
    font-weight: 400;
    display: block;
    clear: both;
    padding: 10px 15px;
    text-align: inherit;
    white-space: nowrap;
    color: #76838f;
    border: 0;
    background: 0 0;
    /*margin: 2px 5px;*/
}
.dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #62a8ea;
}
.dropdown-menu .divider{
    margin: 0; 
}
.keyword {
    width: 70%!important;
    outline: none;
    box-shadow: none;
}
.multi-filed-search {
    width: 100%;
}
.class-name {
    width: 30%!important;
    border-left: 0;
    outline: none;
    box-shadow: none;
}
.keyword:focus,.class-name:focus{
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.list-text  {
    width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.exact {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
}*/
.srp-table .checkbox-custom {
    top: -5px;
}
.search-box .multi-filed-search {
    margin: 25px 0 0;
    width: 100%;
}

.home_input{
    width: 500px;
    left: 4%;
    top: 0%;
}
.home_input .input-search-dark .form-control{
    height: 50px;
    width: 100%;
}
.home_input .w100{
    width: 100% !important;
}
.w150{
    width: 150px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #37474f;
}
#main-content,.srp-table {
    font-family: Roboto,sans-serif!important;
}


/*Slide panel& dsahboard card css*/
.dashboard-snap {
  margin: 0 0 30px;
}
.dashboard-snap .counter{
  text-align: left!important;
}
.slidePanel-left, .slidePanel-right {
  top: 50px!important;
}
.progress {
  height: 5px!important
}
.file-actions-btn {
  padding: 15px 0 0;
}
.file-actions-btn ul{
  margin: 0;
}
.file-actions-btn a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
.file-actions-btn a:hover,.file-actions-btn a:focus {
  background: #fff;
  color: rgba(0, 0, 0, 0.57);
  transitions: all 2s;
}
.p-30, .p-a-30 {
  padding: 20px!important;
}
.m-b-20 {
  margin: 0 0 10px!important;
}
.ng-pageslide {
    top: 50px!important;
    background: #eee;
}
body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.5;
    pointer-events: all;
}
body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#container1, #container2 {
    width: 100%;
    height: 20rem;
    border: 1px solid lightGrey;
    p {
        font-size: 0.5rem!important;
    }
}
.mt50{
    margin-top: 50px;
}
.page-aside .keyword-list{
    max-height: 150px;
    overflow-y: auto;
}
/*Slide panel Details*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.4); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.4); 
}

.trade-details-slide {
    z-index: 1310;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -10px 0 20px 0 rgba(66,66,66,.2);
    box-shadow: -10px 0 20px 0 rgba(66,66,66,.2);
    top: 50px;
    bottom: 0;
    right: 0;
    transform: translate3d(0%, 0px, 0px);
    width: 700px;
    height: 100%;
    overflow-y: auto;
}
.slidePanel-header {
    position: relative;
    padding: 0px !important;
    padding-right: 120px;
    color: #fff;
    width: 100%;
    text-align: center;
    overflow: inherit;
    background-color: initial !important;
    border-bottom: 1px solid #dddddd;
}
.sidepanelTradeImage{
    min-height: 115px;
    max-height: 165px;
    max-width: 500px;
}
.slidePanel-header .overlay-panel{
    background-color: initial !important;
}
.slidePanel-actions {
    float: none;
    position: absolute;
    top: 15px;
    right: 20px;
}
.slidePanel-actions .btn-pure {
    color: #ccd5db;
}
.slidePanel-close{
    background: initial !important;
    box-shadow: none !important;
    color: #bbb !important;
}
.slidePanel-close:hover{
    color: #969696 !important;
}
.slidePanel-inner{
    color: rgb(118, 131, 143);
    margin-bottom: 50px;
}
.slidePanel-inner .user-info td {
    padding: 10px 0;
    vertical-align: middle;
    min-width: 160px;
}
.slidePanel-inner .user-info td {
    vertical-align: top;
}

/*pagination*/
.dataTables_info {
    display: none;
}
#contactsContent .paginate_button,#contactsContent .current ,#contactsContent .ellipsis {
    position: relative;
    float: left;
    padding: 9px 15px;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f!important;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e4eaec;
    -webkit-transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    -o-transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    cursor: pointer;
}
#contactsContent .current{
    border-radius: 8px;
    padding: 5px 13px;
    color: #383838!important;
    background-color: #62a8ea;
}
#contactsContent .paginate_button:hover,#contactsContent .paginate_button:focus{
    z-index: 2;
    color: #89bceb;
    outline: none;
    background-color: #f3f7f9;
    webkit-transition: background .2s ease-out,border-color .2s ease-out,color .2s ease-out;
    -o-transition: background .2s ease-out,border-color .2s ease-out,color .2s ease-out;
    transition: background .2s ease-out,border-color .2s ease-out,color .2s ease-out;
    border-color: #e4eaec;
}
.dataTables_length {
    display: inline-block;
    display: none;
}
#DataTables_Table_0_filter {
    display: inline-block;
    float: right;
    margin: 0;
}
#DataTables_Table_0_filter input {
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    outline: none;
    margin: 0 0 0 10px;
}
.pageWrapper{
    min-height: 93vh;
}
.app-navbar-brand-text{
    height: 53px;
}
.seach-icon-align{
    vertical-align: text-top;
}     
.main-title{
    padding: 20px;
    padding-top:0;
}
.note-italic{
    font-style: italic;
    font-size: 13px;
}
.login-link-list:last-child{
    margin-right: 50px;
}
.login-link:last-child{
    color: #fff !important;
}
.site-navbar .navbar-header .navbar-toggler{
    color: #fff !important;
}
.search-link-mobile{
    display: none;
}
.addTrademarks{
    padding: 15px 15px; 
}
.input-group .form-control, .form-inline .form-control ,.form-group .form-control{
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}
.input-group .form-control:focus , .form-inline .form-control:focus ,.form-group .form-control:focus{
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    outline: 0;
    box-shadow: none;
}
.nav-tabs-pad{
    padding: 50px;
}
.nav-pills>li>a{
    width: 400px;
    text-align: center;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e4e4e4; 
    border-bottom: none;
}
.nav-pills>li.active>a , .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #62a8ea !important;
    border-color: transparent;
    border-bottom-color: #62a8ea;
}
.nav-tabs-solid~.tab-content{
    padding-top: 20px !important;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
}
.download-result-section .fa-question-circle{
    font-size: 1.3em;
    color: #62a8ea;
    outline: none;
    cursor: disabled;
}
.download-result-section .fa-question-circle:hover title{
    color: red; 
}
.in-a-line{
    display: inline;
}
.download-section-details{
    margin: 20px;
    margin-left: 0;
}
.avatar-profile{
    margin: auto;
    /*width: 25em;*/
    height: 11em;
    background: #fff;
    border-radius: .3em;
}
.avatar-profile img{  
    width: 50%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}
/*.avatar-profile:hover img{
    background-color:grey;
    transition: 0.5s ease;
    opacity: 10;
}*/
.avatar-profile:hover img:after {
    background:rgba(0,0,0,0.25);
    opacity:1;
}

.margin70{
    margin-top: 70px;
}
.hide{
    visibility: hidden;
}
#source{
    cursor: pointer;
}
.group{
    margin: 30px 0;  
}
.edit-container{
    width: 500px;
    margin: 0 auto;
}
.update-btn{
    margin: 20px auto;
    width: 50px;
}
