@font-face {
    font-family: 'scratchregular';
    src: url('font/scratch-webfont.eot');
    src: url('font/scratch-webfont.eot?#iefix') format('embedded-opentype'), url('font/scratch-webfont.woff') format('woff'), url('font/scratch-webfont.ttf') format('truetype'), url('font/scratch-webfont.svg#scratchregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    position: relative;
    padding-top: 40px;
}

.client-body {
    padding-top: 0;
}

.client-body, html {
    height: 100%;
}

#page {
    height: auto !important;
    min-height: 100%;
}

.client-body #footer {
    margin-top: -90px;
    color: #fff;
    text-align: left;
}

#footer {
    text-align: center;
    color: #000;
}

.client-body #footer .container {
    padding: 25px 15px;
    background: #4b4045 url(../images/bg-footer.jpg) right bottom no-repeat;
}

.form-signin,
.form-recover-password {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 40px auto 20px;
    max-width: 300px;
    padding: 19px 29px 29px;
}

.grid-view .pull-right {
    float: none;
}

.form-crud {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    max-width: 850px;
    padding: 19px 29px 29px;
}

#clientNavbar.navbar-fixed-top,
#tutorNavbar.navbar-fixed-top {
    position: relative;
    top: 0;
    left: 0;
}

#invoice-grid .table,
.transactions-box .table {
    table-layout: fixed;
    width: 100%;
}

#invoice-grid table th,
.transactions-box table th {
    vertical-align: top;
}

#invoice-grid [class^="icon-"],
#invoice-grid [class*=" icon-"] {
    position: absolute;
    top: 3px;
    right: 2px;
}

#invoice-grid .button-column [class^="icon-"] {
    position: static;
}

.client-body .pagination li {
    display: inline-block;
    vertical-align: top;
}

.client-body .pagination li a {
    border: 0;
    color: #fff;
}

.client-body .pagination li a {
    background: #d49815 url(../images/btn-pattern.jpg) repeat;
}

.client-body .pagination .active a,
.client-body .pagination li a:hover {
    background: #d49815 url(../images/btn-pattern-b.jpg) repeat;
    opacity: 1;
    color: #fff;
    cursor: pointer;
}

#invoice-grid table #invoice-grid_c7 {
    width: 60px;
}

#invoice-grid table #invoice-grid_c8 {
    width: 35px;
}

#invoice-grid table #invoice-grid_c0 {
    width: 30px;
}

#invoice-grid table #invoice-grid_c2 {
    width: 85px;
}

#invoice-grid table #invoice-grid_c3 {
    width: 83px;
}

#invoice-grid table #invoice-grid_c4 {
    width: 46px;
}

.transactions-box table #yw0_c6,
.transactions-box table #yw0_c2,
.transactions-box table #yw0_c5,
.transactions-box table #yw0_c8,
.transactions-box table #yw0_c3 {
    width: 93px;
}

.transactions-box table #yw0_c9 {
    width: 80px;
}

.transactions-box table #yw0_c10 {
    width: 70px;
}

.transactions-box .grid-view .button-column {
    width: 40px;
}

#clientNavbar .navbar-inner,
#tutorNavbar .navbar-inner {
    background: transparent;
    box-shadow: none;
    border: 0;
    min-height: 0;
}

.client-top .logo-client {
    width: 1025px;
    padding: 10px 0 15px;
    margin: 0 auto;
}

#clientNavbar .container,
#tutorNavbar .container {
    width: 1025px;
    padding: 0 0 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar2 #tutorNavbar .container {
    width: 1150px;
}

.navbar2 #tutorNavbar .nav-tabs {
    margin-left: 50px;
}

.navbar2 #tutorNavbar .nav-tabs a{
    text-transform: none !important;
    font-size: 14px;
    font-weight: normal;
}

.navbar2 #tutorNavbar .nav-tabs a:before{
    position: relative;
}

.client-body .container {
    width: 1025px;
}

.client-body .pagination li a {
    border: 0;
    color: #fff;
}

.client-body .pagination .active a, .client-body .pagination li a:hover {
    background: #d49815 url(../images/btn-pattern-b.jpg) repeat;
    opacity: 1;
    color: #fff;
    cursor: pointer;
}

#clientNavbar .container a,
#tutorNavbar .container a {
    color: #355c30;
    font: bold 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 8px;
    position: relative;
    text-shadow: none;
}

#clientNavbar .container a:before,
#tutorNavbar .container a:before {
    position: absolute;
    top: 5px;
    left: -1px;
    width: 2px;
    height: 11px;
    background: #355c30;
    content: "";
}

#clientNavbar .container a:hover,
#clientNavbar .nav .active > a,
#clientNavbar .nav .active > a:hover,
#clientNavbar .nav .active > a:focus,
#clientNavbar .container .brand.active,
#tutorNavbar .container a:hover,
#tutorNavbar .nav .active > a,
#tutorNavbar .nav .active > a:hover,
#tutorNavbar .nav .active > a:focus,
#tutorNavbar .container .brand.active {
    color: #ac2b6c;
    background: transparent none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

#clientNavbar .dropdown-menu,
#tutorNavbar .dropdown-menu {
    border-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #282124;
    background: #4B4045;
}

#clientNavbar .container .dropdown-menu a,
#tutorNavbar .container .dropdown-menu a {
    color: #fff;
}

#clientNavbar .container .dropdown-menu a:hover,
#tutorNavbar .container .dropdown-menu a:hover {
    background: #4E8842;
}

#clientNavbar .nav li.dropdown.open > .dropdown-toggle,
#clientNavbar .nav li.dropdown.active > .dropdown-toggle,
#clientNavbar .nav li.dropdown.open.active > .dropdown-toggle,
#tutorNavbar .nav li.dropdown.open > .dropdown-toggle,
#tutorNavbar .nav li.dropdown.active > .dropdown-toggle,
#tutorNavbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: transparent none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#content h1 {
    font: bold 24px/28px Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
}

#clientNavbar .container .brand,
#tutorNavbar .container .brand {
    padding: 0 8px 0 0;
}

#clientNavbar .container .brand:before,
#clientNavbar .container .dropdown-menu a:before,
#clientNavbar .nav > li > .dropdown-menu:before,
#clientNavbar .nav > li > .dropdown-menu:after,
#tutorNavbar .container .brand:before,
#tutorNavbar .container .dropdown-menu a:before,
#tutorNavbar .nav > li > .dropdown-menu:before,
#tutorNavbar .nav > li > .dropdown-menu:after {
    display: none;
}

#clientNavbar .container .brand,
#clientNavbar .nav,
#tutorNavbar .container .brand,
#tutorNavbar .nav {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.add-on {
    cursor: pointer;
}

/*Login form styles start*/
.left-indent {
    margin-left: 5px;
}

form.forgot-password-form {
    margin-bottom: 0;
}

/*Login form styles end*/

/*Dashboard*/
[class*="span"].content-wrapper {
    margin-left: 0;
}

.message-board {
    margin: 10px 0 0;
}

.message-board ul {
    margin: 0;
}

.message-board .yiiPager {
    font-size: 10px;
}

.message-board li {
    list-style: none;
    margin-bottom: 10px;
}

#message-board .list-view {
    padding-top: 0;
}

#message-board .list-view .item {
    margin-bottom: 10px;
}

/*End Dashboard*/

/*Tutor Info*/
.tutor-info .info,
.tutor-info .feedback-form,
.customer-info .info,
.customer-info .feedback-form {
    padding: 20px 10px;
}

.tutor-info .info h3,
.tutor-info .info h4 {
    font-weight: normal;
}

.tutor-info .info ul {
    list-style: none inside;
    margin: 0;
}

.tutor-info .info li.student {
    margin-bottom: 30px;
}

.tutor-info .info .subjects {
    margin-top: 15px;
    margin-left: 0;
}

.tutor-info .subjects > li:before {
    content: "\2043";
    margin-right: 1ex;
}

.tutor-info .subjects > li:first-child:before {
    display: none;
}

.tutor-info .subjects li {
    margin-left: 20px;
}

.tutor-info .subjects li:first-child {
    margin-left: 0;
}

/*Resources*/
.profile-r .client-title {
    color: #fff;
    margin-top: 0;
}

.client-title {
    margin-top: 30px;
    color: #355c30;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.content-fixed #tutors-list {
    padding-top: 20px;
}

/*.content-fixed .grid-view,*/
.content-fixed .list-view {
    padding-top: 0;
}

.resource-item .created-date {
    float: right;
}

.resource-detail {
    margin-bottom: 30px;
}

#resources-list .bootstrap-widget-content {
    padding: 10px;
}

/*Payment Client*/
.error {
    color: #b94a48;
}

/*Sales Clients Grid*/
.status-actions {
    clear: both;
    margin: 0 5px 10px;
}

/*Working hours*/
#modalAddWorkingHours {
    margin-left: -350px;
    width: 700px;
}

#working-hours-form {
    margin-bottom: 0;
}

#modalAddWorkingHours .modal-body {
    min-height: 420px;
}

.update-form .modal-body {
    max-height: 100% !important;
}

.update-form .modal-footer {
    max-width: 100% !important;
}

.ui-datepicker {
    z-index: 1060 !important;
}

.hide-calendar .ui-datepicker-calendar {
    display: none;
}

/*Last Resources Widget*/
.resource-item {
    margin-bottom: 10px;
}

