﻿body {
  /*.mvcMembership-allUsers{
        padding-top: 10px;
    }*/
  /*a.aremarkCreate, a.aremarkView {
        background-color: #5590F2;
        border-color: #5590F2;
        color: #FFF !important;
        border-radius: 7px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }*/
}
body .submenu_div {
  border: none;
  font-size: 15px;
}
body .submenu_div .submenu li.subselected a {
  background-color: #003DA5;
}
body .submenu_div .submenu li a {
  background-color: #5590F2;
}
body .submenu_div .submenu li a:hover {
  color: #ffffff;
}
body .ug-form-header {
  padding-top: 10px;
  font-size: 18px;
}
body .ug-form-header p {
  font-size: 11px;
  margin: 0;
}
body .ug-form input[type="text"],
body .ug-form textarea,
body .ug-form input[type="password"],
body .ug-form select {
  background-color: unset !important;
  border-color: none !important;
  border-color: rgba(27, 25, 25, 0.12);
}
body input[type="submit"] {
  background-color: #5590F2;
  border-color: #5590F2;
  color: #FFF;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
body input[type="submit"]:hover {
  background-color: #5590F2;
  border-color: #5590F2;
  color: #FFF;
}
body .lnkbtn a {
  border-radius: 7px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 10px;
}
body .lnkbtn a:not(.back-to-list) {
  background-color: #5590F2;
  border-color: #5590F2;
  color: #FFF !important;
}
body .user-form .lnkbtn,
body .group-form .lnkbtn {
  margin-top: 20px;
}
body .subheader {
  font-family: Roboto, circularbook, -apple-system, BlinkMacSystemFont, open sans, Arial, sans-serif !important;
  text-rendering: optimizeLegibility !important;
  padding-top: 10px;
  border-bottom: none;
  padding-bottom: 40px;
  /*.headertext, .subheadertext{
            color:#383838;
        }*/
}
body .subheader.subheader-entry-form {
  padding-bottom: 0;
}
body .subheader .headertext {
  color: #383838;
  font-size: 18px;
}
body .subheader .subheadertext {
  color: #383838;
}
body .subheader .subheader-title {
  /*.headertext, .subheadertext {
                color: #383838;
            }*/
  float: left;
}
body .subheader .subheader-button {
  float: right;
}
body .subheader .subheader-button a {
  background-color: #8DC540;
  border-color: #8DC540;
  color: #FFF;
  border-radius: 7px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
body .subheader .subheader-button .cms-user {
  margin-top: -37px;
  margin-left: 49px;
  /*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

        color: #262626;
        text-decoration: none;
        background-color: #f00;
    }*/
}
body .subheader .subheader-button .cms-user button.btn-primary {
  color: #4286F5;
  background-color: transparent;
  border-color: transparent !important;
  font-weight: bold;
  font-size: 15px;
}
body .subheader .subheader-button .cms-user.open button.btn-primary {
  color: #4286F5;
  background-color: transparent;
  border-color: transparent !important;
  font-weight: bold;
  font-size: 15px;
}
body .subheader .subheader-button .cms-user .dropdown-menu {
  text-align: left;
}
body .subheader .subheader-button .cms-user .dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}
body .subheader .subheader-button .cms-user a {
  color: #383838;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
body .usergroups_div .t-grid {
  width: 345px;
}
body .usergroups_div.userroles_div .t-grid {
  width: 460px;
}
body .usergroups_div #UserAdminGrid table tbody td:nth-child(2) {
  text-align: center;
}
body #UserAdminGrid {
  font-family: Roboto, circularbook, -apple-system, BlinkMacSystemFont, open sans, Arial, sans-serif !important;
  text-rendering: optimizeLegibility !important;
  border-color: #E1E1E0;
}
body #UserAdminGrid .t-toolbar {
  background-color: #FFF;
}
body #UserAdminGrid .t-toolbar a:hover {
  color: #383838 !important;
}
body #UserAdminGrid .t-toolbar .t-grid-action {
  background: unset;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  text-decoration: none;
  margin-right: 6px;
}
body #UserAdminGrid thead tr th {
  background: unset;
  background-color: #4286F5;
  text-align: center;
}
body #UserAdminGrid tbody a {
  color: #4286F5;
}
body #UserAdminGrid tbody tr.t-alt {
  background-color: #EDEDED;
}
body #UserAdminGrid tbody .um-buttons {
  text-align: center;
}
body #UserAdminGrid tbody .um-buttons a {
  text-decoration: none;
}
body #UserAdminGrid tbody tr {
  height: 40px;
}
body #UserAdminGrid tbody tr td.t-last {
  width: 200px;
}
body #UserAdminGrid tfoot tr td.t-pager-wrapper {
  background-color: #fff;
  border-color: #D9D9D9;
}
body #UserAdminGrid tfoot .t-button {
  color: #0d202b;
}
.ui-dialog {
  padding: 0;
  border: none;
  border-radius: 0;
  /*input[type="text"] {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}*/
  /*.ui-resizable-handle{
        display:none;
    }*/
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  border-radius: 0;
  background: none;
  background-color: #5590F2;
}
.ui-dialog .edit-set {
  border: none;
}
.ui-dialog .ui-resizable-handle {
  display: none !important;
}
.ui-dialog .editor-field textarea {
  background-color: #FFF;
}
.ui-dialog .ui-dialog-buttonpane {
  border: none;
}
.ui-dialog .ui-button:first-child {
  border: none;
  background: none;
  color: #5590F2;
}
.ui-dialog .ui-button:nth-child(2) {
  border: none;
  border-color: #5590F2;
  color: #FFF;
  background: none;
  background-color: #5590F2;
}
.ui-dialog input[type="text"],
.ui-dialog textarea {
  background-color: unset !important;
  border-color: none !important;
  border-color: rgba(27, 25, 25, 0.12);
}
.ui-dialog .editor-label,
.ui-dialog .display-label {
  text-align: left;
}
.ui-dialog #FollowUpDate_Str {
  padding-left: 21px;
}
.ui-dialog #FollowUpDate_Str[disabled] {
  background-color: #bfbfbf !important;
}
.ui-dialog .inputWithIcon {
  position: relative;
}
.ui-dialog .inputWithIcon svg.fa-calendar-alt {
  position: absolute;
  left: 6px;
  top: 4px;
  color: #383838;
  transition: 0.3s;
}
.ur_permission_table {
  border-bottom-color: #D9D9D8;
  border-bottom-width: 2px;
  width: 100%;
}
.ur_permission_table tbody {
  /*tr:nth-child(4), tr:nth-child(5){
            td:first-child{
                //border-left-color: #D9D9D8;
                border-right-color:#D9D9D8;
                border-bottom-color:transparent;
                border-top-color:transparent;
            }
        }

        tr:nth-child(6){

            td:first-child{
                border-right-color:#D9D9D8;
                border-top-color:transparent;
            }
        }

        tr:nth-child(4), tr:nth-child(5), tr:nth-child(6){

            td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7){
                border-left-color: transparent;
                border-right-color: transparent;
                border-bottom-color:transparent;
            }




        }*/
  /*

       

        tr:nth-child(4), tr:nth-child(5), tr:nth-child(6){
            td:first-child{
                border-left-color: #D9D9D8;
                border-right-color:#D9D9D8;
                border-bottom-color:transparent;
                border-top-color:transparent;
            }

            td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7){
         
                 border-bottom-color:transparent;
                 border-color:transparent;
            }


        }

        tr:last-child{
            td{
                border-bottom-color:#D9D9D8 !important;
                border-top-color:#ffffff;
            }
        }*/
}
.ur_permission_table tbody tr:first-child td {
  border-color: #ffffff;
  border-left-color: white !important;
}
.ur_permission_table tbody tr:nth-child(2) td,
.ur_permission_table tbody tr:nth-child(3) td {
  background-color: #5590F2;
  border-color: #5590F2;
  color: #ffffff;
}
.ur_permission_table tbody tr:nth-child(2) .ur_permissionheader,
.ur_permission_table tbody tr:nth-child(3) .ur_permissionheader {
  font-size: 15px;
}
.ur_permission_table tbody tr:nth-child(4),
.ur_permission_table tbody tr:nth-child(5),
.ur_permission_table tbody tr:nth-child(6),
.ur_permission_table tbody tr:nth-child(7) {
  /*td:nth-child(8){*/
  /*td:nth-child(1){
                border-left-color:#D9D9D8 !important;
                border-right: #D9D9D8 !important;
                border-right-width:5px;
            }*/
}
.ur_permission_table tbody tr:nth-child(4) td:nth-child(1),
.ur_permission_table tbody tr:nth-child(5) td:nth-child(1),
.ur_permission_table tbody tr:nth-child(6) td:nth-child(1),
.ur_permission_table tbody tr:nth-child(7) td:nth-child(1) {
  border-right-color: #D9D9D8;
  border-left-color: #D9D9D8;
}
.ur_permission_table tbody tr:nth-child(4) td:nth-child(9),
.ur_permission_table tbody tr:nth-child(5) td:nth-child(9),
.ur_permission_table tbody tr:nth-child(6) td:nth-child(9),
.ur_permission_table tbody tr:nth-child(7) td:nth-child(9) {
  border-right-color: #D9D9D8;
}
.ur_permission_table span#leadviewtype_div label {
  background: none;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
  color: #ffffff;
}
.ur_permission_table span#leadviewtype_div label.ui-state-active {
  background-color: #5590F2;
  border-color: #5590F2;
}
.ur_permission_table span#leadviewtype_div label span.ui-button-text {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
}
.ur_permission_table label.is-denied {
  color: white;
  border-color: #BC2317;
  background-color: #BC2317;
}
.ur_permission_table label.is-allowed {
  color: white;
  border-color: #8DC540;
  background-color: #8DC540;
}
.ur-form-buttons {
  padding-left: 0;
  width: 100%;
  text-align: center;
}
table.u-form-table tr td.group-type-header {
  font-weight: 900;
  padding-top: 15px;
  font-size: 10px;
}
table.u-form-table tr td.ug-form-field label {
  width: 250px;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.make-primary-group .toggle.btn {
  min-height: 20px !important;
  height: 20px !important;
  font-size: 12px !important;
  /*padding-top:0;
         padding-bottom: 0;*/
}
.make-primary-group .toggle.btn .toggle-group .btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 13px;
}
td.radio-primary-group {
  display: none;
}
/*# sourceMappingURL=user-dashboard.css.map */