/* Minification failed. Returning unminified contents.
(1592,8): run-time error CSS1035: Expected colon, found '?'
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700&subset=latin,cyrillic);
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v7/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v7/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://fonts.gstatic.com/s/ptsansnarrow/v6/Q_pTky3Sc3ubRibGToTAYigwe3ZcNEyK1ut-Sjba9Qg.woff) format('woff');
}

* { margin:0; padding:0; resize:none; outline:none; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, code, em, img, small, strike, sub, sup, tt, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table, tbody, tfoot, thead, tr, th, td,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: baseline;
}
header, section, footer, aside, nav, article { display:block; }
header {position:relative; z-index:2;}
html, body {
	height:100%;
	min-width:880px;
}
body {
	font:12px/18px 'Helvetica', sans-serif;
	color:#666767;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {/*from tco*/
	color:#414141;
	font-weight: normal;
    line-height: 1.2;
    margin-bottom: 15px;
}
h1, h2, h3,
h4, h5, h6 {/*not from tco*/
    /*color: #000;*/
    /*margin-bottom: 0;*/
    padding-bottom: 0;
}
h1 {
	font:22px/30px 'Helvetica', Arial;
	margin:0 0 20px 0;
    display:inline-block;
		*display:inline;
		*zoom:1;
}
.h2 {
	font-size:16px !important;
}

