/* ---- Web Fonts ---- */
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---- Generelized css rules  ---- */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans',serif;
    overflow-x: hidden;
    background-color: #eeeeee;
    color: #2c3e50;
}

.row {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.btn:hover,
.btn-focus {
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
}

.form-control:focus {
    box-shadow: none;
    /* border-color: #fff; */
}

.full-container {
    width: 100%;
}

.p-none {
    padding: 0 !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-b-none {
    margin-bottom: 0 !important;
	margin-right: 100px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.f-bold {
    font-weight: bold;
}

/* ------ index page css ------ */
.slidebar-nav {
    left: 250px;
    list-style: none;
    height: 100%;
    margin: 0;
    margin-left: -250px;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 60px;
    width: 0;
    z-index: 1000;
    background-color: #34495e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-sliderbar-nav li a{
	color: #fff;
	opacity:0.5;
	font-size: 14px;
	border-left: 4px solid #34495e;
}
.custom-sliderbar-nav li.active a{
	opacity: 1;
}
.custom-sliderbar-nav li a img{
	margin-right: 8px;
}
.banner-margin .img-responsive{width:100% !important;}
.custom-sliderbar-nav .active{
	background-color: #2c3e50;
}
.custom-sliderbar-nav .active a{
	border-color: #5faee3;
}
.custom-sliderbar-sub-nav{
	padding-left: 0;
}
.custom-sliderbar-sub-nav li{
	padding: 12px 0px;
}
.custom-sliderbar-sub-nav li a{
	padding-left: 35px;
}
.custom-sliderbar-sub-nav li a span,
.custom-sliderbar-sub-nav li a img{
	opacity: 0.5;

}
.custom-sliderbar-nav li a:hover,
.custom-sliderbar-nav li a:focus{
	background-color: #2C3E50;
	border-color: #5faee3 !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.custom-sliderbar-sub-nav li a:hover img,
.custom-sliderbar-sub-nav li a:hover span,
.custom-sliderbar-sub-nav li a:hover img,
.custom-sliderbar-sub-nav li a:focus span{
	opacity: 1;
}
.custom-sliderbar-sub-nav li .active{
	background-color: #2C3E50;
	border-color: #5faee3 !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
/*.custom-sliderbar-nav li a {opacity: 0.5}*/
.custom-sliderbar-sub-nav li.active a span,.custom-sliderbar-sub-nav li.active a img{
	opacity: 1;
}
#wrapper.toggled .slidebar-nav {
    width: 250px;
}

.slidebar-nav .navbar-collapse {
    padding: 0;
    max-height: none;
}

.slidebar-nav ul {
    float: none;
    width: 100%;
}

.slidebar-nav ul:not {
    display: block;
}

.slidebar-nav li {
    float: none;
    display: block;
}

.slidebar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slidebar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 5px 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slidebar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
}

.slidebar-nav .navbar-brand {
    width: 100%;
}

.slidebar-nav .open > a > b.caret {
    border-top: none;
    border-bottom: 4px solid;
}

.slidebar-nav .navbar-nav {
    margin: 0;
}

#wrapper {
    padding-left: 0;
    // min-height: 100%;
    // margin-bottom: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
// #wrapper:after{
// 	height: 50px;
// 	content: "";
// 	display: block;
// }

#wrapper.toggled {
    padding-left: 250px;
}

#page-wrapper6 {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 50px;
}
main#page-wrapper6{
	padding: 0;
}
#wrapper.toggled #page-wrapper6 {
    position: absolute;
    margin-right: -250px;
}

.slidebar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.slidebar-toggle:focus {
    outline: 0;
}
.banner-margin{
	margin: 10px 0;
}
.slidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.slidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.custom-nav li a{
	color: #5faee3 !important;
	font-size: 18px;
	text-decoration: none;
	padding: 20px 25px;
	position: relative;
	margin-right: 8px;
}

