/* UserManagement CSS */

/* Remove the cross which appears in IE10 text boxes */
::-ms-clear 
{ 
   display: none; 
}

body
{
    background-color: rgb(36, 38, 41);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(128, 128, 128);
}

h1 
{
    font-size: 30px;
}

h2 
{
    font-size: 20px;
}

p 
{
    font-size: 14px;
}

/* unvisited link */
a:link 
{
    text-decoration:none;
    color: #00aaee;
}

/* visited link */
a:visited 
{
    text-decoration:none;
    color: #00aaee;
}

/* mouse over link */
a:hover 
{
    text-decoration:none;
    color: #00aaee;
}

/* selected link */
a:active 
{
    text-decoration:none;
    color: #00aaee;
}

/* Drop down menus */
select
{
    background-color: rgb(36, 38, 41);
    padding: 5px;
    font-size: 16px;
    vertical-align : middle;
    text-align : left;
    border : 1px solid rgb(128, 128, 128);
    border-radius : 3px;
    cursor : pointer;
    outline : none;
}

/* Drop down menu text colour */
select, li
{
    color: rgb(128, 128, 128);
}

/* User info div on  */
.borderedDiv 
{
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border : 1px solid rgb(128, 128, 128);
    border-radius : 3px;
    outline : none;
    overflow: hidden;
} 

/* Top DIV on site.master template */
#topPane 
{
    width: 99%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border : 1px solid rgb(128, 128, 128);
    border-radius : 3px;
    outline : none;
    overflow: hidden;
} 

/* DIV which contains login form */
#LoginDiv
{
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    display: inline-block;
    background-color: rgba(36, 38, 41, 0.8);
    border: 1px solid rgb(128, 128, 128);
    border-radius: 5px;
    padding: 5px;
}

/* <video> tag which plays login video */
#LoginVideo
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    min-width: 100%;
    border: 1px solid rgb(128, 128, 128);
    overflow: hidden;
    display: block;
}

.splashdiv
{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    min-width: 100%;
    border: 0;
    overflow: hidden;
    display: block;
}

.splashimg
{
    position: relative;
    width: 102%;
    border: 0;
}

/* Main login table which stores login controls */
#myLogin
{
    width: 100%;
}

/* Login textboxes */
.LoginTextBox
{
    width: 90%;
    margin: 5px;
}

/* Login labels */
.LoginLabel
{
    margin: 5px;
}

/* Login button */
#LoginButton 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 90%;
  border: none;
  height: 30px;
  background-color: rgb(0, 148, 255);
  color: rgb(255, 255, 255) !important;
  border-radius: 2px;
}

/* Default button style */
.ButtonStyling
{
  border: none;
  padding: 5px;
  background-color: rgb(66, 66, 66);
  color: rgb(255, 255, 255);
  border-radius: 2px;
}
.ButtonStyling[disabled]
{
  color: rgb(100, 100, 100);
}

/* Gridview styling */
.GVStyling th 
{
    font-size: 14px;
    font-weight: normal;
    padding: 4px;
}
.GVStyling tr 
{
    font-size: 14px;
}
.GVStyling td 
{
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Animated loader icon, to use - <div class="loader">Loading...</div> */
.Loader 
{
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.Loader,.Loader:after 
{
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 
{
  0% 
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% 
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 
{
  0% 
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% 
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Active Directory Import table */
#ImportTable
{
    border-spacing: 0px;
	border-collapse: separate;
}

#ImportTable td
{
    padding: 4px;
}

/* Table column alignment */
.Right 
{
  text-align: right;
  margin-right: 1em;
}
.Left 
{
  text-align: left;
  margin-left: 1em;
} 

.BlankTableRow
{
    height: 20px !important; 
}

/* Theming for JQuery UI Dialog */
.dialogcss .ui-dialog-titlebar
{
    /*Hide Title Bar*/
    display:none; 
}

.dialogcss .ui-dialog-title
{
    font-size:5px; 
}

.dialogcss .ui-widget-header
{
    display:none; 
}

.dialogcss .ui-widget-content
{
    background-color: rgb(36, 38, 41);
    color: rgb(128, 128, 128);
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px; 
}

.dialogcssbuttons
{
    background-color: black;
    color: white;
    text-decoration:none;
}
