html{
  height: 100%;
}

body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

h1{
  font-size: 24px;
  font-weight: bold;
  color: #5b608c;
}

h2{
  font-size: 20px;
  font-weight: bold;
  color: #5b608c;
}


.btn-group:hover>.dropdown-menu {
  display: block;
}

/**************************  SCROLL BAR ************************************/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #4c8da6;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*
div#rightmenu {
  float:right;
  width:200px;
  height:400px;
  background-color:greenyellow;
}

div#leftmenu {
  float:left;
  width:200px;
  height:400px;
  background-color:#FF6699;
}

div#contenu {
  width:100%;
  height:400px;
  background-color:#FFCC00;
}
*/
.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:200px;
  height:150px;
}
.img-cropResult{
  width:150px;
  height:150px;
}
.img-border{
  border: solid;
  border-width: 3px;
  border-color: #5b608c;
}
.btn-blue{
  color:white;
  background-color: #4c8da6;
}

.btn-purple{
  color:white;
  background-color: #5b608c;
}
/**************************  HEADER ************************************/

.header-cont {
  height:90px;
  width:100%;
  position:fixed;
  top:0px;
  z-index: 1000;
  background-color: #5b608c;
}
.header {
  height:90px;
  width:100%;
  min-width: 950px;
  margin:0px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.table_header{
  width: 100%;
}

.table_header ul{
  background-color: #5b608c;
}

.table_header ul li a{
  color: white;
}

.table_header li:hover{
  background-color: red;
}

.header_logo_container{
  width: 164px;
  padding-right: 53px;
}

#logo{
  padding-top: 20px;
}

.header_search{
  width: 500px;
  padding-top: 20px;
  vertical-align: top;
}

.header_user{
  vertical-align: top;
  padding-top: 20px;
}

.header-user-name{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color:white;
  padding-right: 5px;
}

.head-search{
  width: 466px;
}
.head-search-input{
  font-family: 'Roboto', sans-serif;
  background-color: #ebecf1;
  font-size: 18px;
  height: 45px;
}

.Ok-search-button{
  background-color: white;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  color: #5b608c;
}

.user_pic{
  margin-right:15px;
}

.arrow_pic{
  width: 10px;
  margin-left: 22px;
  margin-right: 10px;
  cursor: pointer;
  color:white;
}

.dropdown-menu-user{
  margin-left: -190px;
}

.dropdown-menu-clone{
  margin-left: -130px;
  background-color: #4c8da6;
  cursor: pointer;
}

.login-input{
  width:210px;
  height: 35px;
  background-color: #d4d7f1;
  border: none;
  border-radius:5px;
  padding-left: 12px;
}

.pass-input{
  width:120px;
  height: 35px;
  background-color: #d4d7f1;
  border: none;
  border-radius:5px;
  padding-left: 12px;
}

.login-button{
  width: 103px;
  height: 36px;
  color: white;
  background-color: #4c8da6;
}

.language{
  position: relative;
  top: -8px;
  padding-left: 5px;
}

/**************************  HOME************************************/
#home_cont_1{
  max-height: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.animate-enter,
.animate-leave
{
  -webkit-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -moz-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -ms-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -o-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}

.animate-enter {
  left: 100%;
}
.animate-enter.animate-enter-active {
  left: 0;
}

.animate-leave {
  left: 0;
}
.animate-leave.animate-leave-active{
  left: -100%;
}

.feeds-border{
  border: solid;
  border-width: 1px;
  border-color: #5b608c;
  width: 70%;
  padding: 10px;
}
/**************************  LEFT MENU ************************************/
#leftMenu_container{
  width: 187px;
  height: 100%;
  float: left;
  position:fixed;
  padding-top: 28px;
  padding-bottom: 100px;
  overflow: auto;
  top: 90px;
}

#newTab_container{
  width: 100%;
  height: 39px;
}

