#emagcontainer {
    position: absolute;
	top: 0; left: 0; right: 0; bottom: 50px;
	margin: auto;
	background-color: #E1E1E1;
	width: 100%;
	overflow: auto;
}
body {
	padding: 0;
	margin: 0;
    overflow-y: hidden;
}
.pagecontainer {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
	background-color: white;
}
canvas {
	display: inline-block;
}
.link {
    position: absolute;
    display: inline;
}
.navbar {
	height: 20px;
}
.glyphicon {
	font-size: 1.2em;
}
.input-sm {
	width: 40px;
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
}
.navbar-nav {
	background-color: #292929;
	color: black;
}



footer .navbar-collapse.in {
	bottom: 50px;
	position: absolute;
	background-color:#333;
	width:100%;
}
.pull-right {
	color: white;
}
#pageno {
	color: black;
	width: 50px;
	text-align: right;
}

.icon {
	width: 20px;
	height: 20px;
	background-size: cover;
	position: relative;
	top: 1px;
	display: inline-block;
	line-height: 1;
    
}
svg path {
    stroke: rgba(255, 255, 255, 0.6);
}

.svg:hover path {
    stroke: white;
}

.ui-slider-range { background: #ef2929; }
/*.ui-widget-content {
    width: 360px;
}*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.0em;
}
.ui-dialog-titlebar-close > span {
    margin: -8px !important;
}

/* tablets and screens */
@media screen and (min-width: 481px) {
    .twitter {
        background-image: url('../images/twitter.svg');
    }

    .googleplus {
        background-image: url('../images/google.svg');
    }

    .facebook {
        background-image: url('../images/facebook.svg');
    }
    .linkedin {
        background-image: url('../images/linkedin.svg');
    }
}

/* mobile phones */
@media screen and (max-width: 480px) {
    .twitter {
        background-image: url('../images/twitter-white.svg');
    }

    .googleplus {
        background-image: url('../images/google-white.svg');
    }

    .facebook {
        background-image: url('../images/facebook-white.svg');
    }
    .linkedin {
        background-image: url('../images/linkedin-white.svg');
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    /*.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }*/

    /* since 3.1.0 */
    .pull-right {
        padding-right: 15px;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

