.icon-box {
    padding: 20px;
    background-color: #3C8DBC;
    margin: 3px;
    height: 150px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    position: absolute;
}


.box.box-info {
    border-top-color: #09586b;
}

.icon-box:hover {
    background-color: #314F61;
    color: #23D5FF;
}

.icon-box a:hover {
    color: #fff;
}

.icon-box a:visited {
    color: #fff;
}

.icon-box a:link {
    color: #fff;
}

.main-header .navbar-brand {
    margin: 0;
    color: #f39c12;
    animation-delay: 5s;
}

.modal-header {
   
    background-color: #023744;
}
.modal-title>h1,h2,h3,h4,h5{
	color:#fff;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family:calibri;
   
}



.badge {
	font-size: 12px;
    font-weight: normal;
}

body {
      font-family: 'Roboto', sans-serif;
    
}

.main-wrap {
	margin: 0 auto;
	padding: 0;
	padding: 0px 12px;
	position: relative;
	max-width: 1000px;
}
.content-header {
    padding: 25px;
    font-weight: bold;
    margin-top: 40px;
}

.logo-wrap {
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.badge a {
    color: #fff;
    font-size: 11px;
}
label{
	font-size: 12px;
    font-weight: normal;
}
.currency {
    text-align: right;
}

.table-bordered {
    border: 2px solid #00C0EF;
}

b, strong {
    font-weight: 500;
}

.box-header> .ion, .box-header .box-title {
   
    font-size: 16px;
    color: #fff;
}

.title-header {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
}

.content-header a {
    font-size: 14px;
    
}



.form-control {
    border-radius: 0;
    box-shadow: none;
    border: solid 2px #DAF6FB;
    font-size: 16px;
}





.login-box-body, .register-box-body {
    background: #09586b;
    padding: 20px;
    border-top: 0;
    color: #fff;
	border-radius:2%;
	box-shadow: -1px 7px 8px 5px rgba(7, 24, 53, 0.6);
}


.box-body>h4{
	    color: #09586b;
}
.box {
    background: rgba(255, 255, 255, 0.38);
    border-top: 5px solid #d2d6de;
    box-shadow: -1px 7px 8px 5px rgba(0, 0, 0, 0.1);
}

.skin-blue .main-header .navbar {
    margin: 0;

	background-color: #09586B;
    box-shadow: -1px 7px 8px 5px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #f19c22;
	max-height: 50px;
}

.nav-tabs-custom>.nav-tabs.pull-right>.active>a {
    background-color: rgba(0, 192, 239, 0.56);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}


table {
    background-color: rgba(255, 250, 250, 0.64);
    font-size: 15px;
}
.table>tbody>tr>td {
    padding: 2px;
}

.table>thead>tr {
    background-color: #4E747D;
    color: #fff;
}

.table .form-control {
    width: 100%;
    font-size: 14px;
    padding: 0px;
}

.content {
    margin-top: -35px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #23AEE0;
}

.btn-default {
    min-width: 90px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #187077;
    color: #fff;
    border-color: #bfbfbf;
}

.header-link {
    min-width: 115px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: #00C0EF;
}

label {
    margin-top: 2px;
    min-width: 60px;
    font-size: 12px;
   
}

.circle-tile-heading {
    border: 4px solid rgb(90, 137, 149);
    border-radius: 100%;
    color: #f19c22;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
    text-align: center;
    padding: 3%;
    margin-top: -60px;
    margin-bottom: 15px;
    background-color: #002831;
	 -webkit-animation: rotation 4s infinite cubic-bezier(0, 0, 0.2, 1);
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotateY(180deg);}
    to   {-webkit-transform: rotateY(360deg);}
}

#content, #sidebar {
    min-height: 500px;
}

#sidebar {
    margin-top: 13px;
    background: transparent;
}

#row-main {
    /* necessary to hide collapsed sidebar */
}

#content {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#content .btn-group {
    margin-bottom: 10px;
}

.col-md-9 .width-12, .col-md-12 .width-9 {
    display: none;
    /* just hiding labels for demo purposes */
}

#sidebar {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.collapsed {
    display: none;
    /* hide it for small displays */
}

@media (min-width: 992px) {
    .collapsed {
        display: block;
        margin-right: -25%;
        /* same width as sidebar */
    }
}

.small_font {
      font-size: 10px;
    font-weight: 500;
}

.default-small {
    min-width: 80px;
    margin: 3px;
}
.statement{
    color: #e2ff00;
    font-size: 14px;
}

.error{
    color: red;
    display: none;
    font-size: 14px;
}

/*This table hack stuff*/

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.box.box-solid.box-info> .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #09586b;
    font-size: 14px;
}

.btn-info {
    background-color: #002831;
    border-color: #00c0ef;
}

.box.box-solid.box-info {
    border: 1px  #fff;
}


.note-alert {
    position: relative;
}
.note-alert:after { /* Magic Happens Here!!!  lool, (months later )what magic? 30th 2018.. atleast i added a date*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-top: 10px solid #dd4b39;
} /* </magic> */

.tb-row-special{
    text-align:center;
    background-color: #1093b16e;
    font-weight: bold;
}

@media (max-width: @screen-xs) {
    body{font-size: 8px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 8px;}
}

