/*!
Theme Name: network-router
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: network-router
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

network-router is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("bootstrap.min.css");
@import url("unsemantic-grid-responsive-tablet.css");
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
         ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
         ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
         ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

.clear{
    clear:both;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #4a4d5d;
    font-family: sans-serif;
    font-size: 16px;
    /*font-size: 1rem;*/
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h6{
    font-size: 16px;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    /*margin: 0 0 1.5em 3em;*/
    padding-left: 15px;

}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area.*/
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

header.header-web{
    overflow: hidden;
    border-bottom: 1px solid;
    background-color: #4b6a8a;
}

footer.footer-default{
    background-color: #4b6a8a;
    color: #ffffff;
    padding: 50px;
    text-align: left;
}

footer.footer-default a{
    color: #ffffff;
}

header.header-web img{
    padding: 14px 14px;
}

header.header-web a{
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight:600;
}

header.header-web a:hover{
    color: #ffffff;
}

.home-article-list .entry-content{
    height: 130px;
}

.home-article-list .entry-title{
    font-size: 1.1rem;
}

.home-article-list .entry-title a{
    color: #4a4d5d;
}

.home-article-list .entry-title a{
    font-size: 1.1rem;
}

.card-blue, .card-logins {
    background: #ccd8e2;
    border-color: #4b6a8a !important;
}

.card-yellow {
    background: #fffcd5;
    border-color: #f3cc06 !important;
}

.card-green{
    background:#E8F5E9;
    border-color:#66BB6A !important
}

.card-yellow, .card-blue, .card-logins, .card-green {
    border-left: 5px solid;
}

.description-header{
    background: #4b6a8a;
    color: #ffffff; 
    /*font-size: 1rem !important;*/
}

.ipaddress_container{
    padding: 0px 15px !important;
    border: 1px solid rgba(0,0,0,0.125);
    margin-bottom: 30px;
}

.ip_list_title{
    border: 1px solid rgba(0,0,0,0.125);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.btn-green {
    color: #fff;
    background-color: #3e9a7d;
    border-color: #3e9a7d;
    font-weight:600;
}

.btn-green:hover {
    color: #fff;
    background-color: #337f67;
    border-color: #2f765f;
}

.card .iplogin-table{
    padding: 8px !important;
}

.iplogin-table .card-title{
    margin-bottom: 0 !important;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9rem;
    font-weight: 700;
    color: #4a4d5d;
    line-height: 25px;
}

.iplogin-table .card-title table{
    margin: 0 0 !important;
}

.p-3 a{
    color: #3e9a7d;
    font-weight: 550;
}
.text-red{
    color: #ff0000;
}
.text-blue{
    color: #007bff;
}
.text-green{
    color: #3e9a7d;
}
.text-white{
    color: fff;
}
.background-red{
    color: #ff0000;
}
.background-blue{
    color: #007bff;
}
.background-green{
    color: #3e9a7d;
}
.background-white{
    color: fff;
}
.p-3, .pt-3{
    padding: 5px 0;
}

.card{
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 10px;
}

.description-header {
    background: #4b6a8a;
    color: #fff;
}

.card-header{
     background: #4b6a8a;
     padding: 0 5px;
}

.card-header h3{
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight:550;
}

.card-body{
    padding: 10px;
}
.navbar{
    margin: 5px !important;
}

.iplogin-table .card-title{
    font-size: 14px !important;
}

.card-description-box{
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.125);
    margin-bottom: 10px;
}

.p-3 a{
    color: #3e9a7d;
}

* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

.mToggler{
        padding: 0px 10px;
}

.mTogglerButton{
    float: right;
    display: none;
}
.row-2{
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.card-header-3{
    background: rgba(0,0,0,.03);
    background-color: #4b6a8a;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    text-align: center;
    padding: .75rem 1.25rem;
}

.card-header-3 h2, .card-header-3 h3{
    font-size: 2.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight:550;
}

.card-header-2 {
    background: rgba(0,0,0,.03);
    background-color: #4b6a8a;
    border: 1px solid rgba(0,0,0,0.125);
    padding: .75rem 1.25rem;
}

.card-header-2 h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight:550;
}

a {
    color: #3e9a7d;
    text-decoration: none;
}

.bootstrap-select.btn-group:not(.input-group-btn){
  margin-bottom: 10px;  
}

.table>thead>tr>th{
    border-bottom: 2px solid #4b6a8a;
}

.btn-group>.btn:first-child{
    border: 2px solid #4b6a8a;
}

.per_label{
    color: #fff;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background-color: #3e9a7d;
}
.card-body-table tr td{
    padding: 10px 0;
}
.blog_grid_list{
	min-height:620px;
}
.blog_grid_list .p-3 p a, .blog_grid_list2 .p-3 p a{
	color: #fff;
}
.blog_grid_list2 .p-3 p a{
	color: #fff;
}
.blog-grid-image{
	max-height : 225px;
}
.blog-grid-image img{
	width : 318px !important;
        height: 180px
}
.blog-grid-content{
	max-height : 350px;
}
.main-title-heading{
	font-size:20px;
        text-align: center;
}
.align-right{
	text-align:right;
}
.header-web-img{
  padding: 0 !important;  
}

.set_margin_bottom_5px{
    margin-bottom:5px;
}

.top-fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.align-center{
	text-align:center;
}
.blog_grid_list2{
    min-height: 330px;
    text-align: center;
    background: aliceblue;
}
.set_font_bold{
    font-weight: bolder;
}
.bi{
    width: 10em !important;
    height: 10em !important;
}
.slice-list ol {
    list-style: none;
    padding-left: 0px;
    counter-reset: circle-counter;
}
.slice-list ol li {
    counter-increment: circle-counter;
    position: relative;
    padding: 5px 0 5px 5rem;
    margin-bottom: 0.5rem;
}
.slice-list ol li:before {
    content: counter(circle-counter);
    background-color: #48b391;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    line-height: 3.6rem;
    color: white;
    text-align: center;
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 4px;
}

.card-header-4 {
    /* background: rgba(0,0,0,.03); */
    /* background-color: #4b6a8a; */
    /* border-bottom: 1px solid rgba(0,0,0,0.125); */
    /* text-align: center; */
    padding: .75rem 1.25rem;
}

.card-header-4 h2, .card-header-4 h3 {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    /* color: #fff; */
    font-weight: 549;
}

.btn-outline{
    -webkit-appearance: button;
        padding: 8px 15px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0px;
        color: #17a2b8;
    /* background-color: #5bc0de; */
    border-color: #46b8da;
    margin-bottom: 10px;
}

.btn-more{
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    color: #fff;
    background-color: #3e9a7d;
    border-color: #3e9a7d;
    display: inline-block;
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 2rem;
    /* line-height: 1.5; */
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px !important;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.btn-sm, .btn {
 
    line-height: 1.3333333;
    border-radius: 0px !important;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.main-title-heading-box{
    line-height: 1.3333333;
    border-radius: 0px !important;
    cursor: pointer;
    border: 1px solid #3e9a7d;
    margin-bottom: 3rem;
    padding: 1rem !important;
}
.content-area-main{
    margin-top: 3rem !important
}
.logo-setting{
    font-size: 35px !important;
}
@media only screen and (max-width: 600px) {
  .mTogglerButton{
        display: block;
    }
    .blog-grid-image img {
        width: 268px !important;
        height: 180px;
    }
    .btn{
        margin-bottom: 10px !important;
    }
}