.resource-item .title {
    margin-bottom: 5px;
}

/*Last Invoices Widget*/
.lastInvoices,
.new-student-table table {
    margin-bottom: 10px;
}

.lastInvoices th,
.new-student-table table th {
    background: #fff;
    border: 1px solid #f3ebda;
}

.lastInvoices td,
.new-student-table table td {
    background: #d3d3d3;
}

.lastInvoices .format-inner,
.new-student-table table .format-inner {
    text-align: center;
}

/* client style */
.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.client-content {
    padding: 160px 0 105px;
}

.client-content h1 {
    color: #355c30;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
}

.d-cell {
    display: table-cell;
    width: 520px;
    padding-left: 20px;
}

.d-cell:first-child,
.d-cell:first-child > div {
    width: 420px;
    padding-left: 0;
}

.d-cell > div {
    width: 500px;
}

.client-content .bootstrap-widget-header {
    height: auto;
    background: none transparent;
    border: 0;
}

.client-content .bootstrap-widget-header i {
    display: none;
}

.client-content .bootstrap-widget-content {
    border: 0;
}

.client-content .bootstrap-widget-header h3 {
    color: #ac2b6c;
    font: bold 18px/22px Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
}

.message-dashboard {
    width: 35%;
    border: 1px solid #14390e;
    background: rgb(88, 153, 73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODk5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU1ZjMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(88, 153, 73)), color-stop(100%, rgb(53, 95, 49)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: radial-gradient(ellipse at center, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
}

.ie8 .message-dashboard {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589949', endColorstr='#355f31', GradientType=1);
}

.message-dashboard .bootstrap-widget-content {
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.message-dashboard .bootstrap-widget-header h3 {
    display: block;
    padding: 0 5px 10px 15px;
    margin: 0;
    width: 100%;
    left: 0;
    font: 24px 'scratchregular', Arial, sans-serif;
    color: #fff;
    background: url(../images/bg-heading.png) left bottom repeat-x;
}

.right-dashboard {
    padding-left: 25px;
    float: right;
    width: 635px;
}

.message-dashboard .items a {
    color: #FA8C00;
}

.message-dashboard .pagination a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-pattern.jpg) repeat;
    border: 1px solid #d49815;
    border-radius: 2px;
}

.message-dashboard .item p:first-child {
    margin-bottom: 0;
}

.message-dashboard a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.right-dashboard > .bootstrap-widget,
.new-student {
    border: 8px solid #f3ebda;
    position: relative;
    margin-bottom: 30px;
}

.right-dashboard > .bootstrap-widget:before,
.aside-right .bootstrap-widget:before,
.new-student:before {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 199px;
    height: 60px;
    background: url("../images/sprite-client.png") 0 0 no-repeat;
    content: "";
}

.client-content .last-resources-board .bootstrap-widget-header h3 {
    margin: 0 0 0 24px;
}

.client-content .last-invoices-board .bootstrap-widget-header h3 {
    margin: 0 0 0 31px;
}

.right-dashboard .bootstrap-widget-header h3 {
    color: #fff;
    text-shadow: none;
}

.right-dashboard .bootstrap-widget-header {
    padding-bottom: 40px;
}

.right-dashboard .bootstrap-widget-content {
    padding: 0 15px 15px;
    background: transparent;
}

.right-dashboard .lastInvoices {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
    background: #fff;
}

.right-dashboard .lastInvoices a {
    text-decoration: underline;
    color: #355c30;
}

.right-dashboard .lastInvoices a:hover {
    text-decoration: none;
}

.content-fixed .bootstrap-widget-header a:hover {
    color: #fdaf06;
    text-decoration: none;
}

.right-dashboard .lastInvoices th {
    padding: 5px 3px;
    font-weight: normal;
}

.checkbox > input {
    width: auto;
}

.right-dashboard .lastInvoices td {
    background: transparent;
    padding: 5px 3px;
    color: #333;
    border: 1px solid #f3ebda;
    border-top: 0;
}

.content-fixed .form-vertical .placeholder {
    color: #ababab;
}

.right-dashboard .resource-item a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.right-dashboard .resource-item a:hover {
    color: #ac2b6c;
    text-decoration: none;
}

.content-fixed {
    padding: 140px 0 105px;
    position: relative;
}

.right-dashboard .bootstrap-widget-content > a {
    display: inline-block;
    vertical-align: top;
}

#content .client-title {
    color: #355c30;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
    text-align: left;
    text-transform: capitalize;
}

.content-fixed .bootstrap-widget-header,
.content-fixed .bootstrap-widget-content {
    border: 0;
    position: relative;
    background: none transparent;
    border-radius: 0;
}

.content-fixed .bootstrap-widget-header i {
    display: none;
}

.content-fixed .bootstrap-widget-header a {
    color: #355c30;
    font: bold 16px/32px Arial, Helvetica, sans-serif;
}

.content-fixed .bootstrap-widget-header .created-date {
    font-weight: normal;
    text-shadow: none;
    color: #fff;
    line-height: 29px;
}

.content-fixed .resource-item {
    padding: 10px;
    color: #fff;
    background: #008d40 url(../images/bg-info-area.gif);
}

.tutor-info:before,
.profile-box:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: url("../images/bg-heading-sprite.png") 0 0 repeat-x;
    content: "";
}

.tutor-info,
.customer-info {
    position: relative;
    padding: 0 20px;
}

.tutor-info .info,
.customer-info .info {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    margin: 0;
    padding: 10px 10px 20px;
    color: #fff;
    border: 1px solid #14390e;
    background: rgb(88, 153, 73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODk5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU1ZjMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(88, 153, 73)), color-stop(100%, rgb(53, 95, 49)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: radial-gradient(ellipse at center, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
}

.client-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.30);
    z-index: 999;
}

.tutor-info .info {
    margin-bottom: 55px;
}

.ie8 .tutor-info .info,
.ie8 .customer-info .info {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589949', endColorstr='#355f31', GradientType=1);
}

.tutor-info .feedback-form,
.customer-info .feedback-form {
    display: inline-block;
    vertical-align: top;
    width: 41%;
    padding: 0 10px 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resource-item .bootstrap-widget-header h3 {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resource-item .bootstrap-widget-header h3:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background: url(../images/bg-heading.png) left bottom repeat-x;
    content: "";
}

.resource-item .bootstrap-widget-header h3 a {
    color: #fff;
    font: 24px 'scratchregular', Arial, sans-serif;
    text-shadow: none;
}

.feedback-form .btn,
.invoice-view .btn.btn-warning,
.proceed-payment .btn,
.form-profile .btn.btn-success,
.find-button-row .btn.btn-success {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-pattern.jpg) repeat;
    border: 1px solid #d49815;
    border-radius: 2px;
    text-shadow: none;
}

.proceed-payment h2 {
    margin: 0 0 10px;
    font-size: 14px;
}

.feedback-form .btn:hover,
.invoice-view .btn:hover,
.proceed-payment .btn:hover,
.form-profile .btn:hover {
    opacity: 0.9;
}

.tutor-info .info h3,
.customer-info .info h3 {
    margin: 0;
    padding: 0 0 10px;
    font: 24px 'scratchregular', Arial, sans-serif;
    background: url(../images/bg-heading.png) left bottom repeat-x;
    text-transform: capitalize;
}

.customer-info dd {
    padding-bottom: 10px;
    margin-left: 25px;
}

.customer-info dd a {
    color: #fff;
}

.customer-info dt {
    font-size: 15px;
}

#tutors-list .bootstrap-widget-header h3 {
    color: #355c30;
    top: 0;
}

.student-tutor {
    padding: 15px 0 20px;
}

.student-tutor h4 {
    margin: 0;
}

.tutor-text {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tutor-text:focus,
.form-profile input[type="text"]:focus,
.form-profile input[type="password"]:focus,
.form-profile input[type="email"]:focus,
.form-profile textarea:focus,
.proceed-payment .form-horizontal input[type="text"]:focus,
.proceed-payment .form-horizontal input[type="password"]:focus,
.proceed-payment .form-horizontal input[type="email"]:focus,
.proceed-payment .form-horizontal textarea:focus {
    border-color: rgba(253, 175, 6, 0.62);
    -webkit-box-shadow: 0 0 8px rgba(253, 175, 6, 0.52);
    box-shadow: 0 0 8px rgba(253, 175, 6, 0.52);
    outline: none;
}

.content-left {
    /*width: 65%;*/
}

.aside-right {
    width: 342px;
    padding-left: 15px;
    float: right;
}

.aside-right .bootstrap-widget {
    background: #f3ebda;
    position: relative;
    padding: 15px;
}

.content-left table td,
.transactions-box table td {
    border: 1px solid #355c30;
}

.content-left table th,
.transactions-box table th {
    border: 1px solid #355c30;
    background: #355c30;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    vertical-align: middle;
}

.content-left .grid-view .button-column {
    width: 25px;
}

.content-left .grid-view {
    padding: 0;
}

.content-left table th a,
.transactions-box table th a {
    color: #fff;
}

.content-left .grid-view table.items tr.selected td {
    background: rgba(53, 92, 48, 0.16);
}

.payment-box h5 {
    margin: 0;
    padding-bottom: 10px;
}

.payment-box dl {
    margin: 0;
}

.payment-box dt {
    font-weight: normal;
    text-align: justify;
    padding-bottom: 5px;
}

.payment-box dd {
    font-size: 12px;
    margin-left: 0;
    padding-bottom: 10px;
}

.payment-box {
    padding-bottom: 10px;
}

.aside-right .bootstrap-widget-header h3 {
    color: #fff;
    font: bold 16px/16px Arial, Helvetica, sans-serif;
    margin: -14px 0 0 16px;
    left: 0;
    text-shadow: none;
    width: 165px;
    text-align: center;
}

.aside-right .bootstrap-widget-header {
    padding-bottom: 15px;
}

.client-body .bootstrap-widget-header,
.client-body .navbar-inner {
    filter: none;
}

.aside-right .bootstrap-widget-content {
    padding: 0;
}

.invoice-view table {
    font-size: 14px;
}

.invoice-view th {
    font-size: 16px;
}

.invoice-view table {
    table-layout: fixed;
}

.invoice-view td {
    width: 710px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-dashboard .bootstrap-widget-content > a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.invoice-view .btn.btn-primary,
.right-dashboard .bootstrap-widget-content > a,
#loginBoxWidget .btn-danger,
.tutor-invoice-buttons .btn.btn-primary {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-purple.jpg) repeat;
    border: 1px solid #ac2b6c;
    border-radius: 2px;
}

.invoice-view .btn,
.form-profile .btn,
.tutor-invoice-buttons .btn.btn-success {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-gray.jpg) repeat;
    border: 1px solid #8F8F8F;
    border-radius: 2px;
    text-shadow: none;
    margin-right: 5px;
}

