﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top:-30px;
}

input[type=text] {
	 width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
	resize: none;
}

em {
	color: red;
	font-size: 10px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 768px;
    background-color: #fff;
	max-height: 1100px;
	width: 75%;
}




.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}


.margin-right-15 {
    margin-right: 15px;
}

.badge-info {
	background-color: #57c3e8 !important;
	margin-left: 5px;
	margin-top: -3px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.navbar-fixed-top, .navbar-brand {
	background-color: #2096ba;
	border-color: #5cb5d0;
}

.navbar-brand {
	color: #ffffff !important;
	width: 300px !important;
}

.navbar-nav {
	color: white;
}

.navbar-nav li {
	color: white;
}

.navbar-nav li a {
	color: white !important;
}

.dropdown-menu {
	background-color: #fff !important;
}


.navbar-fixed-top .active a {
	background-color: #5cb5d0 !important;
}

.navbar-nav > ul > li:hover > a {
	height: 0;
	width: 100%;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
	background-color: #5cb5d0 !important;
}

.dropdown-menu > li, .dropdown-menu > li > a {
    color: #808080 !important;
    font-weight:200;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #F2F4F4 !important;
}

/*.navbar-nav .dropdown-menu {
	background-color: #0078d7 !important;
}*/

#profpicDefault {
    height: 45px;
    width: 45px;
    border: none;
    color: #fff;
    margin: auto;
    border-radius: 60px;
    margin-right: 3px;
    background-color:transparent;
    margin-top:3px;
}

.prof-name, .prof-email {
    margin-right: 10px;
}

.prof-email {
    font-size: 12px;
}

.prof-image {
    height: 250px;
    width: 250px;
}

.col-width-200 {
	width: 200px;
}

.nav-icon {
	margin-right: 5px;
}

.glyphicon-list-alt, .glyphicon-chevron-down {
	font-size: 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.navbar-right {
    margin-right: -30px !important;
}

.navbar-nav > li > .dropdown-menu {
    width: 250px;
}

.table-overflow {
	overflow: auto;
	height: 400px;
}

.table-hover tbody tr:hover td {
    background: #d9edf7;
}

.modal-xlg {
	width: 75%;
}

.hr-header {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

#dropdown-menu-header {
    padding: 10px 5px 5px 15px;
    margin-bottom: 50px;
}

.wide-screen .modal-dialog {
    width: 75%;
}


/*horizontal timeline*/
.h-timeline-container {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: center;*/
    /*font-family: "Titillium Web", sans serif;*/
    color: #758D96;
    margin-left:-40px
}

.h-timeline {
    list-style-type: none;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
}

.h-li {
    transition: all 200ms ease-in;
}

.h-timestamp {
    margin-bottom: 20px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.h-status {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

    .h-status h4 {
        font-weight: 600;
    }

    .h-status:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 20px;
        border: 1px solid #ddd;
        position: absolute;
        top: -12px;
        left: 42%;
        transition: all 200ms ease-in;
    }

.h-li.complete .h-status {
    border-top: 2px solid #19a9dc;
}

    .h-li.complete .h-status:before {
        background-color: #19a9dc;
        border: none;
        transition: all 200ms ease-in;
    }

    .h-li.complete .h-status h6 {
        color: #19a9dc;
    }

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .h-timeline {
        list-style-type: none;
        display: block;
    }

    .h-li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .h-timestamp {
        width: 100px;
    }

    .h-status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

   /* Customize the label (the container) */
    .containercb {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .containercb input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .containercb:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .containercb input:checked ~ .checkmark {
        background-color: #5cb5d0;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .containercb input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .containercb .checkmark:after {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 9px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


        .containerrb {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .containerrb input {
            position: absolute;
            opacity: 0;
    }

    /* Create a custom radio button */
    .checkmarkrb {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .containerrb:hover input ~ .checkmarkrb {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .containerrb input:checked ~ .checkmarkrb {
        background-color: #5cb5d0;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmarkrb:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .containerrb input:checked ~ .checkmarkrb:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .containerrb .checkmarkrb:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.shadow {
    position: absolute;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
    animation-name: css-0, css-26;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    animation-fill-mode: both;
    width: 340px;
    pointer-events: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234, 234, 234);
    outline: transparent;
}

/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 99%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
}
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #46b8da;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}


.af-profile-img{
    float:left;
    width: 25px;
    height:25px;
    margin-right:10px;
    margin-top:-2px
}

.error{
    color:orangered;
}

