.table.company {
    width: 650px;
}

.table.company td:nth-child(1) { width: 240px; white-space: nowrap; }
.table.company td:nth-child(2):not(:last-child) { white-space: nowrap; font-size: 16px; font-weight: 600; color: #000000; width:150px }
.table.company tbody td:last-child { width: 200px; font-size: 16px; font-weight: 500; padding: 5px 0 5px 0; vertical-align: top;}
.table.company tbody td:last-child a { white-space: nowrap; display: inline-block; }
.table.company tbody td.expires { color: #d6002b !important; }

.add-inst-form {
    margin-left: -200px;
    padding-top: 20px;
}

.installations table td {
    padding: 5px 0 5px 0 !important;

}

.demo-cloud .add-inst-form {
    margin-left: 0px;

}

.installations .add-inst-form {
	margin-left: 0px;
}
form {
    margin: 0;
    padding: 0;
}

form h2 {
    font-size: 24px !important;
    font-weight: 300 !important;
}

form>.title {
    width: 420px;
    margin: 20px 0 40px 170px;
}

form>.title .caption {
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    color: #000000;
}

form>.title input {
    width: calc(100% - 20px);
    border: 1px solid #ababab;
    font: 16px/34px "PragmaticaC";
    color: black;
    height: 34px;
    padding: 0 10px;
}

form>.title .note {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    padding: 5px 0;
}


form .caption.required::before {
    position: absolute;
    margin-left: -15px;
    color: #dd001a;
    font-size: 24px;
    font-weight: 700;
    content: "*";
}

form section {
     position: relative; 
    white-space: nowrap;
}

form section .field {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
form section .field .caption {
    display: inline-block;
    width: 240px;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    line-height: 30px;
}

.demo-cloud .field .caption {
    width: 100px;
}

.add-inst-form .field .name {
	width:150px;
	font-size:14px;
	display:inline-block
}


.demo-cloud .info {
    margin: 0 0 20px 0;
}

form section .field .caption.reqd::after {
    position: absolute;
    content: "*";
    color: #a50010 !important;
    font-size: 20px;
    
}

form section .field .caption.multiline { line-height: 24px;} 

form section .field input, form section .field textarea {
    border: 1px solid #ababab;
    font: normal 16px/28px "PragmaticaC";
    color: black;
    height: 28px;
    padding: 0 10px;
    width: 320px;
    vertical-align: top;
}

form section .field textarea {
    height: 60px;
    line-height: 24px;
    resize: none;
    padding: 5px 10px;
}

form section .field select, form section .field option {
    font: normal 16px/30px "PragmaticaC";
    height: 30px;
}

form input:focus {
    border-color: #000000 !important;
}

form .inn-field {
    display: inline-block
}

form .inn-field .caption {
    width: 79px !important;
}

form .inn-field input {
    width: 110px !important;
    padding: 0 5px !important;
}

form [name=bank-bik] {
    width: 100px !important;
}

form .centered {
    margin-left: 250px;
}

form .centered.submit {
    margin-top: 80px;
}

form .centered.submit input { display: none; }

.demo-cloud .title .note {
     color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 17px;
    margin-left: 113px;
    padding: 5px 0;
}

.demo-cloud .title  {
    margin: 0 0 40px 0;
}

.demo-cloud .errorMessage {
	margin-left: 253px;
	margin-bottom: 25px;
}

.demo-cloud select {
	width:340px
}

.cloud_info {
	background: #fffafa none repeat scroll 0 0;
    border: 1px solid #cfcdce;
    display: none;
    left: 0;
    margin: -1px 0 0;
    padding: 20px 30px;
    position: absolute;
    width: 650px;
    z-index: 10;
}

.cloud_info p {
	color: #7c7a7b;
    font-size: 15px;
    margin: 5px 0;
}

.cloud_name {
	font-size:22px;
	margin:0 0 25px 0
}

.cloud-list {
	padding:0;
	margin:0
}

tr.demo-cloud-row td {
	vertical-align:top !important
}

.cloud_info span.param_name {
	width:65%;
	display:inline-block;
	font-size: 15px;
}

.cloud_info_open {
	border-bottom:1px dashed #a50010;
	line-height:18px;
	text-decoration:none !important
}

.cloud_info_open.open {
	background: #fffafa none repeat scroll 0 0;
    border-color: #cfcdce;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    display: block !important;
    margin: 0 0 0 -15px;
    padding: 5px 45px 35px 0;
    position: relative;
    text-align: center;
    z-index: 30;
}

.cloudname {
	color:#a50010
}

.nostrong {
	font-weight:normal
}