.custom-nav li a:after{
	content: '';
	position: absolute;
	top: 28px;
	right: -8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5faee3;
}
.custom-nav li:last-child a:after{
	width: 0;
	height: 0;
}
.custom-nav .active a{
	color: #2c3e50 !important;
	text-decoration: underline;
	background: none !important;
}
.custom-nav li a:hover,
.custom-nav li a:focus{
	text-decoration: underline;
}
.custom-navbar .navbar-toggle,
.custom-navbar .slidebar-toggle {
	background-color: #5faee3;
    border-color: #5faee3;
    padding: 9px 7px;
    border-radius: 11px;
}
.custom-navbar .navbar-toggle .icon-bar,
.custom-navbar .slidebar-toggle .icon-bar{
    background-color: #fff;
}
.custom-navbar .navbar-toggle:hover,
.custom-navbar .navbar-toggle:focus{
	background-color: #5faee3;
}

.white-box{
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 15px 0;
	margin: 25px 0;
}

.menu-arrow{
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rotated-arrow{
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*.custom-sliderbar-nav li a .menu-arrow{
	-ms-transform: rotate(0deg); / IE 9 /
    -webkit-transform: rotate(0deg); / Chrome, Safari, Opera /
    transform: rotate(0deg);
}
.custom-sliderbar-nav li.active a .menu-arrow{
	-ms-transform: rotate(45deg); / IE 9 /
    -webkit-transform: rotate(45deg); / Chrome, Safari, Opera /
    transform: rotate(45deg);
}*/
/*.menu-arrow.active{
	-ms-transform: rotate(45deg); / IE 9 /
    -webkit-transform: rotate(45deg); / Chrome, Safari, Opera /
    transform: rotate(45deg);
}*/

/*new added css*/
.address-label{
	font-size: 41px;
	text-align: center;
	color: #000;
}
.ipv4-address,.ipv6-address{
	font-size: 64px;
	text-align: center;
	color: #5FAEE3;
}
.ipv6-address{
	font-size: 40px;
	margin-top: 10px !important;
}
.link-btn{
	width: 100%;
	margin: 10px 0;
	padding: 20px 12px !important;
	background-color: #000 !important;
}
/*new added css ends*/
.other-address-link{
	color: #f00;
	text-decoration: none;
	font-size: 22px;
}
.other-address-link:hover,
.other-address-link:focus{
	color: #f00;
	/*text-decoration: none;*/
}
.dark-blue-btn{
	background-color: #2c3e50;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 8px 12px;
}
.dark-blue-btn:hover,
.dark-blue-btn:focus{
	color: #ccc;
}
.blue-boxes-wrapper{
	margin-bottom: 6px;
}
.blue-box{
	float: left;
    width: 19.6%;
    background-color: #5faee3;
    padding: 25px 0px;
    margin: 0 0.5% 0.5% 0;
    min-height: 150px;
}
.blue-box:nth-child(5),
.blue-box:nth-child(10){
	margin-right: 0;
}
.blue-box a{
	float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
.blue-box a img{
	margin-top:35px; 
}
.blue-box a p{
	margin: 12px 0px 0px 0px;
	font-size: 15px;
}
.footer{
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: #d2d2d2;
	color: #696969;
	padding: 15px;
}
.footer a{
	color: #000;
	text-decoration: underline;
}
.logo-wrapper{
	float: left;
}
.ip-table{margin-bottom: 0px !important;}

.ip-table tr td:first-child{border-right:1px solid #ccc;}

#map{height:250px;border:none}

/* ------ Custom Modal CSS ------ */
.custom-modal-content{
	border-radius: 0;
}
.modal-padding{
	padding:0px !important;
}
.custom-modal-header{
	background-color: #2c3e50;
	color: #fff;
}
.custom-modal-header .close{
	font-size: 36px;
	color: #fff;
	opacity: 0.8;
}
.custom-modal-header .close:hover,
.custom-modal-header .close:focus{
	opacity: 1;
}

 
/*Test-connectivity page css*/
.proxy{
	width:350px;
}
.proxybtn{
	margin: 40px 0 0 -56px;
}
.alertmsg{
margin:5px;
}

/*IP to host page css*/
.main-content-wrap{
	margin-top: 30px;
}
.panel-btn{
	height: 40px;
	border-radius: 0;
	padding: 0 35px;
	background: #2c3e50;
	border:0;
}
.btn-blue{
	background: #5faee3;
	border-radius: 0;
	width: 100%;
	border:0;
	height: 40px;
}
.ip-to-host-panel .panel-heading{
	background: #e5e5e5;
}
.ip-to-host-panel .panel-body,
.block-form-wrap{
	padding: 0;
}
.block-form-wrap{
	padding-bottom: 15px;
}
.block-form-wrap hr{
	margin: 0;
}
.block-form{
	padding:15px;
}
.ip-to-host-panel .panel-heading .panel-title span{
	margin-right: 5px;
}
.ip-to-host-panel .panel-heading .panel-title{
	font-weight: bold;
}
.ip-to-host-panel .block-form .input-group-addon{
	padding: 0;
	padding-left: 10px;
	background: none;
	border:none;
}
.block-form input[type="text"]{
	height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.block-form input[type="text"]:focus,
.block-form select:focus{
	border:1px solid #ccc;
}
.address-block{
	text-align: center;
	padding: 35px 15px;
}
.all-ip-container {
    max-height: 500px;
    overflow: auto;
    width: 100%;
    margin: 0;
}
.ip-host-form {
    background: #2c3e50;
    color: #fff;
    box-shadow: 2px 2px 2px #A1A1A1;
    margin-left: 0 !important;
}
.address-block h4{
	font-weight: bolder;
}


/*CIDR to IPv4 page css*/
.form-first-block{
	padding-left: 0;
}
.form-second-block{
	padding:0;
}
.form-second-block span{
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 40px;
}
.form-second-block select{
	height:40px;
	width: calc(100% - 165px);
	margin-left: 15px;
	margin-right: 15px;
	background: none;
	color: #2c3e50;
	border-radius: 0;
	border:1px solid #ccc;
	position: relative;
	float: left;
}
.table-title{
	border-top:1px solid #ccc;
	margin: 0;
	padding: 20px 0;
}
.cidr-table tr:nth-child(even){
	background: #f1f1f1;
}
.cidr-table tr:nth-child(odd){
	background: #f8f8f8;
}
.cidr-table tr td:first-child{
	border-right: 1px solid #ccc;
}
.output-wrap{
	background: #34495e;
	padding: 10px 0;
}
.output{
	padding: 15px;
}
.output-ipv4{
	color: #fff;
}
.custom-input-group input , .custom-input-group > div , .custom-input-group select{
	float:left;
	height: 40px;
}
.custom-input-group input {
	width: 60% !important;
}
.custom-input-group > div {
	width: 10% !important;
	text-align: center;
	font-size: 23px;
	height: 40px;
}
.custom-input-group > select {
	width: 30% !important;
}
.custom-text{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

/* --------------------------- */
/* -------Helpful tools------- */
/* --------------------------- */
.text_setting {
  margin-left: 7px;
  font-size: 15px;
}
.icon_setting {
  font-size: 25px;
}

.box_setting {
  margin-left: 2px;
  padding: 5px;
}
.font {
  font-family: 'Open Sans',serif;
}
.scan-green {
  background: url(../images/good.png) center left no-repeat;
}
.scan-red {
  background: url(../images/bad.png) center left no-repeat;
}
td.scan-green > span {
  margin-left: 22px;
}
td.scan-red > span {
  margin-left: 22px;
}
.red-warn {
  background: #cc0000;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 2px;
  margin-top: 1px;
}
.green {
  border: 2px solid #5CB85C;
  border-radius: 7px;
}
.green:focus { 
  outline: none;
  border-color: #5CB85C;
  box-shadow: 0 0 10px #5CB85C;
}
.orange {
  border: 2px solid #F0AD4E;
  border-radius: 7px;
}
.orange:focus { 
  outline: none;
  border-color: #F0AD4E;
  box-shadow: 0 0 10px #F0AD4E;
}
.red {
  border: 2px solid #D9534F;
  border-radius: 7px;
}

.red:focus { 
  outline: none;
  border-color: #D9534F;
  box-shadow: 0 0 10px #D9534F;
}

/*----------------------------*/
/* ------ Test Cnectivity ----*/
/*----------------------------*/


/* --------------------------- */
/* ------ Media Queries ------ */
/* --------------------------- */

@media screen and (max-width: 1200px) {
	.ipv6-address{
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.navbar-brand img{
		max-width: 150px;
	}
}

@media screen and (max-width: 991px) {
	.btns-wrapper{
		margin-top: 25px;
	}
	.blue-box{
		width: 33%;
	}
	.blue-box:nth-child(5),
	.blue-box:nth-child(10){
		margin-right: 0.5%;		
	}
	.blue-box:nth-child(3),
	.blue-box:nth-child(6),
	.blue-box:nth-child(9){
		margin-right: 0;
	}
	.custom-nav li a{
		font-size: 16px;
	}
	.footer{
		font-size: 13px;
		height: 70px;
	}
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 280px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #page-wrapper6 {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-wrapper6 {
        position: relative;
        margin-right: 0;
    }
    .slidebar-nav {
        width: 280px;
    }
    #wrapper.toggled .slidebar-nav {
        width: 0;
    }

}

@media screen and (max-width: 767px) {
	.btns-wrapper{
		text-align: left !important;
	}
	.dark-blue-btn{
		margin-bottom: 10px;
	}
	.custom-nav li a{
		padding: 10px 12px;
		margin: 0;
		font-size: 14px;
		text-transform: uppercase;
	}
	.custom-nav li a:after{
		height: 0;
		width: 0;
	}
	.navbar-header{
		height: 60px;
	}
	.footer p{
		padding-left: 0px;
	}
	#page-wrapper6{
		position: relative;
	}

}
/* New css Starts */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  and (orientation : portrait)
{ 
	.ipv4-address{
		font-size: 39px;
		text-align: center;
		color: #5FAEE3;
	}
	.ipv6-address{
		font-size: 30px;
		margin-top: 10px !important;
	}
	.other-address-link {
	    color: #f00;
	    text-decoration: none;
	    font-size: 20px;
	    text-align: center !important;
	}
	.address-label{
		font-size: 30px;
	}
}
/* New css Ends */

@media screen and (max-width: 640px) {
	.address-label{
		font-size: 28px;
	}
	.ipv6-address{
		font-size: 26px;
	}
	.ipv4-address{
		font-size: 50px;
	}
	.email-friend-btn{
		margin-top: 15px;
	}
}

@media screen and (max-width: 480px) {
	.address-label{
		font-size: 26px;
	}
	.ipv6-address{
		font-size: 22px;
	}
	.ipv4-address{
		font-size: 42px;
	}
	.image_mobile{
		width:75% !important;
	}
    .custom-input-group input {
		width: 60% !important;
	}
	.custom-input-group > div {
		width: 10% !important;
		text-align: center;
		font-size: 23px;
		height: 40px;
	}
	.custom-input-group > select {
		width: 30% !important;
	}
	.convert-btn{
		display: block;
		width: 100%;
		float: left;
		padding:0px !important;
	}
	.convert-btn button{
		display: block;
		width: 100%;
		float: left;	
		margin-top: 15px;
	}
	.blue-box{
		padding: 0px !important;
	}
}

@media screen and (max-width: 360px) {
	.blue-box{
		width: 49.7%;
		padding: 0px !important;
	}
	.blue-box:nth-child(odd){
		margin-right: 0.5% !important;		
	}
	.blue-box:nth-child(even){
		margin-right: 0 !important;
	}
	.address-label{
		font-size: 26px;
	}
	.ipv4-address{
		font-size: 38px;
	}
	.ipv6-address{
		font-size: 19px;
	}
}
