/*************************************************************************
 * Your custom CSS file
 *************************************************************************/

.custom-dropdown {
  width: 240px;
}

.custom-textbox {
  width: 240px;
}

#dialog-1,
#dialog-2,
#dialog-3,
#dialog-4,
#share-dialog {
  display: none;
}

#share-url {
  width: 100%;
  -webkit-touch-callout: default !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}



#share-url-copy-prompt {
  display: none;
  color: #007bff;
}

.text_blue_bold {
  color: #10022f;
  font-weight: bold;  
  
}

.text_blue {
  color: #10022f;  
}

.text_bold {
  font-weight: bold;
}

.margin_bottom {
  margin-bottom: 30px;
}

.margin_bottom_medium {
  margin-bottom: 100px;
}

.margin_bottom_large {
  margin-bottom: 300px;
}

.img_bw {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

a.white_link:link {color:#ffffff;}
a.white_link:visited {color:#ffffff;}
a.white_link:hover {color:#ffffff;}

.bigger_font {
  font-size: 18px;
  font-weight: bold;
}
