@import "messages.css";
@import url("js_csv_table.css");

* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

#wrapper {
    clear: both;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

#header {
    color: #999;
}

#header a {
    color: #999;
}

#content {
    padding: 10px 15px 20px;
    background: #fff;
    min-height: 600px;
    _height: 600px;
    background: #F7F7F7;
}

#navigation {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/header.gif) top left repeat-x;
    z-index: 5;
}

/***** Navigation ****/
#navigation_level1 {
    padding: 0 8px;
    color: #fff;
    font-size: 1em;
    border-top: 1px solid #333;
}

#navigation_level1 ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

#navigation_level1 ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
    float: left;
}

#navigation_level1 ul a {
    display: block;
    float: left;
    clear: left;
    height: 20px;
    padding: 7px 10px 2px;
    margin: 0;
    font-weight: bold;
}

#navigation_level1 ul li .nav1_inactive {
    color: #fff;
}

#navigation_level1 ul li .nav1_active {
    color: #444444;
    text-shadow: 0 1px 0 #fff;
    background: url(../images/nav_level1_active_bg.png) repeat-x top left;
}

#navigation_level1 ul .last a {

}

#navigation_level2 {
    height: 15px;
    padding: 5px 7px;
    margin: 0;
    background: #F7F7F7 url(../images/nav_level2_background.png) repeat-x top left;
    color: blue;
    font-size: 1em;
}

#navigation_level2 ul {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

#navigation_level2 ul li {
    display: inline;
    float: left;
    padding: 0 15px 0 0;
    margin: 0;
    list-style-type: none;
}

#navigation_level1 ul a {
    display: block;
    float: left;
    clear: left;
    margin: 0;
    text-shadow: 0 1px 0 #000;
}

#navigation_level1 a, #navigation_level1 a:visited {
    text-decoration: none;
}

#navigation_level1 a:hover {
    text-decoration: underline;
}

#navigation_level2 a, #navigation_level2 a:visited {
    color: #444444;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

#navigation_level2 a:hover {
    text-decoration: underline;
}

#navigation_level2 .nav2_active {
    padding: 2px 4px;
    border: 1px solid #999;
    font-weight: bold;
    background: #e0e0e0;
}

.navigation_level3 {
    padding: 15px;
    background: #aaaaaa;
    color: black;
    border: 1px solid #bbbbbb;
}

#navigation_level1 .logininfo a {
    color: white;
    text-decoration: underline;
}

.title_container {
    padding: 5px 20px 0;
    float: left;
}

/**
* Login-Elements
*/
#login_div {
    margin: 110px auto auto auto;
    padding: 30px 50px 30px;
    width: 500px;
    height: 290px;
    background: #475C75 url(../images/login_box_background.jpg) top left no-repeat;
    /*
    background: #475C75;
    background: -moz-linear-gradient(top, #475C75 0%, #262E3A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#475C75), color-stop(100%,#262E3A));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475C75', endColorstr='#262E3A',GradientType=0 );
     */
}

#login_div input[type="text"], #login_div input[type="password"] {
    border: 1px solid #bbbbbb;
    padding: 2px;
    background: white url('../images/form-input-text-bg.gif') repeat-x;
    width: 150px;
}

#login_table {
    margin: 50px auto 10px;
    color: white;
}

.login_td_links {
    padding-right: 20px;
    padding-bottom: 3px;
}

.login_td_mitte {
    padding-bottom: 3px;
}

.pagesection {
    padding: 10px;
    border: 1px solid #bbbbbb;
    background: #e0e0e0;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 20px;
}

.pagination_buttons {
    vertical-align: text-top;
}

.pagination_buttons {
    background: url(../images/button_light_grey_bg.png) repeat-x 0 50%;
    border: #b9b9b9 1px solid;
}

.pagination-div {
    border-top: 1px solid #bbbbbb;
    border-bottom: 0;
    /*
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    */
}

.pagination-div div {
    padding: 6px 5px;
    background: #E5E5E5;
    text-shadow: 0 1px 0 #fff;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    */
}

.pagecontrol {
    padding: 5px 0;
}