/*.invoice-view .btn{
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-gray.jpg) repeat;
    border: 1px solid #8F8F8F;
    border-radius: 2px;
    text-shadow: none;
    margin-right: 5px;
}*/

.form-profile .control-label,
.form-profile .control-group label,
.table-box .form-horizontal .control-label {
    text-align: left;
}

.form-profile .control-group .input-prepend input {
    width: 179px;
    margin-bottom: 10px;
}

.button-row.profile-box {
    padding-bottom: 20px;
}

.invoice-view th,
.invoice-view td {
    padding: 6px 5px;
}

.availability-box {
    padding: 10px 0;
}

.table-box .link-row {
    padding-bottom: 15px;
}

.link-row > a {
    display: inline-block;
    vertical-align: top;
}

.availability-box > .checkbox {
    display: inline-block;
    vertical-align: top;
    width: 21%;
}

.container .availability-box > .checkbox {
    width: 20%;
}

.table-box form .f-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
}

.extra-submit .btn-primary,
.table-box .btn-primary,
.underline-action .btn,
.rf-button .btn-primary,
.button-btm .btn-primary,
.modal-footer .btn.btn-success:not(.reset-theme),
.form-profile .btn-primary,
.tutor-invoice-buttons .btn.btn-warning,
.modal-body .btn.btn-success,
.switch-popup-view,
.extra-submit .btn-primary{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-pattern.jpg) repeat;
    border: 1px solid #d49815;
    border-radius: 2px;
    text-shadow: none;
    font-size: 13px;
    min-width: 79px;
}

.table-box .button-column a:hover,
.switch-popup-view:hover,
.button-btm .btn-primary:hover,
.underline-action .btn:hover,
.modal-footer .btn:hover,
.modal-footer .btn.btn-success:hover,
.tutor-invoice-buttons .btn.btn-warning:hover,
.modal-body .btn.btn-success:hover,
.tutor-invoice-buttons .btn:hover {
    /*color: #fff;*/
    text-decoration: none;
    opacity: 0.7;
}

.table-box .btn-primary:hover,
.rf-button .btn-primary:hover {
    opacity: 0.8;
    text-decoration: none;
}

.table-box form .f-col .input-prepend input {
    width: 93%;
}

.table-box .btn-warning,
.modal-footer .btn:not(.reset-theme) {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn-gray.jpg) repeat;
    border: 1px solid #8F8F8F;
    border-radius: 2px;
    text-shadow: none;
    font-size: 13px;
}

.table-box .table-bordered th,
.table-striped.table-bordered .datepicker table tr th,
.table-box .table-bordered th:last-child,
.table-box .table-bordered th:first-child,
.table-box .table-bordered thead:first-child tr:first-child > th:last-child,
.table-box .table-bordered thead:first-child tr:first-child > th:first-child,
.table-striped.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-striped.table-bordered tbody:last-child tr:last-child > th:first-child {
    border: 0;
    background: #355c30;
    color: #fff;
    border-radius: 0;
}

.new-student-table .table-box .table-bordered th,
.new-student-table .table-box .table-bordered th:last-child,
.new-student-table .table-box .table-bordered th:first-child,
.new-student-table .table-box .table-bordered thead:first-child tr:first-child > th:last-child,
.new-student-table .table-box .table-bordered thead:first-child tr:first-child > th:first-child {
    border: 1px solid #fff;
    background: #fff;
    color: #355c30;
}

.profile-r .table-box .client-title {
    color: #355c30;
    font-size: 18px;
}

.table-box .table-bordered {
    border-radius: 0;
    border: 0;
    border-collapse: collapse;
    border-left: solid 1px #355c30;
    border-right: solid 1px #355c30;
}

.table-box .table-bordered td {
    border: 0;
    word-wrap: break-word;
    border-radius: 0 !important;
}

.table-box .grid-view table.items tr.selected td {
    background: #fff;
}

/*Modal add unavailability note*/
#weekend-form textarea {
    width: 97%;
}
input[readonly].hasDatepicker {
    background-color: #fff;
    cursor: default;
}

.new-student-table #unconfirmed-clients-grid .table-bordered td,
.new-student-table #unconfirmed-clients-grid .table-bordered th {
    padding: 8px 2px;
    border: 1px solid #f3ebda;
}

.new-student-table #unconfirmed-clients-grid .table-bordered .datepicker-days td,
.new-student-table #unconfirmed-clients-grid .table-bordered .datepicker-days th,
.table-box #unconfirmed-clients-grid .table-bordered .datepicker-days tr td:first-child,
.table-box #unconfirmed-clients-grid .table-bordered .datepicker-days tr th:first-child {
    padding: 2px;
    border: 0;
}

.new-student-table #unconfirmed-clients-grid .table-bordered .datepicker-days .next,
.new-student-table #unconfirmed-clients-grid .table-bordered .datepicker-days .prev {
    background: #355c30;
}

.table-box #unconfirmed-clients-grid .table-bordered .datepicker-days tr {
    border-bottom: solid 1px #355c30;
}

.new-student-table #unconfirmed-clients-grid .table-bordered .datepicker-days td.active,
.table-box .grid-view table.items tr.selected .datepicker-days td.active {
    background: #355c30;
    border-radius: 0;
}

.table-box #unconfirmed-clients-grid .table-bordered tr td:first-child,
.table-box #unconfirmed-clients-grid .table-bordered tr th:first-child {
    padding: 8px 4px 8px 4px;
}

.table-box .datepicker table {
    width: 100%;
}

.table-box #unconfirmed-clients-grid .table-bordered tr td:last-child {
    text-align: center;
}

#cepResendGrid table th {
    border: 1px solid #ac2b6c;
    background: #ac2b6c;
    font-weight: normal;
    padding: 9px 5px;
}

#cepResendGrid {
    padding-top: 10px;
}

#cepResendGrid table td {
    border: 1px solid #ac2b6c;
    padding: 9px 5px;
}

#cepResendGrid table .even td,
#cepResendGrid table .even.selected td {
    background: #FFF0F7;
    border-radius: 0;
}

.table-box .table-striped tbody > tr:nth-child(odd) > td,
.table-box .table-striped tbody > tr:nth-child(odd) > th {
    background: transparent;
}

.table-box .table-striped tbody > tr:nth-child(odd) > td.active.active,
.table-box .table-striped .datepicker table tr td.active.active {
    background: #355c30 none;
}

.message-dashboard .list-view-loading {
    background: none;
}

.feedback-tutor .f-row label {
    float: left;
    padding-right: 20px;
    width: 280px;
}

.feedback-item {
    border: 8px solid #f3ebda;
    padding: 15px;
}

.feedback-tutor .f-row textarea {
    float: left;
    width: 570px;
    border-radius: 0;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.075);
}

.feedback-tutor .f-row input {
    border-radius: 0;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.075);
}

.feedback-tutor .f-row textarea:focus,
.feedback-tutor .f-row input:focus {
    border: 1px solid rgba(212, 152, 21, 0.50);
}

.table-box .table-bordered tr {
    border-bottom: solid 1px #355c30;
}

.new-student-table .table-box .table-bordered {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

.new-student-table .table-box .table-bordered tr {
    border-bottom: solid 1px #fff;
}

.availability-box label:first-child {
    text-align: left;
    padding-bottom: 10px;
}

.availability-box > label {
    display: block;
}

.availability-box .controls > span {
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
    width: 470px;
}

#TutorModel_availability > input {
    float: left;
    margin: 3px 5px 0 0;
}

#TutorModel_availability > label {
    float: left;
    margin: 0 20px 0 0;
    width: 11px;
}

#TutorModel_availability > br {
    display: none;
}

.feedback-info a {
    /*color: #355c30;*/
}

.table-box .editable-click,
.table-box a.editable-click {
    color: #355c30;
    border-bottom: dashed 1px #355c30;
}

.table-box a.editable-click:hover {
    color: #355c30;
    border-bottom: none;
}

