/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext");*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=cyrillic,cyrillic-ext");*/

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Montserrat-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Montserrat-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

a:link, a:visited {
    color: #0E689A;
    text-decoration: underline;
}
a:hover, a:active {
    color: #0E689A;
    text-decoration: none;
}
body {
    padding:0;
    margin:0;
    color:#606060; 
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    background-color: #e9eff2;
}

legend {
    color: #456D82;
    font-weight: bold;
    text-transform: uppercase;
}

fieldset {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #456D82;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}



div.auth {
    top: 10px;
    float: left;
    margin: 0px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 25px;
    text-align: right;
}

div.auth {
    top: 10px;
    float: left;
    margin: 0px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 25px;
    text-align: right;
}
div.content {
    margin: 0px;
    padding: 15px 25px ;
    z-index: 0;
}
div.long {
    overflow-x: scroll; 
    white-space: normal;
    max-width: 960px;
    margin-left: -10px;
}
div.copyright {
    margin: 0px;
    padding: 40px 10px;
}
div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}
div.fileinputs {
    position: relative;
}
div.hint {
    color: #1718b7;
    background-color: #ffffff;
    border-color: #deb887;
    border-style: solid;
    border-width: thin;
    cursor: default;
    display: none;
    font-size: 11px;
    margin-left: 20px;
    margin-top: -55px;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    text-indent: 6px;
    white-space: normal;
    width: 180px;
    z-index: 2;
}
div.logo {
    float: left;
    margin: 0px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 25px;
}
tr.even{
    background-color: #F7FCF8;
}
form {
    margin: 0px;
    padding: 0px;
}
form.form-hidden {
    margin: 0px;
    padding: 0px;
}
/*#greating {
        margin-top: 0px;
        padding: 0px;
        color: #911b1b;
        font-weight: bold;
        font-size: 14px;
}*/
#greating {
    border-bottom: #E9EEF0 solid 4px;
    padding-bottom: 15px;
    color: #456D82;
    font: 15px Arial;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

hr {
    border-style: solid;
    border-width: 1px;
}
tr.odd{
    background-color: #E5FFDB;
}
span.highlight {
    font-weight: bold;
    font-size: 13px;
}
span.step {
    margin-top: 0px;
    padding: 0px;
    font-weight: normal;
}
span.step-current{
    margin-top: 0px;
    padding: 0px;
    font-weight: bold;
}
table {
    border-spacing: 0px;
    border: 2px;
}
table.simple {
    clear: both;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border: 2px;
    border-width: 2px;
}
table.simple td {
    clear: both;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border: 2px;
    border-width: 2px;
}
table.table-auth {
    width: 680px;
    padding: 8px;
    alignment-adjust: central;
    border-collapse: collapse;
}

