@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #404040;
    background: #1b5c8a;
}

#wrapper {
    height: auto;
    min-height: 100%;
    margin-bottom: -175px;
    background: #FFF;
}

h1 {
    color: #0D0D0D;
    font-size: 32px;
}

h2 {
    color: #202020;
    font-size: 28px;
    padding: 0 0 15px;
}

h3 {
    font-size: 24px;
    color: #1b5c8a;
    padding: 0 0 15px;
}

h4 {
    font-size: 18px;
    padding: 0 0 15px;
}

p {
    line-height: 21px;
    padding: 0 0 15px;
}

#header {
    background: rgba(0, 0, 0, 0.5);
}

#header .shadow {
    background: url(../images/header-shadow.png) no-repeat center top;
    clear: both;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    z-index: 10;
}

#tagline {
    font-size: 14px;
    font-weight: 300;
    color: #b9d1e4;
    letter-spacing: -1px;
    float: left;
    display: block;
    padding: 24px 0 0 20px;
}

.navbar .nav > li.signup-button > a {
    background: none repeat scroll 0 0 #70c770;
    border-radius: 5px;
    color: #0d210d;
    font-weight: 500;
}

#top-header {
    padding: 5px 0;
}

.header-right {
    float: right;
    padding: 19px 0 0;
}

.header-right p {
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 5px 0 0;
    margin-right: 50px;
}

.msg-notification {
    float: left;
    margin: 0 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    color: #fff;
    padding: 6px 20px 5px;
}

.msg-notification > a {
    background: url(../images/drop-arrow.png) no-repeat scroll right 7px;
    padding-right: 30px;
    color: #fff;
    margin-right: 15px
}

.msg-notification > a:hover {
    text-decoration: none;
}

.header-right .green-button a, .header-right .blue-button.pull-left a {
    font-weight: 500;
    background: #70c770;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.header-right .blue-button.pull-left a {
    background: #3b9adc;
    margin-right: 10px;
}

.header-right .green-button a.logout {
    padding-left: 0;
}

.header-right .green-button a span {
    background: url(../images/logout-icon.png) no-repeat scroll 10px center;
    padding-left: 37px;
}

.navbar .nav > li {
    background: #399ade;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 7px;
}

.navbar .nav > li:first-child {
    margin-left: 0;
}

.navbar .nav > li.active {
    background: #70c770;
}

.navbar .nav > li > a.nav-1 {
    background: url(../images/nav-1.png) no-repeat scroll 25px center
}

.navbar .nav > li > a.nav-2 {
    background: url(../images/nav-2.png) no-repeat scroll 25px center
}

.navbar .nav > li > a.nav-3 {
    background: url(../images/nav-3.png) no-repeat scroll 25px center
}

.navbar .nav > li > a.nav-4 {
    background: url(../images/nav-4.png) no-repeat scroll 25px center
}

.navbar .nav > li > a.nav-5 {
    background: url(../images/nav-5.png) no-repeat scroll 25px center
}

#home-contents {
    background: url(../images/home-bg.jpg) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 960px;
}

.banner-shadow {
    background: url(../images/banner-shadow.png) no-repeat scroll center top;
    height: 36px;
}

#home-contents h1 {
    font-weight: 700;
    color: #fff;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 20px;
    font-size: 16px;
}

#home-contents h1 span {
    color: #70c770;
}

.registration-offer {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.registration-offer a {
    color: #fff;
    text-decoration: none;
}

.registration-offer strong {
    font-weight: 700;
}

#video-mainarea {
    padding: 110px 0 0;
}

#video-mainarea .span6 {
    position: relative;
}

#video-mainarea .down-arrow {
    background: url(../images/down-arrow.png) repeat scroll left top;
    width: 76px;
    height: 68px;
    position: absolute;
    top: -50px;
    left: -68px;
}

#video-play {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    margin: 10px 0 0;
}

.video-text {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    padding: 20px 0 0;
    letter-spacing: -1px;
}

.video-text strong {
    font-weight: 700;
}

#video-mainarea h2 {
    font-weight: 300;
    font-size: 27px;
    color: #b4def0;
    padding: 15px 0 20px;
}

#video-mainarea h2 strong {
    font-weight: 700;
    color: #fff;
}

#video-mainarea ul {
    list-style: none;
    margin: 0;
    padding: 20px 35px 35px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

#video-mainarea ul li {
    display: block;
    font-size: 20px;
    color: #b4def0;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0 0;
    background: url(../images/pointer.png) no-repeat scroll left 8px;
    padding-left: 30px;
}

#video-mainarea ul li strong {
    color: #fff;
    font-weight: 700;
}

#home-bottom {
    background: #fff;
    padding: 40px 0 60px;
    text-align: center;
}

#home-bottom h1 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 300;
    padding: 0 30px;
}

#home-bottom h1 strong {
    font-weight: 700;
}

#home-bottom p {
    font-size: 30px;
    color: #399ade;
    padding: 50px 0 30px;
}

.green-link-xl {
    background: #70c770;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    padding: 15px 35px;
}

.green-link-xl:hover {
    color: #000;
    text-decoration: none;
}

#footer, #push {
    height: 175px;
}

#footer {
    background: #1b5c8a;
}

#footer p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding: 20px 0 0;
}

#footer .span3 {
    padding-top: 80px;
}

#footer .span9 {
    padding-top: 60px;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

#footer ul li {
    display: inline;
    text-transform: uppercase;
    padding: 5px 10px 5px 14px;
    font-size: 14px;
    font-weight: 300;
    background: url(../images/footer-sprtr.png) no-repeat left;
}

#footer ul li:first-child {
    background: none;
}

#footer ul li:last-child {
    padding-right: 0;
}

#footer ul li.signup-button {
    background: #70c770 !important;
    border-radius: 5px;
    font-weight: 700;
}