.profile-l {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.profile-r {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 0 0 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .p-b .client-title {
    color: #fff;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.form-horizontal .p-b .controls {
    margin-left: 150px;
}

.form-horizontal .p-b .control-label {
    width: 150px;
}

.p-b {
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #14390e;
    background: rgb(88, 153, 73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1ODk5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU1ZjMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(88, 153, 73)), color-stop(100%, rgb(53, 95, 49)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: radial-gradient(ellipse at center, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
}

.modal.fade.in {
    top: 155px;
}

.ie8 .p-b {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#589949', endColorstr='#355f31', GradientType=1);
}

.profile-box {
    border-bottom: 0;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 25px
}

.new-student-table .table-box.profile-box:before {
    display: none;
}

.table-box.profile-box {
    padding-bottom: 10px;
}

.proceed-payment .control-group {
    display: inline-block;
    width: 49.5%;
}

.proceed-payment .text-box .control-group {
    width: 100%;
    display: block;
}

.text-box .control-group textarea {
    width: 91%;
}

.btn-row {
    padding-left: 113px;
    text-align: center;
}

.btn.set {
    margin-right: 10px;
}

.borm-border h5 {
    margin-top: -15px;
}

.borm-border h5 span {
    background: #ffffff;
}

.input-block .borm-border,
.borm-border {
    /*float: none;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left-column {
    float: left;
    width: 42%;
    padding: 10px 30px 10px 10px;
    border-right: 1px dotted #B3B3B3;
}

.right-column {
    float: right;
    width: 50%;
    padding: 10px 10px 10px 30px;
}

p.profile-student {
    text-align: center;
}

.client-id {
    color: #B3B3B3;
    /*    font-size: 21px;*/
    font-weight: bold;
    padding: 50px 0 0;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
}

.subject-grid,
.hide-lk {
    display: none;
}

.profile-box .checkbox {
    cursor: default;
}

/*Sales send sms for client*/
#counters {
    margin-left: 0;
}

#counters li {
    display: inline-block;
    list-style: none;
}

#counters li span:first-child {
    margin-right: 10px;
}

.input-append, .input-prepend {
    margin-bottom: 0;
}

/*.message-board ul.yiiPager .first,.message-board ul.yiiPager .last {
    display: inline;
}*/

/*Fix for wysihtml5 editor*/
.form-horizontal .controls {
    /*margin-left: 165px;*/
}

.form-horizontal .control-label,
.form-profile .control-group label {
    width: 145px;
}

.client-body .alert {
    /*margin: 0 20px 20px;*/
}

.form-profile .control-group label {
    display: inline-block;
    vertical-align: middle;
}

/*Tutor Invoice Page Styles Start*/
#tutor-invoice-form input.span1 {
    width: 22px;
    padding: 1px;
}

#invoice-form input.span1 {
    width: 22px;
    padding: 1px;
}

#tutor-invoice-form input.span2 {
    width: 50px;
}

#tutor-invoice-form input.span22 {
    width: 50px;
    height: 12px;
    /*margin-top: 10px;*/
    vertical-align: top;
}

#invoice-form input.span2 {
    width: 50px;
}

.invoice-item {
    margin-bottom: 10px;
    padding: 10px;
    clear: both;
}

.invoice-item table {
    font-size: 12px;
}

.invoice-item table tr td:first-child {
    /*padding-top: 25px;*/
}

.invoice-item table p,
.invoices-summary table p {
    margin-bottom: 8px;
    text-align: center;
}

.invoice-item table td {
    padding: 2px;
}

.invoice-item table td label {
    text-align: center;
    font-size: 12px;
}

label.horizontal {
    display: inline-block;
    margin-right: 7px;
}

.not-listed-students-button {
    margin-bottom: 20px;
}

.time-accounting-grid {
    margin-top: 10px;
}
.time-accounting-grid td{
    padding: 0px 0px;
    text-align: center;
}
.send-student-details-field {
    width: 516px;
}

.switch-popup-view {
    display: inline-block;
    margin-bottom: 10px;
}

.tutor-invoice-buttons {
    clear: both;
    padding: 10px 0;
}

.extended-summary.well {
    /*margin-bottom: 0;*/
    /*border: 1px solid black;*/
    padding: 8px 8px 5px;
}

.invoice-item .extended-summary.well {
    border-color: #e3e3e3;
    background: #fff;
    float: none;
}

.invoice-item-top .extended-summary.well {
    display: inline-block;
    vertical-align: top;
    width: 47.4%;
    margin: 10px 0 0 1.2%;
    min-height: 100px;
}

.ii-payment {
    padding: 10px 0;
}
.ii-payment .payment-details {
    border-collapse: separate;
    border-spacing: 5px;
}
.ii-payment .payment-details tr td:first-child {
    width: 67%;
}
.ii-payment .payment-details td {
    vertical-align: top !important;
}
.invoice-item-top .invoice-row:first-child .extended-summary.well {
    min-height: 160px;
    margin-top: 0;
}

.ii-ttl {
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
}

.ii-ttl + ul strong {
    float: right;
}

.ii-ttl + ul {
    width: 80%;
}

.invoice-item-top .extended-summary.well:first-child {
    margin-left: 0;
}

.invoice-item.well {
    width: 100%;
}

input[readonly].total-hours, input[readonly].total-lessons {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 2px;
}

.invoice-info {
    float: left;
    margin-right: 10px;
    width: 300px;
}

.invoice-info ul li {
    list-style: none;
}

#tutor-invoice-students-grid-id {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.invoice-top-bar {
    margin: 20px 0px;
}

/*Tutor Invoice Page Styles End*/
.report-general {
    padding-bottom: 15px;
    background: url("../images/bg-heading-sprite.png") 0 bottom repeat-x;
    margin-bottom: 25px;
}

.rg-col {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

.rg-col:first-child {
    padding-left: 0;
}

.rg-col > div {
    display: inline-block;
    vertical-align: top;
}

.rg-text {
    padding-left: 10px;
    color: #355c30;
    font-weight: bold;
    font-size: 20px;
}

.rf-row {
    padding-bottom: 10px;
}

.rf-row > label {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: right;
    padding-right: 20px;
}

.rf-button {
    text-align: center;
}

.shadow-box {
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    padding: 30px;
}

.new-student-header {
    padding-bottom: 20px;
}

.new-student-header h3 {
    margin: 0 0 0 15px;
    font: bold 18px/22px Arial, Helvetica, sans-serif;
    color: #fff;
    position: relative;
    width: 198px;
    text-align: center;
}

.new-student-table .grid-view {
    padding: 10px;
}

.new-student-table td,
.new-student-table th {
    border: 0;
    border-radius: 0 !important;
    font-size: 13px;
}

.new-student-table .grid-view .button-column {
    width: 10px;
}

.new-student-table .editable-click,
.new-student-table a.editable-click {
    border-bottom: 1px dashed #355c30;
    color: #355c30;
}

.new-student-table a.editable-click:hover {
    border-bottom: 0;
    color: #355c30;
}

#student-notes-grid .table-bordered,
#student-notes-grid .table-bordered th,
#student-notes-grid .table-bordered td {
    border-radius: 0;
}

.subject-table {
    padding-bottom: 10px;
}

.modal form {
    margin-bottom: 0;
}

.user-name {
    text-transform: capitalize;
    font-weight: bold;
}

.underline-legend {
    position: relative;
    border: 0;
    color: #355c30;
    font: bold 24px/28px 'scratchregular', Arial, sans-serif;
    margin-top: 20px;
}

#feedback-model-form {
    width: 940px;
}

.form-actions.underline-action {
    position: relative;
    padding: 19px 0 20px;
    background: transparent;
    border: 0;
}

.modal-header .client-title,
.profile-r .table-box .modal-header .client-title {
    margin: 10px;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
}

.small-ttl {
    font-weight: normal;
    margin: 0 0 15px;
}

.total-table {
    width: 300px;
    margin-left: 310px;
}

.zero-hours-comment-field {
    float: right;
    width: 630px;
}

#formHolder {
    width: 600px;
    height: 250px;
}

#modalAddClientForm {
    height: 692px;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto !important;
}

.disabled-update {
    display: none;
}

.disabled-update {
    display: block;
}

.lastResources .resource-item {
    padding-left: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMwM0VCQjU2OTAwRjExRTM4NEU4QTA1RjBFRjZEMEE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMwM0VCQjU3OTAwRjExRTM4NEU4QTA1RjBFRjZEMEE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzAzRUJCNTQ5MDBGMTFFMzg0RThBMDVGMEVGNkQwQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzAzRUJCNTU5MDBGMTFFMzg0RThBMDVGMEVGNkQwQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TDGCqAAAA7UlEQVR42mL8//8/AyWAiYFCQLIBysrKnkC8GsZnIVGzHpDqA2INkl0A1KwLpJZANX/AagBQERMQy2HRbACkVgAxyJC/QNyEywVFQLwNqMEFSbMxkFoGxFpQoVVAPB0mzwiLRqDCfCDVBcRsQPwAiD2hYQSyWRuq/jJI/O7du0+xGYCeIG4B8Q8g1oPyPwFxEFDzXlzROBfNADUkzSBQj64Z3QCQF+bgiIRFQDwJmwQjclIGeoMHSPUDcQqSmjNA7Ae0/TnBlAhU9AVI5SG55BUQl+PSjOECJJcIAKlpQHwNqLkFXwJjHPDcCBBgAO5XS0h7rZgNAAAAAElFTkSuQmCC) 0 3px no-repeat;
}