th.table-header-auth {
    height: 38px;
    border-color: #407387;
    border-style: solid;
    border-width: thin;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    white-space: normal;
}
td.table-cell-auth {
    border-style: solid;
    border-width: thin;
    padding: 5px;
    border-color: #407387;

}
table.table-list {
    border-collapse: collapse;
    width: 100%;
}
table.table-list th {
    background-color: #C2D9E1;
    border-style: solid;
    border-width: thin;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    white-space: normal;
    border-color: #407387;
    color: black;
}
table.table-list td {
    border-style: solid;
    border-width: thin;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-color: #407387;
}
td.bottom {
    padding: 5px;
    color: #000000;
}
td.row {
    padding: 5px;
    color: #000000;
}
td.row-center {
    padding: 5px;
    color: #000000;
    text-align: center;
}
td.row-right {
    padding: 5px;
    color: #000000;
    text-align: right;
}
td.title {
    padding: 5px;
    color: #000000;
    font-weight: bold;
}
th.header {
    padding: 5px;
    color: #000000;
    font-size: 14px;
}
ul.messages{
    margin: 0px;
    padding: 5px 10px 10px 10px;
}
ul.messages li{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
.browseimg {
    vertical-align: middle;
}
.clear{
    clear: both;
}
.error {
    background-color: #fafad2;
    border: #cc1c43 1px solid;
    color: #cc1c43;
    margin-bottom: 10px;
    padding: 10px;
}
.hidden {
    display: none;
    visibility: hidden;
}
.input-readonly {
    color: #696969;
    background-color: #C9DBE5;
}
.input-waiting{
    background: url('../images/indicator.gif') no-repeat right;
}
.input-waiting-combo{
    background: url('../images/indicator.gif') no-repeat 220px;
}
.input-waiting-div{
    background: url('../images/indicator.gif') no-repeat right;
    float: left;
    width: 16px;
    height: 16px;
    display: none;
}
#messages-response{
    display: none;
}
.messages-wrapper-error{
    margin-bottom: 10px;
    padding: 10px;
    border: #cc1c43 1px solid;
    color: #cc1c43;
    background-color: #fafad2;
}
.messages-wrapper-success{
    margin-bottom: 10px;
    padding: 10px;
    border: #1718b7 1px solid;
    color: #1718b7;
    background-color: #fafad2;
}
.require {
    color: #ff0000;
}
.server-error{
    margin: 0px;
    padding: 0px;
    color: #cc1c43;
}
.server-success{
    margin: 0px;
    padding: 0px;
    color: #1718b7;
}
.success{
    color: #0000ff;
}
.formtable th {
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: bottom;
    white-space: nowrap;
}
.formtable table {
    width: 100%;
}
.infotable table {
    width: 100%;
}
.infotable td {
    width: 100%;
}
#locale {
    margin: 0px;
    padding-top: 5px;
}
#search-filter {
    float: left;
}
#search-condition {
    cursor: pointer;
    color: #0e689a;
}
.person-exists{
    float: left;
    font-weight: bold;
    color: #008000;
}
.person-not-exists{
    float: left;
    color: #ff0000;
    font-weight: bold;
}
.pagenation-main {
    margin-bottom: 9px;
    margin-top: 9px;
    margin-left: 22px;
    font-weight: bold;
}
.pagenation-main a, .pagenation-main a:visited {
    border:1px solid #499049;
    background-color: #fff;
    text-decoration: none;
    margin: 0px 2px 0px 2px;
    padding: 4px 6px 4px 6px;
    color: #215204;
}

.pagenation-main a:hover {
    background-color: #225038;
    color: #fff;
}
.pagenation-main .selected {
    border: 1px solid #499049;
    background-color: #499049;
    color: #fff;
    margin: 0px 2px 0px 2px;
    padding: 4px 6px 4px 6px;
}

.create-btn-div {
    color: #456D82; 
    font-size: 15px;
    text-align: left;
    height: 40px;
    vertical-align: middle;    
    margin-bottom: 5px;
}

.reference-list {
    background-color: #C2D9E1; 
    border-style: solid;
    border-width: thin;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    white-space: normal;
    border-color: #407387;
    color: black; 
    line-height: 150%
}

.title-bar {
    border-bottom: #E9EEF0 solid 4px;
    padding-bottom: 25px;
    padding-right: 13px;
    color: #456D82;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.panel-head {
    padding-right: 13px;
    color: #456D82;
    font: 15px Arial;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.reference-list-empty {
    border-bottom: #E9EEF0 solid 4px;
    padding-bottom: 15px;
    padding-right: 30px;
    color: #456D82;
    font: 15px Arial;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.reference-info-title {
    float: left; 
    margin-right: 20px;
}

.info-label {
    font-weight: bold; 
    float: left;
}

.edit-btn-div {
    float: right;
}

.clear-left {
    clear: left;
}

.custom-accordion-title {
    margin-top: 0px !important;
    background: #c94136 !important;
    color: white !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8)!important;
}

.custom-accordion-title a {
    margin-top: 0px !important;
    background: #c94136 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.4))) !important; 
    color: white !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) !important;
}

.custom-accordion {
    border:1px solid !important;
    border-color: rgb(223, 228, 230) !important; 
    margin-top: 0px !important;
    width: 971px !important;
}