/*.pagecontrol a:link, .pagecontrol a:visited,*/
.form_button a:link, .form_button a:visited {
    font-size: 90%;
    color: #444444;
    padding: 3px;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
}

.pagecontrol_left {
    float: left;
}

.controlpanel_item {
    float: left;
    width: 160px;
    height: 180px;
    padding: 10px 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.controlpanel_item h2 {

}

.controlpanel_item h2 img {
    vertical-align: middle;
    margin-right: 15px;
}

.controlpanel_item li {
    list-style-type: square;
}

.form_img_button img {
    font-size: 90%;
    color: white;
    padding: 3px 3px 3px 5px;
    margin: 0;
    text-decoration: none;
    background: url(../images/button_grey_bg.png) top left repeat-x;
    cursor: pointer;
    vertical-align: middle;
}

/*.pagecontrol a:hover,*/
.form_button a:hover {
    color: white;
    text-shadow: 0 1px 0 black;
    background: #aaaaaa;
    border: 1px solid #bbbbbb;
    text-decoration: none;
}

/***** Global Settings *****/

html, body {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: tahoma, arial, sans-serif;
    font-size: 70%;
    color: #2D3848;
    background: #F7F7F7;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    padding: 0 0 5px 0;
    font-size: 1.1em;
    line-height: 1.3em;
}

h2 {
    padding: 15px 0;
    font-size: 1.1em;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 8px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 5px;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 15px 0;
}

ul, ol {
    padding-left: 15px;
}

li {
    padding: 5px 0;
}

blockquote {
    margin: 22px 40px;
    padding: 0;
}

small {
    font-size: 0.85em;
}

img {
    border: 0;
}

sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/
a:link, a:visited {
    color: #2D3848;
}

a:hover {
    color: red;
}

/***** Forms *****/
form {
    margin: 0;
    padding: 0;
    display: inline;
}

input, select, textarea {
    font: 1em arial, helvetica, sans-serif;
}

textarea {
    line-height: 1.25;
}

label {
    cursor: pointer;
    font-weight: bold;
}

/***** Tables *****/
table {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr td, table tr th {
    padding: 3px 20px 3px 0;
}

.data_table td {
    border-bottom: 1px solid #bbbbbb;
    text-align: left;
    background: white;
    padding: 6px 3px;
}

.data_table .thead_1 th {
    background: white;
    font-weight: normal;
}

.data_table .thead_2 th a, .data_table .thead_3 th a {
    color: #2D3848;
    text-shadow: 0 1px 0 #fff;
    text-decoration: underline;
}

.data_table .thead_2 th, .data_table .thead_3 th {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    text-align: left;
    font-size: 1em;
    padding: 6px 3px;
    background: #E5E5E5;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    vertical-align: top;
}

.data_table .thead_3 th {
    text-align: center;
}

.data_table td {
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
}

.data_table .tfoot_1 td {
    background: #E5E5E5;
    color: #2D3848;
    font-weight: bold;
}

.data_table .thead_2 select, .data_table .thead_2 input[type='text'] {
    font-size: 1em;
    width: 80px;
    margin-top: 5px;
    border: 1px solid #bbbbbb;
    padding: 2px;
    background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.data_table .thead_2 input[type='checkbox'] {
    margin-top: 5px;
}

/* data table inline forms
-------------------------------------*/

table.data_table tbody td input[type="text"], table.data_table tbody td select {
    width: 100px;
}

table.data_table tbody td input.short {
    width: 40px;
}

table.data_table tbody td input.medium {
    width: 75px;
}

table.data_table tbody td textarea {
    width: 125px;
    height: 20px;
}

/* forms
-------------------------------------*/

table.form_region_table td {
    padding: 0;
    padding-bottom: 5px;
    padding-right: 10px;
}

table.form_region_table td:last-child {
    padding-right: 0;
}

.form_table_div {
    /*float:left;*/
    padding: 20px;
    border: 1px solid #bbbbbb;
}

.form_table td {
    vertical-align: top;
}

.form_section_div .ticket_request_form input[type=text], .form_section_div .ticket_request_form select {
    width: 150px;
}

.form_div {
    /*float:left;*/
    padding: 20px;
    border: 1px solid #bbbbbb;
}

.form_div label {
    float: left;
    width: 10em;
    padding-right: 20px;
}

.form_section_h3 {
    padding: 5px 10px;
    margin-bottom: 0;
    background: #d0d0d0; /* old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #d0d0d0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #d0d0d0)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f0f0f0', endColorstr = '#d0d0d0', GradientType = 0); /* ie */
    color: black;
    text-shadow: white 0px 1px;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    font-size: 11px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.form_section_div {
    padding: 15px 10px;
    background: #F0F0EE;
    background: #f1f1f1;
    color: #2D3848;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

.form_section_div_tt_table {
    padding: 15px 10px;
    background: #E5E5E5;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

.form_section_div td {
    vertical-align: top;
}

.form_section_div #tab_content table td {
    vertical-align: top;
    border-bottom: 1px solid #aaaaaa;
    padding: 8px 0;
}

.form_section_div #tab_content thead th {
    text-align: left;
    border-bottom: 1px solid black;
}

.form_section_label {
    float: left;
    width: 8em;
}

.form_section_tabs ul li {
    float: left;
    display: block;
    margin-right: 2px;
    background: #aaaaaa;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.form_section_tabs ul li a:link, .form_section_tabs ul li a:visited {
    padding: 10px 15px;
    color: white;
    text-decoration: underline;
}

.form_section_tabs ul li a:hover {
    padding-top: 25px;
    color: #4682B4;
}

.form_section_tabs ul .active_tab {
    border-top: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
    font-weight: bold;
}

.form_section_wrapper {
    border-left: 3px solid #aaaaaa;
    border-right: 3px solid #aaaaaa;
    border-bottom: 3px solid #aaaaaa;
    padding: 20px 10px 10px;
}

.form_section_div input[type=text], .form_section_div input[type=password], .form_section_div select, .form_section_div textarea {
    width: 200px;
    border: 1px solid #bbbbbb;
    padding: 2px;
    background: white url('../images/form-input-text-bg.gif') repeat-x;
}

.form_section_div textarea {
    width: 300px;
}

.form_section_div input.readonly {
    border: 1px solid transparent;
    background: transparent;
    font-weight: bold;
}

.form_section_div input.short, .form_section_div select.short {
    width: 75px;
}

.form_section_div input.medium, .form_section_div select.medium {
    width: 150px
}

fieldset {
    padding: 15px;
}

fieldset legend {
    font-weight: bold;
}

/* Module settings
---------------------------------*/

.module_settings {
    width: 500px;
    float: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

.module_settings .field_wrapper {
    clear: both;
}

.module_settings h3 {
    border-bottom: 1px solid #bbb;
    margin-bottom: 6px;
}

.field_wrapper .field_label {
    float: left;
    width: 200px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.field_wrapper .field {
    float: left;
    width: 150px;
}

.form_validation_error {
    background-color: orange;
}

.form_button_inactive {
    opacity: 0.5;
}

.form_directory_records_floated_checks {
    width: 250px;
    padding-bottom: 5px;
    float: left
}

.form_input_noteditable {
    background: #eeeeee;
    border: 1px solid #ddd;
}

.step_highlight {
    padding: 3px 5px;
    background-color: #666;
    color: white;
    font-weight: bold;
}

.form_explanatory_note {
    color: #666666;
}

/***** Global Classes *****/
.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    border-bottom: 1px solid;
}

.highlight {
    background: yellow;
    font-weight: bold;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.img-left {
    float: left;
    margin: 4px 10px 4px 0;
}

.img-right {
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding {
    padding: 0;
}

.noindent {
    margin-left: 0;
    padding-left: 0;
}

.nobullet {
    list-style: none;
    list-style-image: none;
}

/*** from admintasia theme ***/
/* Buttons, submit inputs */
a.btn {
    padding: 3px 10px;
    position: relative;
    text-decoration: none;
    font-size: 90%;
    color: #444444;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

a.btn_no_text {
    padding: 10px;
}

a.btn span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 2px;
}

a.btn .btn_text {
    margin-left: 10px;
}

a.btn:hover {
    background: #e0e0e0;
    border: #999 1px solid;
}

/* Tooltip */
#tooltip {
    position: absolute;
    z-index: 30000;
    padding: 2px;
    background: #FDD845;
    color: #FFF !important;
    font-size: 0.9em;
}

#tooltip div {
    margin: 0;
    background: #808080;
    padding: 5px;
    font-size: 0.9em;
}

#tooltip h3 {
    color: black;
    font-weight: normal;
    padding: 5px;
    margin: 0;
    background: #FFF6BF;
}

/*** end from admintasia theme ***/

/*** only for printing - hide on screen ***/
.print {
    display: none;
}

/* file attachments
------------------------------------------------*/

div.uploaded_files_list div.item {
    width: 125px;
    height: 125px;
    padding: 10px;
    float: left;
    margin-right: 5px;
    border: 1px solid #e0e0e0;
}

div.uploaded_files_list div.item a {
    text-decoration: none;
}

div.uploaded_files_list div.item img {
    margin-top: 3px;
}

/* record edit details
-------------------------------------------------*/

div.record_edit_details {
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 96%;
    opacity: 0.7;
    color: white;

    padding: 5px 2%;
    border-top: #D6D6D6 1px solid;

    background: #475C75; /* old browsers */
    background: -moz-linear-gradient(top, #475C75 0%, #262E3A 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #475C75), color-stop(100%, #262E3A)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#475C75', endColorstr = '#262E3A', GradientType = 0); /* ie */
}

/* Ajax sub list for inclusion in forms
---------------------------------------------------*/

/* ajax Tickets of Client user
-------------------------------------------------*/

div.sub_list {
    padding: 0;
}

.sub_list div.item {
    margin: 0 0 10px;
    padding: 5px;
    background: white;
    border: 1px solid #e0e0e0;
}

.sub_list div.item div.title {
    font-weight: bold;
    padding-bottom: 10px;
}

.sub_list div.item div.content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #666;
    font-weight: normal;
    max-height: 275px;
    overflow-y: auto;
}

.sub_list div.item div.content span.history_date {
    font-weight: bold;
    font-style: italic;
}

.sub_list div.item div.content label {
    display: block;
    width: 100px;
    float: left;
}

.sub_list div.item div.title .buttons {
    float: right;
    text-align: right;
}

a.click_to_dial {
    padding-left: 20px;
    background: url(../images/phone_icon.png) top left no-repeat;
}


div.builder{
    /*background-color:#9a9697;*/
    width: 100%;
    height: 100vh;
    font-family: 'Zilla Slab', serif;
    line-height: 1;
}


div.builder .title{
    width:100%;
    text-align:left;
    margin:40px 0;
    color:#ccc;
    font-weight:600;
    font-size:34px;
    display:none;
}

div.builder .logo{
    text-align:right;
    margin-top: 10px;
}


.frontend{
    padding-bottom:50px;
}

.frontend .buttons{
    position: fixed;
    right: 0;
    bottom: 0;
    width:100%;
    padding: 10px;
    background-color: rgba(255,255,255,.3);
}

.frontend .buttons .submit{
    padding: 15px 65px;
    margin: 10px 15px;
}

div.builder .fields{
    margin-bottom:100px;
}

div.builder .fields .field_item{
    font-family:arial;
    display:block;
    color:#202020;
    padding: 7px 10px;
    text-align: left;
    font-size: 12px;
    font-weight:400;
    margin:2px 0;
    clear:both;
    border-radius:10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #ddd;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e5e5e5));
    background: -moz-linear-gradient(top,  #f0f0f0,  #e5e5e5);
    background: linear-gradient(top,  #f0f0f0,  #e5e5e5);

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    cursor:move;
}

div.builder .fields .field_item.half{
    width:43%;
    display: inline-block;
}


.fields a:hover,
.fields a:active,
.fields a:focus,
.fields a:visited{
    text-decoration:none;

}

.formContent{
    border: 2px solid #6b6b6b;
    background-color:rgba(255,255,255,.6);
    border-radius:10px;
    width:100%;
    min-height:900px;
    font-family:arial;
    position: relative;
}

.formContent:before{
    content:"Form Alanı (Sürükle Bırak)";
    width:100%;
    position:absolute;
    top:40%;
    left:0;
    text-align:center;
    font-size:30px;
    font-weight:700;
    color:#000;
    opacity:0.6;
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

.formTitle{
    width:100%;
    padding:20px 10px;
    font-size:30px;
    background-color:rgba(255,255,255,.9);
    border: 2px solid #6b6b6b;
    border-radius:10px;
    font-family:arial;
    font-weight:600;
    outline:none;
}

.formContent.noText:before{
    content:'';
}

.formContent .field_item{
    padding: 10px;
    margin: 4px;
    border-radius: 10px;
    font-family:arial;
    font-weight: 600;
    font-size:18px;
    color:#666;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #ddd;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e5e5e5));
    background: -moz-linear-gradient(top,  #f0f0f0,  #e5e5e5);
    background: linear-gradient(top,  #f0f0f0,  #e5e5e5);

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.formContent .field_item a{
 color:#666;
 float:right;
}


.buttons .submit{
    float:right;
    padding: 15px 25px;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size:18px;
    color:#fff;
    background: #f0f0f0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    text-decoration:none;
    border:none;
    font-family:arial;
}


.categoryTitle{
    width:100%;
    text-align:center;
    padding: 8px 0 3px 0;
    color:#000;
    font-size:18px;
    font-family:arial;
    font-weight:600;
}


.fields .field_item .close{
    display:none;
}


.formContent .field_item .close{
    display:inline-block;
}


.fields .field_item span.isrequired{
    display:none;
}

.formContent .field_item span.isrequired{
    display:inline-block;
   
    display:block;
    padding:5px 0;
 
}

.formContent .field_item span.isrequired label{
       font-size:12px;
        font-weight:400;
}

.formContent .field_item span.isrequired input{
     margin-right:3px;
}

.form{
    padding:0;
    margin:0 0 100px 0;
    width:100%;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.6);
    color:#fff;
}

.form input[type=text], .form input[type=email]{
    width:98%;
    padding: 15px 10px;
    font-size: 20px;
    margin:5px 1%;
    background-color:rgba(255,255,255,.9);
    border: 1px solid #6b6b6b;
    border-radius:10px;
    font-weight:600;
    outline:none;
    color:#000;
}


.form input[type=tel]{
    width:78%;
    padding: 15px 10px;
    font-size: 20px;
    margin:5px 1%;
    background-color:rgba(255,255,255,.9);
    border: 1px solid #6b6b6b;
    border-radius:10px;
    font-weight:600;
    outline:none;
    color:#000;
}

.form select.areaCode{
    width:17%;
    padding: 15px 10px;
    font-size: 20px;
    margin:5px 1%;
    background-color:rgba(255,255,255,.9);
    border: 1px solid #6b6b6b;
    border-radius:10px;
    font-weight:600;
    outline:none;
    color:#000;
}

.form textarea{
    width:98%;
    padding: 15px 10px;
    font-size: 20px;
    margin:5px 1%;
    background-color:rgba(255,255,255,.9);
    border: 1px solid #6b6b6b;
    border-radius:10px;
    font-weight:600;
    outline:none;
    resize:none;
    color:#000;
}

.form .radioGroup{
    margin:5px 10px;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.6);
}

.form .radio_question{
    margin:5px 1%;
    font-size:24px;

}

.form label{
    margin:5px 1%;
    font-size:16px;
    font-weight: 400;
}

.form input[type=radio]{
    margin:5px 2px 5px 1%;
}

.form select{
    width:98%;
    padding: 15px 10px;
    font-size: 20px;
    margin:5px 1%;
    background-color:rgba(255,255,255,.9);
    border: 1px solid #6b6b6b;
    border-radius:10px;
    font-weight:600;
    outline:none;
    color:#000;
}

.col-md-8{
    float: left;
    width: 500px;
}
.col-md-4{
    float: left;
    width: 320px;
    margin-left: 50px;
}