@import '~bootstrap-sass/assets/stylesheets/bootstrap';
html {
  font-size: 10px;
}
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 {
  margin-top: 20px;
}
a {
  transition: all 200ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
.jumbotron {
  background-color: #3174ad;
  color: white;
}
.jumbotron a {
  font-size: 85%;
  color: #e6e6e6;
}
.contain {
  background-color: white;
  border-radius: 3px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
.docs {
  background-color: #3174ad;
  margin-top: 20px;
  padding: 30px;
}
.examples {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.example {
  font-size: 14px;
  padding: 0 40px;
  min-height: calc(100vh - 100px);
  min-height: max-content;
  height: calc(100vh - 100px);
  width: 100%;
  margin: auto;
}
.example, .example > * {
  display: flex;
  flex-direction: column;
}
.example .rbc-calendar {
  flex: 1;
  min-height: 580px;
}
.examples--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.examples--list > li {
  text-align: center;
}
.examples--list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1.4rem 1rem;
  white-space: nowrap;
  border-radius: 0.3rem;
}
.examples--list a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
}
.examples--list a:hover:after {
  background-color: #3174ad;
}
.section {
  margin-bottom: 20px;
}
aside {
  margin-bottom: 40px;
}
h3 > a > code, h4 > a > code {
  color: #3174ad;
  background: none;
  padding: 0;
}
.examples--header {
  margin: 0 40px;
  text-align: center;
}
.dropdown--toggle {
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  transition: all 200ms;
}
.dropdown--toggle, .dropdown--toggle:hover, .dropdown--toggle:focus, .dropdown--toggle:active {
  color: #ad3173;
  text-decoration: none;
}
.dropdown--toggle:hover, .dropdown--toggle:focus, .dropdown--toggle:active {
  color: #992b66;
  border: 1px solid #ad3173;
  text-decoration: none;
}
.examples--view-source {
  font-size: 80%;
}
.callout {
  border-left: 4px solid #3174ad;
  padding: 10px;
  color: #265985;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
pre {
  border-radius: 8px;
  border: none;
}
pre.shape-prop {
  border: none;
}
code {
  color: #555;
  background-color: rgba(0, 0, 0, 0.04);
}
.playgroundStage, .cm-s-neo.CodeMirror {
  background-color: #f4f4f4;
  height: auto;
  min-height: 75px;
}
.CodeMirror {
  font-size: 12px;
}
.cm-s-neo div.CodeMirror-cursor {
  border-left: 1px solid #9b9da2;
}
.cm-s-neo .CodeMirror-linenumber {
  color: #ccc;
}
.cm-s-neo .cm-atom, .cm-s-neo .cm-number {
  color: #905;
}
.prop-table {
  font-size: 14 px;
}
.playgroundStage {
  padding: 15px 0 15px 15px;
}
.playground.collapsableCode .playgroundCode {
  height: 0;
  overflow: hidden;
}
.playground.collapsableCode .playgroundCode.expandedCode {
  height: auto;
}
.playgroundPreview {
  position: relative;
  padding: 40px 15px 15px 15px;
}
.playgroundPreview:before {
  position: absolute;
  top: 3px;
  left: 7px;
  color: #959595;
  border-bottom: 1px solid #eee;
  padding: 0 3px;
  content: 'Result';
}
.playground {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
.playgroundCode, .playgroundPreview {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.playgroundToggleCodeBar {
  padding: 1px;
  border-top: 1px solid #ccc;
}
.playgroundToggleCodeLink {
  color: #333;
  background-color: #ccc;
  margin-top: 1px;
  margin-left: -1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 3px 5px;
}
.playgroundToggleCodeLink:hover, .playgroundToggleCodeLink:focus {
  color: black;
}
.anchor, .anchor:hover, .anchor:active, .anchor:focus {
  color: black;
  text-decoration: none;
  position: relative;
}
.anchor-icon {
  font-size: 90%;
  padding-top: 0.1em;
  position: absolute;
  left: -0.8em;
  opacity: 0;
}
h1:hover .anchor-icon, h1 a:focus .anchor-icon, h2:hover .anchor-icon, h2 a:focus .anchor-icon, h3:hover .anchor-icon, h3 a:focus .anchor-icon, h4:hover .anchor-icon, h4 a:focus .anchor-icon {
  opacity: 0.5;
}
.special-day {
  background-color: #fec;
}
.card {
  background-color: white;
  border: 0;
  padding: 24px;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ReactTags__tagInputField{
  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.ReactTags__tagInputField:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
span.tag-wrapper.ReactTags__tag {
    background: #ddd;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
a.ReactTags__remove{
  margin-left: 5px;
}
.rdtPicker {
  right: 0;
  bottom: 0;
}
select.form-control.select-width {
  width:90px;
}

.Legend div{
  margin-left:15px;
  margin-right:15px;
  margin-top:20px;
  width:16px;
  height:16px;
  border:1px solid #808080;
  display:inline-block;
  
}
.ie7 .Legend div{
  display:inline;
  zoom:1;
}
.Purple {background-color:#593f8e;}
.Green {background-color:#3e8113;}
.Blue {background-color:#3174ad;}


.Custom_modal_style {
  height: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.mar_auto {
  width: 100%;
  margin: auto;
}
.Custom_modal_style input , .Custom_modal_style .custom_select{
  margin-bottom: 20px;
  text-align: left;
}
.Custom_modal_style input#inputCustom{
  height: 55px;
}
.mr10{
  margin-right: 10px;
}
.Custom_modal_style h3 {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
}
.Custom_modal_style h3:before{
  position: absolute;
  left: calc(50% - 30px);
  top: 100%;
  width: 60px;
  height: 4px;
  background: #000;
  content: '';
  border-radius: 25px;
}
.rdtOpen .rdtPicker{
  bottom: auto;
  top:100%;
}


.rbc-allday-cell {
  display: none;
}
.rbc-time-view .rbc-header {
  border-bottom: none;
}