/* - - | Basic | - - */
/*html{
    margin: 0;
    padding: 0;
    border: 0;
    }
html,body{
    height: 100%;
    }
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section{
    display: block;
    }
body{
    line-height: 1.5;
    }
table{
    border-collapse: separate;
    border-spacing: 0;
    }
caption,th,td{
    text-align: left;
    font-weight: normal;
    }
table,th,td{
    vertical-align: middle;
    }
ul,ol,li{
    list-style: none;
    }
a img{
    border: none;
    }
input,textarea{
    vertical-align: middle;
    border: none;
    outline: none;
    }
a{
    text-decoration:none;
    }
:focus{
    outline:0;
    } */
/* line 1, ../sass/_screen.scss */
body {
  background: #EDEDED;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* line 7, ../sass/_screen.scss */
body {
  height: 100%;
  min-height: 100%;
}

/* line 12, ../sass/_screen.scss */
html {
  height: 100%;
  min-height: 100%;
}

/* line 14, ../sass/_screen.scss */
a {
  color: #8e939b;
  outline: none;
}

/* line 15, ../sass/_screen.scss */
a:active, a:focus {
  outline: none;
}

/* line 18, ../sass/_screen.scss */
a:hover {
  color: #009898;
  cursor: pointer;
  text-decoration: none;
}

/* line 19, ../sass/_screen.scss */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20, ../sass/_screen.scss */
h1, h2, h3, h4, h5, h6, #sidebar > li > a > .txt_menu {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 21, ../sass/_screen.scss */
h1, h2, h3, h4, h5, h6, p {
  color: #425668;
}

/* line 22, ../sass/_screen.scss */
h2.page-title {
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #009898;
  font-size: 1.4em;
  border-bottom: 3px solid #009898;
}
/* line 30, ../sass/_screen.scss */
h2.page-title span {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 35, ../sass/_screen.scss */
h3.page-subtitle {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

/* line 39, ../sass/_screen.scss */
.statictext {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 40, ../sass/_screen.scss */
.radio-field {
  display: inline-block;
  margin-right: 15px;
}

/* line 41, ../sass/_screen.scss */
.form-submit.wrapper {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
}
/* line 45, ../sass/_screen.scss */
.form-submit.wrapper button {
  margin-right: 10px;
}

/* line 47, ../sass/_screen.scss */
.panel-body {
  border-bottom: none;
  margin-left: 50px;
}

/* line 48, ../sass/_screen.scss */
.panel {
  box-shadow: none;
}

/* line 49, ../sass/_screen.scss */
.panel-title {
  font-size: 1.2em;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

/* line 50, ../sass/_screen.scss */
.panel-primary > .panel-heading {
  color: #666;
  background: #e5e5e5;
  border-bottom: 0;
}

/* line 55, ../sass/_screen.scss */
.panel-primary {
  background: transparent;
  border: none;
}

/* line 59, ../sass/_screen.scss */
span.ok {
  width: 45px;
  height: 20px;
}

/* line 62, ../sass/_screen.scss */
.rsi .progress-bar-success {
  background-color: #03a5ff;
}
/* line 64, ../sass/_screen.scss */
.rsi .btn-primary {
  background-color: #03a5ff;
  border-color: #03a5ff;
}
/* line 66, ../sass/_screen.scss */
.rsi .btn-primary:hover {
  background-color: #009898;
  border-color: #009898;
  color: white;
}

/* line 88, ../sass/_screen.scss */
.msa .progress-bar-success {
  background-color: #d1d83a;
}
/* line 89, ../sass/_screen.scss */
.msa .btn-primary {
  background-color: #d1d83a;
  border-color: #d1d83a;
  color: #666;
}
/* line 91, ../sass/_screen.scss */
.msa .btn-primary:hover {
  background-color: #009898;
  border-color: #009898;
  color: white;
}

/* line 108, ../sass/_screen.scss */
#top_menu {
  background: #F7F7F7;
  box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
  -moz-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
  padding-top: 10px;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  padding-bottom: 0px;
  height: 75px;
}
/* line 120, ../sass/_screen.scss */
#top_menu .logo {
  width: auto;
  height: 50px;
  margin-left: -10px;
  margin-top: 10px;
}
/* line 123, ../sass/_screen.scss */
#top_menu .logo_part {
  width: auto;
  height: 55px;
  margin-left: 10px;
}
/* line 126, ../sass/_screen.scss */
#top_menu #main-logo-wrapper {
  text-align: center;
}
/* line 127, ../sass/_screen.scss */
#top_menu #secondary-menu-wrapper {
  float: right;
  margin-top: 15px;
}
/* line 129, ../sass/_screen.scss */
#top_menu .secondary-menu {
  float: right;
  padding: 0;
  margin: 0;
  position: relative;
  top: -5px;
}
/* line 131, ../sass/_screen.scss */
#top_menu .secondary-menu li {
  border-right: #dad8da 1px solid;
  /* */
  height: 30px;
  padding-top: 5px;
  padding-right: 17px;
  padding-left: 5px;
}
/* line 134, ../sass/_screen.scss */
#top_menu .secondary-menu li:last-child {
  border: none;
}
/* line 136, ../sass/_screen.scss */
#top_menu .secondary-menu li.name span {
  margin: 0;
  padding: 0;
  line-height: 14px;
}

