.modelupgrade{
  /*display:inline-table;*/
}

.modelupgrade .modal-header {
    background: #fff;
    border: 0;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
    padding: 24px 24px;
    height: 71px;
    border-bottom: 1px solid #e5e5e5 !important;
}
.modal-header img{
	opacity:.7;
}
.modelupgrade .modal-header>.close {
    background-color: #fff;
}
.modelupgrade span img {
    width: 14px !important;
    margin: 0;
    opacity: 0.7;
    vertical-align: text-top;
    cursor:pointer;
}
.modelupgrade h4 {
    font-weight: 400;
    color: #333;
    padding: 0;
    font-size: 24px;
    text-align: left;
    padding-left:0px;
    text-transform: inherit;
    margin-top: 0px;
    float: left;
}
.modelupgrade .modal-body {
    background-color: #fff;
    padding: 20px 24px 15px 25px;
    margin-right: 0;
    float: left;
    width: 100%;
}
.p-b30{
  padding-bottom: 30px !important;
}
.h-240{
	height:240px;
}
.modal-body .formfield{
	color: rgb(102, 102, 102) !important;
    display: flex;
    margin-bottom: 8px;
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.modal-body .input-text{
	font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background: rgb(255, 255, 255);
    color: rgb(60, 60, 60);
    border: 1px solid rgb(187, 187, 187);
    border-radius: 3px;
    box-sizing: border-box;
    height: 36px;
    width:100%;
    left: 0px;
    outline: none;
    padding: 0px 12px 1px;
    transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
}
.modelupgrade .popup-header-content {
  display: inline-block;
  color: #3c3c3c;
    padding-left: 0px;
    font-size: 24px !important;
    margin-bottom:0px;
    padding-top: 0px;
    text-transform: inherit;
}
.modelupgrade .modal-body .myForm2, .modelupgrade .myForm .modal-body {
    display: flex;
    flex-wrap: wrap;
}
.modelupgrade .modal-body .form-group {
    margin-bottom: 20px;
}
.modelupgrade .has-float-label {
    display: block;
    position: relative;
}
.modelupgrade .modal-body .form-control {
    color: #2582c3;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid rgb(187, 187, 187);
    resize: none;
    border-radius:2px !important;
    font-size: 14px;
}
.modelupgrade .modal-body input.form-control,.modelupgrade .modal-body select.form-control{
    height: 36px !important;
}
.modelupgrade .modal-body select.form-control{
    height: 36px !important;
    text-overflow: ellipsis;
    overflow: hidden !important;
    padding-right: 30px !important;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: url(/autospecs/images/unification/select-arrow.svg) no-repeat !important;
    background-repeat: no-repeat;
    background-position-x: 94.5% !important;
    background-position-y: 13px !important;
}
.btn-cancel{
	transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
    border: 1px solid transparent !important;
    color: rgb(0, 110, 175) !important;
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    padding: 0px 15px;
    background-color:#fff;
    cursor:pointer;
    margin-right: 0px !important;
}
.btn-cancel:hover {
    box-shadow: 0px 0px 0px #ddd !important;
    background: rgb(246, 246, 246);
    color: rgb(0, 110, 175);
}
.btn-submit{
	transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
    background-color: rgb(6, 150, 215) !important;
    border: 1px solid rgb(6, 150, 215) !important;
    color: rgb(255, 255, 255) !important;
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    padding: 0px 15px;
    margin-left: 10px;
    cursor:pointer;
}
.btn-submit:hover,.btn-submit:focus{
    box-shadow: rgb(128 128 128 / 15%) 0px 0px 0px 2px;
    color:#fff;
}
.btn-cancel > label,.btn-submit > label{
	cursor:pointer;
}
.btn-delete{
	transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    padding: 0px 15px;
    background-color: rgb(221, 34, 34) !important;
    color: rgb(255, 255, 255);
    margin-left: 5px;
    border-radius:2px;
    border: 1px solid rgb(221, 34, 34) !important;
}
.btn-delete:hover,.btn-canceldelete:hover{
	box-shadow: rgb(128 128 128 / 15%) 0px 0px 0px 2px;
}
.btn-canceldelete{
	transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
    border: 1px solid rgb(187, 187, 187);
    color: rgb(60, 60, 60);
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    padding: 0px 15px;
    border-radius:2px;
    background-color:#fff;
}
.form-control[disabled], fieldset[disabled] .form-control{
	background-color:#f6f6f6 !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	color:red;
  position: relative;
}
.modelupgrade .modal-body input[type="text"],.modelupgrade .modal-body select{
	font-family: "Artifakt Element", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: rgb(255, 255, 255);
    color: rgb(60, 60, 60);
    border: 1px solid rgb(187, 187, 187);
    border-radius: 3px;
    box-sizing: border-box;
    left: 0px;
    outline: none;
    padding: 0px 12px 1px !important;
    position: absolute;
    width: 100%;
    transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
    height:36px;
 }
 .add-column-modal.modelupgrade .modal-body input[type="text"],
 .add-column-modal.modelupgrade .modal-body select {
   position: relative;
 }
/*.modelupgrade .modal-body .form-control:focus{
	box-shadow: none !important;
	border-color: #72b2ff !important;
	box-shadow: rgb(6 150 215 / 35%) 0px 0px 0px 2px !important;
    border-color: rgb(6, 150, 215) !important;
    outline-color: transparent;
}
.modelupgrade .modal-body .form-control:focus + .input-group-btn .btn{
	box-shadow: none !important;
	border-color: #72b2ff !important;
	box-shadow: rgb(6 150 215 / 35%) 0px 0px 0px 2px !important;
    border-color: rgb(6, 150, 215) !important;
    outline-color: transparent;
}*/
.modal-header img:hover,.history-header img:hover{
	filter:invert(0.19) sepia(1) saturate(60) hue-rotate(194.4deg) brightness(1.05);
}
.modelupgrade .modal-body label {
    /*position: absolute;
    top: -22px;
    transition: .2s;
    color: #333;
    opacity: 1;
    font-size: 12px;
    font-weight: 600;*/
    display: flex;
    color: rgb(102, 102, 102);
    margin-bottom: 8px;
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.modelupgrade .delete-version{
    font-size: 13px !important;
}
.smallpopup .modal-dialog {
  width:420px;
  margin-top:10%;
}
.p-t10{
    padding-top:10px !important;
  }
.h-35{
  height:35px !important;
}
.m-t40{
  margin-top:40px !important;
}
.mb-20{
  margin-bottom:20px !important;
}
.done-icon{
  width: 18px;
/*position: relative;
right: 5px;*/
}
.btn-default:hover {
  background-color: #fff;
}
.modelupgrade .modal-body label b {
    font-size: 12px;
    color: #ee1c1c;
    font-weight: 600;
    padding-left: 2px;
}
.modelupgrade .modal-footer {
    padding: 16px 24px;
    background: #ffffff;
    float: left;
    width: 100%;
    border: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modelupgrade .modal-footer .btn {
    padding: 6px 12px;
    font-size:14px;
    color: #fff;
}
.btn-pype2 {
    color: #ffffff !important;
    background: #0696D7;
    font-weight: 600;
    border-radius: 2px;
}
.modelupgrade .modal-footer i, .modelupgrade .modal-footer img {
    margin-right: 5px;
    width: 19px;
}
.pull-right button span {
    float: left;
    line-height: 22px;
    font-size: 14px;
}
.modelupgrade .modal-header > img{
  float: left;
    width: 20px;
    padding-top: 3px;
    margin-right: 0px;
}
.pos-t1{
  position:relative;
  top:1px;
}
.btn-pype2 span{
  font-size:13px;
}
.btm-radius{
  border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.m-0{
  margin:0px;
}
.f-12{
  font-size:12px;
}
/*.modal-open .modal-dialog{
  display:flex;
}*/
.pos-b3{
  position:relative;
  bottom:3px;
}
.pos-b2{
  position:relative;
  bottom:2px;
}
.pos-b1{
  position:relative;
  bottom:1px;
}
.pos-l3{
  position:relative;
  left:3px;
}
.modalpopup .modal-body label b{
  font-size: 12px;
  color: #ee1c1c;
  font-weight: 600;
}
.compare-submittal-body {
  height: calc(100vh - 190px);
  padding-bottom: 5px !important;
}
.brd-radius0{
	border-radius:0px !important;
}
.modal-open .warining-timeout{
	z-index:999999999999 !important;
}
.smallwindow{
	z-index:999999999!important;
}
.smallwindow .modal-dialog{
	width: 460px;
}
.mediumwindow  .modal-dialog{
	width: 600px;
    margin-top: 10%;
}
.align-center{
	margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
.btn{
	border-radius:2px;
}
.modal-cancel .modal-content
{
	max-width:420px;
}
.modal-docs .modal-content
{
	max-width:495px;
}
.modaldelete .modal-header {
    border-bottom: none !important;
}
.modaldelete .modal-body p {
    text-align: left;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.modaldelete .modal-footer {
     border-top: none !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn[disabled] img, .btn[disabled] span {
	box-shadow: none;
    cursor: not-allowed;
}
.modalpopup .btn[disabled],.modal .btn[disabled]{
   cursor: not-allowed;
   box-shadow: none !important;
   border: 1px solid transparent !important;
   color: rgb(153, 153, 153) !important;
   background: rgb(238, 238, 238) !important;
   font-family: "Artifakt Element", sans-serif !important;
   font-weight: 600;
   font-size: 14px;
   line-height: 20px;
   height: 36px;
   padding: 0px 12px;
   opacity: 1;
}
.modalpopup .modal-footer .deletebtn {
    padding: 6px 12px;
    background-color: #DD2222;
}
.modaldelete .modal-footer .cancelbtn {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 2px;
    color: #3C3C3C;
}

.btn:hover {
box-shadow: rgb(128 128 128 / 15%) 0px 0px 1px 2px;
}
.btn:focus
{
 box-shadow: 0 0 0 2px #cdeaf7;
 border-radius: 4px;
}
.btn:active {
    box-shadow: 0 0 0 4px rgb(0 0 0 / 20%);
}
.hover-switch > img {
  position: absolute  ;
  right: 2rem;
}
.hover-switch > img:last-of-type {
  opacity: 1 !important;
}
.hover-switch:hover > img:last-of-type {
  opacity: 0 !important;
}
.goback
{
	background: #fff;
    border: 1px solid #bbb;
    color: #3c3c3c !important;
    height: 36px;
    padding: 0 16px 1px;
}
.goback:hover
{
	box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
	color: #fff;
}
.cancelbtn
{
	background: #ec4a41;
    color: #fff;
    height: 36px;
    padding: 0 16px 1px;
}
.cancelbtn:hover
{
	box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
	color: #fff;
}
.modal-cancel .modal-header {
    border-bottom: none !important;
}
.modal-cancel .modal-footer
{
	border-top: none !important;
}
.modal-header-padding{
	padding: 5px 24px 15px 24px !important;
}
.delete-confirm{
	padding:0px !important;
	margin:0px;
	text-align:left !important;
}
.help-block
{
	color:red;
	font-size: 13px;
}
.modal-content
{
	border:none;
}
.modal-open .modal-cancel{
	z-index:9999 !important;
}
 