#footer ul li.signup-button a {
    color: #000;
}

#footer ul li a {
    color: #fff;
}

#footer a:hover {
    color: #70c770;
    text-decoration: none;
}

#page-body {
    padding: 0 0 40px;
}

#inner-header {
    min-height: 40px;
    background: url(../images/header-bg.gif) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
    background: #70c770;
    padding: 35px 0;
    margin-bottom: 40px;
}

.page-header h1 {
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.page-help {
    position: relative;
}

.page-help > a {
    display: block;
    background: url(../images/help-icon.png) no-repeat scroll left top;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    margin: 10px 0 0;
    cursor: help;
}

.help-popover {
    position: absolute;
    background: #e7f4fd;
    padding: 20px;
    width: 180px;
    border-radius: 10px;
    border: #b4defb 1px solid;
    right: 0;
    top: 50px;
    z-index: 10000;
}

.help-popover p {
    font-size: 12px;
    font-weight: 300;
    color: #1b5c8a;
    line-height: 18px;
    padding: 0;
}

.help-popover-relative {
    position: relative;
    background: #e7f4fd;
    padding: 20px;
    width: 180px;
    border-radius: 10px;
    border: #b4defb 1px solid;
    right: 0;
    float: left;
    top: 50px;
}

.help-popover-relative p {
    font-size: 12px;
    font-weight: 300;
    color: #1b5c8a;
    line-height: 18px;
    padding: 0;
}

.page-help .help-pointer {
    position: absolute;
    background: url(../images/help-pointer.png) no-repeat scroll left top;
    width: 15px;
    height: 9px;
    top: -9px;
    right: 5px;
}

.iconic-boxes {
    margin: 0 0 50px;
}

.iconic-boxes h3 {
    font-weight: 400;
    padding: 5px 0;
}

.iconic-boxes h3 a {
    color: #504f4f;
}

.iconic-boxes p {
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}

.img-border {
    padding: 6px;
    background: #d4d4d4;
}

.userimg-cont {
    float: left;
    margin: 8px 20px 15px 0;
}

#userinfo h3 {
    padding: 0;
}

#userinfo h3 > a {
    margin: 0 2px;
}

#userinfo h3 > a:first-child {
    margin-left: 10px;
}

#userinfo p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
}

#userinfo p a {
    color: #70c770;
    font-weight: 400;
}

#userinfo p.clearfix label {
    display: block;
    line-height: 30px;
    float: left;
    width: 115px;
    margin: 0;
}

.user-tabs ul, .permission-tabs ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 10px;
}

.user-tabs ul li, .permission-tabs ul li {
    display: block;
    float: left;
    border-radius: 4px;
    border: #57aa57 1px solid;
    margin: 0 0 5px 5px;
    position: relative;
    z-index: 10;
}

.user-tabs ul li .pointer {
    position: absolute;
    background: url(../images/active-tip.png) no-repeat scroll center top;
    width: 100%;
    height: 11px;
    bottom: -18px;
    display: none;
}

.user-tabs ul li:first-child, .permission-tabs ul li:first-child {
    margin-left: 0;
}

.user-tabs ul li a, .permission-tabs ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    background: #52b052;
    border-radius: 4px;
    border: #dbe5db 1px solid;
    padding: 7px 15px 9px 9px;
}

.user-tabs ul li.active {
    border: #399ade 1px solid;
}

.user-tabs ul li.active a {
    background: #3693d0;
}

.user-tabs ul li.active .pointer {
    display: block;
}

.heading-cont {
    padding: 25px 0;
}

.heading-cont .pull-right {
    padding: 6px 0 0;
}

.heading-cont h3 {
    color: #1b5c8a;
    padding: 0;
}

table {
    width: 100%;
    font-size: 14px;
    border: #399ade 1px solid;
}

.tabular-cont th {
    padding: 10px 18px 12px;
    font-weight: 400;
    color: #fff;
    background: #399ade;
    font-size: 16px;
}

.tabular-cont tr {
    border-top: #399ade 1px dashed;
}

.tabular-cont tr:first-child {
    border-top: 0 none;
}

.tabular-cont td {
    padding: 13px 18px 15px;
    font-weight: 300;
    color: #202020;
}

.tabular-cont td a {
    color: #202020;
}

.tabular-cont td.actions .pops-icon {
    display: inline;
    margin: 0 3px;
    position: relative;
}

.tabular-cont td.actions .pops-icon .help-pointer {
    position: absolute;
    background: url(../images/help-pointer.png) no-repeat scroll left top;
    width: 15px;
    height: 9px;
    top: -9px;
    right: 17px;
}

.tabular-cont td.actions .pops-icon .help-popover {
    right: -10px;
    width: 320px;
    top: 37px;
}

.tabular-cont td.actions .pops-icon .help-popover p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 0 0 15px;
}

.tabular-cont td.actions .pops-icon .help-popover .rdsame {
    padding: 7px 0;
    width: 100px;
    font-size: 18px !important;
    color: #fff;
}

.termination-cont {
    padding: 20px;
    border: #70c770 1px solid;
    margin: 20px 0 0;
}

.termination-cont .customSelect {
    font-weight: 300;
}

.customSelect {
    height: 50px;
}

.termination-cont h3 {
    padding: 0;
    color: #1b5c8a;
}

.rdsame {
    border-radius: 3px;
    padding: 15px 0 !important;
    width: 180px;
}

.button-green.rdsame, .button-blue.rdsame {
    margin: 0 7px;
}

.termination-cont .row-fluid {
    padding: 15px 0 0;
}

.tab-container-padd {
    padding: 20px;
}

.tab-container.tab-container-padd h3 {
    padding: 0;
}

.tab-container.tab-container-padd .close-tab {
    position: absolute;
    top: -3px;
    right: -4px;
}

