/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,900,700,600italic,700italic,600,400italic,300italic,200italic,300,200&subset=latin,latin-ext);
body {
    font-family: 'Titillium Web', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 30px;
    background: #FFFEED;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /*font-family: inherit;*/
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    /* padding-bottom: 60px; */
}

.page-head-line {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #1A2C43;
    text-transform: uppercase;
    color: #1A2C43;
    font-size: 20px;
    /* margin-bottom: 40px; */
    font-family: 'Titillium Web', 'Roboto', sans-serif;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.login-icon {
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1A2C43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */

header {
    background-color: #1A2C43;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */

.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}


/* USER SETTINGS DIV */

.user-settings-wrapper .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #1A2C43;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

.user-settings-wrapper li {
    display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
    width: 200px;
    padding: 10px;
}

.user-settings-wrapper .nav>li>a:hover,
.user-settings-wrapper .nav>li>a:focus {
    text-decoration: none;
    background-color: #345CB0 !important;
}

.user-settings-wrapper img {
    height: 64px;
    width: 64px;
    border: 1px solid #000000;
}

.user-settings-wrapper .dropdown-menu {
    margin: 0px;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .btn {
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .media-heading {
    padding-top: 10px;
}


/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

#menu-top a.menu-top-active {
    background-color: #073C64;
    color: #FDCB2C;
}

.menu-section .nav>li>a:hover,
.menu-section .nav>li>a:focus {
    background-color: #1A2C43!important;
}

.menu-section .dropdown-menu>li>a:hover,
.menu-section .dropdown-menu>li>a:focus {
    background-color: #1A2C43!important;
}

.navbar-inverse {
    background-color: #073C64;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #1A2C43;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}


/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */

footer {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #073C64;
}

footer a,
footer a:hover {
    /*color: #fff;*/
    text-decoration: none;
}


/*==============================================
    DASHBOARD  STYLES    
 =============================================*/


/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #083135;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
    height: 2px;
}


/* NOTICE BOARD */

.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
    margin-right: 10px;
    border: 1px solid #DBDBDB;
    padding: 5px;
}

.notice-board li a,
li a:active,
li a:hover {
    text-decoration: none;
    /*color: #000;*/
}


/* SOCIAL BUTTONS */

.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

#menu-top a:hover,
#menu-top a:focus {
    color: #FDCB2C;
}

.modal-header {
    background: #073c64;
    color: #FDCB2C;
}

.modal-footer {
    padding: 4px;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(33, 111, 141, 0.59);
    border: 1px solid rgba(38, 113, 155, 0.9);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(24, 174, 169, 0.5);
}

.modal {
    text-align: center;
    padding: 0!important;
    background-color: rgba(0, 0, 0, 0.92);
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: auto;
    /*width: 100%;*/
}


/*.file-modal {width: 85%;}*/

@media (max-width: 640px) {
    .file-modal {
        width: 100%;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .file-modal {
        width: 85%;
    }
}

.close {
    color: #FDCB2C;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #FFF;
    opacity: 1;
}

.has-feedback label~.form-control-feedback {
    top: 35px;
}

/* .input-group-addon {
    text-align: right;
    background: #08528a;
    border: none;
    color: #f8d203;
    font-family: 'Titillium Web', sans-serif;
} */

.input-group-addon {
    text-align: right;
    width: 160px;
}

.full-width {
    width: 100%;
}

.dashboard-div-wrapper {
    margin-bottom: 5px;
    padding: 5px;
}

.panel-heading {
    border-radius: 0px;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
}

.bk-clr-five {
    background-color: #5F497A;
}

.bk-clr-six {
    background-color: #30849B;
}

.bk-clr-seven {
    background-color: #7F7F7F;
}

.bk-clr-eight {
    background-color: #494429;
}

#with-bg {
    background-image: url(../img/bg_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #FFC000;
    border-bottom: 1px solid #FFC000;
}


/*.navbar-brand img, .navbar-brand span {
    padding-bottom: 15px;
    line-height: 1.4;
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: prototype;
}
.navbar-inverse .navbar-brand {
    height: auto;
    color: #fff;
}*/


/*@media (min-width: 480px) {*/

.navbar-brand img,
.navbar-brand span {
    padding-left: 15px;
    line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    min-width: 70px;
    text-shadow: 1px 2px #073c64;
    font-weight: bold;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    text-decoration: none;
    color: #fff;
    display: table;
    width: auto;
}


/*}*/

.bg_blue {
    background: #073c64;
    color: #fdcb2c;
}

.bg-blue {
    background: #08528A;
    color: #fdcb2c;
}

.yellow-text {
    color: #fdcb2c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #073C64;
}

.tooltip-inner {
    background-color: #073C64;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #073C64;
}

.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 {
    background: #073c64;
    color: #fdcb2c;
    text-align: center;
    vertical-align: middle;
}

footer.line {
    background: #FDCB2C;
    width: 100%;
    line-height: 2px;
    padding: 2px;
}

a.logo-footer {
    display: table;
    margin-top: 25px;
    margin-bottom: 10px;
}

a.logo-footer>img {
    display: table-cell;
}

a.logo-footer>span {
    display: table-cell;
    line-height: 15px;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 13px;
}

.center {
    text-align: center;
}

.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/spinner.gif) 50% 50% no-repeat #000000;
}

