@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    margin: 0;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
    color: #434a4d;
    background-color: #FFF;
}


input, button, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}




.header_row_bg {
	background: #2485d0;
}

.navbar {
	padding: 0;
}
.navbar-toggler {
    position: relative;
    float: right;
}



.navbar-nav li a {
    position: relative;
    display: block;
    height: 48px;
    padding: 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav li a:hover{
	background: #0AA5FF; 
	text-decoration: none;
}


.search {
    position: relative;
    width: 250px;
}
.search_input {
    display: block;
    padding-left: 12px;
    padding-right: 35px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #424242;
    font-size: 14px;
    cursor: text;
    font-weight: 400;
}

.search_btn {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.ico.is-search {
    width: 14px;
    height: 14px;
    margin: 0 3px 3px 0;
    border: 2px solid;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    border-color: #2485d0;
}
.ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
}
.ico.is-search::after {  
    position: absolute;
    content: "";
    background-color: #2485d0;
    right: -5px;
    bottom: -2px;
    width: 7px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}



.nav_row_bg {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.breadcrumb {
    background: #FFF;
    padding: 0px;
    margin: 0px;
}


.footer_row_bg {
	background: #2485d0;
}





.section_title_row { 
	border-bottom: 3px solid #e0e0e0;
	width: 100%;
    display: flex;
}
.nav-tabs .nav-link {
     border: 0px;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.nav-link {
    padding: 0px 15px 0px 15px;
}
.section_title, .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    float: left;
    position: relative;
    bottom: -3px;
    left: 0;
}
.section_title, .nav-tabs .nav-link.active {
	border-bottom: 3px solid #2485d0;
	color: #2485d0;
}
.section_title_row .section_title h3{
	font-size: 1.125rem;
}
.section_title_row .section_title2 h3{
	font-size: 1.125rem;
}

.nav-tabs .nav-link h3, .nav-tabs .nav-link.active h3 {
	font-size: 0.9rem;
	text-transform: uppercase;
}
.section_box {
	float: left;
	position: relative;
	width: 100%;
	margin: 15px 0 15px 0; 
}



.category_menu_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
 	margin-left: 0px;
    padding: 10px 12px;
    border-bottom: 1px solid #e0e0e0;  
}
.category_menu_item:hover {
	background: #F5F5F5;

}
.category_menu_item_text {
    text-transform: uppercase;
    font-size: 14px;
    color: #434a4d;
    margin-left: 15px;
    font-weight: bold;
}

.nav-category {
    float: left;
    width: 100%;
}
.nav-category > li {
    float: none;
}

.nav-category > li > a {
    position: relative;
    margin: 0;
    color: #666;   
    min-height: 34px;
    font-size: 13px;
    text-align: left;
    
    padding: 8px 10px 8px 37px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.nav-category > li > a.noicon{
	padding-left: 15px;	
	text-indent: 0px;
}
.nav-category > li > a:first-child {
	border-top: 1px solid #ededed;
}
.nav-category > li > a:hover {

}

.PaginationRow {
    float: right;
    padding: 15px 0 15px 0;
}

.pagination {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: right;	
}
.pagination li a {
	float: left;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	padding: 4px 10px;
	background: #F5F5F5;
	border: 1px solid #e0e0e0;
	text-decoration: none;
	color: #68767d;
}
.pagination li a:hover {
	color: #fff;
	background: #2485d0;
	transition: all 0.5s ease-in-out;
}
.pagination li a.current {
	color: #fff;
	background: #2485d0;
}





/* Title Row **********/
.titlerow {
    padding: 7px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.titlerow_title { 
	line-height: 1.5;
	font-size: 14px;
	margin-right: 5px;
}
.titlerow_title_info { 
	margin-top: 10px;
	font-size: 13px;
	vertical-align: bottom;
}





.ProgramRow_left {
    display: flex;
    width: 80%;
}
.ProgramRow_right {
    width: 20%;
    text-align: right;
}
.ProgramRow_icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-top: 5px;
    margin-right: 15px;
}
.ProgramRow_info {
    margin-right: 10px;
}
.ProgramRow_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.3s ease-in-out;
}
.ProgramRow_title_name {
    font-size: 18px;
    font-weight: bold;
}
.ProgramRow_title_version {
    margin: 0 0 0 15px;
    color: #869aab;
    font-size: 14px;
    line-height: 28px;
}

.ProgramRow_desc {
    margin: 3px 0 3px 0;
}

.ProgramRow_btn {
	float: right;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    background-color: #3ABD69;
    border: 1px solid #3ABD69;
    color: #fff;
    cursor: pointer;
}
.ProgramRow_btn:hover {
    background-color: #61CA87;
    border: 1px solid #3ABD69;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease-in-out;
}


.app_title_title_info { 
	margin-top: 10px;
	font-size: 12px;
	vertical-align: bottom;
}


.app_title_dbtn {
    width: 100%;
    height: 100%;
    background-color: #3ABD69;
    border: 1px solid #3ABD69;
    color: #fff;
    cursor: pointer;
}
.app_title_dbtn:hover {
    background-color: #61CA87;
    border: 1px solid #3ABD69;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease-in-out;
}
.app_title_dbtn_left {
	width: 50px;
	padding: 0 15px 0 15px;
}
.app_title_dbtn_right {
	font-size: 19px;
	font-weight: bold;
}


.app_desc_box {
	float: left;
	position: relative;
	width: 100%;
	margin: 15px 0 15px 0;
	line-height: 25px;
}
.app_desc_box_intro {
	float: left;
	position: relative;
	line-height: 22px;
	font-size: 15px;
	font-style: italic;
}
.app_desc_box_main {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}


















.footer_top_row_bg {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}






/* Icons */
.icon {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
}
.icon.download {	
	background: url('/style/icons/download.svg') no-repeat center;
}



/* FIX boot */
.navbar-collapse-fix {flex-direction: column;}

ul {
    list-style-type: none;
}


/* BG Colors */
.bg_blue {background: #2485d0;}


/* LINKS **********/
a {COLOR: #2485d0; TEXT-DECORATION: none;}
a:hover {COLOR: #2485d0; TEXT-DECORATION: none;}
a:visited {COLOR: #2485d0;}

.text_dark_light {COLOR: #68767d;}
a.text_dark_light {COLOR: #68767d; TEXT-DECORATION: none;}
a.text_dark_light:hover {COLOR: #68767d; TEXT-DECORATION: none;}
a.text_dark_light:visited {COLOR: #68767d;}

.text_dark {COLOR: #434a4d;}
a.text_dark {COLOR: #434a4d; TEXT-DECORATION: none;}
a.text_dark:hover {COLOR: #68767d; TEXT-DECORATION: none;}
a.text_dark:visited {COLOR: #434a4d;}

a.text-underlineh:hover { TEXT-DECORATION: underline;}


.margint0 { margin-top: 0px; }
.margint5 { margin-top: 5px; }
.margint10 { margin-top: 10px; }
.margint15 { margin-top: 15px; }
.margint20 { margin-top: 20px; }
.marginb5 { margin-bottom: 5px; }
.marginb10 { margin-bottom: 10px; }
.marginb15 { margin-bottom: 15px; }
.marginb20 { margin-bottom: 20px; }
.marginl5 { margin-left: 5px; }
.marginl10 { margin-left: 10px; }
.marginl15 { margin-left: 15px; }
.marginl20 { margin-left: 20px; }
.marginr0 { margin-right: 0px; }
.marginr5 { margin-right: 5px; }
.marginr10 { margin-right: 10px; }
.marginr15 { margin-right: 15px; }
.marginr20 { margin-right: 20px; }