.user-notes {
    border-bottom: #52b052 1px dashed;
    font-size: 14px;
    padding: 25px 0 0;
}

.user-notes h6 {
    font-weight: 500;
    color: #2e85b4;
    padding: 0 0 10px
}

.user-notes h6 span {
    padding-left: 10px;
}

.user-notes p {
    font-weight: 300;
    line-height: 18px;
    padding: 0 0 25px;
}

.addnote-form {
    padding: 25px;
    border: #70c770 1px solid;
    margin: 20px 0 0;
    position: relative;
}

.addnote-form .close-tab {
    position: absolute;
    right: -4px;
    top: -3px;
}

.addnote-form textarea {
    height: 100px;
    margin-bottom: 15px !important;
}

.addnote-form .span6, .upload-form .span7 {
    position: relative;
}

.addnote-form .span6 > a, .upload-form .span7 a {
    position: absolute;
    top: 0;
    right: 0;
}

.addnote-form .pointer {
    background: url("../images/active-tip.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    top: -10px;
    height: 11px;
    position: absolute;
    width: 25px;
    left: 138px;
}

#tree-cont {
    background: #e7f4fd;
    padding: 52px 20px;
    margin-top: -39px;
    margin-bottom: -39px;
}

#tree {
    overflow: auto;
}

#righttree-pane {
    min-height: 550px;
}

#righttree-pane p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
}

/*#righttree-pane p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}*/
.tree-heading {
    padding-bottom: 15px;
}

.tree-heading h3 {
    padding-top: 12px;
}

.tree-heading .button-blue {
    border-radius: 4px;
}

.course-name {
    margin: 0 0 5px;
}

.course-name a {
    display: block;
    padding: 15px;
    background: #f8fcfe;
    font-size: 14px;
    color: #212224;
}

.viewcourse-header {
    padding: 15px;
    background: #f8fcfe;
    margin: 0 0 5px;
}

.viewcourse-header .pull-left a {
    color: #212224;
}

.viewcourse-header .pops-icon {
    display: inline;
    margin: 0 5px;
    position: relative;
}

.tree-addedit .input-block-level {
    background: #f8fcfe;
    border: #d3ebfc 1px solid;
    font-weight: 400;
    font-size: 16px;
}

.tree-addedit textarea.input-block-level, .tree-addedit .browse-cont .input-block-level {
    font-size: 14px;
}

.browse-cont {
    position: relative;
}

.browse-cont > a {
    position: absolute;
    top: 0;
    right: 0;
}

.browse-cont .uploadButton {
    position: absolute;
    right: 0;
    top: 1px;
}

/*popup*/

.popup_table {
    position: relative;
}

.popup_container {
    position: relative;
    display: inline-block;
}

.popup_container .popover {
    display: block;
    top: 25px;
    right: -10px;
    left: auto;
    background: #fbfafa;
    max-width: none;
    width: auto;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 25px;
    border: 1px solid #e6e6e6;
}

.popup_container .popover-content {
    padding: 0px;
}

.popup_container .popover.bottom .arrow:after {
    border-bottom-color: #fbfafa;
}

.popover.bottom .arrow {
    border-bottom-color: #e6e6e6;
}

.popup_container .popover.bottom .arrow {
    right: 10px;
    left: auto;
}

.popup_container .popover p {
    margin: 0;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 18px;
    padding: 0;
    white-space: nowrap;
    /*color: #003471;*/
    line-height: 30px;
}

.sp_btn {
    padding: 15px 0 5px;
}

.sp_btn button {
    font-size: 14px;
}

.sbmt_btn.sbmt_btn_sml {
    padding: 0;
    width: 82px;
    text-align: center;
    height: 34px;
    line-height: 33px;
}

/*popup*/

.viewtopic .detail-row label {
    float: none;
    font-size: 18px;
    width: auto;
}

.editor {
    background: #f8fcfe;
    border: #d3ebfc 1px solid;
    border-bottom: 0 none;
}

.remove-popover {
    background: #fff;
    padding: 15px;
    border: #70c770 1px solid;
    position: absolute;
    right: -15px;
    width: 255px;
    font-size: 14px;
    top: 35px;
}

.remove-popover .tip {
    background: url(../images/remove-top.png) no-repeat scroll left top;
    width: 29px;
    height: 12px;
    top: -12px;
    right: 10px;
    position: absolute;
}

.remove-popover .pull-left {
    padding: 13px 0 0;
    letter-spacing: 1px;
}

.remove-popover .button-green, .remove-popover .button-blue {
    border-radius: 4px;
    margin: 0 0 0 8px;
    font-size: 22px;
    padding: 8px 20px;
}

.lesson-video {
    max-width: 640px;
    margin: 0 auto;
    padding: 1px;
    border: #e7e7e7 1px solid;
    margin-bottom: 20px;
}

.q-ans h4 {
    color: #1b5c8a;
    font-weight: 500;
    padding-top: 40px;
}

.q-ans p {
    background: #f8fcfe;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 5px 15px;
    margin-top: 5px;
}

.q-ans p.checked-ans {
    background: #ebfdd4;
}

.q-ans p span {
    display: block;
    float: left;
    padding: 9px 0 0;
}

.q-ans p span.pull-right {
    float: right;
}

.q-ans label {
    display: block;
    float: left;
    height: 34px;
    width: 34px;
    margin-right: 10px;
}

.total-score {
    padding: 30px 0;
    max-width: 280px;
    float: right;
}

.total-score label, .total-score p {
    line-height: normal;
    font-size: 18px !important;
    color: #000;
    font-weight: 500 !important;
}

.total-score label {
    float: left;
    width: 215px;
}

.total-score p span {
    float: left;
    width: 60px;
}

a.button-green:hover, a.button-blue:hover {
    color: #fff;
    opacity: 0.9;
}

