body {
    font-family: 'Lato', sans-serif;
}

/* html,body,.wrapper
{
    height:100%;
} */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding: 0 6px;
}
.col-xs-15:first-child,
.col-sm-15:first-child,
.col-md-15:first-child,
.col-lg-15:first-child {
    padding: 0 6px 0 15px !important;
}
.col-xs-15:last-child,
.col-sm-15:last-child,
.col-md-15:last-child,
.col-lg-15:last-child {
    padding: 0 15px 0 6px !important;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
    .heading{
        margin-bottom: 0;
    }
    .user-dashboard {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .col-xs-15:first-child,
    .col-sm-15:first-child,
    .col-md-15:first-child,
    .col-lg-15:first-child,
    .col-xs-15:last-child,
    .col-sm-15:last-child,
    .col-md-15:last-child,
    .col-lg-15:last-child {
        padding: 0 6px 0 6px !important;
    }

    .logo-link{
        padding-left: 10px;
    }
}
#top-bar {
    background: rgba(52, 73, 94, 1);
}

.ptecs-bg {
    background: #61626F;
    color: #fff;
}

.modal-content .modal-header.ptecs-bg {
    padding: 10px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
#top-bar a {
    color: #fff;
}

.navbar-default .navbar-brand {
    background: url('../images/logo.png')no-repeat;
    width: 98px;
    height: 101px;
    background-size: cover;
    position: absolute;
    color: transparent;
    top: -40px;
    border: none;
}

.navbar-default .navbar-brand:hover {
    color: transparent;
}

.navbar-default {
    background: #4a8bc2;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.top-widget {
    /* padding-top: 4px; */
	    position: relative;
    /* top: -7px; */
}
@media screen and (max-width:768px)
{
    .top-widget .user-name
    {
        top: -20px;
    }
    .list-inline > li
    {
        display: block;
    }
}
#menu-main-menu a {
    font-weight: bold;
}

#content {
    position: relative;
}

.content.home {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 376px;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    background-image: url('../images/background.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin: 75px 0;
}

.gsi-step-no-available li.current~li>*,
.gsi-step-no-available li.current~li>*:hover,
.gsi-step-no-available li.current~li>* .desc label,
.gsi-step-no-available li.current~li>*:hover .desc label,
span.number,
span.disc {
    cursor: pointer !important;
}

.items-collection .add-another label.btn-default:hover {
    background: none;
    border: none;
}

.mentor-items.add-another .fa {
    display: inline-block;
}

.items-collection .add-another label.btn-default {
    border: none;
    text-transform: lowercase;
    font-weight: normal;
}

#search,
.items-collection label .itemcontent,
.items-collection .btn-group {
    width: 100%;
}

.searchicon {
    color: #61626F;
}

.items-collection {
    margin: 20px 0 0 0;
}

.items-collection label.btn-default.active {
    background-color: #61626F;
    color: #FFF;
}

.items-collection label.btn-default {
    width: 100%;
    border: 1px solid #61626F;
    margin: 5px;
    border-radius: 0;
    color: #888;
}

.mentor-items .fa {
    display: none;
}

.mentor-items {
    float: left;
    margin: 2px;
}

.mentor-items .btn.btn-default:hover,
.mentor-items .btn.btn-default:active,
.mentor-items .btn.btn-default:focus {
    border: 1px solid #61626F;
}

.mentor-items .btn {
    padding: 5px 10px;
}

.mentor-items h5 {
    font-size: 14px;
    position: relative;
    top: -5px;
}

div#booked-profile-page {
    outline: none !important;
    clear: both;
}

.tsf-controls {
    float: left;
    width: 100%;
    margin: 20px 0 !important;
}

.select.form-control {
    margin: 0;
    border-radius: 0;
    height: 36px;
}

label {
    margin: 7px 0;
}

