/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/05/2017, 05:59:23 PM
    Author     : bcaballero
*/

/*.wEvaluacionDocente-dialog .modal-dialog
{
    width:100%;
    width:1423px;
}*/

hr {
	height: 4px;
	margin-left: 0px;
	margin-bottom:-3px;
}
.hr-warning{
	background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
	background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
	background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
	background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

.wInspeccion-dialog .modal-dialog .modal-open
{
    width:100%;
    height: 100%;
    max-width:100%;
}

.wInspeccion-dialog .modal-dialog {
    width: 105%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.wInspeccion-dialog .modal-open
{
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.wInspeccion-dialog .modal-footer
{
   text-align:center;    
}

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

/*
.column {
	flex: 1;
	// border: 1px solid gray;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}
*/

@media (min-width: 768px) {
   .wInspeccion-dialog {
    width: 100%;
    height: 100%;
   } 
}
@media (min-width: 992px) {
  .wInspeccion-dialog {
    width: 100%;
    height: 100%;
  }
}

  
@media (min-width: 1920px) {
  .wInspeccion-dialog {
    width: 100%;
    height: 100%;
  }  
}

@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
                flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 768px) {
  .columns .column {
		margin-bottom: 5px;
                flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 320px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}


@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}