#newTab_container ul{
   background-color: #4c8da6;
   width: 188px;
   top:35px;
}
#newTab_container ul li a{
  color: white;
}
#newTab_container ul li a:hover{
  color: black;
}

#newTab_button{
  width: 100%;
  height: 100%;
  color: white;
  background-color: #4c8da6;
  font-size: 15px;
}

.theme_filter{
  position: fixed;
  top:200px;
  left:48px;
  color: white;
  background-color: #4c8da6;
}
.themeChoose{
  background-color: #97d17a;
}
#tables_cont{
  width: 100%;
  color: white;
  overflow: auto;
}

.table_cont_alone {
  max-height: 450px;
}

.table_cont {
  max-height: 200px;
}

.menu_title{
  color: #4c8da6;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #4c8da6;
  cursor: pointer;
}

.menu_table{
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-style: solid;
  border-bottom-color: grey;
  border-bottom-width: 1px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size:13px;
  color:#515151;
}

.astextButton {
  background:none;
  border:none;
  margin:0;
  padding:0;
}

#allTables{
  color: #4c8da6;;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
}

#tabShared{
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.contact{
  color: #4c8da6;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
 /* padding-bottom: 10px;
  margin-bottom: 50px;  */
  cursor: pointer;
}

.contact_main{
  color: #4c8da6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  cursor: pointer;
}

.img_tab {
  width: 40px;
}

/**************************  RIGHT MENU ************************************/
#rightMenu_container{
  width: 188px;
  height: 100%;
  float: right;
  position:relative;
  right:0px;
}


/******************************* CONTAINER ***********************************/
.principal_container{
  position:relative;
  top: 90px;
  /* height: 100%; */
  border: 0px;
  padding-left: 20px;
  width:100%;
  min-width: 950px;
  margin:0px auto;

}


/*
.table_menu{
  width: 100%;
  height: 500px;
}

.table_menu TD{
  border: solid;
  border-width:3px;
}

.leftMenu_container{
  width: 200px;
  background-color: green;
  position:fixed;
}
*/
#central_container{
  position: fixed;
  top: 80px;
  left : 230px;
  right: 0px;
  float:left;
  padding-right: 20px;
  padding-top: 28px;
  padding-bottom: 250px;
  height: 100%;
  overflow-y: auto;
  width: auto;
  min-width: 710px;
}

#message {
  position: absolute;
  z-index: 1000;
  width: 500px;
  margin-left: -250px;
  left: 50%;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
}

.modal-header{
  background-color: #5b608c;
  color: white;
}
.modal-alert {
  position: relative;
  padding: 15px;
  color: red;
}
.modal-footer{
  background-color: #5b608c;
}

.btn-myTabs{
  background-color: #4c8da6;
  color: white;
}


.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin:20px 0;
}

/******************************* RATING ***********************************/
.rating{
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

ul.rating {
  display: inline-block;
}

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;

}

.rating .filled {
  color: gold;
}

.list-group {
  max-height: 400px;
  overflow: scroll;
}

.selected-row {
  background-color: #4c8da6;
  color: #ffffff;
  height: 44px;
}

.icon-feeds{
  color: #5b608c;
  font-size: 20px;
  position: relative;
  top: -8px;
}


#red_circle {
  width: 15px;
  height: 15px;
  background-color: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

#green_circle {
  width: 15px;
  height: 15px;
  background-color: forestgreen;
  -moz-border-radius: 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

/*
@media screen and (min-width: 1400px) {
  .header {
    width:1360px;
  }
  .principal_container{
    width:1360px;
  }
}

@media screen and (min-width: 1270px) and (max-width: 1399px) {
  .header {
    width:1278px;
  }
  .principal_container{
    width:1278px;
  }
}

@media screen and (max-width: 1270px) {
  .header {
    width:1100px;
  }
  .principal_container{
    width:1100px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    width:960px;
  }
  .principal_container{
    width:960px;
  }
}
*/