body #booked-profile-page button:hover {
    border: none;
}
@media screen and (min-width:960px) {
	div.heading {
		margin-top: 50px;
		margin-bottom: 0;
		position: absolute;
		top: -7px;
		left: 110px;
		float: left;
		width: 50%;
		border: none;
	}
	.home div.heading, .find-a-mentor div.heading, .login div.heading,  .register-mentor div.heading,  .register-mentee div.heading, .forgot-password div.heading, .signup-mentee div.heading {
		margin: 0 0 20px 0;
		position: inherit;
		float: left;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.form-check {
    margin: 10px 0 !important;
}

body {
    background: #fff !important;
    font-family: 'Lato', sans-serif !important;
}

#profile-login {
    margin: 25px 0;
}

body .gsi-step-indicator.triangle a:hover {
    background-color: #4a8bc2;
    border-color: #4a8bc2;
}

body #booked-profile-page input[type=submit] {
    background-color: #61626F;
    color: #fff;
}

.form-check label {
    font-size: 14px;
	font-weight:normal;
}

/** ASSESSMENT PAGE ***/

#self-assessment .items-collection .add-another label.btn-default.active {
    background-color: transparent !important;
    color: #61626F;
    box-shadow: none;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (max-width:768px) {
    .filter-option button {
        margin: 5px 0;
    }
    div.box-main {
        height: auto;
    }
    .menubg .collapse {
        display: none;
    }
    .collapse.in {
        background: rgba(0, 0, 0, 0.7);
        display: block;
        ;
    }
}

#self-assessment input[type="radio"] {
    display: none;
}

#self-assessment input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px #908f8f, inset 0 0 0 7px white;
}

#self-assessment input[type="radio"]+label:before,
#self-assessment input[type="checkbox"]+label:before,
#self-assessment input[type="radio"]+label:after,
#self-assessment input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    top: 15px;
    left: auto;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#self-assessment .seven-cols .col-md-1.text-left {
    text-align: left;
}

#self-assessment .seven-cols .col-md-1 {
    margin: 17px 0;
    text-align: center;
}

#self-assessment .seven-cols input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 7px #61626F;
}

#self-assessment .seven-cols input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px #908f8f, inset 0 0 0 7px white;
}

#self-assessment .tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

#self-assessment .tsf-step-content td {
    position: relative;
    text-align: center;
}

#self-assessment .tsf-step-content table,
.tsf-step-content th,
.tsf-step-content td {
    border: none;
}

#self-assessment .tsf-step-content td:first-child {
    text-align: left;
}

#self-assessment .table>tbody>tr.row-1>td {
    border: none;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.full-width {
    float: left;
    width: 100%;
}

#self-assessment .row-1 {
    background-color: #4a8bc2 !important;
    color: #fff;
    font-size: 15px;
}

#self-assessment .table>tbody>tr>td,
#self-assessment .table>tbody>tr>th,
#self-assessment .table>tfoot>tr>td,
#self-assessment .table>tfoot>tr>th,
#self-assessment .table>thead>tr>td,
#self-assessment .table>thead>tr>th {
    width: 14.2857143%;
    text-align: center;
    border: none;
}

.seven-cols .form-check {
    position: relative;
}

#self-assessment .tsf-step-content .row-19 td {
    border-bottom: 1px solid #ddd;
}

textarea {
    resize: none;
}

ul.gsi-step-indicator.triangle li:first-child>* {
    padding: 1em .8em .8em .8em;
}

ul.gsi-step-indicator.triangle li>* {
    padding: 1em .8em .8em 1.8em;
}

button.navbar-toggle {
    background-color: #ddd;
}

span.notify {
	position: relative;
    left: -5px;
    color: #fff;
    font-size: 10px;
    top: -12px;
    font-weight: 900;
    /* background: red; */
    padding: 5px;
    border-radius: 50%;
    background-color: #e74955;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
    background-image: -webkit-linear-gradient(top, #e74955, #e74955);
    background-image: -moz-linear-gradient(top, #e74955, #e74955);
    background-image: -ms-linear-gradient(top, #e74955, #e74955);
    background-image: -o-linear-gradient(top, #e74955, #e74955);
    background-image: linear-gradient(top, #e74955, #e74955);
    border-radius: 10px !important;
    padding: 2px 6px;
}

#session h2 {
    margin-bottom: 0;
}

#session h3 {
    text-decoration: none;
}

#session .skills-text {
    float: left;
}

#session .rating {
    float: right;
}

#session h3,
.performance-flow,
#session hr {
    float: left;
    width: 100%;
}