.questions {
    border-top: #399ade 1px dashed;
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.questions > div {
    position: relative;
}

.questions > div textarea.input-block-level {
    width: 90%;
    height: 90px;
}

.questions div.text-center label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    color: #1b5c8a;
    font-weight: 500;
}

.questions p {
    padding: 20px 0 0;
}

.questions p a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #1b5c8a;
}

.questions p a span {
    border-bottom: #a7b9ca 2px solid;
}

.history-table table {
    border: #ececec 1px solid;
    letter-spacing: 1px;
}

.history-table tr {
    border-top: 1px solid #ececec;
}

.history-table td span {
    color: #399ade;
    font-weight: 400;
}

.permission-area {
    padding: 20px 0 0;
}

.permission-area .permission-col {
    float: left;
    width: 20%;
}

.permission-area .permission-col label {
    margin: 0 0 10px;
    color: #504f4f;
    font-weight: 300;
}

.permission-area .permission-col input[type="checkbox"] {
    float: left;
    margin: 3px 7px 0 0;
}

.calendar-cont {
    margin: 15px 0;
}

.hours-actions {
    float: right;
    margin: 15px 0 0;
}

.hours-actions .pops-icon {
    display: inline;
    position: relative;
}

.hours-actions .button-blue, .hours-actions .button-green {
    border-radius: 4px;
    margin: 0 0 0 8px;
}

.hours-form-cont {
    position: absolute;
    top: 37px;
    right: 4px;
    background: #399ade;
    padding: 15px;
    width: 270px;
}

.hours-form-cont .input-block-level, .tabular-cont .input-block-level, .datearea .input-block-level, .sendhours-form .input-block-level {
    padding: 8px;
    background: #f8fcfe;
    border: #d3ebfc 1px solid;
}

.hours-form-cont textarea.input-block-level {
    height: 65px;
}

.hours-actions .hours-form-cont .button-green.rdsame, .hours-form-cont .hours-actions .button-blue.rdsame {
    font-size: 18px;
    width: 100px;
    padding: 8px 0;
}

.tabular-cont .input-block-level {
    margin: 0;
    padding: 10px;
}

.upload-form {
    padding: 25px 0 10px;
}

.upload-form p {
    font-weight: 300;
    font-size: 14px;
    padding: 10px 5px 30px;
}

.upload-form .input-block-level {
    background: #f8fcfe;
    border: #d3ebfc 1px solid;
}

.upload-confirmbox {
    background: #399ade;
    padding: 30px;
}

.upload-confirmbox p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 0 0 25px;
}

.emp-filter {
    padding: 15px 20px;
    background: #e7f4fd;
    border: #b8e0fb 1px solid;
    margin: 0 0 25px;
}

.emp-filter input[type="radio"] {
    margin: 4px 7px 0 0;
    float: left;
}

.emp-filter .input-block-level {
    padding: 9px;
    margin: 0
}

.emp-filter span.pull-left {
    font-weight: 500;
    color: #1b5c8a;
    font-size: 14px;
    padding: 9px 10px 0 0;
}

.emp-filter label {
    line-height: normal;
    font-size: 14px;
    padding: 9px 10px 0 0;
    margin: 0 20px 0 10px;
    font-weight: 300;
}

.emp-filter .pull-right {
    position: relative;
}

.emp-filter .pull-right input[type="image"] {
    position: absolute;
    top: 0;
    right: 0;
}

.msg-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.msg-tabs ul li {
    display: block;
    float: left;
    margin-left: 5px;
}

.msg-tabs ul li:first-child {
    margin-left: 0;
}

.msg-tabs ul li a {
    display: block;
    background: #70c770;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.msg-tabs ul li.active a {
    background: #399ade;
}

.msgtabs-contents {
    border: #399ade 1px solid;
    border-top: #399ade 12px solid;
}

.msgtabs-contents table {
    border: 0 none;
}

.msgtabs-contents .tabular-cont th {
    padding: 0 18px 12px;
}

.msg-form {
    margin: 25px;
}

.msg-form .input-block-level {
    margin-bottom: 20px;
}

.msg-confirmation, .msg-confirmation_error {
    position: relative;
    background: #e7f4fd;
    border: #b8e0fb 1px solid;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.msg-confirmation p, .msg-confirmation_error p {
    padding: 0;
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
}

.msg-confirmation .close-tab, .msg-confirmation_error .close-tab_settings {
    position: absolute;
    right: -4px;
    top: -3px;
}

.confirmation_timesheet {
    position: relative;
    background: #e7f4fd;
    border: #b8e0fb 1px solid;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.confirmation_timesheet p {
    padding: 0;
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
}

.confirmation_timesheet .close-confirmation-timesheet {
    position: absolute !important;
    right: 3px;
    top: -2px;
}

.msg-detail {
    padding: 30px;
}

.msg-detail p {
    line-height: normal;
    padding: 10px 0 20px;
}

.msg-detail p label {
    font-weight: 500;
    color: #8f8f8f;
    line-height: normal;
    float: left;
    width: 110px;
    font-size: 16px;
}

.msg-detail p span {
    float: left;
    width: 80%;
    font-size: 14px;
    padding: 2px 0 0;
}

.msg-detail .text-center {
    padding: 15% 0 0;
}

.msg-detail .rdsame {
    width: 160px;
}

.pops-action {
    margin: 20px 0 0;
}

.pops-action > div.pull-right {
    position: relative;
}

.pops-action .button-green, .pops-action .button-blue {
    border-radius: 4px;
    margin: 0 0 0 10px;
}

.timesheet-popup {
    padding: 20px;
    position: relative;
    border: 1px solid #70c770;
    margin: 20px 0 0;
}

.timesheet-popup div.clearfix .pull-right {
    width: 445px;
    position: relative;
}

