﻿.nts_label {
  
    font-size:0.8em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:right;
    padding: 0;
    margin-right:5px;
}

.nts_edit input{
  
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:left;
    padding-left: 5px;
    padding-bottom:0px;
    padding-top:0px;
    width:100%;
    height:30px;
   
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.nts_edit  {
  
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:left;
    padding-left: 0px;
    padding-bottom:0px;
    padding-top:0px;
    padding-right:0px;
    width:100%;
    height:30px;
   
    
}
.nts_edit_disabled input {
  
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:left;
  
    background-color:#fefafa;
    padding-bottom:0px;
    padding-top:0px;
    padding-right:0px;
    width:100%;
    height:30px;
    color:#a8a4a4;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.nts_edit_disabled {
  
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:left;
    padding-left: 0px;
    background-color:#fefafa;
    padding-bottom:0px;
    padding-top:0px;
    padding-right:0px;
    width:100%;
    height:30px;
    color:#a8a4a4;
   
   
}

.nts_edit_disabled_mobile {
  
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    text-align:left;
    padding-left: 0px;
    background-color:#fefafa;
    padding-bottom:0px;
    padding-top:0px;
    padding-right:0px;
    width:100%;
    height:30px;   
    color:black !important;
    font-weight:bolder !important;
    opacity:.7 !important;
   
}


.nts_submit_button {
   
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
   /* -webkit-box-shadow:0 0 4px rgba(0,0,0,.75);
    -moz-box-shadow:0 0 4px rgba(0,0,0,.75);
        border:1px solid;
    box-shadow:0 0 4px rgba(0,0,0,.75);*/
    color:#f3f3f3;
    font-size:1.1em;
    cursor:pointer;
  
}


.nts_list_grouped_header{
    background-color:#e5f1ff;margin:auto; height:26px; padding-left:10px;text-align:left;padding-top:5px; margin-right:20px;
    vertical-align:middle;
   
}

.nts_chooseFile {
     background-color:#4cff00;
}
     .file_button_container,
      .file_button_container input {
           background: transparent url(http://i.stack.imgur.com/BT5AB.png) left top no-repeat;
           height: 47px;
           width: 263px;
       }

       .file_button_container {
           background: transparent url(http://i.stack.imgur.com/BT5AB.png) left top no-repeat;
       }
    
       .file_button_container input {
           opacity: 0;
       }




.nts_chooseFile  input[type="file" i] {
    align-items: baseline;
     background-color:#ff0000;
    text-align: start;
}


/*#FileUpload {
    position:relative;
    
}*/

#BrowserVisible {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    
    width:345px;
	height:30px;
     /*margin-left:70px;
     margin-top:10px;*/
    
}

#FileField {

    font-size: 13px;
    background: #fff url('http://i.stack.imgur.com/CGQD7.gif') top left repeat-x;
    border: 1px solid #d5d5d5;
	color: #333;
	border-radius: 4px 4px 4px 4px !important;

}


#FileUploadRequest {
    position:relative;
    
}

#BrowserVisibleRequest {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*background:url(/Content/Images/controls/attachments_padding.png) 100% 1px no-repeat;*/
    width:345px;
	height:30px;
     margin-left:70px;
     margin-top:10px;
    
}

#FileFieldRequest {
    width:250px;
    margin-left:0px;
    margin-right:0px;
	padding: 6px;
    font-size: 13px;
    /*background: #fff url('http://i.stack.imgur.com/CGQD7.gif') top left repeat-x;*/
    border: 1px solid #d5d5d5;
	color: #333;
	border-radius: 4px 4px 4px 4px !important;

}

#BrowserHiddenRequest {
    position:relative;
    width:320px;
	height:35px;
    text-align: right;
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
	 margin-left:-780px;

}

.nts_amount_edit {
    width:85px;
    height:15px;
      font-size: 12px;
      margin:0;
      padding:0;
      text-align:right;
      vertical-align:central;
}

.nts_active_tab {
     border-radius:5px 5px 0px 0px;
     background:#E7E8EC;
     font-weight: bold;
     width:100%;
     height:100%;
     margin:0px;
     padding:10px 10px 10px 10px;
      display: block;
       text-decoration: none;
}
.nts_active_tab:hover {
    background-color: #982494;
    color: White;
}
.nts_inactive_tab {
     border-radius:5px 5px 0px 0px;
      background:#fefafa;
     width:100%;
     height:100%;
     margin:0px;
     padding:10px 10px 10px 10px;
      display: block;
       text-decoration: none;
}
.nts_inactive_tab:hover {
    background-color: #982494;
    color: White;
}

.nts_details_history_link:hover {
    background-color: #D8D8D8;
    cursor: pointer;
}

#nts_customListView {
 /*font-family: 'trebuchet ms', 'lucida grande',
   verdana, lucida, geneva, helvetica, 
   arial, sans-serif;*/
 background-color: #f1f0f0;
 color: #333;
 }


 #nts_customListView ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
   background-color: #f1f0f0;
  margin-bottom:0px;width:100%;margin-left:0px !important;padding:0 !important; margin-right:0px !important
  }
  
 #nts_customListView li {
  border-bottom: 1px solid #90bade;
  margin: 0;

   background-color: #f1f0f0;
  }

  #nts_customListView li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  color: #333;
  text-decoration: none;
  width: 100%;
  } html>body #nts_customListView li a {
  width: auto;
  } #button li a:hover {
   background-color: #f1f0f0;
  color: #fff;
  }