#performance hr,
.performance-flow {
    margin: 5px 0;
}

#session h3 {
    margin-bottom: 10px
}

#session {
    clear: both;
    margin-bottom: 60px;
}

br {
    clear: both;
}

#session textarea {
    width: 100%;
    border-color: #ccc;
    color: #888;
    line-height: 1.5;
    font-size: 13px;
}

#session label {
    font-size: 13px;
    margin-top: 20px;
}

#text-3 i.fa {
    padding-left: 15px;
    font-size: 18px;
}

#session i.fa {
    float: left;
    font-size: 10px;
    padding-right: 8px;
    top: 8px;
    position: relative;
}

.light {
    color: #888;
}

#feedback h2 {
    margin-bottom: 0;
}

#feedback h3 {
    text-decoration: underline;
}

#feedback .skills-text {
    float: left;
	padding: 7px 0;
    /*border-bottom: 1px solid #fff;*/
}
#feedback .performance-flow{margin:0!important;padding:0!important;}

#feedback .rating {
    float: right;
}

#feedback h3,
.performance-flow {
    float: left;
    width: 100%;
}

#feedback .performance-flow {
    margin: 5px 0;
}

#feedback {
    clear: both;
    margin-bottom: 60px;
}

br {
    clear: both;
}

.mm-icon {
    width: 22px;
    height: 22px;
}

.mm-icon.icon-bell {
    background: url('../images/bell.png')no-repeat;
}

.mm-icon.icon-calendar {
    background: url('../images/calendar.png')no-repeat;
}

.mm-icon.icon-envelope {
    background: url('../images/envelope.png')no-repeat;
}

.mm-icon.icon-todo {
    background: url('../images/todo.png')no-repeat;
}

.mm-icon.icon-session {
    background: url('../images/session.png')no-repeat;
}

.mm-icon.icon-payment {
    background: url('../images/payment.png')no-repeat;
}

.box-body .session-details {
    padding: 10px;
    margin: 10px;
    /*border-bottom: 1px solid #000;*/
	border-bottom: 1px solid #f5f5f5;
}

.messages {
    padding: 10px;
    margin: 10px;
    /*border-bottom: 1px solid #ccc;*/
	border-bottom: 1px solid #f5f5f5;
}

.message-content {
    clear: both;
}

.message-content p {
    font-size: 13px;
}

.message-content p.new {
    color: #000;
    font-weight: 900;
}

.box-body .session-details:last-child,
.messages:last-child {
    border-bottom: none;
}

div.navbar-default .navbar-nav>.open>a,
div.navbar-default .navbar-nav>.open>a:focus,
div.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: initial;
}

#self-assessment .table>tbody>tr>td:first-child,
#self-assessment .table>tbody>tr>th:first-child,
#self-assessment .table>tfoot>tr>td:first-child,
#self-assessment .table>tfoot>tr>th:first-child,
#self-assessment .table>thead>tr>td:first-child,
#self-assessment .table>thead>tr>th:first-child {
    width: 20%;
    text-align: left;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(0, 149, 217, 1);
    animation: spin 3s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.mentor-home .chat-box .chat-lines {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.mentor-home .chat-box .pull-right {
    float: right;
    text-align: right;
    background: #F2F2F2;
}

.mentor-home .chat-box .pull-left {
    float: left;
    min-width: 50%;
    border: 1px solid #ccc;
    background: #00cc99;
}

.mentor-home .chat-box .mentee-msg {
    /* margin: 10px 0; */
    float: right;
    /* width: 100%; */
    padding: 8px;
    /* text-align: right; */
    /* border: 1px solid #ccc; */
}

.mentor-home textarea {
    resize: none;
    float: left;
    width: 100%;
    height: 80px;
}

.mentor-home .chat-box {
    clear: both;
    padding: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    margin: 10px 0;
    font-size: 14px;
    padding-top: 198px;
}

.mentor-home h3 {
    font-size: 22px;
    margin-bottom: 0;
}

#choose-modal .modal-body {
    margin: 50px 0;
}

