/*html,*/
body{
     position: absolute;
     min-width:100%;
     min-height:100%;
   /*background-image:linear-gradient(140deg, white, green);*/
}
#body1{
	height: 100%;
	margin-left: 225px;
    margin-right:10px;
	position:relative;
	
}
.fa-i{
	color:#00a65a !important;
}
.mdi-i{
	color:#00a65a !important;
}
#site-index{
	width:100%;
	position: relative;
	
}
.site-index{
	height: 100%;
	width:1500px;
	position: relative;
	
}
.site-all{
	height: 100%;
	position: relative;
	
}
.contact{
	height: 100%;
	width:1500px;
	position: relative;

}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container1 {
    padding: 70px 15px 20px;
}

.footer {
	
    height: 60px;
	margin-left:5px;
    position: fixed;
    bottom: -40px;
    color:#FFF;
    z-index:2;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navmenu {
  position: fixed;
  
  top: 20%;
  width: 20em;
  padding: 10px 20px;
  margin-top: -2.5em;
}
.ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

.li a {
    
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

.li a.active {
    background-color: #4CAF50;
    color: white;
}

.li a:hover:not(.active) {
    background-color: #555;
    color: white;
}
*{
	margin:0;
	padding:0;
}
#menu{
	z-index:1;
	display:inline;
	position:fixed;
	top: 0px;
	left:0px;
	width: 200px;
    height: 100%;
    background:#567981
}
#menu div{
	top: 50px;
	width: 200px;
	
	text-align:left;
}
#menu1{
	width: 135px;
    float: left;
}
.menu{
	text-indent:05px;
	position:relative;
}
#menu div a:link, #menu div a:visited, #menu div a:hover{
	color:#80c424;
	font-family:arial,sans-serif;
	font-size:12px;
	text-decoration:none;
	padding-top:3px;
	height:30px;
	display:block;
	
}
#Domaines
{
	
	
}
#menu div a:link, #menu div a:visited{
	background:#567981;
}
#menu div a:hover, #menu div a:active, #menu div a:focus{
	background:#46646a;
}
.sousmenu{
	position:absolute;
	left:120px;
	top:0;
}
#content{
	margin:20px 0 0 10px;
	width:600px;
	border:1px solid #abc;
	float:left;
}

.tr-table { 
 border-width:1px;
 border-style:solid; 
 border-color:grey;
 width:5%;
 }
 .td-table { 
 border-width:1px;
 border-style:solid; 
 border-color:grey;
 width:5%;
 }
 .th-table { 
 border-width:1px;
 border-style:solid; 
 border-color:grey;
 width:5%;
 }
 .row-support
 {
 top: 100px;
 position:relative;
 }
  .row-domaines
 {
 top: 100px;
 position:relative;
 }
 .huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.center{
	text-align: center;
}
.btn-1
{
	width:100%
}

}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }
/* Requiered fileds */
input, textarea, button { /*margin-top:10px*/ }

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: -5px;
    right: -1px;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */
 #noty-holder{    
    width: 50%;    
    top: 50px;
    font-weight: bold;    
    z-index: 1031;
    text-align: center;
    position: float;
}