.custom-accordion-borders .ui-panelgrid td, .custom-accordion-borders .ui-widget-content{
    border: none;
}

.ui-accordion-header {
    margin-top: 0px !important;
}

.ui-accordion-content {
    padding-right: 15px !important;
}

.table-title {
    width: 100%; 
    height: 100%; 
    vertical-align: middle;
}

.float-left {
    float: left;
}

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

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

.align-auto-horizontal {
    margin-left: auto; 
    margin-right: auto;
}

.info-label-right {
    text-align: right; 
    font-weight: bold;
}

.no-background {
    background: none;
}

.input-text-width {
    width:320px;
}

.input-text-width input{
    width:320px;
}

.input-text-width-long {
    width:600px;
}

.input-text-area-large {
    width:600px;
    height: 110px;
}

.window-height-std {
    height: 250px; 
    min-height: 250px;
}

.window-height-large {
    height: 530px; 
    min-height: 530px;
}

.window-height-larger {
    height: 315px; 
    min-height: 315px;
}

.window-height-smaller {
    height: 260px; 
    min-height: 260px;
}

.window-height-small {
    height: 155px; 
    min-height: 155px;
}

.pg-vertical-align-top {
    vertical-align: top;
}


/*------------------------------------------------header start--------------------*/

h1, h2{margin:0; padding:0;}

#header {background-color: #fff;}
#header-content{background:url('../images/shapka.png') no-repeat;width:1024px;
    height:100px;
    margin:0px auto 0px auto;position:relative;}
#header h1{display: block;width: 500px;height: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;color: #3A677F;}
#header .toph{position: absolute;
    top: 35px;
    left: 105px;}
#header .both{position: absolute;
    top: 55px;
    left: 105px;}
#header h2{display: block;width: 500px;height: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold; text-transform: uppercase;color: #3A677F;}
#header .s_l{display: block;width: 500px;height: 40px;position: absolute;
    top: 40px;
    right: 38px;
             font: bold 12px Tahoma;text-transform: uppercase;color: #3A677F;}
#header .s_l .lang li{float:left;}
#header .s_l .lang span{font-size:0px; color:#FFF; cursor:pointer;}
#header .s_l .lang span[lang="kz"]{background: url('../images/lang.gif') 0 -28px no-repeat;display: block;width: 28px;height: 28px; 
                                   float:left;margin: 0px 5px 0px 0px; }
#header .s_l .lang span[lang="kz"]:hover, #header .s_l .lang #active_language span[lang="kz"]{background-position:0 0;}	
#header .s_l .lang span[lang="ru"]{background: url('../images/lang.gif') no-repeat;display: block;width: 28px;height: 28px;
                                   background-position: -56px -28px;float:left;margin: 0px 5px 0px 5px; }
#header .s_l .lang span[lang="ru"]:hover, #header .s_l .lang #active_language span[lang="ru"]{background-position: -56px 0px;}	
#header .s_l .lang span[lang="en"]{background: url('../images/lang.gif') no-repeat;display: block;width: 28px;height: 28px;
                                   background-position: -28px -28px;float:left;margin: 0px 5px 0px 5px; }
#header .s_l .lang span[lang="en"]:hover, #header .s_l .lang #active_language span[lang="en"]{background-position: -28px 0px;}	

ul.jflanguageselection {
    margin:0; padding:0; list-style-type:none;
}
#jflanguageselection { margin: 0; padding: 0;}
#header .s_l .search {}
#header .s_l .search .searchwrapper {height:20px;padding:0px;margin:3px 0px 0px 0px;}
#header .s_l .search .searchwrapper form { display:inline ; }
#mod_search_searchword {border:0px;background-color:#f4f5f5;position:absolute;width:220px;height:21px;font-size: 11px;color: #666;padding-left: 8px;
                        border-top: 1px solid #AEAEAE; border-bottom: 1px solid #E6EBEE; border-left: 1px solid #AEAEAE; border-right: 1px solid #E6EBEE;
                        margin-left: 15px;	-webkit-border-radius: 15px;}
