@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.line-chart-dash{
    margin-top: 40px;
    padding: 20px;
}

.search-control, .search-control::placeholder {
    color: white;
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

/**************************************************custom css ************************************************************/
body {
	height: 100%;
    background: url(../img/login/section-2.jpg);
	/*background-size: cover;*/
	background-position: center;
}
.container{
    position: relative;
}
.mywrap{
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center {
  position: absolute;
  transform: translate(-50%, 50%);
}

.table > thead > tr > th > span{
    font-weight: 600;
}
table.thhighlither > thead > tr > th{
    position: relative;
}
table.thhighlither > thead > tr > th > span:before{
    content: ' ';
    width: 40px;
    height: 3px;
    bottom: 3px;
    position: absolute;
    background-color: #25e5d3;
}

table.thhighlither > thead > tr > th:nth-child(2) > span:before{background-color:#108cd2;}
table.thhighlither > thead > tr > th:nth-child(3) > span:before{background-color:#e8b931;}
table.thhighlither > thead > tr > th:nth-child(4) > span:before{background-color:#e97596;}
table.thhighlither > thead > tr > th:nth-child(5) > span:before{background-color:#ad4059;}
table.thhighlither > thead > tr > th:nth-child(6) > span:before{background-color:#e47b6e;}
table.thhighlither > thead > tr > th:nth-child(7) > span:before{background-color:#d5cd61;}

.login_box {
	display: table;
    margin: 30% auto 0;
}
.login_logo{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.login_box .card-body {
    padding: 42px;
    float: left;
    background: url(../img/login/bar_popup.png) no-repeat 5% 10%;
	min-width: 360px;
}
.login_box form .form-group input.form-control{
	height:50px;
	color: #5296a3;
	padding: 8px 5px;
}
.login_box form .form-group input::placeholder{
	color: #5296a3;
}
.login_box form .form-group input[type="text"]{
	border: none;
    background: url(../img/login/email_line.png) no-repeat center bottom;
}
.login_box form .form-group input[type="password"]{
	border: none;
    background: url(../img/login/pass_line.png) no-repeat center bottom;
}
.login_box .card-body .forgot_pass{
    line-height: 10px;
	padding-bottom: 45px;
}
.login_box .card-body .forgot_pass a{
    color: #5296a3;
    font-size: 11px;
}
.login_box .card-body .login_btn{
    width: 100%;
    float: left;
    background: url(../img/login/bar_login.png) no-repeat 100% 100%;
    border: none;
    height: 53px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 28px;
    margin-top: 35px;
}


/**************************************************custom dashboard css ************************************************************/
.main-panel {
	background: url(../img/login/backgrond_login.jpg);
    /*background-size: cover;
    background-attachment: fixed;*/
	display: inline-table;
    background-position: top left;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100hv;
}
.main-panel .navbar-brand{
	margin: 8px 0px;
}
.main-panel .navbar-brand img{
	margin-top: -10px;
    padding: 0px;
    width: 145px;
}
.main-panel .navbar .navbar-nav > li > a {
    margin: 13px 3px;
}
.padding_remove {
	padding-left:0px;
	padding-right:0px;
}
.padding_remove_left {
	padding-left:0px;
}
.padding_remove_right {
	padding-right:0px;
}
.user_profile {
	background: -moz-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15,50,70,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
	background: linear-gradient(91deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3246', endColorstr='#008080',GradientType=1 ); /* ie6-9 */
	padding: 35px 0px;
	margin: 4px;
}
.profile_lin_circl .profil_pic {
	background: url(../img/profile/line_circle_profile.png) no-repeat;
    margin: 0px auto;
    width: 110px;
    padding: 5px;
}
.profile_lin_circl p {
    margin: 0px;
    color: #cad4d5;
    padding-top: 20px;
}

.sidebar-wrapper{
    background-color: rgba(15,50,70,1);
}

.sidebar-wrapper::-webkit-scrollbar{
    width: 5px;
}
.sidebar-wrapper::-webkit-scrollbar-track {
   background-color:#e8e8e8;
   width:1px;
}
.sidebar-wrapper::-webkit-scrollbar-thumb{
    background: #0f3246;
    border-radius: 0px;
}
.userprof_bottmboder {
    padding: 5px 25px 0px 25px;
}
.userprof_bottmboder span {
	width: 100%;
    float: left;
    height: 3px;
	background: -moz-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15,50,70,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(359deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
	background: linear-gradient(91deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3246', endColorstr='#008080',GradientType=1 ); /* ie6-9 */
	
}

.total_record_dashboard {
	width: 100%;
    float: left;
    position: relative;
}
.total_record_dashboard .database_cirl1, .total_record_dashboard .totlsearch_cirl1{
    margin-top: 60px;
}

.total_record_dashboard .database_cirl1, .total_record_dashboard .totlrecord_cirl1, .total_record_dashboard .totlsearch_cirl1 {
    text-align: center;
}
.total_record_dashboard .database_cirl1 .record_cirl1{
    background: rgb(0,0,0, 0.1) url(../img/dashboard/circle_line1.png) no-repeat 88%;
    font-size: 55px;
    font-weight: 300;
    padding: 28px;
    border-radius: 100px;
    color: #ffffff;
    margin: 0px auto;
	min-width: 136.94px;
    max-width: 136.94px;
}
.total_record_dashboard .database_cirl1 p, .total_record_dashboard .totlrecord_cirl1 p, .total_record_dashboard .totlsearch_cirl1 p{
	color: #e3faff;
    font-weight: 100;
    padding-top: 15px;
    margin: 0px;
    font-size: 20px;
}
.total_record_dashboard .totlrecord_cirl1 .record_cirl1{
	background: rgb(0,0,0, 0.1) url(../img/dashboard/circle_line2.png) no-repeat 52%;
    font-size: 80px;
    font-weight: 300;
    padding: 40px;
    border-radius: 100px;
    text-align: center;
    margin: 0px auto;
    color: #13f2f9;
	min-width: 193.88px;
    max-width: 193.88px;
}
.total_record_dashboard .totlsearch_cirl1 .record_cirl1{
    background: rgb(0,0,0, 0.1) url(../img/dashboard/circle_line3.png) no-repeat 50%;
    font-size: 55px;
    font-weight: 300;
    padding: 28px;
    border-radius: 100px;
    color: #ffffff;
	margin: 0px auto;
	min-width: 136.94px;
    max-width: 136.94px;
}
.breached_source {
    max-width: 360px;
	float:right;
    width: 100%;
    display: block;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(12,50,112,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(12,50,112,1);
    box-shadow: 0px 0px 2px 1px rgba(12,50,112,1);
}
.breached_source_label{
    background: rgb(0,0,0, 0.3);
}
.breached_source .breached_source_label p{
    color: #cfd7e2;
    border-bottom: 1px solid #cfd7e2;
    padding: 7px;
    margin: 0px 10px;
    font-size: 15px;
    font-weight: 300;
}
.breach_source_map {
	padding: 25px;
    background: rgb(0,0,0, 0.2);
}
.breach_source_map img {
	width: 290px;
    margin: 0 auto;
    padding: 0px 10px;
}
.news_search_update, .recode_show_uadate {
	padding-top:40px;
}
.search_fild input.form-control, .search_fild .form-control:focus {
	background: #0f1b29;
    /*background: transparent;*/
    border: none;
    color: #69717c;
    border-bottom: 2px solid #1b7376;
}
.search_fild input::placeholder {
    color: #69717c;
}
.update_news_section {
    background: #11213185;
    padding: 20px 15px;
    border: 3px solid #ffffff0d;
    height: 1100px;
}
.update_news_section h2{
	margin: 0px;
    padding: 12px 0px;
    font-size: 25px;
    font-weight: 600;
    color: #f0bb21;
}
.newssection:hover {
    background: #ffffff12;
}
.update_news_section .newssection {
    width: 100%;
    float: left;
    display: inline-block;
    border-bottom: 1px solid white;
    padding: 15px 15px 25px 15px;
}
.update_news_section .newssection a{
    color:#36d5d0;
}
.update_news_section .newssection span{
    color:#598da5;
}
.update_news_section .newssection p{
	display: inline-block;
    text-align: justify;
    margin: 0px;
	color: #adb7c0;
	font-size: 15px;
    padding-top: 15px;
}
.update_news_section .newsgraph_section {
    width: 25%;
    float: left;
    display: inline-block;
    margin-left: 30px;
}
.newsgraph_section {
	background: -moz-linear-gradient(89deg, rgba(179,73,145,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,128,128,1)), color-stop(100%, rgba(179,73,145,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(89deg, rgba(179,73,145,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(89deg, rgba(179,73,145,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(89deg, rgba(179,73,145,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
	background: linear-gradient(1deg, rgba(179,73,145,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#b34991',GradientType=0 ); /* ie6-9 */
}
.newsgraph_section ul{
    list-style-type: none;
    padding: 20px 0px 5px 0px;
    margin-bottom: 0px;
}
.newsgraph_section ul li{
    padding: 5px 0px;
}
.newsgraph_section ul li p{
	color: #adb7c0;
	font-size:13px;
}
.recode_show_uadate .mission_list, .recode_show_uadate .update_list {
	background: #112131;
	padding-top: 20px;
    padding-bottom: 5px;
}
.mission_list .rang_box, .update_list .rang_box {
	color: #36d5d0;
    padding-top: 15px;
    font-size: 22px;
    margin: 0px;
}
.mission_list .rang_title, .update_list .rang_title {
    color: #adb7c0;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
}
.newupdate_chart {
	background: #112131;
    padding: 8px 25px;
    margin-top: 15px;
	width: 100%;
    float: left;
}
.newupdate_chart p{
    color: #adb7c0;
    font-size: 14px;
	margin: 0px;
}
.newupdate_chart .chart_box ul{
	width: 100%;
    float: left;
	list-style-type: none;
    padding: 0px;
	margin: 4px 0px 10px 0px;
	position: relative;
	border-left: 3px solid #101e2b;
    border-bottom: 3px solid #101e2b;
    background: url(../img/dashboard/grafik.png) no-repeat 20% 30%;
}
.newupdate_chart .chart_box ul li{
    width: 90%;
    float: left;
    border-bottom: 1px solid #1e2c39;
    margin-bottom: 25px;
	position: relative;
}
.newupdate_chart .chart_box ul li span{
    position: absolute;
    right: -28px;
    top: -8px;
	color: #adb7c0;
}

/********************************************************************** custom search page ***********************************/

.email_filter_section {
	margin-top: 30px;
}
.email_section {
	position: relative;
}
.email_section .form-group button{
	position: absolute;
    top: 5px;
    right: 6px;
    background: #193e68;
    border: none;
    padding: 13px 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.email_section .form-group input, .email_section .form-group input:focus{
	/*background: rgb(0,0,0, 0.5) url(../img/search/bar_search.png) no-repeat 100% 100%;
    background: rgb(0,0,0, 0.5) url(../img/search/bar_search-center.png) repeat-x;*/
    position: relative;
    height: 52px;
    margin-top: 5px;
    display: inline-block;
}
.search_txt{
    background: url(../img/search/bar_search-center.png) repeat-x;
    height: 59px;
}
.search_txt:before{
    content: ' ';
    width: 75px;
    height: 59px;
    position: absolute;
    z-index: 1;
    left: -4px;
    top: 0;
    background: url(../img/search/bar_search-left.png) no-repeat;
}
.search_txt:after{
    content: ' ';
    width: 12px;
    height: 59px;
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 0;
    background:url(../img/search/bar_search-right.png) no-repeat;
}

.filter_section{
	max-width: 230px;
    width: 100%;
    float: right;
	background-color: #0f3246;
	background: linear-gradient(91deg, rgba(15,50,70,1) 0%, rgba(0,128,128,1) 100%);
}
.filter_section ul, .filter_section ul li{
	margin: 0px auto;
    width: 100%;
	padding-left: 25px;
}
.filter_section ul li a{
	width: 100%;
    float: left;
	text-align: center;
}
.filter_section .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.filter_section .navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
    margin-top: 0px;
    width: 230px;
    padding-right: 0px;
    right: -15px;
	padding-left: 0px;
	background: #08121c;
}
.filter_section .caret_custom {
	background: url(../img/search/filter_arrow.png) no-repeat 0%;
    background-position-y: -22px;
}
.filter_section .open .caret_custom {
    background-position-y: 24px;
}
.filter_section ul li a{
    padding-left: 0px;
	font-size: 28px;
    font-weight: 100;
    color: #ffba00;
	padding-top: 20px;
    padding-bottom: 19px;
}
.filter_section ul li .dropdown-menu li{
    padding-left: 0px;
}
.filter_section ul li .dropdown-menu li a{
    padding-left: 25px;
    text-align: left;
    font-size: 16px;
    color: #adb5c0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 12px 10px 12px 25px;
}
.filter_section ul li .dropdown-menu li a>img{
    padding-right: 20px;
}
.filter_section .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: rgb(11,48,54, 0.4);
	color:#ffffff;
}
.filter_section .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search_table .table>thead>tr>th {
	border-bottom: none;
}
.search_table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #344851;
}
.search_table .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #10212b;
}
.search_table .table>tbody>tr>td, .search_table .table>tbody>tr>th, .search_table .table>tfoot>tr>td, .search_table .table>tfoot>tr>th, .search_table .table>thead>tr>td, .search_table .table>thead>tr>th {
	border-top: none;
	color: #adb5c0;
}
.search_table .table tbody td:first-child {
	color:#2a8a89;
}




@media all and (max-width: 1024px)  {
	.breached_source {
		float: none;
		margin-top: 30px;
	}
	.update_news_section {
		padding: 0px 30px;
	}
	.update_news_section .newssection {
		position: relative;
		z-index: 9;
	}
	.update_news_section .newsgraph_section {
		margin-left: 20px;
		z-index: 9;
		position: relative;
		float: right;
		max-width: 110px;
	}
}

@media all and (max-width: 991px)  {
    .sidebar .nav > li.active-pro{
        position: initial;
    }
}
@media all and (max-width: 768px)  {

    .breached_source{
        max-width:100%;
    }
    .update_news_section .newsgraph_section{
        margin-left: 18px;
    }
	.padding_remove_left {
		/*padding-left:15px;*/
	}
	.padding_remove_right {
		padding-right:15px;
	}
	.total_record_dashboard .database_cirl1, .total_record_dashboard .totlsearch_cirl1 {
		margin-bottom: 20px;
	}
	.total_record_dashboard .database_cirl1, .total_record_dashboard .totlsearch_cirl1 {
		margin-top: 20px;
	}
	.filter_section {
		height: 60px;
	}
	.filter_section .navbar-nav > li > .dropdown-menu {
		margin-top: 50px;
	}
	.filter_section ul li .dropdown-menu li a {
		padding-left: 25px !important;
		color: #adb5c0 !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		padding: 12px 10px 12px 25px !important;
	}
	.filter_section .open .caret_custom {
		background-position-y: 16px;
	}
	.filter_section .caret_custom {
		background-position-y: -31px;
	}

}

.total-db-section {
    background: #ffffff08;
    padding: 0 20px;
    border-bottom: 5px solid #1e7e7f;
    border-top: 5px solid #1e7f7f;
    height: 450px;
}

.thisweek-section {
    background: #ffffff08;
    padding: 0 20px;
    border-bottom: 5px solid #1e7e7f;
    border-top: 5px solid #1e7f7f;
    height: 450px;
}

.data-thisweek-section {
    background: #ffffff08;
    padding: 0 20px;
    border-bottom: 5px solid #1e7f7f;
    border-top: 5px solid #1e7f7f;
    height: 600px;
}

.title-total-db {
    text-align: center;
    color: white;
}

.news_scroll_section {
    height: 1100px;
    overflow: scroll;
}
