﻿
.modDlg1 {
  position: fixed;
  float: right;
  right: 10vw;
  bottom: 10vh;
  width: 20vw;
  height: 140px;
  padding: 8px;
  color: #fff;
  background-color: #555;
  border-radius: 5px;
  opacity: 0.7;
  z-index: 1000;
}

.modDlgHeader {
  position: center;
  text-align: center;
  font-size: large;
  font-family: Arial;
}

.modDlgLabels {
  position: relative;
  left: 15px;
  text-align: left;
  font-size: larger;
  font-family: Arial;
}

.modDlgInput {
  float: right;
  right: 20px;
  width: 15vw;
  text-align: left;
  font-size: medium;
  font-family: Arial;
  color: black;
}

.btnOK {
  position: relative;
  left: 4vw;
  bottom: -35px;
  width: 5vw;
  height: 15px;
  padding: 8px;
  text-align: center;
  font-size: small;
  font-family: Arial;
  background-color: #333;
  border-radius: 2px;
  background-size: cover;
}

  .btnOK:hover {
    cursor: pointer;
    background-color: #111;
    opacity: 1;
  }

.btnCancel {
  position: relative;
  left: 11vw;
  bottom: -3px;
  width: 5vw;
  height: 15px;
  padding: 8px;
  text-align: center;
  font-size: medium;
  font-family: Arial;
  background-color: #333;
  border-radius: 2px;
  background-size: cover;
}

  .btnCancel:hover {
    cursor: pointer;
    background-color: #111;
    opacity: 1;
  }


.btnOKModal {
  position: relative;
  left: 5vw;
  width: 10vw;
  padding: 8px;
  text-align: center;
  font-size: small;
  font-family: Arial;
  background-color: #888;
  border-radius: 3px;
  background-size: cover;
}

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/

  .btnOKModal:hover {
    cursor: pointer;
    background-color: #555;
    opacity: 1;
  }

/* changing dialog close button */
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close
{
    background-color: transparent !important;
    background-image: url('../../Content/Icons/Close.png') !important;
	background-repeat:no-repeat !important;
}


    fieldset {
      border: 0;
    }
    label {
      display: block;
    }

/* select with CSS avatar icons */
option.avatar {
  background-color: grey !important;
  background-repeat: no-repeat !important;
  padding-left: 20px;
}
.selectFileStyle {
  background-color: grey;
}