#unconfirmed-clients-grid .editable-input {
    display: block;
    margin-bottom: 10px;
}

/*Start TMS styles*/
.copy-link {
    position: relative;
    display: inline-block;
}

/*Start add comment widget styles*/
.label, .badge {
    margin: 0 1px;
}

.labels-box {
    padding-bottom: 5px;
}

.tab-content {
    height: 120px;
}


.client-profile-section .tab-content {
    height: 232px;
}
.client-view-comments-block .tab-content {
    height: 480px;
}
.tab-content .list-view {
    padding-top: 0;
}

.tab-content .list-view p {
    margin: 0;
}

.labels-box .table {
    margin: 0;
}

.labels-box .table td {
    padding: 0 3px;
    height: 20px;
}

.comment-item {
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

.comment-item:last-child {
    border-bottom:  1px solid #dddddd;
}

.comment-item:nth-child(odd) {
    /*background-color:#f9f9f9;*/
    background-color: #EBEBEB;
}


.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    /*background-color: #f9f9f9;*/
    background-color: #EBEBEB;
}

.comments-textarea {
    height: 109px;
}

.client-view-comments-block .comments-textarea,
.client-view-comments-block .btn-success {
    max-height: 50px;
}
.client-view-comments-block .form-box {
    height: 50px;
    padding: 0px;
}

.small-tab-bx .tab-content {
    height: 77px;
}

.two-col .tab-content {
    margin: 0 -12px;
}

.two-col .tab-content .comment-item {
    padding: 2px 10px;
}

.form-box {
    padding: 0 0 10px 0;
}

.select-all {
    /*padding: 3px 0 0 3px;*/
    /*position: absolute;*/
    /*top: 26px;*/
    /*width: 88px;*/
    /*right: 0;*/
}

.add-comment-button {
    width: 60px;
    height: 109px;
}

.tabs-box {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ddd;
    padding: 7px 12px;
    margin-bottom: 20px;
}

.full-textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.different-col {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.different-col:first-child {
    padding-left: 0;
    width: 340px;
}

/*End add comment widget styles*/

/*Add student popup*/
.custom-input-item {
    float: left;
    margin: 0 5px;
    height: 67px;
}

.stud-fields {
    float: left;
    width: 570px;
    padding-bottom: 5px;
}

.days-of-week-checkboxes {
    float: left;
    width: 350px;
    padding-bottom: 5px;
    height: 92px;
    margin-top: 8px;
}

.days-of-week-checkboxes .checkbox {
    float: left;
}

.days-of-week-checkboxes .checkbox label {
    display: none;
}

.label-checkbox {
    float: left;
    padding-left: 15px;
    width: 19px;
    margin: 0 !important;
}

.time-labels {
    padding-left: 58px;
}

.checkbox-name {
    display: inline-block;
    width: 57px;
}

.custom-checkboxes-row {
    display: table;
    width: 350px;
}

.custom-checkboxes-row input {
    margin-left: 19px;
}

.free-col {
    height: 90px;
    max-width: 115px;
}
#addStudentForm .free-col {
    max-width: none;
}
.free-col .help-block.error {
    font-size: 10px;
    line-height: 14px;
}

.span-e3 {
    width: 115px;
    float: left;
}

.modal-body input[type="text"],
.modal-body select {
    margin-bottom: 5px;
}
.modal-body select{
    height: 29px;
    line-height: 26px;
}

#modalAddStudentForm {
    margin-left: -300px;
    width: 600px;
}

.label-checkbox {
    font-size: 12px;
}

/*End Add student popup*/

/*End TMS styles*/


.grid-search-item {
    float: left;
    margin-right: 5px;
}

.search-buttons {
    padding-top: 25px;
}

/* Admin style */
.admin-content .message-board {
    width: 85%;
    margin: 0 auto;
    border: 1px solid #14390e;
    background: rgb(88, 153, 73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(88, 153, 73)), color-stop(100%, rgb(53, 95, 49)));
    background: -webkit-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
    background: radial-gradient(ellipse at center, rgb(88, 153, 73) 0%, rgb(53, 95, 49) 100%);
}

.admin-content .bootstrap-widget-content {
    background: transparent;
    color: #fff;
}

.admin-content #message-board .list-view .item {
    margin-bottom: 15px;
}

.admin-content .message-board .bootstrap-widget-header h3 {
    display: block;
    padding: 15px 5px 10px 15px;
    margin: 0;
    width: 100%;
    left: 0;
    font: 24px 'scratchregular', Arial, sans-serif;
    color: #fff;
    background: url(../images/bg-heading.png) left bottom repeat-x;
}

.find-col {
    float: left;
    width: 48%;
}

.find-col:first-child {
    margin-right: 4%;
}

#button-refresh,
#bulkPrimaryClient,
#bulkPrimaryTutor,
.find-button-row .send-email-button,
#bulkPromary,
.cv-col .pagination a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: url(../images/btn-pattern.jpg) repeat;
    border: 1px solid #d49815;
    border-radius: 2px;
    text-shadow: none;
    font-size: 13px;
    min-width: 79px;
}

#button-refresh:hover,
#button-refresh:focus,
#bulkPrimaryClient:hover,
#bulkPrimaryClient:focus,
#bulkPrimaryTutor:hover,
#bulkPrimaryTutor:focus,
.find-button-row .send-sms-button:hover,
.find-button-row .send-sms-button:focus,
.find-button-row .send-email-button:hover,
.find-button-row .send-email-button:focus,
.admin-content .two-col .different-col.create-col .btn:hover,
.admin-content .two-col .different-col.create-col .btn:focus,
.cv-col .pagination a:hover,
.cv-col .pagination a:focus,
#bulkPromary:hover,
#bulkPromary:focus {
    outline: none;
    opacity: 0.9;
}

.column-ttl {
    color: #355c30;
    line-height: 1.2;
    margin: 15px 0 0;
    font-size: 18px;
}

.admin-content .table-bordered {
    table-layout: fixed;
}

.admin-content .table-bordered,
.admin-content .table-bordered td,
.admin-content .table-bordered th {
    border-radius: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-content .table-bordered th, .tutor-profile .table-bordered th {
    background: #355c30;
    color: #fff;
    border-color: #355c30;
    vertical-align: middle;
    /*opacity: 0.75;*/
}

.admin-content .table-bordered th a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.admin-content .table-bordered td,
.admin-content .table-bordered td a {
    font-size: 12px;
}

.find-button-row {
    list-style: none;
    margin: 0 0 15px;
}

.find-button-row li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.find-button-row .send-sms-button {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    text-shadow: none;
    font-size: 13px;
    min-width: 79px;
    background: url(../images/btn-purple.jpg) repeat;
    border: 1px solid #ac2b6c;
}

.admin-content .form-box .different-col.eight-box {
    float: left;
    width: 80%;
}

.admin-content .form-box .different-col.create-col {
    float: left;
    width: 20%;
    padding-left: 10px;
}

.admin-content .form-box .different-col.create-col .btn {
    width: 100%;
    background: #008d40 url(../images/bg-info-area.gif);
    border: 1px solid #008d40;
}

/*.tms-layout-container {*/
    /*width: 1340px !important;*/
    /*margin: 0 auto;*/
/*}*/
.tms-layout-container {
    width: 98% !important;
    margin: 0 auto;
}
.tms-layout-container-75-width {
    width: 85% !important;
    margin: 0 auto;
}
.tms-mainmenu {
    margin-top: 10px;
}

.admin-content {
    padding: 60px 0 105px;
    position: relative;
}

.tms-clear-result {
    position: absolute;
    right: 0;
    width: 284px;
}

.admin-content .find-col:first-child {
    margin-right: 1%;
    width: 50%;
}

.admin-content .find-col {
    float: left;
    width: 49%;
}

.tms-findct-grid {
    /*height: 500px;*/
}

.grid-view table.items > tbody > tr.selected > td {
    background: none repeat scroll 0 0 #A0CEEF;
}

.tms-findct-grid table.items thead tr:first-child {
    height: 48px;
}

.sub-nav-bar {
    width: 800px !important;
}

.input-advanced-search {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.input-advanced-search.span2 {
    margin-left: 5px;
}

.input-advanced-search input {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-size: 14px;
}

.input-advanced-search span {
    font-size: 12px;
}

.send-message-to-all-tutors {
    bottom: 4px;
    position: absolute;
    right: 19px;
    width: 200px;
}

.account-management-search .radio,
.allocation-search-form .radio {
    display: inline-block;
    margin-left: 10px;
}

.allocation-search-form .acct-start-filter-buttons {
    /*float: right;*/
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

/* Client detail page*/
.client-students-grid {
    width: 450px;
}

.login-box-area {
    float: right;
}

#tutor-report-form .help-block {
    padding-left: 240px;
}


.invoice-page .invoice-info {
    float: left;
    margin-right: 10px;
    width: 400px;
}

.invoice-page .no-listed-students-block {
    float: right;
    width: 600px;
}

.invoice-page .invoice-info ul {
    margin: 0 0 15px;
}

.invoice-info .link-row {
    text-align: center;
    padding-bottom: 0;
}

.invoice-info .well .btn-primary {
    margin: 0;
}

.invoice-page #tutor-invoice-students-grid-id {
    width: auto;
    float: none;
    margin: 0;
}

.invoice-page .total-table {
    width: 600px;
    margin: 0;
    border-top: 1px solid #355C30;
}

.invoice-page .no-listed-students-block tr td:last-child,
.invoice-page .no-listed-students-block tr th:last-child {
    width: 80px;
    padding: 4px 20px;
    text-align: right;
}

.invoice-page .resource-item {
    border-radius: 3px;
}

.invoice-page .table-striped tbody > tr:nth-child(2n+1) > td,
.invoice-page .table-striped tbody > tr:nth-child(2n+1) > th {
    background: none;
}

.info-holder {
    padding: 0 0 15px;
}

.invoice-page .calendar {
    color: #555;
    margin: 0;
}

.invoice-page .calendar th,
.invoice-page .calendar td,
.invoice-page .table th {
    vertical-align: top;
}

.invoice-page .invoice-item .well {
    padding: 17px 0;
}

.invoice-page .invoice-item .extended-summary.well {
    margin-bottom: 0;
    border: 1px solid #fff;
    padding: 8px 8px 5px;
    background: none;
    color: #fff;
    float: right;
}

.invoice-page .calendar input[type="text"] {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.invoice-page .calendar .label,
.invoices-summary .calendar .label {
    padding: 2px;
    min-width: 22px;
    text-align: center;
}

.invoice-item .calendar td,
.invoices-summary .calendar td {
    padding: 2px 1px;
}

.invoice-page #tutor-invoice-form input.total-hours, input.total-lessons {
    /*color: #fff;*/
}

.invoice-page .invoice-item table tr td:first-child {
    padding-top: 30px;
}

.invoice-page .input-prepend .add-on {
    height: 16px;
    line-height: 16px;
}

.invoice-page .tutor-invoice-buttons {
    text-align: center;
}

.invoice-page .tutor-invoice-buttons button {
    display: inline-block;
    vertical-align: top;
}

/*Account management page styles start*/
#bigLoaderGif {
    position: absolute;
    top: 32%;
    left: 43%;
    z-index: 9999;
}