.preloader {
    background: url(../img/loader.gif) center center no-repeat;
}

ul.ul-nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.magnifier {
    opacity: 1;
    position: relative;
    height: auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.magnifier:hover {
    opacity: 0.7;
}

.magnifier:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    background: url('../img/magnifier.png') center center no-repeat #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.magnifier:hover:after {
    opacity: 0.6;
}

.caption {
    color: #f8d203;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #0009;
    vertical-align: middle;
    padding: 5px;
    text-shadow: 1px 1px #000;
    word-wrap: break-word;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}

.box {
    text-align: center;
    display: table-cell;
    background: #f8d203;
}


/* -------------------------------------- */

ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 14px 'trebuchet MS', 'lucida sans';
    padding: 0;
    /*margin-bottom: 4em;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    /*    margin-top: -25px;
    top: -25px*/
    ;
}

ol ol {
    margin: 0 0 0 2em;
}


/* -------------------------------------- */

.rectangle-list .bullet {
    position: relative;
    display: block;
    /*padding: .4em .4em .4em .8em;*/
    padding: 0 0 0 .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    /*background: #ddd;*/
    /*color: #444;*/
    color: #222222;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list .bullet:hover {
    /*background: #eee;*/
}

.rectangle-list .bullet:before {
    /*content: counter(li);*/
    content: '';
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    /*    top: 27%;
    margin-top: -1em;*/
    top: 0;
    margin-top: 0;
    /*background: #fa8072;*/
    background: #073c64;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    background-position: -614px 3px;
    background-image: url('../img/sprite_f7c808.png');
    vertical-align: middle;
}

.rectangle-list .bullet:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 0;
    margin-top: 0.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list .bullet:hover:after {
    left: -.5em;
    border-left-color: #073c64;
}

h3.berita {
    color: #073c64;
}

.form-login {
    background: #073c64;
    color: #f8d203;
    padding: 15px;
    /*min-height: 350px;*/
    min-height: 313px;
    /* margin-bottom: 15px; */
}

.th-bg {
    background: #1a2c43;
    color: #f8d203;
}

.form-control {
    background: #FFFEED;
    /*border: none;*/
}

.input-group-addon,
.form-control {
    border-radius: 0;
}

