.river-toolbar-header{
  padding-left:10px !important; 
  font-size:14px !important;
}

/* styles.css veya uygun CSS dosyanıza ekleyin */
.river-grid-container {
  overflow-y: auto;
}


.river-select{
  font-size: 12px !important;
  margin: 0px 0px 0px 8px !important;
}

.md-button.river-btn-lg{
  font-size: 20px !important;
  padding-top: 25px !important; 
  padding-bottom: 25px !important;
}

md-radio-button.my-radio .md-off .white{
  border-color: #FAFAFA !important;
}

.no-padmar {
  padding: 0px !important;
  margin: 0px !important;
}

.no-wrap {
  white-space: nowrap;
}

.inline-container {
  white-space: nowrap;
  width: 100%;
}

.inline-container > div {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.page-header-bg{
  width: 100%;
  height: 120px;
  background-image: url(../../img/page-header-bg.png);
  background-color:#59a6a6;
  background-size: cover;
}

.page-header-content-type-1 {
  color:white; 
  font-size:24px; 
  font-weight:400;
  margin-left:30px;
  padding: 22px 0px 0px 0px;
}

.page-header-content-type-2 {
  color:white; 
  font-size:24px; 
  font-weight:400;
  margin-left:20px;
  padding: 22px 0px 0px 0px;
}

/* .md-input-message-animation, md-input-container.md-light-river-theme.md-input-invalid label{
  color:#EF9A9A !important;
}

md-input-container.md-light-river-theme.md-input-invalid .md-input {
  border-color: #EF9A9A !important;
} */

.rvr-container{
  height: 40px !important;
  max-height: 40px !important;
  background-color: rgb(33,33,33);
  color: rgba(255,255,255,0.87);
}

.rvr-container-light{
  height: 40px !important;
  max-height: 40px !important;
  background-color: rgba(255,255,255,0.87);
  color: rgb(33,33,33);
  border-bottom: 1px solid rgb(33,33,33);
}

.rvr-container-header{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding: 14px;
}

.rvr-container-content-sm{
  height: 160px;
  padding: 8px;
  padding-top: 3px;
}

/*** col-xs-15 ********************************/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*** col-xs-15 END********************************/

.scrollbar{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#scrollbar-river::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#scrollbar-river::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#scrollbar-river::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

fieldset.title {
  border-top: 1px solid #aaa;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
}

fieldset.title legend {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}

.md-tooltip {
  height: auto;
}

md-dialog md-dialog-actions {
  display: block;
}

md-dialog md-dialog-actions button {
  float: right;
}

.river-dialog {
  width: 400px !important;
}

.river-dialog-md {
  width: 600px !important;
}

.river-dialog-lg {
  width: 800px !important;
}

.river-dialog-xl {
  width: 1000px !important;
}

.river-dialog-xxl {
  width: 1200px !important;
}

.md-chips {
  font-size: 13px;
}

.red-chip{
  background-color: #e53935 !important;
  color: rgba(255,255,255,.7) !important;
}

.green-chip {
  background-color: #43a047 !important;
  color: rgba(255,255,255,.7) !important;
}

.table-bg-color {
  background-color:#F5F5F5 !important;
}

.fill-green-dark {
  fill:#43a047 !important;
}

.fill-blue-dark {
  fill:#1E88E5 !important;
}

.fill-gray {
  fill: #9e9e9e !important;
}

.orange-text {
  color: #ffb300 !important;
}

.red-text {
  color: #e53935 !important;
}

.green-text {
  color: #43a047 !important;
}

.fill-green {
  fill:#81C784 !important;
}

.fill-red {
  fill: #e53935 !important;
}

.fill-orange {
  fill: #ffb300 !important;
}

.fill-blue {
  fill: #64B5F6 !important;
}

.fill-gray {
  fill: #9e9e9e !important;
}

.color-red {
  color: #e53935 !important;
}

md-card.rvr-card {
  margin-left: 30px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}

.main-wrapper {
  padding-right:30px; 
  top:-70px;
}

.main-wrapper-for-table {
  top:80px;
  padding: 0px 30px 0px 30px;
}

.no-margin-bottom {
  margin-bottom:0px !important;
}

.md-subheader.md-riverTheme-theme{
  background-color:white !important;
}

.bg-color-white {
  background-color: white !important;
}

.bg-color-black {
  background-color: black !important;
}

/*START md-data-table custom styles */

th.icon-start {
  padding: 0 12px 0 0 !important;  
}

td.icon-start {
  padding: 0 12px 0 0 !important;
  height: 24px !important;
}

th.narrow {
  padding: 0 0 0 0px !important;
  width: 40px !important;
}

td.narrow {
  padding: 0 0 0 0px !important;
}

/* md-data-table custom styles END*/

.md-button.md-icon-button {
  margin: 0 !important;
 }

.bar-text-color {  
  color: rgba(255,255,255,.7) !important;
}

.bar-text-color-black {  
  color: rgba(0,0,0,0.87) !important;
}

.vertical-seperator {
  height: 64px;
  width: 1px;
  background: rgba(123, 123, 173, .7);
}

.md-icon-16px{
  height: 16px !important;
  width: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}

.md-icon-18px{
  height: 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.md-icon-20px{
  height: 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
}

.md-icon-22px{
  height: 22px !important;
  width: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
}

.md-icon-24px{
  height: 24px !important;
  width: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}

.md-icon-26px{
  height: 26px !important;
  width: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
}

.md-icon-28px{
  height: 28px !important;
  width: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
}

.md-icon-30px{
  height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}

.md-icon-32px{
  height: 32px !important;
  width: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
}

.md-icon-50px{
  height: 50px !important;
  width: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
}

.md-icon-64px{
  height: 64px !important;
  width: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
}

.md-icon-100px{
  height: 100px !important;
  width: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
}

.company-logo {
  width: 30px !important; 
  height: 30px !important; 
  margin-right: 20px !important;
}

.radius-3px {
  border-radius: 3px;
}

.padding-right-8px {
  padding-right: 8px;
}

.card-padding {
  padding: 8px 0px 0px 8px;
}

#map { 
  height: 400px;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid silver;
}

.search-bar {
  flex: auto;
  width: 90%;
  height: 64px;
  font-size: 18px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  transition: all 0.05s ease-in-out;
  /*-webkit-appearance: none;*/
  -webkit-box-sizing: none;
}

.search-bar-2 {
  background-color:#F5F5F5;
  flex: auto;
  width: 90%;
  height: 64px;
  font-size: 18px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  transition: all 0.05s ease-in-out;
  -webkit-box-sizing: none;
}

.search-bar-3 {
  background-color:white;
  flex: auto;
  width: 90%;
  height: 64px;
  font-size: 18px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  transition: all 0.05s ease-in-out;
  -webkit-box-sizing: none;
}

.setting-bool{
  padding-bottom: 57px; 
  padding-top: 10px;
}

.map-chart-350 {
  height: 350px;
}

.map-chart-800 {
  height: 800px;
}

/*PROGRESS, LOADING, CIRCULAR*/
.progress-circle-frame{
  background: rgba(0,0,0, .4);
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-circle{
  position: absolute;
  top: 50%;
  left: 50%;
}

.md-select-value .md-select-icon {
    width: 12px;
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,.12);
}


.header-button {
  min-width: 64px;
  height: 64px;
  margin: 0;
  padding: 0 16px;
  border-radius: 0; 
}

.toolbar-separator {
  height: 64px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12); 
}

.text-up{
  text-transform: uppercase;
}

.text-low{
  text-transform: uppercase;
}

.padding-left-0px{
  padding-left: 0px;
}

.padding-left-64px{
  padding-left: 64px;
}

.padding-left-240px{
  padding-left: 240px;
}

.sidenav-toggle-animation {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*Material Toast *********************/
md-toast.md-bottom {
  bottom:40px;
}
md-toast.md-right {
  right:75px;
}

/* body._md-toast-animating { overflow: auto !important; } */

body.md-toast-animating { overflow: auto !important; }

body.md-toast-animating { overflow-x: hidden !important; }

.success-toast {
  color: white;
  background-color: #43a047;
}

.error-toast {
  color: white;
  background-color: #e53935;
}

md-toast.md-success-toast-theme .md-toast-content {
  color: white;
  background-color: green;
}

md-toast.md-error-toast-theme .md-toast-content {
  color: white;
  background-color: maroon;
}
/********************* Material Toast */

/*Sidenav Bar *********************/
.leftnav
{
  min-width: 240px !important;
  width: 240px !important;
  max-width: 700px !important;
  height: 100%;
  position: fixed;
  box-sizing: border-box;
  z-index: 60;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;  
}

.md-sidenav-opened {
  min-width: 240px !important;
  width: 240px !important;
  max-width: 700px !important;
  border: 1px solid #ddd;
}

.md-sidenav-left{
  min-width: 64px !important;
  width: 64px !important;
  max-width: 700px !important;
  overflow-x:hidden;
}
/********************* Sidenav Bar */


md-content.md-default-theme {
  background-color: #eee;
}
md-card {
  background-color: #fff;
}
md-card h2:first-of-type {
  margin-top: 0;
}
md-toolbar .md-button.md-default-theme {
  border-radius: 99%; 
}
h2 {
  font-weight: 400;
}

.md-toolbar-tools.river-font {
  font-weight: 600 !important;
  font-size:12px;
}

.md-toolbar-tools-bottom {
  font-size: small;
}
.md-toolbar-tools-bottom:last-child {
    opacity: 0.8;
}
md-toolbar:not(.md-hue-1),
.md-fab {
  fill: #fff;
}
md-sidenav {
  fill: #737373;
}
md-sidenav  ng-md-icon {
    position: relative;
    top: 5px; 
}
.user-avatar {
  border-radius: 99%;
}

a {
  text-decoration: none;
  color: gray;
}

.md-button {    
  text-transform: none !important;/*For Lower case use lowercase*/
}

.text-error {
  color: red;
}
.text-success {
  color: green;
}
  
  
/* TOAST */
md-dialog.md-success-dialog-theme{
    background-color: #C5E1A5;
}

md-dialog.md-error-dialog-theme {
    background-color: #FFCDD2;
}

/* ZEBRA STRIPE */
tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.custom-button1{
  font-size:26px; 
  height: 45px;
  padding: 24px;
  margin: 0px !important;
}

.custom-button2{
  font-size:16px; 
  height: 45px;
}

.custom-button3{
  font-size:22px; 
  height: 60px;
}

.custom-button4{
  font-size:15px; 
  height: 20px;
}

.error-div { 
  height:15px;
  color:red;
}

.md-list-item {
    height: 30%;
    height: 2em;
}

h3, h4, p {
  display: inline;
}

label {
  font-weight: 0;
}

element.style {
  overflow-y: hidden;
}

.md-list-item-text {
    color: black;
}

.move-up-card {
  position: relative;
  top: -68px;
  z-index: 3;
}

.move-up-card-login {
  position: relative;
  z-index: 3;
}

.move-up-card-detail {
  min-height: 600px;
  position: relative;
  z-index: 3;
}

.move-up-cards {
  position: relative;
  z-index: 3;
}

.move-up-floating {
  position: relative;
  top: -290px;
  z-index: 3;
}

.rv-toolbar{
  min-height: 60px;
  white-space:nowrap !important;
  color: rgba(255,255,255,.7) !important;;
}

.toolbar-padding{
  padding-top: 10px;
}

.list-padding{
  padding-top:0.3px;
}

.move-up-sidenav {
  z-index: 4;
}

.list {
  min-height: 550px;
}

md-icon svg {
  fill: inherit;
}

md-subheader {
  fill: inherit;
}

md-icon.clickable:hover {
  fill:#757575;
}

md-list {
  font-family: Roboto,"Helvetica Neue",sans-serif;
}

.md-button {
  line-height: 0px;
}

.material-padding{
  padding-left: 16px;
  padding-right: 16px;
}

.material-padding-input{
  padding-left:72px;
  padding-right: 16px;
}

.material-padding-header{
  padding-left: 22px;
  margin-top:6px;
}

.material-padding-modal-header{
  padding-left:10px;
}

.material-padding-list-item{
  padding-left: 57.5px;
}

.material-padding-button{
  padding-left:16px;
  padding-right: 16px;
}

.line-1px{
  border-bottom: 1px solid;
  border-color: #ffecb3;
}

.line-2px{
  border-bottom: 2px solid;
  border-color: #ffecb3;    
}

.docs-logotype {
	border-bottom: none;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  box-sizing: border-box;  
  font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif;
  padding-bottom: 10px;
}
a.docs-logo {
    border-bottom: none;
}
.docs-logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

a {
    color: #42428A;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: border-bottom 0.35s;
    -moz-transition: border-bottom 0.35s;
    -ms-transition: border-bottom 0.35s;
    -o-transition: border-bottom 0.35s;
    transition: border-bottom 0.35s;
}
a:hover {
  color: #1d1d5a;
}

.docs-menu{
    color: white;
    display: block;
    line-height: 40px;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    max-height: 40px;
    text-align: left;
    white-space: normal;
    width: 100%;
}
.docs-menu:hover,
.docs-menu:focus {
  background: #FFC107 !important;
}