#send-invoice-summary-modal,
#invoice-summary-modal {
    left: 16%;
    top: 2%;
    bottom: 4%;
    width: 98%;
    height: 96%;
}
#invoice-summary-modal .modal-body {
    max-height: 80% !important;
}

.invoices-summary table tr td.label-holder {
    padding-top: 30px;
}

.invoices-summary table tr td.label-holder p {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.invoices-summary table tr td:first-child p {
    margin-right: 5px;
}

.redactor_summary table.calendar td.label-holder {
    padding-top: 25px !important;
}

.redactor_summary table.calendar td {
    padding: 2px 1px !important;
    border: none;
}

.redactor_summary table.calendar td p.label {
    background-color: #999999 !important;
    font-size: 12px;
    line-height: 1.4em !important;
}

.redactor_summary table.calendar .well {
    background-color: #F5F5F5 !important;
    border: 1px solid #E3E3E3 !important;
}

.redactor_summary table.calendar td.label-holder p {
    display: block;
}

.redactor_summary table.calendar tr td:first-child p {
    margin-right: 5px;
}

.redactor_summary table.calendar td p {
    margin-bottom: 5px !important;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.account-management-search .well,
.account-management-search form {
    margin-bottom: 10px;
    position: relative;
}

.account-management-search .two-columns-forms {
    width: 46%;
    display: inline-block;
    padding-bottom: 15px;
    min-height: 81px;
}

.account-management-search .two-columns-forms select {
    margin-bottom: 3px;
}

.account-management-search .two-columns-forms .error {
    margin-bottom: 3px;
    font-size: 12px;
}

.account-management-search .two-columns-forms.second-column {
    float: right;
}

.account-management-search .clear-filters {
    float: right;
}

.account-management-search .filter-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
}

.account-management-search .input-advanced-search {
    height: 23px;
}

.account-management-search .input-advanced-search.group-buttons {
    padding-top: 4px;
    padding-right: 15px;
    border-right: 1px solid #000;
}

.account-management-search .input-advanced-search.group-buttons .radio {
    margin-bottom: 0px;
}
.account-management-search .span1{
    width: 90px;
}

/*Account management page styles end*/
#loginBoxWidget .btn-danger:hover,
#loginBoxWidget .btn-danger:focus {
    opacity: 0.7;
}

.tutor-invoice-buttons .btn.btn-warning:first-child {
    margin-left: 0;
}

.tutor-invoice-buttons .btn {
    margin-left: 5px;
}

.left-amount {
    float: left;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 22px;
    padding: 8px 10px;
}

.left-amount strong {
    font-weight: normal;
}

.center-amount {
    float: left;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 22px;
    padding: 8px 10px;
    margin-left: 10px;
}

.center-amount strong {
    font-weight: normal;
}

.modal-body .input-prepend .add-on {
    height: 20px;
    line-height: 20px;
}

#send-student-details-form {
    text-align: left;
}

#send-student-details-form label {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

#send-student-details-form .btn.btn-success {
    float: right;
}

#modalNotListedStudents .modal-footer .btn {
    min-width: 56px;
    text-align: center;
}

.datepicker table {
    background: #355c30;
}

.datepicker table tbody {
    background: #f5f5f5;
}

#flash-message {
    /*position: fixed;*/
    /*top: 155px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/

    position: absolute;
    right: 0;
    z-index: 9999;
}

#flash-message .alert {
    /*margin: 0 auto;*/
    /*width: 100%;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}

.auto-submit.well {
    padding: 8px 10px 4px;
    min-height: 0;
    background: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.add-deduction-button {
    margin-bottom: 10px;
}

.pagination ul > li.disabled {
    display: none;
}

.grid-view table tbody > tr td {
    cursor: pointer;
}

.grid-view table tbody > tr td div {
    cursor: default;
}

/*.grid-view > tbody tr td {
    cursor: pointer;
}*/
.loader {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 2500px;
    z-index: 9999;
    background-color: RGBA(250, 250, 250, .5);
}

.send-email-form {
    position: relative;
    overflow: hidden;
}

.template-id {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*padding-left: 2px;*/
    padding-bottom: 10px;
}
.radio-buttons label{
    padding-right: 5px;
}
.small-space-grid .table-condensed th,
.small-space-grid .table-condensed td {
    padding: 4px 2px;
}
#location-sales-notice {
    color: #ff9653;
    display: block;
    font-size: 12px;
    font-style: italic;
    width: 140px;
    font-weight: bold;
}
#location-sales-notice-hidden {
    display: none;
}
.client-profile-section .profile-l .f-buttons {
    float: right;
}

.btn-square-grey{
    background: url("../images/btn-gray.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #8f8f8f;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
    text-shadow: none;
}


.client-profile-section .client-students-grid {
    width: auto;
}

.client-profile-section .profile-l {
    /*padding-top: 27px;*/
    width: 39%;
}
.client-profile-section .profile-r {
    width: 60%;
}
.admin-left {
    float: left;
    width: 50%;
}
.admin-right {
    float: right;
    width: 48%;
}
.admin-right p {
    margin: 0 0 20px;
}
#loading-gif {
    float: right;
    position: absolute;
    right: 0;
    top: 100px;
}

/*Statistics page start*/
.statistics-search-form .btn-group {
    margin-right: 5px;
}
/*Statistics page styles end*/
.s-notes-textarea-for-grid {
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    height: 150px;
}
.s-notes-textarea-for-find-tutors {
    box-sizing: border-box;
    height: 120px;
    margin-left: 0;
    width: 100%;
}
.s-notes-textarea {
    box-sizing: border-box;
    height: 237px;
    margin-left: 0;
    width: 100%;
}
.availability-textarea {
    box-sizing: border-box;
    height: 237px;
    margin-left: 0;
    width: 100%;
}
.availability-box .btn.active, .availability-box .btn:active {
    background: url("../images/bg-info-area.gif") repeat scroll 0 0 #008d40;
    border: 1px solid #5f9355;
}
.universal-loader {
    position: absolute;
    top: 42%;
    left: 38%;
    z-index: 9999;
}
#client-grid-wrapper, #tutor-grid-wrapper {
    min-height: 508px;
}
#button-refresh {
    float: right;
}

.span1_5 {
    width: 90px;
}

.ezyPager {
    /*margin: 20px 0;*/
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.ezyPager li {
    display: inline-block;
    vertical-align: top;
}

.ezyPager > li:first-child > a, .ezyPager > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.ezyPager > li:last-child > a, .ezyPager > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ezyPager li a {
    background: url("../images/btn-pattern.jpg") repeat scroll 0 0 #d49815;
}

.ezyPager li a {
    border: 0 none;
    color: #fff;
}

.ezyPager > li > a, .ezyPager > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}

.ezyPager .active a, .ezyPager li a:hover {
    background: url("../images/btn-pattern-b.jpg") repeat scroll 0 0 #d49815;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}
.ezyPager > li.disabled {
    display: none;
}

#offline-payments-button {
    position: absolute;
    top: 247px;
    right: 0;
}

.old-attribute-value {
    color: red;
    font-weight: 700;
    text-decoration: underline;
}
.new-attribute-value {
    color: green;
    font-weight: 700;
    text-decoration: underline;
}
#modalPpncAcctStart {
    top: 2%;
}
tr[status="0"] .status-column {
    color: #EEB53A;
}
tr[status="1"] .status-column {
    color: green;
    font-weight: 600;
}
tr[status="2"] .status-column {
    color: red;
}
#student-tutor-grid-id tr[status="2"], #confirmed-clients-grid tr[status="2"] {
    color: gray;
}

