@font-face {
  font-family: 'Aaargh';
  src: url('Fonts/Aaargh.eot');
  src: url('Fonts/Aaargh.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Aaargh.woff') format('woff'),
       url('Fonts/Aaargh.ttf')  format('truetype'),
       url('Fonts/Aaargh.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Homizio';
    src: url('Fonts/Homizio.ttf');
}
.btn
{
    white-space: initial;
}
.img-responsive
{
	
    margin-top: 15px;
	margin-left:15px;
}
.btn-outline-primary1 {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color:orangered;
}
.btn-outline-primary1:hover
{
	background-color:orangered;
	color:white;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 0px;
	margin-bottom:20px;
}
.box .btn-primary
{
	color:white;
}
.box-icon {
    background-color:orangered;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: orangered;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       color: white !important;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
h1
{
	color:orangered;
}

.p-box{
	    box-shadow: 0px 4px 4px 1px #31708f !important;
    padding: 20px;
	text-align:center;
	    margin-top: 15px;
}


body {
	padding-top:70px;
   background-image: linear-gradient(to bottom, rgb(251, 251, 251) 0%,rgb(251, 251, 251) 100%) !important;
    font-family: "Roboto", sans-serif;
	    font-weight: 300;
    font-size: 14px;
	
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
	
}

#sidebar {
    position: fixed;
    left: 0px;
    width: 300px;
    height: calc(100% - 82px);
    overflow: scroll;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.05);
    margin: 0px;
    user-select: none;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    font-family: Homizio;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

#questionIdSidebar {
    font-family: 'Aaargh';
    font-size: 17px;
    clear: both;
    position: relative;
    background: rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    width: calc(100% - 80px);
    margin-bottom: 0px;
}

#sidebar a {
    text-decoration: none;
    color: slategray;
}
#sidebar a:hover {
    text-decoration: none;
    color: darkslateblue;
}
#sidebar a:active {
    text-decoration: none;
    color: slategray;
}

.body {
    position: relative;
    top:30px;
    right: 0px;
    height: calc(100% - 35px);
    width: calc(100% - 100px);
    padding: 5px 0px 10px 0px;
    overflow: auto;
    transition: all 0.7s ease;
    margin-bottom: 30px;
}

.body label {
    font-family: Homizio;
    color: darkmagenta;
    float: left;
    position: relative;
    margin-right: 20px;
    line-height: 65px;
}

.body select {
    height: 50px;
}

.submit-buttons {
    border: none;
    outline: 0;
    margin: 30px 0px;
    padding: 4px 40px;
    font-size: 17px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: skyblue;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    border-radius: 4px;
    -webkit-transition: none;
}

.body input[type=text], .body input[type=number] {
    display: block;
    height: 50px;
    width: 500px;
    clear: both;
    position: relative;
    margin: 20px 0px;
    padding: 4px 16px;
    background: rgb(248, 248, 248);
    font-size: 15px;
    font-family: Homizio;
    font-weight: 100;
    border: none;
    border-radius: 2px;
    outline: none;
}

.body textarea {
    display: block;
    min-height: 150px;
    min-width: 800px;
    position: relative;
    margin: 20px 0px;
    padding: 16px 16px;
    background: rgb(248, 248, 248);
    font-size: 15px;
    font-family: Homizio;
    font-weight: 100;
    border: none;
    border-radius: 0px 4px 4px 0px;
    border-radius: 2px;
    outline: none;
}

.select-style {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 25px;
    border: 1px solid #ccc;
    width: 148px;
    font-size: 16px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("Images/Arrow.png") no-repeat 95% 50%;
    background-size: auto 15px;
    overflow: hidden;
    max-width: 350px;
}

.select-style select {
    padding: 5px 30px 5px 8px;
    font-size: 14px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select-topic {
    display: none;
}

.questions {
	display: block;
	position: relative;
    box-shadow: 0px 0px 5px gray;
    font-family: Homizio;
    padding: 10px;
    margin: 100px 4vw 0 4vw;
    font-size: 15px;
    letter-spacing: 1px;
    word-wrap: break-word;
    min-width: 500px;
}
.questions span b {
    letter-spacing: 2px;
    color: gray;
}
.questions > span {
    display: block;
    margin: 9px 0px;
}

#sidebar input[type=text] {
    height: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 3px;
    font-family: Homizio;
    font-size: 17px;
    letter-spacing: 3px;
    width: 100%;
    padding: 9px 5px 7px 5px;
    margin-bottom: 10px;
}

#sidebar input[type=submit] {
    width: 100%;
    font-size: 25px;
    font-family: Homizio;
}

.sidebar-items input { 
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px 0px;
    float: left;
    border-radius: 0px;
    outline: none;
    font-size: 19px !important;
    background: slategray;
}

.sidebar-items input:hover {
    background-color: darkslategray;
}

.edit-button {
    height: 30px;
    width: 30px;
    background-image: url('Images/Edit.png');
    background-size: 100% 100%;
    position: relative;
    float: right;
}

.delete-button {
    height: 30px;
    width: 30px;
    background-image: url('Images/Delete.png');
    background-size: 100% 100%;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: -2px;
}

#select-level-container {
    display: none;
}

.ioArea {
    font-size: 1em !important;
    width: calc(100% - 100px) !important;
    height: 10em !important;
    border-radius: 4px !important;
    border: 1px solid rgb(200, 200, 200) !important;
    display: inline-block !important;
    white-space: nowrap !important;
    padding: 1em 1em !important;
    vertical-align: top !important;
    resize: none !important;
    background: #fff !important;
    margin: 0px !important;
}

#toolbox {
    position: relative;
    width: calc(100% - 110px + 2em);
    background: rgba(0, 0, 0, 0.1);
    height: 40px;
    padding: 5px;
    border-radius: 4px;
}

#toolbox button {
    height: 40px;
    outline: none;
    border: none;
    background: white;
    border-radius: 4px;
    font-size: 20px;
    text-shadow: none;
    margin-left: 5px;
    padding: 0px .5em;
    line-height: 0px;
    position: relative;
    float: left;
    cursor: pointer;
    box-shadow: inset 0px 0px 10px -2px black;
}
#toolbox button:active {
    top: 3px;
}

label {
    position: relative;
}

figure {
    display: inline-table;
    clear: none;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
}

.pagination {
	float: right;
    display: block;
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination li a {
    text-decoration: none;
    color: black;
    float: left;
    padding: 9px 16px 7px 16px;
    font-size: 15px;
    line-height: 17px;
    transition: all 0.3s ease;
}
.pagination li a:hover, .w3-pagination li a:focus {
    background-color: #ccc;
}

.disabled {
    color: lightgray !important;
}
.disabled:hover {
    background: none !important;
}

form .select-style {
    width: 100%;
}

.box {
	margin-bottom: 20px;
	padding: 30px;
	background-color: rgb(250, 250, 250);
	border: 1px solid gainsboro;
	margin-top: 50px;
}
.box h3 {
	font-weight: 300;
}
.box input {
	background-color: white !important;
	border: 1px solid gainsboro !important;
}
.box input[type=submit] {
	padding: 6px 25px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 200;
	color: darkslategray;
	cursor: pointer;
}
.box input[type=submit]:hover {
	background-color: rgb(250, 250, 250) !important;
}

.btn-primary{
	font-size: 100%;
	letter-spacing:.1vW;
word-wrap:break-word;
	
}
.navbar-nav {
    margin:0px;
}