.timesheet-popup div.clearfix .input-block-level {
    background: none repeat scroll 0 0 #f8fcfe;
    border: 1px solid #d3ebfc;
}

.timesheet-popup div.clearfix .button-green {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10%;
}

.timesheet-popup .pointer {
    background: url("../images/active-tip.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    top: -10px;
    height: 11px;
    position: absolute;
    width: 25px;
    right: 250px;
}

.timesheet-popup-time .pointer {
    right: 67px;
}

#righttree-pane .chapters p {
    padding: 0 0 35px;
}

.completed {
    background: #70c770;
}

.completed .pull-right span {
    color: #fff;
    padding-right: 20px;
    font-size: 18px;
}

.detail-row {
    padding: 0 0 25px;
}

.viewtopic hr {
    margin-top: 0;
}

.detail-row label {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 110px;
}

label.myLabel {
    width: auto;
    float: none;
}

.detail-row .topic-desc {
    float: left;
    font-weight: 300;
    font-size: 14px;
    width: 80%;
    padding: 1px 0 0;
}

.detail-row .topic-desc p {
    padding: 0;
}

.detail-row .topic-desc p span {
    padding: 0 10px 0 0;
    /*font-weight: 500*/;
    /*color: #1b5c8a;*/
}

.datearea {
    margin: 30px 0;
}

.datearea label {
    font-size: 16px;
    display: inline;
    padding: 0 10px 0 0;
}

.datearea .input-block-level {
    width: 20%;
    margin: 0 2px;
}

.edittime-popup, .sendhours-popup {
    margin: 20px -20px 0;
    border-top: 1px solid #70c770;
    padding: 20px;
    position: relative;
}

.edittime-popup .pointer, .sendhours-popup .pointer {
    background: url("../images/active-tip.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 11px;
    position: absolute;
    right: 275px;
    top: -10px;
    width: 25px;
}

.sendhours-popup .pointer {
    right: 100px;
}

.sendhours-form {
    margin: 0 0 10px;
}

.sendhours-form .button-green {
    border-radius: 4px;
    padding: 2px 20px 3px;
    margin: 0 5px 0 0;
}

.btn-group-custom {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-group-custom .dropdown-menu {
    border-radius: 0 !important;
    min-width: 182px;
    margin: 7px 0 0;
}

.btn-group-custom .dropdown-menu input[type="radio"], .btn-group-custom .dropdown-menu input[type="checkbox"] {
    margin: -2px 0 0;
}

.btn-group-custom .dropdown-menu > li > a:hover, .btn-group-custom .dropdown-menu > li > a:focus {
    background-color: #70c770;
    background-image: -moz-linear-gradient(top, #70c770, #70c770);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70c770), to(#70c770));
    background-image: -webkit-linear-gradient(top, #70c770, #70c770);
    background-image: -o-linear-gradient(top, #70c770, #70c770);
    background-image: linear-gradient(to bottom, #70c770, #70c770);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70c770', endColorstr='#70c770', GradientType=0)
}

.btn-group-custom .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.btn-group-custom .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.permission-tabs ul {
    margin: 20px 0 0;
}

.permission-tabs ul li {
    border-radius: 0;
    border: 1px solid #7c7f7c;
    margin: 0 0 0 3px;
}

.permission-tabs ul li a {
    border: #e3ebe3 1px solid;
    background: #7f817f;
    border-radius: 0;
    padding: 8px 15px;
}

.permission-tabs ul li.active {
    border: #57aa57 1px solid;
}

.permission-tabs ul li.active a {
    background: #4aa34a;
}

.permissiontabs-contents {
    border: #57aa57 1px solid;
    padding: 20px 23px;
    margin: -1px 0 0;
}

.permission-section ul {
    list-style: none;
    margin: 15px 0 40px;
}

.permission-section ul li {
    display: block;
    margin: 5px 0;
}

.permission-section input[type="radio"], .permission-section input[type="checkbox"] {
    margin: -2px 10px 0 0;
}

.permission-section label {
    font-weight: 300;
    margin: 0;
    line-height: normal;
    font-size: 14px;
}

.btn-group-assigneelist {
    position: relative !important;
    width: 100%;
}

.btn-group-assigneelist .dropdown-menu {
    margin: 0;
    width: 100%;
}

.btn-group-assigneelist .dropdown-menu label {
    margin: 5px 15px;
}

.btn-group-assigneelist .dropdown-menu input[type="radio"], .btn-group-assigneelist .dropdown-menu input[type="checkbox"] {
    margin: -2px 5px 0 0;
}

.btn-group-assigneelist > .btn:last-child, .btn-group-assigneelist > .dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

/* tablet and phone */
@media (max-width: 979px) {
    .navbar-inner {
        background: rgba(0, 0, 0, 1);
    }

    #header .shadow {
        display: none;
    }

    .navbar .nav.pull-right {
        margin: 0 15px 15px;
    }

    .navbar .brand, .header-right {
        float: none;
    }

    .navbar .brand {
        width: 205px;
    }

    #top-header {
        padding: 0;
    }

    #tagline {
        float: none;
        font-size: 14px;
        padding: 0 0 15px;
    }

    .header-right {
        padding: 0;
        margin: 0 0 10px;
    }

    .addnote-form .span6 > a, .upload-form .span7 a, .btn-group-custom {
        position: static;
        margin: 0 0 10px;
        display: inline-block;
    }

    .btn-group-custom .dropdown-menu {
        margin: 0;
    }

    .user-tabs ul li {
        width: 10%;
    }

    .user-tabs ul li a {
        padding: 7px 0 9px;
        text-align: center;
    }

    .user-tabs ul li a span {
        display: none;
    }

    .user-tabs ul li a img {
        float: none;
    }

    .remove-popover .pull-left, .remove-popover .pull-right {
        float: none;
        text-align: center;
        padding: 0 0 10px;
    }

    .emp-filter span.pull-left {
        float: none;
        display: block;
        padding-bottom: 5px;
    }

    .emp-filter .pull-right {
        width: 100% !important;
    }

    .emp-filter .input-block-level {
        margin: 0 0 15px;
    }

    .detail-row label, .detail-row .topic-desc {
        float: none;
        width: auto;
    }
}

/* tablet and phone */

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #home-contents h1 {
        font-size: 35px;
    }

    .registration-offer {
        font-size: 25px;
        padding: 15px 0;
    }

    #video-mainarea h2, #home-bottom h1, #home-bottom p {
        font-size: 22px;
    }

    #video-mainarea ul li {
        font-size: 14px;
    }

    #tagline {
        font-size: 18px;
    }

    #footer ul li {
        font-size: 12px;
        padding: 5px 6px 5px 10px;
    }

    .iconic-boxes .pull-left {
        width: 30%;
    }

    .iconic-boxes .pull-right {
        width: 65%;
    }

    .remove-popover {
        width: 442px;
    }

    .questions > div textarea.input-block-level {
        width: 85%;
    }

    .emp-filter label {
        margin: 0 0 0 5px;
        padding: 9px 5px 0 0;
    }

    .msg-detail .rdsame {
        width: 140px;
    }

    .permission-section label {
        font-size: 11px;
    }
}

