body {
    color: #000000;
    background: #E3E5FE;
    font-family: "Poppins", Arial, sans-serif;
  }
  #top-panel, .expanded-panel {
    line-height: 50px;
    height: 50px;
    background: #ffffff;
  }
  #logo, #logo2 {
    position:relative;
    background:white;
    /*background: #908C8C url(../img/devoops_pattern_b10.png) 0 0 repeat;*/
  }
  #logo a {
    color: #fff;
    font-family: 'Righteous', cursive;
    display: block;
    font-size: 20px;
    line-height: 50px;
    background: url(../img/logo.png) right 42px no-repeat;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #logo a:hover {
    background-position: right 25px;
    text-decoration: none;
  }
  #content {
    position: relative;
    z-index: 10;
    background: #ebebeb;
    box-shadow: 0 0 0 transparent;
    padding-bottom: 3000px !important;
    margin-bottom: -2980px !important;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .full-content {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .navbar {
    margin: 0;
    border: 0;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    z-index: 2000;
  }
  .body-expanded .navbar {
    z-index: 9;
  }
  a.show-sidebar {
    float: left;
    color:#CECECE;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  a.show-sidebar:hover {
    color:#000;
  }

  .box-new-default{
    border-radius: 25px;
    border: 2px solid #000000;
    padding: 10px;
    width: 500px;
    height: 500px;
  }

  .box-new-default2{
    border: none;
    width: 200px;
    height: 200px;
    text-align: center;
  }

  .box2{
    height:100%;
    border:none !important;
    box-shadow:none; 
    margin:4rem auto;
  }
  #page-login .box {
    margin-top:0% !important;
  }

  #sidebar-left {
    position:relative;
    z-index: inherit;
    padding-bottom: 3000px !important;
    margin-bottom: -3000px !important;
    background: #E3E5FE ;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-right: transparent;
  }
  .main-menu .dropdown-menu {
    position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
    box-shadow: none;
    visibility:hidden;

  }

  .nav.main-menu a.active, .nav.msg-menu a.active {
    background: #B5BAFF
  }
  .nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
    background: #B5BAFF
  }
  .nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background: #B5BAFF
  }
  .nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
    background: #B5BAFF
  }
 
  .main-menu .active-parent:hover + .dropdown-menu {
    visibility:visible;
  }
  .main-menu .active-parent + .dropdown-menu:hover {
    visibility:visible;  
  }
  .main-menu .dropdown-menu > li > a {
    padding:9px 15px 9px 40px;
    color: #1B0450;
  }
  .main-menu .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
  }
  .main-menu .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
  }
  
  .nav.main-menu > li > a, .nav.msg-menu > li > a {
    color: #1B0450;
    
  }
  

  .nav.main-menu > li > a:hover, .nav.msg-menu > li > a:hover {
    color: #000;
  }

  .nav.main-menu > li > a:active, .nav.msg-menu > li > a:active {
    color: #000;
    
  }

  .nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
  .nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
    background:#B5BAFF;
    color:#000000;
  }
  #breadcrumb {
    padding: 0;
    line-height: 40px;
    background: #E3E5FE;
    margin-bottom: 20px;
    color: #1B0450;
   
  }
  .breadcrumb > li > a {
    color: #212CB2;
    font-weight: bold;
  }
  .breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
    color: #1B0450;
    font-weight: bold;

  }
  .home-message{
    color: #1B0450;
  }
  
  .btn {
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #a2a2a2;
    background: #a2a2a2 -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0));
    background: #a2a2a2 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none !important;
  }
  .logout_new_btn{
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #E3E5FE;
    line-height: 20px;
    margin: 8px 4px 4px;
    padding: 6px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none !important;
    color: #1B0450;
  }
  .logout_new_btn:hover{
    text-decoration: none;
    color: #1B0450;
    background-color: #B5BAFF;

  }
  .user_name{
    color: #1B0450 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
  }
  .a_text_decoration:hover {
    text-decoration: underline;
  }
  .home_message{
    color: #1B0450;

  }
  .home_doc{
    color: #B5BAFF;
  }
  .home_doc:hover{
    color: #1B0450;
    
  }
  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }
  .new_btn {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #E3E5FE;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 10px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none !important;
    color: #1B0450;
  }
  .new_btn:hover{
    text-decoration: none;
    color: #1B0450;
    background-color: #B5BAFF;

  }
  .btn-label-left, .btn-label-right {
    padding: 0 10px;
  }
  .btn-label-left span {
    position: relative;
    left: -10px;
    display: inline-block;
    padding: 0px 8px;
    background: rgba(0, 0, 0, 0.1);
  }
  .btn-label-right span {
    position: relative;
    right: -10px;
    display: inline-block;
    padding: 0px 8px;
    background: rgba(0, 0, 0, 0.1);
  }
  .btn i {
    vertical-align: middle;
  }
  .btn-app {
    width: 80px;
    height: 80px;
    padding: 0;
    font-size: 16px;
  }
  .btn-app i {
    font-size: 36px;
    line-height: 78px;
    display: block;
  }
  .btn-app-sm {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 12px;
  }
  .btn-app-sm i {
    font-size: 18px;
    line-height: 48px;
    display: block;
  }
  .btn-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
  }
  .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary-new-default{
    background: #222cb2;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
    width: 100%;
  }

  .btn-primary-new-default:hover{
    background: #1739af;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
    width: 100%;
  }
  .btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
    background-color: #D8D8D8;
    border-color: rgba(0, 0, 0, 0.3);
    color: #929292;
  }
  .btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
  .table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #0e31a7;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
  .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #39B54A;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
  .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #6276cf;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
  .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #DF7401;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
  .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #D15E5E;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #525252;
    background-color: #b8b8b8;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
  .table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
    color: #fff;
    background-color: #1739d3;
    border-color: rgba(0, 0, 0, 0.3);
  }
  
  .btn-negro, .btn-negro.disabled, .btn-negro[disabled], fieldset[disabled] .btn-negro, .btn-negro.disabled:hover, .btn-negro[disabled]:hover, fieldset[disabled] .btn-negro:hover, .btn-negro.disabled:focus, .btn-negro[disabled]:focus, fieldset[disabled] .btn-negro:focus, .btn-negro.disabled:active, .btn-negro[disabled]:active, fieldset[disabled] .btn-negro:active, .btn-negro.disabled.active, .btn-negro[disabled].active, fieldset[disabled] .btn-negro.active,
  .table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #413F3C;
    border-color: rgba(0, 0, 0, 0.3);
    color: #f8f8f8;
  }
  .btn-negro:hover, .btn-negro:focus, .btn-negro:active, .btn-negro.active, .open .dropdown-toggle.btn-negro,
  .table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
    color: #fff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
  }
  
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
  .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    color: #fff;
    background-color: #27c224;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
  .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    color: #fff;
    background-color: #2544ce;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
  .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    color: #fff;
    background-color: #B45F04;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
  .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    color: #fff;
    background-color: #b25050;
    border-color: rgba(0, 0, 0, 0.3);
  }

  
  
  .progress {
    overflow: visible;
  }
  .progress-ui {
    height: 10px;
  }
  .progress-bar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .progress-bar.ui-widget-content {
    background: none;
    border: 0;
    height: 100%;
    position: relative;
  }
  .progress-bar .ui-state-default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 10px;
    width: 10px;
    top: 0;
    margin-left: -5px;
    cursor:pointer;
    border:0px solid #d3d3d3;
    outline:none !important;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
  }
  .progress-bar .ui-widget-header {
    background: #D8D8D8;
  }
  .progress-bar-primary .ui-widget-header {
    background: #6AA6D6;
    color:#f8f8f8;
  }
  .progress-bar-success .ui-widget-header {
    background: #63CC9E;
    color:#f8f8f8;
  }
  .progress-bar-info .ui-widget-header {
    background: #7BC5D3;
    color:#f8f8f8;
  }
  .progress-bar-warning .ui-widget-header {
    background: #DFD271;
    color:#f8f8f8;
  }
  .progress-bar-danger .ui-widget-header {
    background: #D15E5E;
    color:#f8f8f8;
  }
  .progress-bar .ui-state-default {
    background: #b8b8b8;
  }
  .progress-bar-primary .ui-state-default {
    background: #5a8db6;
  }
  .progress-bar-success .ui-state-default {
    background: #54ae86;
  }
  .progress-bar-info .ui-state-default {
    background: #69a8b4;
  }
  .progress-bar-warning .ui-state-default {
    background: #beb360;
  }
  .progress-bar-danger .ui-state-default {
    background: #b25050;
  }
  .slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
    border: 0;
    background: none;
    outline: none !important;
  }
  .progress-bar.ui-slider-vertical {
    width:20px;
  }
  .progress-bar.ui-slider-vertical .ui-state-default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    top: auto;
    margin-left: 0px;
    left: 0;
  }
  
  .toggle-switch {
    position: relative;
    width: 60px;
  }
  .toggle-switch input {
    display: none;
  }
  .toggle-switch label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .toggle-switch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
  }
  .toggle-switch-inner:before, .toggle-switch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #FFFFFF;
    color:#929292;
    background-color: #F5F5F5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }
  .toggle-switch-inner:before {
    content: "ON";
    padding-left: 15px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
  }
  .toggle-switch-inner:after {
    content: "OFF";
    padding-right: 15px;
    text-align: right;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
  }
  .toggle-switch-switch {
    width: 20px;
    margin: 0;
    border: 2px solid #d8d8d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    color: #f8f8f8;
    line-height: 1em;
    text-shadow: 0 0px 1px #ADADAD;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
  }
  .toggle-switch input:checked + .toggle-switch-inner {
    margin-left: 0;
  }
  .toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
    right: 0px; 
  }
  .toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #D15E5E;
    background: #D15E5E;
  }
  .toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #DFD271;
    background: #DFD271;
  }
  .toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #7BC5D3;
    background: #7BC5D3;
  }
  .toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #63CC9E;
    background: #63CC9E;
  }
  .toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border:2px solid #6AA6D6;
    background: #6AA6D6;
  }
  
  .bg-default {
    background: #D8D8D8 !important;
  }
  .bg-primary {
    background: #6AA6D6 !important;
    color:#f8f8f8 !important;
  }
  .bg-success {
    background: #63CC9E !important;
    color:#f8f8f8 !important;
  }
  .bg-info {
    background: #7BC5D3 !important;
    color:#f8f8f8 !important;
  }
  .bg-warning {
    background: #DFD271 !important;
    color:#f8f8f8 !important;
  }
  .bg-danger {
    background: #D15E5E !important;
    color:#f8f8f8 !important;
  }
  .txt-default {
    color: #D8D8D8 !important;
  }
  .txt-primary {
    color: #6AA6D6 !important;
  }
  .txt-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #63CC9E !important;
  }
  .txt-info {
    color: #7BC5D3 !important;
  }
  .txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #DFD271 !important;
  }
  .txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #D15E5E !important;
  }
  
  .external-event {
    padding: 2px 6px;
    margin: 4px 0;
    background: #f5f5f5;
  }
  .external-event:hover {
    cursor: move;
    background: #6AA6D6;
    color:#f8f8f8;
  }
  
  .fc-event {
    border: 1px solid #6AA6D6;
    background-color: #6AA6D6;
  }
  
  .likebox {
    overflow: hidden;
  }
  .likebox .navbar-nav {
    margin:0;
  }
  .likebox .navbar-nav li {
    margin-right: 15px;
    float: left;
  }
  .likebox .fa-thumbs-up {
    color:#6AA6D6;
  }
  .likebox .fa-thumbs-down {
    color:#D15E5E;
  }
  #modalbox {
    display:none;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background:rgba(0,0,0,0.8);
  }
  #modalbox .devoops-modal {
    position:absolute;top:90px;margin-left: -300px;left: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 20px #6AA6D6;
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 600px;
    z-index:6000;
  }
  #modalbox .devoops-modal-header {
    color: #363636;
    font-size: 16px;
    position:relative;
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #E4E4E4;
    height: 28px;
  }
  #modalbox .devoops-modal-inner {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #FCFCFC;
  }
  #modalbox .devoops-modal-bottom {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #d8d8d8;
  }
  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #969696;
    text-decoration: none;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
  }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #8A8A8A;
    background-color: #eee;
  }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #979797;
    cursor: not-allowed;
    background-color: #FCFCFC;
    border-color: #D8D8D8;
  }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6AA6D6;
    border-color: #6AA6D6;
  }
  
  @media (min-width: 768px) {
    #sidebar-left.col-sm-2 {
      opacity: 1;
      width: 16.666666666666664%;
      padding: 0 15px;
    }
    .sidebar-show #sidebar-left.col-sm-2 {
      opacity: 0;
      width:0;
      padding:0;
    }
    .sidebar-show #content.col-sm-10 {
      opacity: 1;
      width:100%;
    }
    .page-404 .form-inline {
      width: 60%;
    }
  }
  @media (min-width: 992px) {
    .nav.main-menu > li > a, .nav.msg-menu > li > a {
      text-align: left;
    }
    .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
      font-size:14px;
      width: 20px;
      display: inline-block;
    }
    .main-menu .dropdown-menu {
      position: relative;
      z-index: inherit;
      left:0;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #D1D4FF;
      visibility: visible;
    }
    .main-menu .dropdown-menu > li > a {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    .page-404 .form-inline {
      width: 40%;
    }
  }
  @media (max-width: 767px) {
    #main {
      margin-top: 100px;
    }
    #messages-menu {
      top:140px;
    }
    .page-404 .form-inline {
      width: 100%;
    }
    #dashboard_links .nav {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
    }
    #dashboard_links .nav-stacked > li {
      float:left;
    }
    #dashboard_links .nav-pills > li > a {
      padding:15px;
    }
    #dashboard_links .nav-pills > li.active > a:before {
      bottom: 0;
      left: 50%;
      margin-left: -9px;
    }
  }
  @media (max-width: 620px) {
    .user-mini {
      display: none;
    }
  }
  @media (max-width: 400px) {
    .panel-menu a.account {
      padding: 5px 0px 5px 0;
    }
    .avatar {
      margin: 0;
    }
    .panel-menu i.pull-right {
      margin-left: 0;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
      background: none;
    }
    #dashboard_links .nav-stacked > li {
      float:none;
    }
    #dashboard_links .nav-pills > li.active > a:before {
      display: none;
    }
  }
  
  .block {
      display: block;
      width: 100%;
      border: none;
      background-color: red;
      color: white;
      padding: 14px 28px;
      font-size: 16px;
      cursor: pointer;
      text-align: center;
  }
  
  .block:hover {
      background-color: #ddd;
      color: black;
  }
  
  .badge {
    background-color: #1B0450;;
  }

  .alert-new-primary{
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 12px;
    width: 400px;
  }

  @media (min-width: 992px) {
    .body-login {
      overflow-y: scroll;
    }
  }
  
  #logo2>span>a {
    color:#180450 !important;
    font-size: 13px !important;
  }

  button.block {
    border-radius: 0.5rem !important;
    font-weight: bolder !important;
    font-size: 16px !important;
    background-color: #212CB2 !important;
    color: #ffffff;
  }

  button.block:hover {
    font-style: unset;
    font-size: 17px !important;
  }

  #home {
    font-size: 12px !important;
  }

  #breadcrumb>.breadcrumb a {
    font-size: 16px !important;
  }