/*================================================================================
	Item Name: Robust - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.card-block {

    padding: 0.5rem !important;

}

.progress-success[value]::-moz-progress-bar {

    background-color: #75b936 !important;

}


.progress:last-child {

    margin-bottom: 0rem !important;

}

.div_checkbox{
    zoom: 0.8;
    -moz-transform: scale(0.8);
}


.div_footer
{
    background-color:#1d2b36;
    position:fixed;
    bottom:0px;
    padding-left:240px;
    /*right:0px;*/
    height:35px;
    margin-bottom:0px;
    width:100%;
    /*border-top: 1px solid #3974af;*/
    box-shadow: 0 -1px 12px 0 #CCE8F4;
}

html body .content .content-wrapper {

    padding: 0rem !important;

}


.cajetin {
	border: solid 1px #DDEEEE;
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 11px Arial, sans-serif;

}
.cajetin thead th {
	background-color: #DDEFEF;
	border: solid 1px #DDEEEE;
	color: #336B6B;
	padding: 6px;
	text-align: left;
	border-radius: 10px 10px 0 0;

}
.cajetin tbody td {
	border: solid 1px #DDEEEE;
	color: #333;
	padding: 6px;
}
.cajetin-rounded {
	border: none;
}
.cajetin-rounded thead th {
	background-color: #3974af;
	border: none;
	color: white;
}

.cajetin-rounded tbody td {
	border: none;
	border-top: solid 1px white;
	background-color: #CCE8F4;
}
.cajetin-rounded tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
.cajetin-rounded tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.cajetin2 {
	border: solid 1px #DDEEEE;
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 11px Arial, sans-serif;

}
.cajetin2 thead th {
	background-color: #DDEFEF;
	border: solid 1px #DDEEEE;
	color: #336B6B;
	padding: 6px;
	text-align: left;

}
.cajetin2 tbody td {
	border: solid 1px #DDEEEE;
	color: #333;
	padding: 6px;
}
.cajetin-rounded2 {
	border: none;
}
.cajetin-rounded2 thead th {
	/*background-color: #3974af;*/
	background-color: #1d2b36;
	border: none;
	color: white;
}

.cajetin-rounded2 tbody td {
	border: none;
	border-top: solid 1px white;
	background-color: #CCE8F4;
	
}