/* line 142, ../sass/_screen.scss */
#page-content-wrapper {
  margin-top: 75px;
  margin-left: 295px;
}

/* line 147, ../sass/_screen.scss */
#sidebar-wrapper {
  font-size: 1em;
  width: 295px;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #009898;
}
/* line 157, ../sass/_screen.scss */
#sidebar-wrapper #sidebar_menu {
  padding-bottom: 10px;
  margin-top: 15px;
}
/* line 158, ../sass/_screen.scss */
#sidebar-wrapper #sidebar_menu li a {
  margin: 0;
  padding: 0;
}
/* line 161, ../sass/_screen.scss */
#sidebar-wrapper #sidebar_menu i {
  float: right;
  margin-right: 26px;
  color: #fff;
}
/* line 166, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li {
  padding-top: 0px;
  position: relative;
}
/* line 169, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active {
  /*&:hover{
      
      &:after { border-right: 3px solid $white; bottom: 0;
                      width:41px;
                      content: "";
                      right:0px;
                      position: absolute;
                      top: 0;
                  }
  }*/
}
/* line 170, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active.current {
  /*&:after { border-right: 3px solid $white; bottom: 0;
                   width:41px;
                   content: "";
                   right:0px;
                   position: absolute;
                   top: 0;
               }*/
}
/* line 171, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active.current:after {
  content: '';
  right: 0;
  position: absolute;
  left: auto;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #EDEDED;
}
/* line 181, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active.current a:before {
  color: white;
}
/* line 184, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active.current a:after {
  border-left: 1px solid #fff;
}
/* line 198, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active a {
  color: white;
}
/* line 202, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active a:after {
  border-left: 1px solid white;
}
/* line 205, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active a:hover {
  color: #cfe3e3;
}
/* line 211, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li.active a:hover:after {
  border-left: 1px solid #cfe3e3;
}
/* line 227, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li a {
  padding-left: 50px;
  color: black;
}
/* line 229, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li a:before {
  font-family: FontAwesome;
  bottom: auto;
  content: "\f107";
  left: 27px;
  margin-top: 0px;
  position: absolute;
  right: auto;
  background: transparent;
  z-index: 1;
  /* width: 9px; height: 9px;
     background:$inactive_form;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;*/
}
/* line 247, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li a:after {
  bottom: 0;
  width: 41px;
  content: "";
  left: 32px;
  position: absolute;
  top: 0;
  border-left: 1px solid black;
}
/* line 257, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li a:hover {
  color: #212d38;
}
/* line 262, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li ul li a:hover:after {
  border-left: 1px solid #212d38;
}
/* line 269, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav > li {
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 272, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 276, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li a {
  padding: 0 25px;
  color: white;
  display: block;
  text-decoration: none;
}
/* line 282, ../sass/_screen.scss */
#sidebar-wrapper .sidebar-nav li a:hover i {
  color: white;
}

/*
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	
  text-decoration: none;
    
}*/
/* line 298, ../sass/_screen.scss */
#wrapper .fa-chevron-left {
  display: none;
}
/* line 299, ../sass/_screen.scss */
#wrapper .fa-chevron-right {
  display: block;
}
/* line 300, ../sass/_screen.scss */
#wrapper .progress {
  display: none;
}
/* line 301, ../sass/_screen.scss */
#wrapper #sidebar-wrapper {
  width: 65px;
}
/* line 303, ../sass/_screen.scss */
#wrapper #sidebar-wrapper ul ul li {
  height: 19px;
}
/* line 304, ../sass/_screen.scss */
#wrapper #sidebar-wrapper ul ul {
  margin-top: 0px;
         /* a{ 
             
              &:after { border-left: 1px solid #425668;//border-left:none;
                      }
 

              } */
}
/* line 313, ../sass/_screen.scss */
#wrapper #sidebar-wrapper .txt_menu {
  display: none;
}
/* line 316, ../sass/_screen.scss */
#wrapper #page-content-wrapper {
  margin-left: 65px;
}