/* End Portrait tablet to landscape and desktop */

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .header-right p {
        margin-right: 0px !important;
        margin-bottom: 5px !important;
    }
    #home-contents, #home-bottom, #footer, .banner ul li, .secondary-content, .page-header, #page-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .green-content, .blue-content, .page-header {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #tagline {
        font-size: 13px;
    }

    .registration-offer {
        font-size: 12px;
        padding: 10px 0;
    }

    #video-mainarea {
        padding: 30px 0 0;
    }

    .video-text, #video-mainarea ul li, #home-bottom p {
        font-size: 14px;
    }

    #video-mainarea h2 {
        font-size: 16px;
    }

    #home-contents {
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #home-bottom h1, .green-link-xl {
        font-size: 20px;
        line-height: 30px;
    }

    #footer .span3, #footer .span9 {
        padding: 30px 0 0;
    }

    #footer, #footer p.text-right, #footer ul {
        text-align: center;
    }

    .header-right p, .msg-notification {
        float: none;
    }

    .msg-notification {
        margin: 10px 0;
    }

    .user-tabs ul li:first-child {
        margin-left: 0;
    }

    .user-tabs ul li {
        margin: 0 0 5px 2px;
    }

    .userimg-cont {
        float: none;
        text-align: center;
    }

    .page-header .pull-left {
        float: none;
    }

    .user-tabs ul li {
        width: 9.8%;
    }

    .user-tabs ul li a {
        padding: 4px 0 !important;
    }

    #tree-cont {
        padding: 20px;
        margin: 0 0 15px;
        height: auto !important;
    }

    .tree-heading .button-blue {
        font-size: 12px;
        margin: 12px 0 10px;
        padding: 10px;
    }

    .remove-popover .button-green, .remove-popover .button-blue, .button-green.rdsame, .button-blue.rdsame, .button-green, .button-blue {
        font-size: 14px !important;
        padding: 6px 15px !important;
        width: auto !important;
        margin: 0 3px;
    }

    .msg-detail .rdsame {
        font-size: 12px;
        margin: 0;
        padding: 6px !important;
        width: auto;
    }

    .questions > div textarea.input-block-level {
        width: 75%;
    }

    .permission-area .permission-col {
        float: none;
        width: auto;
    }

    .hours-actions .button-blue, .hours-actions .button-green {
        margin: 0 0 0 5px;
        font-size: 14px;
        padding: 7px 8px;
    }

    .hours-form-cont {
        top: 26px;
        width: 220px;
    }

    .emp-filter .span4 {
        margin-bottom: 20px;
    }

    .tabular-cont td.actions .pops-icon .help-popover {
        width: 220px;
    }

    .msg-detail p label, .msg-detail p span, .timesheet-popup div.clearfix .pull-right {
        float: none;
        width: auto;
    }

    .timesheet-popup div.clearfix .input-block-level {
        padding: 5px;
    }

    .timesheet-popup .pointer {
        right: 150px;
    }

    .timesheet-popup-time .pointer {
        right: 30px;
    }

    .browse-cont > a {
        position: static;
        right: auto;
        top: auto;
        display: inline-block;
        margin-bottom: 10px;
    }

    .browse-cont > a img {
        border-radius: 4px;
    }

    .datearea .input-block-level {
        width: 100%;
        margin: 5px 0;
    }

    .edittime-popup .pointer {
        right: 170px;
    }

    .sendhours-popup .pointer {
        right: 60px;
    }
}

/* End Landscape phone to portrait tablet */

/* Landscape phones and down */
@media (max-width: 480px) {
    .user-tabs ul li a img {
        height: 22px;
    }

    .permission-tabs ul li {
        float: none;
        display: block;
        margin: 0;
    }
}

/* Landscape phones and down */