div.client-view-allocation-grid {
    padding-top: 5px;
    width: 82%;
}
div.profile-r div#client-students-grid {
    padding-top: 0px;
    width: 98%;
}
div#client-view-students-grid {
    width: 88%;
    float: left;
}
div.client-view-location-grid {
    /*padding-top: 0px;*/
    width: 78%;
    float: left;
}
div.client-view-location-grid div#locationGridId {
    width: 98%;
    padding-top: 0px;
}
.client-view-student-buttons {
    /*margin-top: 10px;*/
}
.client-view-location-buttons {
    margin-top: 3px;
}
/*div#locationGridId {*/
    /*width: 98%;*/
/*}*/
.client-detail-one-row {
    float: left;
    margin-right: 15px;
}
.client-detail-full-name {
    float: left;
    margin-right: 15px;
}
.client-detail-phones {
    float: left;
    margin-right: 15px;
}
.CD-span85 {
    width: 620px;
}

.client-profile-section .profile-l .control-group {
    margin-bottom: 6px;
}

/*.profile-top .grid-view {*/
    /*padding-top: 0px;*/
/*}*/

#account-start-grid {
    width: 70%;
    float: left;
    padding-top: 0px;
}
#tutorSwapGrid {
    width: 70%;
    float: left;
    padding-top: 0px;
}

.acc-start-notes {
    width: 28%;
    /*margin-top: 20px;*/
    float: right;
}

.admin-content h4 {
    margin: 20px 0 0 0;
}

.allocations-filter {
    position: absolute;
    right: 0;
    padding: 16px 44px 0;
    top: 70px;
}
.paginate-clients {
    /*margin: 0;*/
    /*position: absolute;*/
    /*right: 50%;*/
    /*top: 111px;*/
    float: left;
    margin: 5px 10px 0px 0px;
}

.paginate-clients .btn {
    height: 20px;
}

.paginate-clients .btn i {
    margin-top: 2px;
}

/*.paginate-clients a{*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*padding: 5px 10px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*font-weight: bold;*/
    /*background: url(../images/btn-pattern.jpg) repeat;*/
    /*border: 1px solid #d49815;*/
    /*border-radius: 2px;*/
    /*text-shadow: none;*/
    /*font-size: 13px;*/
/*}*/


.client-mini-panel {
    height: 39px;
    position: relative;
    display: block;
    z-index: 998;
}

.activity-label {
    margin-left: 8px;
    position: absolute;
    top: 7px;
}

.client-mini-panel .message-sender-clicker {
    float: right;
}
.client-mini-panel .view-statements {
    float: right;
    height: 22px;
    margin: 5px 0 0 5px;
}

.client-mini-panel .message-sender-clicker {
    margin: 5px 0 0 5px;
}


.btn.btn-warning.btn-ezy {
    background: url("../images/btn-pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d49815;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: none;
}
.btn.btn-success.btn-ezy {
    background: url("../images/bg-info-area.gif") repeat scroll 0 0 #008d40;
    border: 1px solid #008d40;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: none;
}
.btn:hover {
    opacity: 0.7;
}

.profile-top {
    position: relative;
    /*padding-bottom: 20px;*/
}

.client-mini-panel .reason-block {
    float: left;
    padding: 10px;
}

.client-mini-panel .rms-profile-block {
    float: left;
    padding: 10px;
}

.client-activity {
    /*position: relative;*/
    margin-left: 0px;
    float: left;
    padding: 0 0 0 5px;
    /*margin-right: 77px;*/
}
.client-activity h4 {
    margin: 10px 77px 10px 0;
    float: left;
}

.client-h-active .activity-label {
    background-color: #468847;
}
.client-h-active .reason-block {
    display: none;
}
.client-h-inactive .reason-block {
    display: inline-block;
}
.client-h-inactive .activity-label {
    background-color: #b94a48;
}
.client-h-inactive {
    color: #BBBDBF;
}
.client-profile-section form {
    /*padding-top: 20px;*/
}
.bordered-left {
    border-left: 1px solid #e3e3e3;
}

label small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}

.tutor-content .table-bordered th a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

#loaderImage3 {
    left: 45%;
    position: fixed;
    top: 50%;
    z-index: 9999;
}

.tutor-profile .profile-l {
    width: 37%;
}
.tutor-profile .profile-r {
    width: 62%;
}

i.color-icon-on {
    background-position: -252px -21px;
}
i.color-icon-off {
    background-position: -233px -21px;
}
[class^="color-icon-"], [class*=" color-icon-"] {
    background-image: url("../images/opa-icons-color32-small.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
td.toggle-column {
    text-align: center;
}

#generate-aba-search-form {
    margin: 0;
}

div.container.wide-screen {
    width: inherit;
    padding: 0 30px;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    background-color: #e8a8a7;
    color: #ffffff;
}
.summary-incomes-grid td{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
/*.summary-info [class*='span']{*/
    /*max-height: 20px !important;*/
    /*height: 20px;*/
/*}*/



/* 27.06.2016 */
#find-tutors-modal .subjects-multi-select{
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
}

.client-info-block .detail-view{
    table-layout: fixed;
    margin-bottom: 0;
}

.find-tutors-search-form{
    height: auto;
}
.find-tutors-search-form .search-form-top-block{
    height: auto;
    overflow: hidden;
}
.no-left-margin{
    margin-left: 0!important;
}
.fixed-width-sm > *{
    width: 120px;
}
.search-form-top-block{
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.inner-blc{
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.search-form-top-block .common-blc{
    display: flex;
    margin-bottom: 10px;
}
.common-blc label{
    display: none;
}
#find-tutors-modal > .modal-body{
    position: static;
}
.search-form-top-block .single-blc{
    display: flex;
}
.common-blc .client-s-notes-find-tutors{
    min-height: 100%;
    max-height: 430px;
}
.common-blc #userDetailsCommentsCommentsBox,
.common-blc .tab-content,
.s-notes-textarea-for-find-tutors{
    min-height: 95%;
    height: auto;
    max-height: 340px;
    overflow: initial;
}
.common-blc #userDetailsCommentsCommentsBox .tabs-box{
    min-height: 353px;
    max-height: 355px;
    /*min-height: 373px;*/
    /*max-height: 374px;*/
    box-sizing: border-box;
    overflow: auto;
}
.s-notes-textarea-for-find-tutors{
    min-height: 100%;
    height: auto;
    max-height: 420px;

}
.common-blc .tabs-box{
    margin-bottom: 0;
}

.right-popup-blc .items:first-child{
    height: 90%;
    margin-left: 0;
    max-height: 300px;
}
.right-popup-blc .items:first-child .tabs-box,
.right-popup-blc .items:first-child .tab-content{
    height: 100%;
    min-height: 280px;
    margin-bottom: 0;
}
.right-popup-blc .items.last-ch{
    height: 10%;
    min-height: 120px;
    margin-bottom: 0;
    margin-left: 0;
}
.right-popup-blc .items.last-ch .tabs-box{
    height: 100%;
    min-height: 119px;
    max-height: 120px;
    margin-bottom: 0;
    box-sizing: border-box;
}
/*.column-blc .items .tabs-box{*/
    /*max-height: 200px;*/
/*}*/
#yw2CommentsBox{
    height: 100%;
}
/*.column-blc .items .tabs-box,*/
/*.column-blc .items .tab-content{*/
    /*height: 100%;*/
    /*min-height: 199px;*/
/*}*/
.column-blc .items .tab-content{
   max-height: 200px;
}
#find-tutors-modal #find-tutors-grid{
    max-height: 450px;
}
.label-fixed{
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.input-fixed{
    width: 57%;
    display: inline-block;
    vertical-align: middle;
}
.additional-checkbox-blc{
    display: inline-block;
}
.additional-checkbox-blc .item{

}
.row-fluid .span6.margin-minus{
    margin-left: -14px;
}

.text-input label{
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.margin-minus{
    margin: 0!important;
}
.client-info-block .label{
    white-space: inherit;
}

#quick-message-buttons-block{
    margin-top: 27px;
}
#find-tutors-modal .modal-header{
    padding: 0px 10px;
}
.find-tutors-input-item{
    vertical-align: middle;
}
.find-tutors-input-item #find-tutors-search-button{
    margin-top: 18px;
}
#account-management-grid .clickable-row td:nth-child(5),
#account-management-grid .clickable-row td:nth-child(6){
    text-overflow: clip;
    padding: 3px;
}
#find-tutors-modal > .modal-body{
    padding: 7px 15px;
}
#find-tutors-grid-wrapper .grid-view .items.table td{
    padding: 4px 8px;
}
.invoice-sent-date{
    font-size: 14px;
    margin-left: 5px;
}

/* USER PHOTO GRID */
.user-photo-grid-row {
    position: relative;
}
.user-photo-grid-row .image-wrapper , .photo-form-image-wrapper {
    height: 170px !important;
    width: 160px !important;
    cursor: pointer;
    text-align:center;
    overflow: hidden;
    background: rgb(205, 208, 214);
}
.user-photo-grid-row .action-buttons {
    position: absolute;
    bottom: 0px;
    right:0px;
    width: 30%;
    margin-bottom: 10px;
    margin-right: 10px;
}