.search .button {border:0px;background: url('../images/btn_go.gif') no-repeat;position:absolute;left:355px;width:28px;height:28px; top: -0.8px; font-size:0; cursor:pointer;}
#header a{text-decoration:none;}
/*------------------------------------------------header end--------------------*/

#body{
    margin:0 auto;
}

/*------------------------------------------------footer start--------------------*/
#footer-main{
    margin: 0;
    color:#fff;
    background-color: #34769a;
    line-height: 2.0em;}
#footer2{width:1024px;
    margin:0 auto;position:relative;}
#footer2 a {
    color: #ffffff;
}


/*------------------------------------------------footer end--------------------*/

input.st-but {
    background:url('../images/m_bg.png') repeat-x; 
    color: #fff; 
    border-radius: 5px;
    padding-left: 8px; 
    padding-right: 8px; 
    padding-top: 2px; 
    padding-bottom: 2px;
}

input.st-but:hover {
    background:url('../images/m_hover.png') repeat-x;
    color: #000; 
    border-radius: 5px;
    padding-left: 8px; 
    padding-right: 8px; 
    padding-top: 2px; 
    padding-bottom: 2px;
    cursor: pointer;
}

input.st-but:disabled {
    background:url('../images/m_hover.png') repeat-x;
    color: #A0A0A0; 
    border-radius: 5px;
    padding-left: 8px; 
    padding-right: 8px; 
    padding-top: 2px; 
    padding-bottom: 2px;
}

ul.unmarked{
    list-style-type: none;
}

.mainlist li{
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: top;
}
.message-info{
    border: 1px solid;
    margin: 10px 0px 40px;
    padding:15px 10px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info_1.png');
}
.message-error{
    border: 1px solid;
    margin: 10px 0px 40px;
    padding:15px 10px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/error_1.png');
}
.message-warn{
    border: 1px solid;
    margin: 10px 0px 40px;
    padding:15px 10px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warn_1.png');
}
.message-success{
    border: 1px solid;
    margin: 10px 0px 40px;
    padding:15px 10px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success_1.png');
}

.panel-body {
    margin:0 0 0 0;
    background-image: url('../images/bg_1.png');
    background-repeat: repeat;
    background-position: right bottom;
}

.search-conditions-text {
    display: block; 
    font-size: 1.17em; 
    font-weight: bold; 
    color: #0e689a;
}

.search-conditions-div {
    background-color: rgb(223, 228, 230); 
    padding: 10px; 
    padding-right: 15px;
}

.ui-dialog .ui-dialog-content {
    padding: 1em !important;
}

.ui-panel .ui-panel-content {
    padding: 0.5em !important;
}

/*-------User agreement-------*/
div.user-agreement {
    overflow: auto;
    height: 420px;
    margin:15px 0px 5px 0px;
    border: 1px solid #ccc;
    padding: 10px;
}

.user-agreement__flex-wrapper {
    display: flex;
    flex-direction: row;
}

.user-agreement__col1, .user-agreement__col2 {
    flex: 1 0 0%;
}

.user-agreement__col1 {
    padding-right: 10px;
    border-right: 1px solid #b7b4b4;
}

.user-agreement__col2 {
    padding-left: 10px;
}

div.user-agreement-button-area {
    float: left;
    margin-top: 10px;
}

a.user-agreement-main-page {
    margin-left: 20px;
}

/*-------Tabs for datatables (ex. datatable with a list of certificates)--------*/
#buttonTabs button:focus {
    outline:0;
}
#buttonTabs .tab {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px !important;
    font-weight: 600;
    text-align: center;
    color: #a8a8a8;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}
#buttonTabs .checked {
    color: #555;
    border: 1px solid #a8a8a8;
    border-top: 2px solid #34769a;
    border-bottom: 1px solid #dddddd;
}

.info-text {
    padding-top: 10px; 
    padding-bottom: 15px; 
    line-height: 20px;
}