body .modal-content .modal-body {
    position: relative;
    padding: 20px;
}

.mentor-home span.chat-message {
    padding-left: 9px;
}

.mentor-home .mentee-reviews-description h4 {
    font-size: 14px;
    font-weight: 900;
    float: left;
    margin: 6px 6px 0 0;
}

.mentor-home div.modal-content {
    float: left;
    width: 100%;
}

.mentor-home .arrow_box {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
}

.mentor-home .arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mentor-home .arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00CC99;
    border-width: 10px;
    margin-left: -30px;
}

.mentor-home .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-width: 36px;
    margin-left: -36px;
}

.mentor-home .message-content a {
    color: #000;
}

.mentor-home .box-body .session-details a {
    color: #000;
}

@media (min-width: 768px) {
    .filter-option>.col-sm-3 {
        width: 20%;
    }
    #user-dashboard.col-sm-9,
    .filter-option .col-sm-9 {
        width: 80%;
        padding: 0;
    }
    /*#user-dashboard .col-sm-4,*/
    .filter-option .col-sm-4 {
        padding: 0;
        padding-left: 15px;
    }
}

.filter-option .btn.btn-default {
    border: 2px solid #61626F;
    background-color: #61626F;
    color: #fff;
}

.filter-option button {
    width: 100%;
}

.mentor-home .vc_col-md-8 {
    margin: 0 auto;
    float: none;
}

body #booked-profile-page .booked-tab-content {
    border-top: 1px solid #ddd !important;
}

.mentor-home .box {
    border: 1px solid #ccc;
}

.mentor-home ul {
    list-style-type: none;
    padding: 0;
}

.mentor-home .box-body li {
    padding: 15px 10px;
}

.mentor-home .box-main {
    border: 1px solid #ccc;
    height: auto;
    margin: 25px 0;
    float: left;
    width: 100%;
}

.mentor-home .box-head {
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 10px 6px;
    background: #2980B9;
    color: #fff;
}

.mentor-home .box-head .fa {
    font-size: 20px;
}

.mentor-home .box-head span:first-child {
    float: left;
}

.mentor-home .box-body #performance {
    padding: 10px;
}

#feedback.mentor-home li.active.menu-item a {
    color: #fff;
}

#feedback.mentor-home li.active.menu-item a:hover {
    color: #000;
}

#feedback.mentor-home li.active.menu-item {
    background: #61626F;
}

#feedback.mentor-home .nav>li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
}

#feedback.mentor-home .nav>li:last-child {
    border-bottom: none;
}

.mentor-home .box-body,
.mentor-home .session-details {
    font-size: 13px;
}

.mentor-home .messages {
    margin: auto;
}

.box-head a {
    color: #fff;
}

body .btn.btn-default.done-confirm {
    color: #fff;
    background-color: #61626F;
}

.action-confirm {
    z-index: 9999999;
    position: absolute;
    right: 0;
}

.mentor-home p {
    clear: both;
}
.response-error,
.error,
.red {
    color: indianred;
}

.green {
    color: green;
}

.blue {
    color: #2980B9;
    font-weight: 900;
}

#session-modal .modal-body {
    height: 588px;
}

#top-bar .open>.dropdown-menu {
    z-index: 9999 !important;
    ;
}

#top-bar .open>.dropdown-menu a {
    color: #000 !important;
}

.chat-time {
    font-size: 12px;
}

#self-assessment .table>tbody>tr>td .form-check {
    top: -15px;
}