/* normal desktop */
@media (min-width: 980px) {
    .navbar .nav > li > a {
        font-size: 14px;
        padding: 12px 0px 12px 50px;
    }

    .nav li:nth-child(1), .nav li:nth-child(2), .nav li:nth-child(3), .nav li:nth-child(4) {
        min-width: 190px;
    }

    .nav li:nth-child(5) {
        width: 130px;
    }

    .navbar .nav > li > a.nav-1 {
        background: url(../images/nav-1.png) no-repeat scroll 15px center
    }

    .navbar .nav > li > a.nav-2 {
        background: url(../images/nav-2.png) no-repeat scroll 15px center
    }

    .navbar .nav > li > a.nav-3 {
        background: url(../images/nav-3.png) no-repeat scroll 15px center
    }

    .navbar .nav > li > a.nav-4 {
        background: url(../images/nav-4.png) no-repeat scroll 15px center
    }

    .navbar .nav > li > a.nav-5 {
        background: url(../images/nav-5.png) no-repeat scroll 15px center
    }

    .navbar .nav.pull-right > li {
        width: auto;
        background: url(../images/nav-sep.png) no-repeat scroll left center;
    }

    .navbar .nav.pull-right > li:first-child {
        background: 0 none;
    }

    .navbar .nav.pull-right > li > a {
        background: 0 none;
        font-size: 16px;
        color: #fff;
        padding: 8px 12px 8px 18px;
        font-weight: 300;
    }

    .navbar .nav.pull-right > li.signup-button {
        width: auto;
        background: #70c770;
        border-radius: 5px;
    }

    .navbar .nav.pull-right > li.signup-button a {
        font-weight: 500;
        color: #000;
        padding: 8px 16px;
    }

    #home-contents {
        padding: 100px 0 0;
    }

    #home-contents h1 {
        padding-left: 150px;
        padding-right: 150px;
    }

    .registration-offer {
        margin-left: 18%;
        margin-right: 18%;
    }

    #tagline {
        font-size: 16px;
    }

    #home-contents h1 {
        font-size: 30px;
    }

    .registration-offer {
        font-size: 24px;
        padding: 15px 0;
    }

    .iconic-boxes .pull-left {
        width: 40%;
    }

    .iconic-boxes .pull-right {
        width: 60%;
    }

    .user-tabs ul li a {
        padding: 7px 5px 9px;
        font-size: 12px;
    }

    .user-tabs ul li a img {
        margin: -1px 4px 0 0;
        float: left
    }

    .remove-popover {
        width: 586px;
    }

    .remove-popover .pull-left {
        letter-spacing: normal;
        padding-top: 8px
    }

    .remove-popover .button-green, .remove-popover .button-blue {
        font-size: 16px;
        margin: 0 0 0 5px;
        padding: 8px 15px;
    }

    .emp-filter .pull-right {
        width: 50%;
    }

    .emp-filter .pull-right.lastfilter {
        width: 78%;
    }

    .timesheet-filters .pull-right {
        width: 77%;
    }

    .detail-row .topic-desc {
        width: 80%;
    }

    .timesheet-filters .pull-right.depfield {
        width: 60%;
    }
}

/* End normal desktop */

/* Large desktop */
@media (min-width: 1200px) {
    #tagline {
        font-size: 18px;
    }

    #home-contents h1 {
        font-size: 41px;
    }

    .registration-offer {
        font-size: 30px;
    }

    .navbar .nav > li > a {
        padding: 12px 0px 12px 60px;
        font-size: 18px;
    }

    .nav li:nth-child(1), .nav li:nth-child(2), .nav li:nth-child(3), .nav li:nth-child(4) {
        min-width: 233px;
    }

    .nav li:nth-child(5) {
        width: 190px;
    }

    .navbar .nav > li > a.nav-1 {
        background: url(../images/nav-1.png) no-repeat scroll 25px center
    }

    .navbar .nav > li > a.nav-2 {
        background: url(../images/nav-2.png) no-repeat scroll 25px center
    }

    .navbar .nav > li > a.nav-3 {
        background: url(../images/nav-3.png) no-repeat scroll 25px center
    }

    .navbar .nav > li > a.nav-4 {
        background: url(../images/nav-4.png) no-repeat scroll 25px center
    }

    .navbar .nav > li > a.nav-5 {
        background: url(../images/nav-5.png) no-repeat scroll 25px center
    }

    .iconic-boxes .pull-left {
        width: 30%;
    }

    .iconic-boxes .pull-right {
        width: 69%;
    }

    .user-tabs ul li a {
        padding: 7px 15px 9px 9px;
        font-size: 14px;
    }

    .user-tabs ul li a img {
        margin: -1px 6px 0 0;
        float: left
    }

    .remove-popover {
        width: 734px;
    }

    .remove-popover .pull-left {
        letter-spacing: 1px;
        padding-top: 13px
    }

    .remove-popover .button-green, .remove-popover .button-blue {
        font-size: 22px;
        margin: 0 0 0 8px;
        padding: 8px 20px;
    }

    .emp-filter .pull-right {
        width: 60%;
    }

    .emp-filter .pull-right.lastfilter {
        width: 82%;
    }

    .timesheet-filters .pull-right {
        width: 81%;
    }

    .timesheet-filters .pull-right.depfield {
        width: 67%;
    }

    .detail-row .topic-desc {
        width: 85%;
    }
}

#editacc:hover {
    cursor: pointer;
}

.email_error {
    color: red !important;
    display: none;
}

.hascustomselect {
    height: 51px !important;
}

.sort:hover {
    cursor: pointer;
}

.sort_timesheet:hover {
    cursor: pointer;
}

.view_employee:hover {
    cursor: pointer;
}

.view_msg:hover {
    cursor: pointer;
}

.hidden_history {
    display: none;
}

.history-table {
    overflow: scroll;
    height: 136px;
}

.premission-column p {
    margin-left: 165px;
}

.premission-column {
    width: 363px;
    margin-right: 10px;
    height: 160px;
    margin-bottom: 6px;
    float: left;
}

.last-column {
    margin-right: 0;
}