#modalShowPhoto .big-image-wrapper{
    height: 530px;
    width: 500px;
    background: rgb(205, 208, 214);
    text-align: center;
}
#modalShowPhoto {
    max-width: 530px;
    top: 10%;
}

#modalShowPhoto .modal-body{
    max-height: 700px;
}
.tutor-photo-new {
    color: #c09853;
}
.disable-link {
    color: inherit;
    text-decoration: none;
}
.disable-link:hover {
    color: inherit;
    text-decoration: none;
}
.disable-link:visited {
    color: inherit;
    text-decoration: none;
}
.disable-link:link {
    color: inherit;
    text-decoration: none;
}
.moderation-field {
    cursor: pointer;
    text-decoration: underline;
}
#modalDiff {
    top: 10%;
    max-width: 70%;
}

div.email-form-input.template-id {
    display: inline-block;
}

#cocowidgetCSVuploader {
    display: inline-flex;
}

#cocowidgetCSV .qq-upload-button {
    padding: 0px;
    border: 0px;
    text-align: left;
}

#cocowidgetCSV .qq-upload-list li {
    padding-top: 1px;
}

#cocowidgetCSV .qq-upload-list {
    margin: 30px;
    display: inline-flex;
}

#cocowidgetCSV div.qq-upload-button {
    display: inline-flex;
    border: 1px solid #43464c;
    border-radius: 3px;
    width: 90px;
    padding: 3px 0px 3px 10px;
}

.yellow-add-comment-button {
    background: url("../images/btn-pattern.jpg") repeat 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d49815 !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
    text-shadow: none !important;
    width: 60px;
    height: 109px;
}

.red-add-comment-button {
    background: url("../images/btn-purple.jpg") repeat 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d49815 !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
    text-shadow: none !important;
    width: 60px;
    height: 109px;
}

form#account-start-form-search,
form#tutorSwapSearchForm {
    overflow: hidden;
    padding: 19px 19px 0 19px;
}
#acc-start-find-wgt.find-container,
#tut-swap-find-wgt.find-container {
    float: left;
    margin-left: 50px;
}
.find-tutors-widget, .message-sender-widget{
    display: inline-block;
    margin: 0;
}

div#account-start-grid-wrapper .tab-content,
div#tutorSwapGrid-wrapper .tab-content {
    height: 650px;
}

.acc-start-notes .comments-textarea,
.acc-start-notes .btn-success {
    max-height: 40px;
}
.acc-start-notes .form-box {
    height: 50px;
    padding: 0px;
}
.acc-start-notes #generalCommentCategories .span1{
    width: 16%;
}
form#tutorSwapSearchForm div.input-advanced-search #TutorSwapModel_swapStatus {
    margin: 0;
}
/*EZM-188861*/
.tms-mainmenu #tutorNavbar .container {
    width: 1150px;
}
#mainmenu #tutorNavbar .nav-tabs {
    margin-right: 50px;
}
#mainmenu #tutorNavbar .nav-tabs a{
    text-transform: none !important;
    font-weight: normal;
}
#mainmenu #tutorNavbar .nav-tabs a:before{
    position: relative;
}
.tutor-allocations-filter {
    /*position: absolute;*/
    right: 0;
    padding: 14px 10px 0;
    /*top: 70px;*/
    /**/
}
div.tutor-comments-grid a {
    /*font-weight: 600;*/
    /*color: #0e0e0e !important;*/
    /*border: none;*/
}

div.tutor-comments-grid textarea.input-medium {
    width: 250px;
}

.dt-hired {
    width: 90px !important;
}

.logo-client .login-box-area .well{
    margin-bottom: 0;
}
.client-top .logo-client{
    margin-bottom: 20px;
}

/*dashboard top section*/
.user-alm-arm {
    border: 2px solid #0f593c;
    border-radius: 5px;
}
.user-alm-arm .header {
    background-color: #0f593c;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.user-alm-arm .header .image,
.user-alm-arm .header .name {
    display: inline-block;
}
.user-alm-arm .header .image {
    border-radius: 50%;
    overflow: hidden;
}
.user-alm-arm .header .name {
    font-size: 18px;
    padding: 0 15px;
}
.user-alm-arm .user-body {
    padding: 15px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.user-alm-arm .column {
    width: 50%;
}
.user-alm-arm  .info-row td{
    background-color: #0f593c;
    color: #fff;
}
.user-alm-arm  .info-row td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.user-alm-arm  .info-row td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rank-ico {
    position: absolute;
    top: 15px;
    left: 5px;
}
.rank-ico.cell-arrow{
    top: 0!important;
}

.rank-ico .arrow-top{
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
}
.rank-ico .arrow-bottom{
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
}
.user-alm-arm .head-row {
    border-bottom: 2px solid #a5b76c;
}
.user-alm-arm .head-row th {
    padding: 4px 10px;
    color: #0f593c;
    position: relative;
    vertical-align: bottom;
}
.user-alm-arm .head-row .ico-cell {
    padding: 4px 10px 4px 15px;
    width: 50px;
}
.empty-row td{
    padding: 0;
    height: 10px;
    font-size: 0;
    line-height: 0;
}
/*dashboard section-fame*/
.section-fame {
    background-color: #0f593c;
    color: #fff;
    border-radius: 5px;
    margin: 30px 0;
}
.section-fame .title {
    text-align: center;
    padding: 17px 0 12px;
    margin: 0;
}
.section-fame .widget-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 35px 50px;
}
.icon-question {
    /*background-position: -96px -95px;*/
    font-style: normal;
    color: #1c7652;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    position: relative;
    vertical-align: top;
}
.icon-question .alt-info {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    color: #1c7652;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all;
    padding: 10px 15px;
    white-space: nowrap;
}
.icon-question:hover .alt-info {
    opacity: 1;
    visibility: visible;
}
.hall-of-fame-list {
    width: calc(50% - 30px);
    padding: 0 15px;
}
.hall-of-fame-list .inner-list {
    background-color: #1c7652;
    padding: 20px 10px;
    border-radius: 5px;
}
.hall-of-fame-list .head-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #a5b76c;
    margin: 0 13px;
}
.hall-of-fame-list .head-item p {
    margin: 0;
}
.hall-of-fame-list .head-item .rank {
    width: 80px;
}

.hall-of-fame-list .item {
    border-bottom: 1px solid #0f593c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 13px;
    color: #fff;
    transition: 0.25s all;
}
.hall-of-fame-list .item:hover {
    background-color: #0f593c;
    border-radius: 5px;
    text-decoration: none;
    color: #a5b76c;
}
.hall-of-fame-list .item:last-child {
    border-bottom: 0;
}
.hall-of-fame-list .head-item .details,
.hall-of-fame-list .item .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 80px);
}
.hall-of-fame-list .item .rank {
    width: 80px;
}
.hall-of-fame-list .item .image {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.hall-of-fame-list .item .name {
    margin: 0 0 0 12px;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.hall-of-fame-list .item .info {
    background-color: #a5b76c;
    color: #0f593c;
    border-radius: 3px;
    padding: 5px 18px;
}
.hall-of-fame-list .item .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-paginate .ico-cell {
    position: relative;
    padding: 0 0 0 15px;
    color: #a5b76c;
}
.section-paginate .rank-ico {
    top: 10px;
}
.section-paginate .hall-of-fame-list .item .rank-change{
    width: 80px;
    color: #a5b76c;
    position: relative;
    padding: 0 0 0 15px;
}
.section-paginate .pagination {
    margin: 20px 0 0;
    text-align: center;
}
.section-paginate .pagination ul{
    box-shadow: none;
}
.client-body .section-paginate .pagination li a {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.client-body .section-paginate .pagination .active a,
.client-body .section-paginate .pagination li a:hover {
    border: 1px solid #fff;
}

/*dashboard bottom column*/
.client-content .column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    float: none;
    width: 100%;
    margin: 57px 0 0;
}
.column-container .bootstrap-widget{
    border: 8px solid #f3ebda;
    position: relative;
    margin-bottom: 30px;
}
.column-container .bootstrap-widget:before {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 199px;
    height: 60px;
    background: url("../images/sprite-client.png") 0 0 no-repeat;
    content: "";
}
.column-container .left-container {
    width: 55%;
}
.column-container .right-container {
    padding: 0 0 0 30px;
    width: 60%;
}
.tutor-comments-grid th{
    padding: 8px 5px!important;
    font-size: 14px;
}
.tutor-comments-grid{
    background: #f5f5f5;
    color: #404040;
    border-radius: 5px;
    overflow: hidden;
}
.tutor-comments-grid .grid-view{
    padding: 0;
}
.tutor-comments-grid .table{
    margin: 0;
}
.tutor-comments-grid td{
    padding: 8px 5px!important;
    font-size: 13px;
}
.tutor-comments-grid .editable-click{
    word-break: break-all;
    /*color: #404040;*/
    border-bottom: none;
}
.hours-changes-warning {
    color: yellow;
    font-size: 21px;
    font-weight: bold;
    display: none;
}

.in-grid {
    width: 100%;
}
.in-grid td {
    background-color: inherit !important;
    border: 1px solid #dddddd !important
}
.in-grid td.title {
    font-weight: bold;
}
.container.lesson-history {
    width: 1400px
}
.container.lesson-history .table-box .table-bordered td {
    border: 1px solid #dddddd;
}
.whiteboard-link a{
    color: white;
}
.checkboxes-in-row {
    display: flex; align-items: center;
}