.alert{
    margin-bottom: 2px;
    border-radius: 0px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

label.required:after {
  content:'*';
  color:red;
}

.error {
  background-color:#FFDFDF;
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 10px;
}

.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.btn-view{background-color:transparent; color:#42aed8;}
.btn-view:hover{background-color:transparent; color:#1e7a9e;}
.btn-edit{background-color:transparent; color:#2ec79e;}
.btn-edit:hover{background-color:transparent; color:#3b9e83;}
.btn-remove{background-color:transparent; color:#b75c5c;}
.btn-remove:hover{background-color:transparent; color:#a52929;}
.btn{}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
.a-profile
{
	color:#00a65a;
	
}
.nav-tabs > li.active > a-profile, .nav-tabs > li.active > a-profile:hover, .nav-tabs > li.active > a:focus
{
	color:#00a65a;
	
}
.nav-tabs > li.active > a-profile, .nav-tabs > li.active > a-profile:hover, .nav-tabs > li.active > a-profile:hover
{
	color:#00a65a;
	
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs-profile > li.active > a, .nav-tabs-profile > li.active > a:hover, .nav-tabs-profile > li.active > a:focus,
.nav-profile>li>a:hover, .nav-profile>li>a:active, .nav-profile>li>a:focus
{
	    color: #00a65a;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	
}
.dialogdemoBasicUsage #popupContainer {
  position: relative; }

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px; }

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px; }
  
  
              .info{
                border: 1px solid;margin: 10px 0px;
                padding:10px;color: #00529B;
                background-color: #BDE5F8;list-style: none;
            }
            .err{
                border: 1px solid;  margin: 10px 0px;
                padding:10px;  color: #D8000C;
                background-color: #FFBABA;   list-style: none;
            }
            
#element_to_pop_up { display:none; }
.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:-400px;
  left:-450px;
  width:2200px;
  height:2000px;
  background-color:#000000;
  opacity: 0.3;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: absolute;
  width: 100%; /* Default */

  /* Center the dialog */
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
	border-top-right-radius: 16px;
	border-bottom-right-radius:16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius:16px;
}

.ng-modal-dialog-support {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: absolute;
  width: 100%; /* Default */

  /* Center the dialog */
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
/*  box-shadow: 4px 4px 80px #000;*/
	border-top-right-radius: 16px;
	border-bottom-right-radius:16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius:16px;
}

.ng-modal-dialog-content {
   
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}


/* Input TAB */

.tags {
   margin-bottom: 5px;
} 

.tags .tag {
   display: inline-block;
   margin-right: 5px;
   font-size: 13px;
}
  
.tag .close {
   font-size: 14px;
   margin-left: 5px;
}

.render{
	
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	background-color:#d2d6de;
	text-indent: 50px;
	min-height : 50px;
	
	
}
.render-form{
	
	top: 15px;
    position: relative;
	
}

/* Angular TAB*/

.tabsdemoDynamicHeight md-content {
  background-color: transparent !important; }
  .tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; }
    .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
      background: white; }
  .tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; }

/* Angular Switch */

.switch {
  background: #f13131;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 100px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:160px;
}
.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}
.switch.checked small {
  left: 70px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color:#fff;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}

.password{
	
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	min-width : 200px;
	height: 34px;
}


[deferred-cloak], [data-deferred-cloak], [x-deferred-cloak], .deferred-cloak {
    display: none;
}

.green{
	text-align:center;
	
	color: #00a65a;
}

.input.ng-empty{
	color:black;

}
.input.ng-invalid {
    border-color:red;
    color:red;
}
.input.ng-valid {
    border-color:green;
    
}


.input-first.ng-empty{
	color:black;
    border-color:red;
}
.input-first.ng-valid{
	
    border-color:green;
}

.input-ok{
	color:green;
    border-color:red;
}

.pointer {
    cursor: pointer;
}

/* Selection Date*/

.content-header>.breadcrumb {
    float: left !important;
    background: rgba(124, 226, 59, 0.35) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    padding: 7px 5px !important;
    position: relative !important;
    top: -55px !important;
    right: -30px !important;
    border-radius: 2px !important;
    z-index: 2000 !important;
}
breadcrumbs.less:11
.breadcrumb {
    padding: 8px 15px !important;
    margin-bottom: 20px !important;
    list-style: none !important;
    background-color: #f5f5f5 !important;
    border-radius: 4px !important;
}

.modal-body1 {
   position: absolute;
    min-width: 1000px;
}
.modal-header1 {
   display: none;
  
}

.input-card{
	border: none;
    box-shadow: none;
    background: #00000036;
    font-size: 15px;
    height: 31px;
    margin: 12px 0 0;
    padding: 1px 0;
    max-width: none;
	
}

.load
{
 display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s linear;

}

.load-content{
	margin: auto;
	position:absolute;
	left:50%;
	top:50%;
	
}

/* CSS TICKET */

.box-ticket {
    position: relative;
    /*border-radius: 3px;*/
    background: #f4f5f7;
  /*  border-top: 3px solid #59a678;
    margin-bottom: 20px;*/
    
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-message {
    position: relative;
    /*border-radius: 3px;*/
    background: #ffffff;
  /*  border-top: 3px solid #59a678;
    margin-bottom: 20px;*/
    
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.label-0 {
    background-color: #1ebf15;
}

.label-1 {
    background-color: #edbf56;
}

.label-2 {
	
    background-color: #c8e90c;
    
}

.label-3 {
    background-color: #ff1c1c;
}

.label-4 {
    background-color: #dc9d29;
    
}

.label-5 {
    background-color: #d97c5e;
    
}

.priority-0 {
    background-color: #ff1c1c;
}

.priority-1 {
    background-color: #dc8267;
}

.priority-2 {
    background-color: #bfdd66;
}

.priority-3 {
    background-color: #1ebf15;
}