.resource-center {
    background-image: url('../images/resourcecenter.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: -12px;
}

.human-resources {
    background-image: url('../images/humanresources.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: -12px;
}

.task-manager {
    background-image: url('../images/taskmanager.png');
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: -12px;
}

.subsection {
    display: none;
    margin-left: 5px;
}

.subsection label {
    padding-left: 15px;
    background-image: url('../images/lefttree-border.png'), url('../images/horizontal-border.png');
    background-repeat: repeat-y, no-repeat;
    background-position-y: 0, 13px;
    height: 20px;
    margin: 0;
}

.subsection .last {
    background-image: url('../images/lastchild-border.png');
    background-position-y: -11px;
    background-repeat: no-repeat;
}

/* .employees-premission {
    background-image: url('../images/expand.png');
    background-position-x: 158px;
    background-repeat: no-repeat;
} */

.employee_radio {
    float: left;
    position: relative;
    top: 8px;
}

.user_timesheet {
    margin-left: 20px;
    float: left;
}

.row_employees {
    width: 292px;
    margin: 0px;
    float: left;
}

.edit_timesheet_button {
    border-radius: 4px !important;
    margin: 0 !important;
    font-size: 24px;
    color: #fff !important;
    padding: 3px 10px !important;
}

.edit_hoursheet_button {
    border-radius: 4px !important;
    margin: 0 !important;
    font-size: 24px;
    color: #fff !important;
    padding: 3px 10px !important;
}

.view_hoursheet_buttons {
    border-radius: 4px !important;
    margin: 0 !important;
    font-size: 24px;
    color: #fff !important;
    padding: 3px 10px !important;
}

#action-data {
    display: none;
}

.timesheet-popup {
    display: none;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.confirmation {
    display: none;
    float: left;
    width: 300px;
    border: solid;
    margin-top: 20px;
    background: #e7f4fd;
    padding-left: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: #b4defb 1px solid;
}

.close_confirmation {
    position: relative;
    top: -4px;
    left: 284px;
}

.error_warning {
    display: none;
    margin-left: 30px;
    color: red;
    float: left;
}

.users_list {
    display: none;
}

.radio-wrap label {
    padding-left: 10px;
}

.radio-wrap input {
    margin: 0px;
}

.users_ul {
    width: 150px;
}

.users_ul li:hover {
    background-color: gray;
}

.date_popup {
    width: 308px;
    height: 235px;
    display: none;
}

.date_popup input {
    width: 0px;
    height: 0px;
    padding: 0px;
}

#ui-datepicker-div {
    background-color: #E7F4FD !important;
}

.ui-datepicker-header {
    background: #E7F4FD !important;
    border: none !important;
}

.ui-datepicker-title {
    color: #000;
}

.ui-datepicker-today a {
    background: #004ec7 !important;
}

.ui-state-default {
    width: 20px;
    border-radius: 4px;
    background: #E7F4FD !important;
    border: none !important;
    color: #000 !important;
}

.ui-datepicker-calendar {
    border: none;
    margin: 0;
    background: #E7F4FD !important;
}

.ui-state-default:hover {
    background: #004ec7 !important;
}

.ui-datepicker-prev span {
    background-image: url("images/ui-icons_222222_256x240.png") !important;
    background-position: -97px 0 !important;
}

.ui-datepicker-next span {
    background-image: url("images/ui-icons_222222_256x240.png") !important;
    background-position: -33px 0 !important;
}

.ui-datepicker-prev:hover {
    background: #004ec7 !important;
    border: none;
}

.ui-datepicker-next:hover {
    background: #004ec7 !important;
    border: none;
}

.business-info span {
    width: 110px;
    display: inline-block;
    font-weight: 700;
}

#page-helpIcon {
    overflow: hidden;
}

.percentage-bar {
    background-image: url(../images/bar.jpg);
    height: 12px;
    padding: 0;
}

.prec_complete {
    color: #7BB4E5;
    padding: 0 !important;
    margin: 0;
}

.upload-confirmbox {
    display: none;
}

.addnote-form {
    display: none;
}

.notes-table {
    overflow: scroll;
    height: 500px;
}

.save_note {
    display: block;
    margin: 0 auto;
}

.close-tab3 {
    position: absolute;
    top: -3px;
    right: 1px;
}

.no_show {
    display: none;
}

/* End Large desktop */
#add_edit_task_tab {
    display: none;
}

.span2.task-list-text {
    width: 90px;
    margin: 10px 20px 0 0;
}

#msg_to li {
    cursor: pointer;
}

.view_task {
    cursor: pointer;
    cursor: pointer;
}

.view_task_pointer {
    position: absolute;
    background: url(../images/help-pointer.png) no-repeat scroll left top;
    width: 15px;
    height: 9px;
    top: -9px;
    right: 17px;
}

.view_block {
    display: block;
    float: left;
    margin-right: 10px;
}

.view_block2 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.data_value {
    font-size: 14px;
    float: left;
}

.data_value2 {
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
}

.user_list {
    position: absolute;
    top: 43px;
    left: 0;
    background: #e7f4fd;
    border: 1px solid #b4defb;
    padding: 10px;
}

.alert-badge {
    display: inline;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.alert-badge .badge {
    font-size: 12px;
    padding: 4px 8px;
}

.alert-badge .badge {
    font-size: 15px;
    font-weight: normal;
    background-color: #d52637;
    padding: 5px 8px;
}

.log-filter-box {
    width: 460px;
    margin: 0 auto;
    position: relative;
    bottom: -65px;
    z-index: 99;
}

.log-filter-box select {
    padding: 4px !important;
}

.log-filter-box .pull-right {
    margin-right: 10px;
}

.log-filter-box label {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.log-drp {
    width: 130px;
}

.log-filter-box span {
    margin-left: 0px;
}

.mb-10 {

    margin-bottom: 1px;
}
.userimg-cont{
    overflow: hidden;
}
.userimg-cont img{
    height: 150px;
    width: auto;
}
.reset_red{
    background: #de5b5b;
    margin: 0 7px;
    font-size: 24px;
    color: #fff;
    border: 0;
    padding: 15px 25px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    padding: 15px 0 !important;
    width: 180px;
}