.mbr-login-box-top {
    height: 4px;
    background: #F8D203;
    background: -moz-linear-gradient(left, #188fff 0, #F8D203 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #188fff), color-stop(100%, #400090));
    background: -webkit-linear-gradient(left, #188fff 0, #400090 100%);
    background: -o-linear-gradient(left, #188fff 0, #400090 100%);
    background: -ms-linear-gradient(left, #188fff 0, #400090 100%);
    background: linear-gradient(to right, #188fff 0, #F8D203 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#188fff', endColorstr='#400090', GradientType=1);
}

.label-user {
    background: #FDCB2C;
    pointer-events: none;
    cursor: default;
    font-weight: bold;
    color: #1A2C43;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

a.link-login {
    color: #fdcb2c;
    text-decoration: none;
}

a.link-login:hover {
    color: #fdcb2c;
    text-decoration: none;
    font-weight: bold;
}

.alert {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    /*top: -2px;*/
    right: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.alert-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent;
}

.btn-keluar {
    background: #ba1a1a;
}

.menu-section .nav>li>a.btn-keluar:hover,
.menu-section .nav>li>a.btn-keluar:focus {
    background: #a81616 !important;
}

input[type=text].data-search {
    width: 100%;
}

input[type=search].form-control {
    background: #073C64;
    color: #FDCB2C;
}

select[name=table_data_length].form-control {
    background: #073C64;
    color: #FDCB2C;
}

a {
    color: #1acdd4;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fdcb2c;
    text-decoration: underline;
}


/*loading animation modal*/

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mbr-login-box-top.danger {
    background: #7A0404;
    background: -moz-linear-gradient(left, #7A0404 0, #7A0404 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7A0404), color-stop(100%, #7A0404));
    background: -webkit-linear-gradient(left, #7A0404 0, #7A0404 100%);
    background: -o-linear-gradient(left, #7A0404 0, #7A0404 100%);
    background: -ms-linear-gradient(left, #7A0404 0, #7A0404 100%);
    background: linear-gradient(to right, #7A0404 0, #7A0404 100%);
}

ul.tsc_list li.white {
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-color: #5bc0de;
    border-color: transparent;
}

.btn-info {
    color: #fff;
    background-color: #0f65a5;
    border-color: transparent;
}

.no-padding {
    padding-right: 5px;
    padding-left: 5px;
}

.no-pointer {
    cursor: default;
    text-decoration: none;
}

a.link-lihat {
    color: #178BE3;
    font-weight: bold;
}

a.link-download {
    color: #ac2925;
    font-weight: bold;
}

.blue {
    color: #073c64;
}

.alert-info {
    color: #fff;
    background-color: #073c64;
    border-color: #073c64;
}

.table-hover>tbody>tr:hover {
    background-color: #b4f2e2;
}

.label-block {
    width: 100%;
    background: #073c64;
    padding-left: 5px;
    color: #fdcb2c;
}

.help-block {
    font-style: italic;
}

.panel {
    background-color: transparent;
}

.panel-hibah {
    border-color: #073c64;
    border-radius: 0;
}

.panel-info>.panel-heading {
    background-color: #073c64;
    color: #FDCB2C;
}

.panel.panel-info.panel-hibah {
    border-radius: 0px;
}

.panel-heading.heading-hibah {
    background: #073c64;
    border: none;
}

a.accordion-toggle {
    text-decoration: none;
    color: #fdcb2c;
}


/*.panel-default > .panel-heading {
    background-color: #073c64;
    color: #FDCB2C;
}*/

.icon {
    white-space: normal;
    margin-top: 4px;
    text-align: center;
}

.icon>a,
.icon>button {
    width: 150px;
    max-width: 150px;
    white-space: normal;
}

.margin-top-small {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (max-width:380px) {
    .navbar-brand img,
    .navbar-brand span {
        font-size: 12px;
    }
}

/* .navbar {
    min-height: 230px;
} */

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-results__option {
    padding: 0px 6px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0f65a5 !important;
}

.container-full {
    margin: 0 auto;
    width: 95%;
}

span.label {
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

tbody>tr>td>textarea {
    width: 600px;
    height: 150px;
}

.navbar-nav>li {
    /* border: 1px solid white; */
    border-right: 1px solid #ffc720;
}

.menu-section.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 2px solid #ffc720;
}

#menu-top {
    font-size: 11px;
}

table {
    font-size: 12px;
}

.form-control.input-group.status_pengajuan {
    font-size: 11px;
}

.alert {
    padding: 20px !important;
}


/* USER PROFILE PAGE */

.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    /* -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    /* padding-top: 0; */
    padding-bottom: 0;
    text-align: center;
}

.card.hovercard .card-background {
    height: 130px;
}

.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}

.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

.card.hovercard .card-info .card-title {
    padding: 0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn-pref .btn {
    -webkit-border-radius: 0 !important;
}

table {
    line-height: 20px;
    font: 14px 'Titillium Web', 'trebuchet MS', 'lucida sans';
}

.radio,
.checkbox {
    margin-bottom: 2px;
}

.well {
    padding: 0 10px 10px;
    margin-bottom: 10px;
    background-color: #fffeed;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.fixed-top-msg {
    margin-top: 0;
    position: fixed;
    top: 42px;
    right: 0;
    left: 0;
    z-index: 1020;
}

.alert-warning {
    color: #7a0404;
    background-color: #f99e41;
    border-color: #d04d00;
    border-bottom: 3px solid #d04d00;
}

.alert-danger {
    border-color: #900404;
    border-bottom: 3px solid #900404;
}

.alert-success {
    border-color: #3c763d;
    border-bottom: 3px solid #3c763d;
}

#prices {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    font-weight: normal;
}

.pricing-table {
    width: 50%;
    margin: auto auto 20px auto;
    position: relative;
    min-height: 200px;
    padding: 15px;
    text-align: left;
    background: transparent;
}

.pricing-table td {
    width: 33%;
    vertical-align: top;
}

.pricing-table h2 {
    display: block;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 1.4em;
    background: #009342;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing-table h3 {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    background: #102e5c;
    font-size: 0.9em;
}

.pricing-table h4 {
    display: block;
    margin: 0;
    width: 100%;
    padding: 20px;
    background: #047f8f;
    font-size: 1.75em;
    box-sizing: border-box;
}

.pricing-table h5 {
    display: block;
    margin: 0 0 0 0;
    font-weight: 700;
    padding: 10px;
    background: #047f8f;
}

.pricing-table h2,
.pricing-table h3,
.pricing-table h4,
.pricing-table h5 {
    color: #fff;
}


/* Popular Table */

.popular .pricing-table {
    margin-top: -10px;
    min-height: 400px;
}

.popular .pricing-table h2 {
    font-size: 1.8em;
    background: #feb63d;
}

.popular .pricing-table h3 {
    background: #feb63d;
}

.popular .pricing-table h4 {
    background: #feb63d;
}

.popular .pricing-table h5 {
    background: #feb63d;
}

.pricing-table p {
    margin: 10px auto;
    padding: 5px 0 5px;
    width: 80%;
    font-weight: 300;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table h5+p {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.pricing-table a {
    display: block;
    margin: auto;
    /* width: 45%; */
    padding: 10px 10px;
    /* position: absolute; */
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 0.85em;
    color: #fff;
    /* background: #2f333c; */
    background: #073c64;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.popular .pricing-table a {
    background: #2f333c;
}

.pricing-table a:hover {
    /* background: #505a6b; */
    background: #fdcb2c;
    color: #073c64;
    font-weight: 800;
    /* border-bottom: 1px solid #047f8f; */
}


/*------------------------------------*/


/*---------- MEDIA QUERIES -----------*/


/*------------------------------------*/

@media screen and (max-width: 700px) {
    #prices td {
        display: block !important;
        width: 100% !important;
    }
    .pricing-table {
        min-height: 0;
    }
    .popular .pricing-table {
        margin-top: 0px;
    }
}

.tooltip-inner {
    max-width: 100% !important;
    text-align: justify !important;
    border: 2px solid #f8d203;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f8d203;
}


td.files {
    font-size: 8pt;
}

tbody > tr > td > textarea.textfield {
    width: 100% !important;
}
.field-icon {
    float: right;
    margin-left: -35px;
    margin-top: 5px;
    position: absolute;
    z-index: 2;
    font-size: 1.8vw;
    color: #073c64;
    font-size: 20px;
  }

  .form-control:focus {
    border-bottom: 3px solid #ff5400 !important;
  }
  .panel {border: none;}

  #file-dialog.full-dialog {

      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
  #file-content.full-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
  }
  .embed-responsive.full-height {
      height: 800px;
  }

  hr {
    border-top: 1px solid #073c64;
  }

  .modal {
    background-color: rgba(0, 0, 0, 0.7);
  }