#self-assessment .table>tbody>tr:first-child>td .form-check,
#self-assessment .table>tbody>tr>td:first-child .form-check {
    top: auto;
}

.profile-content-view {
    margin: 24px 0 28px 0;
}

#feedback-form {
    margin: 10px 0;
}

#feedback-form .col-sm-3 {
    width: 25%;
}

#feedback-form input {
    border-radius: 0;
    height: 40px;
}

@media screen and (min-width:769px) {
    #feedback-form {
        float: left;
        width: 100%;
    }
    #feedback-form .col-sm-4,
    #feedback-form .col-sm-3,
    #feedback-form .col-sm-1,
    #feedback-form select.form-control {
        padding: 0;
        padding-left: 15px;
        margin: 0;
    }
    #feedback-form .col-sm-4:first-child {
        padding: 0;
    }
}

.fc-button {
    text-transform: capitalize;
}

#choose-modal {
    margin-top: 10%;
}

#session-create-modal .modal-dialog {
    width: 750px;
}

body #session-create-modal .modal-content .modal-body {
    padding: 0 40px;
}

#session-create-modal h3 {
    padding: 10px 20px;
}

.form-group {
    float: left;
    width: 100%;
}

#session-create-modal {
    overflow-y: auto;
}

.logo-link {
    float: right;
    position: absolute;
    left: 109px;
    font-size: 21px;
    top: 6px;
}

.head_row,
.head_row a {
    background: #61626F !important;
    color: #fff;
    border: 1px solid #fff;
}

.pull-rigdht .pull-left,
.pull-rigdht .pull-left a {
    color: #fff;
    background: #4a8bc2;
    margin-right: 1px;
    font-size: 14px;
}

.pull-rigdht .nav-tabs>li>a:hover {
    color: #000;
}

.pull-rigdht .pull-left:hover,
.pull-rigdht .pull-left a:hover {
    background: none;
    color: #000;
}

.session-details td {
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
}

.table {
    font-size: 13px;
}

body .modal-header .close {
    color: #fff;
    opacity: 1;
}

.table p {
    margin: 0;
}
.response.alert{
    margin:10px 0;
}
span.profile-picture img {
    width: 50px;
}
.form-control {
    color: #212121;
    box-shadow: none;
    height: 41px;
    border-radius: 0;
}
.sfields{display:none;}
.session-link-btn .btn{margin:1px;}
.list-view-calendar td.fc-list-item-name.fc-widget-content.session-link-btn {
    width: 87px;
}
.list-view-calendar .fc-list-table td{width: 16.6px;}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header{
	background:inherit!important;
}
.session-confirm{color:#31708f;}
.session-reschedule{color:#286090;}
.session-cancel{color:#e60a39;}
.session-link-btn a {
    padding: 3px;
}

.mentee-logged-in .textarea-scroll,
.mentee-logged-in .box-body.textarea-scroll a{
    color: #000!important;
}

.tsf-step-content .table>tbody>tr>td, 
.tsf-step-content .table>tbody>tr>th, 
.tsf-step-content .table>tfoot>tr>td, .tsf-step-content .table>tfoot>tr>th, 
.tsf-step-content .table>thead>tr>td, .tsf-step-content .table>thead>tr>th{
	padding:0;
}	
#self-assessment .row-1 .form-check label{margin:0;}
.col-sm-3.col-xs-12.no-padding li.menu-item {
    float: left;
    width: 100%;
    clear: both;
}
.metrics{padding:20px;}
.metric-summary-points {padding: 7px 0px;}
.performance-todo, .flow-alerts-box li{float:left;width:100%;margin:0;}
.textarea-scroll{overflow-x:hidden;}
.performance-todo .skills-text {
    border-top: 1px solid #fff;
}

span.session-links
{
    cursor: pointer;
    color: #ffebcd;
}
span.session-links:hover
{
    color: #fff;
}
.rounded
{
    -moz-border-radius: 25% !important;
    -webkit-border-radius: 25% !important;
    -khtml-border-radius: 25% !important;
    border-radius: 25% !important;
}