a {
	color:#5e6978;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

.title, h2,.title h3 {
	font:16px 'Helvetica';
	color:#313131;
}

.title h2{display:inline;margin:0;}
.title h3{margin:0 0 8px 0;}

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    border: none;
    margin: 0;
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

hr {
    border: none;
    height: 2px;
    color: #22BAF3; /*old IE*/
    background-color: #22BAF3; /*Modern Browsers*/
}
.large-font { font-size:22px; }
.medium-font { font-size:13px; }
.big-font {
	font-size:16px;
	line-height:20px;
	color:#313131;
	margin-bottom:30px;
}
.caption {font-family: 'PT Sans', sans-serif; background: #20C4F4; padding:25px; }
.caption
{
    padding: 10px 30px;
    /*background-color: #7ac0da;*/
    background-color: #4cc4e4;
}
.caption .title {font-family: 'PT Sans Narrow', sans-serif; font-size:24px; line-height:26px; color:#FFF; font-weight:700;text-transform: uppercase;}
.caption .title {font-family: 'PT Sans Narrow', sans-serif \0/; font-size: 24px;} /*ie8 and ie9 fix*/
.caption .text {margin:15px 0 15px 0;line-height:21px;color:#fff;font-family: Arial, Helvetica, sans-serif;font-size:16px;}
.caption a {color: #fff; text-decoration: none; cursor: pointer;}
.caption a:hover {text-decoration: underline !important; }

.text 
{
    text-align:justify;
}

/* head-panel, language switch, and contact information*/
.head-panel {
	position:relative; z-index:1;
	background:#242424;
	height:37px;
	line-height:37px;
}
.head-panel a {
	color:#fff;
}
.head-panel .lang {
    float: left;        
	margin-right:13px;
    }
.head-panel .lang a, .head-panel .logoff a, .head-panel .userName, .disabledLink {
	text-transform:uppercase;
	color:#a8a8a8;
	font:bold 11px 'PT Sans';
}
    .head-panel .userName
    {
        height: 37px;
        line-height: 37px;
    }
.head-panel .lang a:hover, .head-panel .logoff a:hover, .disabledLink
{
    color:#fff; background:none; text-decoration: none;
}
.head-panel .logoff, .head-panel .userName {
    float: right;        
	margin-left:50px;
}

.head-panel .c-info {
	color:#fff;
	margin-left:100px;
	float:left;
    display:block;
    float:left;
    position:absolute;
    margin-left:285px;
}
.head-panel .c-info a {
    background:none;
	font:11px 'Helvetica';
}
[class^="icon-"],
[class*=" icon-"] {
	display:inline-block;
	*display:inline;
	*zoom:1;
	*margin-right:.3em;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right:5px;
}
.icon-mail {
	width:11px; height:7px;
	background:url('../images/icon-mail.png') no-repeat;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1020px; /* 960 */
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        /*padding-left: 10px;*/
        padding-top: 30px;
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }




footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    margin: 0;
    padding:0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

.label {
    font-weight: 700;
}

.justify {
    text-align: justify;
}

/* login page */

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset 
{
    position: relative;
    background-color:#ecf0f4;
    margin:1em;
    padding:10px;
}
    fieldset legend
    {
        position: absolute;
        top: -1em;
        left: 0.5em;
        background-color: #fff;
        padding:0 5px;
        font-weight: bold;
    }


label {
    display: block;
    font-size: 1em;
    font-weight: 700;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 4px 5px;
    width: 200px;
}


textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus, select:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"], input[type="radio"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

select {
    border: 1px solid #e2e2e2;
    padding: 3px;
    font-size:1.2em;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-warning {
    color: #787878;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 20px;
}

.validation-summary-valid {
    display: none;
}

/* tooltip on hover
----------------------------------------------------------*/
a.tooltip {outline:none; padding:0; margin:0; background:none;}
a.tooltip img {border:0; padding:0; margin:0;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span.tooltip_span {
    z-index:10;
    display:none; padding:14px 20px;
    margin-top:40px; margin-left:-145px;
    width:250px; line-height:16px;
    font-size:14px; font-weight: normal;
}
a.tooltip:hover span.tooltip_span {
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
}

/* exclamation warning image */

img.exclamation {
    margin-right: 2px;
}

/* image link
----------------------------------------------------------*/

a.image_link {outline:none; padding:0; margin:0; background:none;}
a.image_link img {border:0; padding:0; margin:0;}

/* bootstrap
----------------------------------------------------------*/
p {
  margin: 0 0 10px;
}
.label {
    border: 1px solid #000;
  }
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
/*.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}*/
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
/*.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}*/
/*.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}*/
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/*.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
/*.progress-bar-info {
  background-color: #5bc0de;
}*/
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.text-danger {
  color: #a94442;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  
  src: url('themes/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('themes/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('themes/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('themes/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('themes/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-plus:before {
  content: "\2b";  
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
    
button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-glyph {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}
.btn-primary:active,
.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,
.btn-primary[disabled],fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}
.btn-primary .badge{color:#428bca;background-color:#fff}
 
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #5e6978; /* #d9534f; */
  border-color: #5e6978; /* #d43f3a; */
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #5e6978; /* #c9302c; */
  border-color: #5e6978; /* #ac2925; */
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.btn-success {
  color: #fff;
  background-color: #5e6978; /* #5cb85c; */
  border-color: #5e6978; /* #4cae4c; */
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5e6978; /* #449d44; */
  border-color: #5e6978; /* #398439; */
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* Russian labels */

.rus {
    color:#548db6;
}

/* placeholders */

.placeholder {
    color: #aaa;
    font-style:italic;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
    font-style:italic;
}

/* FAQ */

.faq_section {
    text-align: justify;
}

.faq_section h1, .faq_section h2, .faq_section h3 {
    font-weight:bold;
}

.faq_blue {
    color: #22BAF3;  /* #4F81BD; */
}

.faq_ul {
    margin-left: 30px;
}
 
/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


table.cells, table.cells th, table.cells td {
    border:1px solid black;
    border-collapse:collapse;
}

.profile_table
{
    table-layout: fixed;
    width: 100%;
}
    .profile_table h2
    {
        margin: 10px 0 8px 0;
    }

    .profile_table td
    {
        padding-left:0.5em;
        margin: 0;
    }

tr.white
{
    background-color: #fff;
}
tr.gray
{
    background-color: #ecf0f4;
}

div.first_column
{
    display:block;
    float:left;
    width:49%;
    margin: 0 auto 0 0;
}
div.last_column
{
    display:block;
    float:right;
    width:49%;
    margin: 0 0 0 auto;
    padding-top: 15px;
}

table.dataTable thead {
    background-color: #5e6978;
    color: White;
}
table.dataTable tr.odd { background-color: white; }
table.dataTable tr.even { background-color: #ecf0f4; }

.outlined_for_edit {
    outline: 4px solid #5e6978;
}

/* textarea */

.address_line {
     width:330px;
}

/* From www.tengizchevroil.com */
.wrap {
	position:relative;
	/*z-index:1;*/
	width:943px;
	max-width:1280px;
	margin:0 auto;
}

.clear, .clear-content { clear:both; height:0; font-size:0; }
.clear-content { height:30px; }

/* Header */

header {
    vertical-align: baseline;
    display: block;
    position: relative;
    z-index: 2;
}
header .logo {
	margin:18px 4px 0 0;
	float:left;
}
nav.www_parent {
	margin:18px 0 0 0;
	float:right;
	width:780px; /*725*/
	height:91px;
	background:#5e6978;
	padding:0;
	position:relative;
}

nav.www_parent ul {
	height:38px;
	margin:28px 0 0 0;
	padding:0;
}
nav.www_parent ul li a {
	font:bold 11px 'PT Sans', Helvetica;
	text-transform:uppercase;
	color:#fff;
    vertical-align:middle;
	display:inline-block;
		*display:inline;
		*zoom:1;
}
nav.www_parent ul li {
	line-height:38px;
	float:left;
	background:url('../Images/nav-menu-arr.jpg') no-repeat;
	height:38px;
	padding:0 35px;
	max-width:150px;
	position:relative;
    list-style: none outside none;
}
nav.www_parent ul li:first-child {
	background:none;
}

nav.www_parent ul li:hover a {
    color:#4aceff; text-decoration:none;
}

nav.www_parent ul li a:hover {
    background:none;
}

nav.www_parent ul li .submenu_side {
	display:none;
	position:absolute;
	left:0; padding-top:0;
	height:100%; width:100%;
	/*z-index:10;*/
}
nav.www_parent ul li .sub_nav {
	/*z-index:10;*/
	position:absolute;
	left:0; top:25px;
	background:#fff;
	line-height:43px;
	margin:0; height:auto;
	border:1px #bdc1c7 solid;
	border-top:0;
}

nav.www_parent ul li:hover .submenu_side/*, nav ul li:hover .arr-nav-top*/ {
	display:block;
}
nav.www_parent ul li .sub_nav li, nav .sub_nav li:first-child {
	border-top:1px #a1a1a1 dotted;
	padding:0 36px;
	background:#fff;
	float:none;
	white-space:nowrap;
	max-width:none !important;
	display:block;
}
nav.www_parent ul li .sub_nav li:first-child { border-top:0; }
nav.www_parent ul li .sub_nav a {
	color:#2d2d2d;
	text-decoration:none;
}
nav.www_parent ul li .arr-nav-top {
	background:url('../images/arr-nav-top.png') no-repeat;
	width:16px; height:8px;
	position:absolute;
	left:60px; margin-left:-8px;
	top:17px;
	display:none;
}
nav.www_parent ul li:first-child ul li {
	width:auto;
}
nav.www_parent ul li:hover .arr-nav-top { display:block; }
nav.www_parent ul li .sub_nav a:hover {
	color:#00aeef;
}

/* Footer */
.footerInternal {
    margin-top: auto !important;
}

footer {
	position:relative;
	/*z-index:1;*/
	background:#242424;
	color:#a8acb3;
	/*margin-top:-171px;*/
	border-top:1px #d8d8d8 solid;
	font-size:11px;
	padding-bottom:34px;
	min-height:150px;
}
footer .wrap {
	height?:
}
footer .menu {
	height:38px;
	margin:34px 0 45px 0;
	float:left;
}
footer .menu a {
	font:bold 11px 'PT Sans', Helvetica;
	text-transform:uppercase;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
		*display:inline;
		*zoom:1;
}

footer .menu a:hover {
	background: none;
}

footer .menu ul li {
	line-height:38px;
	list-style:none;
	float:left;
	background:url('../Images/foot-menu-arr.jpg') no-repeat;
	height:38px;
	padding:0 36px;
	max-width:95px;
}
footer .menu ul li:first-child {
	background:none;
	padding-left:0; 
}
footer .legal p,
footer .menu p 
{
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

footer .copyright {
	float:left;
	margin-right:50px;
}
footer address {
	float:left;
	font-style:normal;
	margin-right:50px;
}

footer .legal {
	margin-right:50px;
}
footer .legal ul {
	list-style:none; 	
}

footer .legal ul li {
	display:inline-block;
	margin-left:50px;
	float:left;
}

footer .legal ul li:first-child {
	margin-left:0;
}

footer .legal a {
	color:#A8ACB3;
}

footer .developer {
	/*z-index:10;*/
	position:absolute;
	top:60px; right:0;
	
}
footer .developer.index {
	margin-top:35px;
	float:right;
	clear:both;
	position:relative;
	top:0;
}
.social-foot {
	display:none;
	position:absolute;
	*position:relative;
	*margin-top:10px;
	*float:right;
	right:0;
	top:40px;
	/*z-index:1;*/
}

/* sticky footer*/
html, body {
    height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -185px;
}

.footer, .push {
height: 184px;
}


/* buttons */

input[type="button"],
input[type="submit"],
button
{
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
    font-weight:bold;
    font-size: 12px;
    padding: 5px;
    width: auto;
    border: 1px solid #5E6978;
    background: none repeat scroll 0% 0% #5E6978;
    color: #FFF;
    border-radius: 3px;
    display: inline;
    height: auto;
}
    input[type="button"]:active,
    input[type="submit"]:active,
    button:active
    {
        background: none repeat scroll 0% 0% #505050;
    }

button.submit_image, button.submit_image:active
{
    background: none;
    border: none;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 1px;
}


/* Terms and Conditions */

.userAgreement *
{
    font-size:12px;
}

.userAgreement
{
    width:780px;
    margin-left:auto;
    /*margin-right:auto;*/
}

.userAgreement .infoBlock
{
    background-color: #22BAF3;
    padding:20px;
    color:#FFFFFF;
}

.userAgreement p
{
    text-align: justify;
}

.userAgreement .infoBlock h1
{
    color: #FFFFFF;
    margin-bottom:20px;
    font-size: 24px;
}

.userAgreement h1, h2, h3, h4, h5, h6 {
	color:#414141;
	font-weight: normal;
    line-height: 1.2;
    margin-bottom: 15px;
}

.userAgreement h1 {
	text-align:center;
    font-weight:bold;
}

.userAgreement h2 {
	margin-left:-5px;
	padding-left:0px;
}

.userAgreement {
    counter-reset: section;
}

.userAgreement h2 {
    counter-reset: subsection;
    font-weight:bold;
    padding-left:20px;
    color: #22BAF3;
    font-size:16px;
}

.userAgreement h2:before {
    counter-increment: section;
    content: counter(section)". ";
    margin-left: -1em;
}

.userAgreement ol>li:before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
    font-weight:bold;
    float:left;
    display: inline-block;
    margin-left: -1.5em;
    text-align:justify;
} 

.userAgreement ol
{
    margin: 0;
    margin-left: 20px;
    padding: 0;
}

.userAgreement ol>li
{
    list-style-type:none;
    padding-bottom:20px;
    display:block;
    padding-left: 1.5em;
    text-align: justify;
}

.userAgreement ul>li
{
    list-style-type:none;
    text-align: justify;
}

.userAgreement ul>li>span {
    font-weight:bold;
    display: inline-block;
    margin-left: -1em;
    margin-bottom:0px;
} 

.userAgreement ul 
{
    padding-left:20px;
}


/* jQuery UI */

.ui-widget-header {
    background: #ecf0f4;
}
