﻿body {
}
select {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.right-request-form .row{
    margin-top:10px;
    margin-bottom:10px;
}
.single_box_left img {
    height:60px;
}
.dept_user_img {
    width:170px;
    height:170px;
}

.input-groupMaxSize { margin-bottom: 20px; width:100%;}


/*Model Start*/
.modalNew {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  }
.modalNew.fade .modalNew-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
  }
.modalNew.in .modalNew-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  }
.modalNew-open .modalNew {
  overflow-x: hidden;
  overflow-y: auto;
  }
.modalNew-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  }
.modalNew-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
.modalNew-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  }
.modalNew-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.modalNew-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  }
.modalNew-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  }
.modalNew-header .close {
  margin-top: -2px;
  }
.modalNew-title {
  margin: 0;
  line-height: 1.42857143;
  }
.modalNew-body {
  position: relative;
  padding: 15px;
  }
.modalNew-footer {
  padding: 15px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  }

.box-grey article p {
    text-align:left !important;
}