/* line 321, ../sass/_screen.scss */
.form-group {
  margin-bottom: 0;
}

/* line 322, ../sass/_screen.scss */
.panel {
  margin-bottom: 10px;
}

/* line 326, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper {
  margin-left: 0;
  margin-top: 110px;
}
/* line 328, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper .control-label.pull-left {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 329, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper #form_main {
  /*  .form-group{margin-top:0;}
    background: rgba(65,84,102,.1);
    //color:white;
    padding:20px 20px 0  20px;
   
   // width:370px;/*
    margin-left:5px;*/
}
/* line 338, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper #form_main .input-group {
  margin-bottom: 10px;
}
/* line 339, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper #form_main label {
  font-size: 14px;
}
/* line 340, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper #form_main input {
  border-left: none;
  position: relative;
  left: -5px;
  font-size: 1.1em;
}
/* line 341, ../sass/_screen.scss */
.inclusion #wrapper #page-content-wrapper #form_main .input-group-addon {
  background: white;
  border-right: none;
}

/* line 345, ../sass/_screen.scss */
.connect #auth {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

/* line 349, ../sass/_screen.scss */
.connect #auth, .inclusion #auth {
  color: white;
}
/* line 351, ../sass/_screen.scss */
.connect #auth .forgot-pwd, .inclusion #auth .forgot-pwd {
  margin-top: 10px;
  font-size: 1em;
}
/* line 356, ../sass/_screen.scss */
.connect #auth .btn, .inclusion #auth .btn {
  display: block;
  width: 100%;
}
/* line 357, ../sass/_screen.scss */
.connect #auth form, .inclusion #auth form {
  /*background:$turquoise;padding:20px;padding-bottom:50px;*/
}
/* line 358, ../sass/_screen.scss */
.connect #auth form .input-group, .inclusion #auth form .input-group {
  margin-bottom: 10px;
}
/* line 359, ../sass/_screen.scss */
.connect #auth form input, .inclusion #auth form input {
  border-left: none;
  position: relative;
  left: -5px;
  font-size: 1.1em;
}
/* line 360, ../sass/_screen.scss */
.connect #auth form .input-group-addon, .inclusion #auth form .input-group-addon {
  background: white;
  border-right: none;
}
/* line 365, ../sass/_screen.scss */
.connect #wrapper #page-content-wrapper, .inclusion #wrapper #page-content-wrapper {
  margin-left: 0;
  margin-top: 120px;
}

/* line 374, ../sass/_screen.scss */
.connect #wrapper #page-content-wrapper {
  margin-left: 0;
  margin-top: 120px;
}

/* line 384, ../sass/_screen.scss */
.connect #page-content-wrapper .form-control, .inclusion #page-content-wrapper .form-control {
  height: 44px;
}
/* line 385, ../sass/_screen.scss */
.connect #page-content-wrapper i, .inclusion #page-content-wrapper i {
  opacity: .3;
  font-size: 1.4em;
}

/* line 395, ../sass/_screen.scss */
#wrapper.active .fa-chevron-left {
  display: block;
}
/* line 396, ../sass/_screen.scss */
#wrapper.active .fa-chevron-right {
  display: none;
}
/* line 397, ../sass/_screen.scss */
#wrapper.active .progress {
  margin-left: 25px;
  margin-right: 60px;
  border-radius: 0;
  margin-bottom: 5px;
  margin-top: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: black;
  height: 5px;
  position: relative;
  overflow: visible;
}
/* line 401, ../sass/_screen.scss */
#wrapper.active .progress span {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
/* line 406, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper {
  width: 295px;
}
/* line 409, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper #sidebar i {
  position: absolute;
  left: 25px;
  top: 3px;
  opacity: .9;
}
/* line 410, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper #sidebar > li > a > .txt_menu {
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
  font-size: 1.1em;
  /*position:absolute;left:10px;top:-10px;font-size:3em;opacity:0;z-index:-1;*/
  /*  &.fa-glass{top:10px}
    &.fa-suitcase{top:75px;}
    &.fa-id-card{top:-3px;}
    &.fa-pie-chart{top:-10px;}*/
}
/* line 417, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper #sidebar li {
  position: relative;
}
/* line 418, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper ul ul li {
  height: auto;
}
/* line 419, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper ul ul {
  margin-top: auto;
        /*  a{ 
             
              &:after { border-left: 1px solid #425668;}
 

              } */
}
/* line 428, ../sass/_screen.scss */
#wrapper.active #sidebar-wrapper .txt_menu {
  display: block;
}
/* line 432, ../sass/_screen.scss */
#wrapper.active #page-content-wrapper {
  margin-left: 295px;
}

