@import "fonts/oswald/oswald.css";
/*
	Oswald, 200, 200 italic, 300, 300 italic, 400, 400 italic, 500, 500 italic, 600, 600 italic, 700, 700 italic, 800, 800 italic
*/
@import "fonts/lobster/lobster.css";
/*
	Lobster, 400
*/
@import "fonts/alexander/alexander.css";
/*
	Alexander, 400
*/
@import "fonts/bitter/bitter.css";
/*
	Bitter, 400, 400 italic, 700, 700 italic
*/



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    font-family: Oswald, Helvetica, sans-serif;

    position: absolute;
    left: 10%;
    margin: auto;
    padding: 20px;

    width: 950px;

}

/* The Close Button */
.close {
    color: #d4d4d4;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.gr_tx_bx {
    /*width: 1500px;*/
   /* background-color: #f0f0ffff;*/
    border-radius: 2px 2px;
    font-size: 12px;
    font-family: Bitter, sans-serif;
    margin: 5px;
}

.gr_all_bx {
    overflow-y: scroll;
    width: 100%;
    max-height: 500px;
   /* background-color: rgba(255, 255, 255, 0.9);*/
    border: 1px #000000;
    text-align: left;
    font-size: 12px;
    font-family: Bitter, sans-serif;
}

.head_wnd {
    width: 900px;
    height: 50px; /* Please do not use this import in production. You could download this font from here https://fontstorage.com/font/lobster */
    margin: auto;
    cursor: move;
   /* background-color: rgba(44, 154, 219, 0.9);*/
    display:table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    font-family: Bitter, sans-serif;
    color: #e9f4ff;
    text-shadow: 0px 1px 1px gray;
    border-radius: 5px 5px 0px 0px;
    border: 1px black;
}

.bot_wnd {
    width: 100%;
    height: 60px;
    margin: auto;
    cursor: move;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-align: right;
    border: 1px black;
    font-family: Bitter, sans-serif;
    border-radius: 0px 0px 5px 5px;
}

input.col_int {
    width: 40px;
    font-size: 12px;
    font-family: Tahoma;
    margin-right: 8px;
    margin-left: 4px;
}

input.guid_int {
    width: 50px;
    font-size: 12px;
    font-family: Tahoma;
    margin-right: 8px;
    margin-left: 4px;
}


input.fill_checkbox {
/*    width: 50px;
    font-size: 12px;
    font-family: Tahoma;*/
    margin-right: 8px;
    margin-left: 4px;
}


input.name_int {
    width: 160px;
    font-size: 12px;
    font-family: Tahoma;
    margin-right: 8px;
    margin-left: 4px;
}

.comboboxParamList {
    width: 160px;
    font-size: 12px;
    font-family: Tahoma;
    margin-right: 8px;
    margin-left: 4px;
}

#textarea {
    width: 100%;
    height: 300px;
}



  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }

  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }