/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/


@font-face {
    font-family: 'square48';
    src: url('../fonts/tt0248m_.ttf') format('truetype');
}

@font-face {
    font-family: 'square49';
    src: url('../fonts/tt0249m_.ttf') format('truetype');
}

.page-header.navbar .page-logo .comp_title {
    display: block;
    width: 360px;
    height: 90px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 15px;
    margin-left: 110px;
    text-align: center;
}

    .page-header.navbar .page-logo .comp_title span {
        font-size: 20px;
        color: #fff;
        font-family: square48;
    }

    .page-header.navbar .page-logo .comp_title .gov {
        font-size: 14px;
        color: #fff;
        font-family: square48;
    }



.page-header.navbar {
    /*min-height: 90px;
   height:auto;*/
}

.hor-menu {
    padding-top: 45px;
}


.set1 {
    padding: 5px;
    border-bottom: #39b3d7 1px solid;
}

.su-set {
    font-size: 18px;
    text-decoration: underline solid #404040;
}

.eset-title {
    font-size: 22px;
}

.list-group-item {
    border-bottom: 1px solid #6ebff3;
}

.main_title span {
    font-family: square48;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}


.service-table thead tr th {
    font-size: 12px;
}

.page-footer {
    background: #2B3643 !important;
    min-height: 150px;
    height: auto;
    color: #fff !important;
}


input[type=submit] {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 25px;
}

input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
    resize: none;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=radio],
input[type=checkbox] {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}

.mate {
}

    .mate tr td input[type=text] {
        padding-left: 2px;
        font-size: 13px;
    }


.top-strip {
    margin-bottom: 20px;
    font-family: square48;
    font-size: 15px;
    min-height: 30px;
    height: auto;
}

.log-out {
    text-decoration: none;
    color: #ffd800;
}

    .log-out i {
        margin-right: 5px;
        color: #ffd800;
    }

        .log-out:hover, .log-out i:hover {
            color: #ccc;
            text-decoration: none;
        }





@media (max-width: 420px) {
    /* 991px */
    .sng_login {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 320px) {
    /* 991px */
    .capt_img div img {
        width: 100%;
        height: auto;
        display: block;
    }
}