/* line 436, ../sass/_screen.scss */
footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* line 438, ../sass/_screen.scss */
footer img {
  height: 40px;
}

/* Tooltip */
/* line 443, ../sass/_screen.scss */
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 447, ../sass/_screen.scss */
.tooltip > .tooltip-inner {
  font-size: 1.2em;
  width: 300px;
  max-width: 300px;
  background-color: white;
  color: #666;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
  -moz-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
}

/* line 460, ../sass/_screen.scss */
.secondary-menu .tooltip > .tooltip-inner {
  width: auto;
}
/* line 463, ../sass/_screen.scss */
.secondary-menu .tooltip.bottom {
  margin-top: 15px;
}

/* line 467, ../sass/_screen.scss */
#wrapper .tooltip.right > .tooltip-arrow {
  margin-top: 7px;
  left: -18px;
}
/* line 471, ../sass/_screen.scss */
#wrapper .tooltip.right > .tooltip-inner {
  margin-left: -18px;
  margin-top: 25px;
}

/* line 477, ../sass/_screen.scss */
#wrapper.active .tooltip.right > .tooltip-arrow {
  margin-top: -5px;
  left: -8px;
}
/* line 481, ../sass/_screen.scss */
#wrapper.active .tooltip.right > .tooltip-inner {
  margin-left: -8px;
}

/* Tooltip on top */
/* line 486, ../sass/_screen.scss */
.tooltip.top > .tooltip-arrow {
  background-color: white;
}

/* Tooltip on bottom */
/* Tooltip on left */
/* line 497, ../sass/_screen.scss */
.tooltip.left > .tooltip-arrow {
  border-left: 5px solid white;
}

/* Tooltip on right */
/* line 502, ../sass/_screen.scss */
.tooltip.right > .tooltip-arrow {
  border-right: 5px solid white;
}

/* Tooltip on right */
/* line 507, ../sass/_screen.scss */
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid white;
}

@media (min-width: 768px) {
  /* line 514, ../sass/_screen.scss */
  #wrapper.active .container {
    width: 500px;
  }
}
@media (min-width: 960px) {
  /* line 521, ../sass/_screen.scss */
  body {
    font-size: 15px;
  }

  /* line 523, ../sass/_screen.scss */
  #wrapper.active .container {
    width: 720px;
  }
}
@media (min-width: 1140px) {
  /* line 531, ../sass/_screen.scss */
  #wrapper #sidebar-wrapper {
    width: 65px;
  }
  /* line 532, ../sass/_screen.scss */
  #wrapper #page-content-wrapper {
    margin-left: 65px;
  }

  /* line 538, ../sass/_screen.scss */
  body {
    font-size: 16px;
  }

  /* line 540, ../sass/_screen.scss */
  #wrapper.active #sidebar-wrapper {
    width: 350px;
  }
  /* line 541, ../sass/_screen.scss */
  #wrapper.active #page-content-wrapper {
    margin-left: 350px;
  }
  /* line 545, ../sass/_screen.scss */
  #wrapper.active .container {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  /* line 553, ../sass/_screen.scss */
  #wrapper.active .container {
    width: 850px;
  }
}
@media (min-width: 1340px) {
  /* line 559, ../sass/_screen.scss */
  body {
    font-size: 17px;
  }

  /* line 561, ../sass/_screen.scss */
  #wrapper.active .container {
    width: 1050px;
  }
}
/*.row{
    margin-left:0px;
    margin-right:0px;
}
a:active, a:focus {
  outline: none;
}

/*#wrapper {
    padding-left: 0px;
    transition: all .4s ease 0s;
    height: 100%
}



.sidebar-nav {
    display: block;
    float: left;
    width: 285px;
    list-style: none;
    margin: 0;
    padding: 0;

}

.form-control
{

  height: 30px;
}
.btn
{padding-top:5px;padding-bottom:7px;line-height:14px}


#top_menu{
	background:white;
	box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	-moz-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	padding-top:10px;
	position:relative;
	padding-bottom:0px;
}
#top_menu form{float:left;}

.main-link{
	-webkit-border-radius: 4px 4px 0px 0px;-moz-border-radius: 4px 4px 0px 0px;border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	-moz-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(30, 26, 26, 0.16);
	background:white;
    padding-right: 15px;
     padding-left: 15px;
	 display:block;color:white;
	 height:164px;margin-bottom:30px;position:relative;color:white;
	
}
.main-link h2{transition:all .4s ease 0s;height:75px;padding-top:20px;position:absolute;z-index:3;bottom:-10px;background:white;text-align:center;color:#8e939b;width:100%;left:0;font-size:14px;text-transform:uppercase;}
.main-link i::after {
   content: "";
   position:absolute;width:100%;height:100%;z-index:2;left:0;top:0;

background: -moz-linear-gradient(left,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to right,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=1 ); 
   
}
.main-link i{font-size:48px!important;width:100%;text-align:center;margin-top:20px;transition:all .4s ease 0s;}
.main-link:hover h2{height:65px;}
.main-link:hover i{color:white;font-size:60px!important;}
.main-link.violet:hover h2{color:#9c73bf;}
.main-link.violet-2:hover h2{color:#aa93a7;}
.main-link.bleu:hover h2{color:#40adcf;}
.main-link.rose:hover h2{color:#ec2c8c;}
.main-link.vert:hover h2{color:#72ce6f;}
.main-link.gris:hover h2{color:#8e939b;}
.main-link.rose-2:hover h2{color:#fe88ae;}
.main-link.noir:hover h2{color:#3e3d40;}
.main-link.jaune:hover h2{color:#e6cc40;}


.violet{background:#9c73bf;}
.violet-2{background:#aa93a7;}
.bleu{background:#40adcf;;}
.rose{background:#ec2c8c;}
.vert{background:#72ce6f;}
.gris{background:#8e939b;}
.rose-2{background:#fe88ae;}
.noir{background:#3e3d40;}
.jaune{background:#e6cc40;}
.main-content{padding-right:0px;padding-top:30px;}
.logo{float:left;position:relative;top:-6px;margin-right:30px;}
.secondary-menu{float:right;padding:0;margin:0;position:relative;top:-10px;}
.secondary-menu li{border-right:#dad8da 1px solid;height:30px;padding-top:5px;padding-right:7px;padding-left:5px;}
.secondary-menu li:last-child{border:none;}
.secondary-menu li.name{position:relative;top:9px;padding-top:0px;line-height:16px;}
.secondary-menu li.name span{margin:0;padding:0;line-height:14px;}
.secondary-menu li.name span.name{color:#473e45;font-weight:700;}
.secondary-menu li.name a:hover span.name{color:#9c73bf;}
.notifications table{width:100%;}
.notifications table td{padding-bottom:3px;}
.notifications table a{background:#9c73bf;color:white;display:inline-block;font-weight:300;padding-left:20px;padding-right:20px;float:right; transition: all .4s ease 0s;}
.notifications table a:hover{ 
	color: #333333;
   background-color: #ffffff;
}
.notifications table .name{font-weight:700;}
.notifications table .date{color:#8e939b;}
.notifications table .operation{}	
.notifications h2{border-bottom:solid 1px #d9dbdf;padding-bottom:10px;}
.patients h2,.notifications h2{color:#473e45;font-size:24px;font-weight:300;}
.patients{margin-bottom:40px;}
.patients ul{background:#473e45;padding-top:13px;padding-bottom:13px;color:white;}
.patients ul a{color:white;}
.patients ul a:hover{text-decoration:underline;}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
  
    height: auto;
}
#wrapper.active {
  
#wrapper.active #sidebar-wrapper {

}

#page-content-wrapper {
 width: 100%;
    
}
.btn-custom{background:#9c73bf;color:white;border:none;}



.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon
{
    float:right;
   padding-right: 65px;
   padding-top:20px;
}
.sub_icon
{  text-align:center;width:20px;
   float:right;
   position:relative;left:-64px;
   padding-top:0px;
   
}
i{font-size:18px!important;}


.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

@media (max-width:767px) {
#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
}
#sidebar-wrapper {
    left: 70px;
}
#wrapper.active {
   
}
#wrapper.active #sidebar-wrapper {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: flex;
  z-index: 1;
    
    transition: all .4s ease 0s;
}
}*/
