/*@import url(https://fonts.googleapis.com/css?family=Great+Vibes);*/

/**
 * Colors Menus
 *
 * background
 * primary: #80ADC8;
 * success: #dff0d8;
 * danger: #f2dede;
 * warning: #fcf8e3;
 * info: #c4e3f3;
 * default: #f4f4f4;
 * 
 */
.dropdown-menu,
.navbar-nav>.open>.dropdown-menu {
  border-radius: 6px;
  background-color: #0061a7;
  border: 1px solid #124d77;
}

.dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #FFFFFF
}

/**
 * textos
 */
.minusculas {
  text-transform:lowercase;
} 
.mayusculas {
  text-transform:uppercase;
} 

/**
 * XP-Button
 */
.btn-xp {
  min-width:  90px;
  text-align: center;
  min-height: 30px;
  line-height: 20px;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #000080;
  cursor:pointer;
}
.btn-xp:hover {
  color: #333333;
}


li.dropdown-header > span {
  color: #fff;
}

/**
 * transparencias
 */
.semi {
  background: rgba(0,0,0,0.50);
  border-color: transparent;
  border-radius: 6px;
}

.font {
  /*font-family: 'Great Vibes', cursive;*/
  font-weight: 600;
}

.icon {
  max-height: 86px;
}

.blanco {
  color: #fff;
}
.bg-blanco {
  background: #fff;
}
.gris {
  color: #ddd;
}

/**
 * padding
 */

/* cambiar padding cuando XS */
  /* Extra Small Devices, Phones */
  @media only screen and (max-width:481px) {
    .padding-xs {
      padding-left: 1px;
      padding-right: 1px;
    }
  }
  /* Small Devices, Tablets */
  @media only screen and (min-width:768px) {
    .padding-xs {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {
    .padding-xs {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

.sin-padding {
  padding: 0px;
}


/**
 * alineacion vertical de imagenes
 */
.vcenter {
  display: inline-block; /* table-cell; */
  vertical-align: middle;
  float: none;
}

.img-perfil {
  /* centrar imagen. ver como */
  margin-top: -10px;
  max-height: 100px;
}

#loading, .loading {
  background-image: url("../img/ajax-loader.gif");
  background-position: 50% 36%;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------
+   Footer Style (copyright)
--------------------------------------------------------------------------*/
.footer {
	color: #ffffff;
	padding: 10px 20px;
	border-top: 4px solid #aec62c;
	-webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	color: 0 -1px 12px rgba(0,0,0,0.4);

	background: #222;

  margin-top: -15px;
  margin-right: -15px;
	margin-left: -15px;
}

.footer-copyright {
  text-align: center;
  color: #C0C0C0;
  font-size: 1.1rem;
}
.footer-copyright a {
  margin: 0px 6px;
}
/*--------------------------------------------------------------------------*/


/**
 * Redefinir AdminLTE
 */
@media (max-width: 767px) {
  .main-header .sidebar-toggle {
    padding: 15px 10px;
  }
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini > img {
  max-height: 50px;
  max-width: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000;
}
.content-header>h1 {
  font-size: 32px;
}
.content-header>h1>small {
  font-size: 21px;
}

/* bordes de user-dropdwon-info*/
.main-header li.user-header {
  border-top-left-radius:  6px;
  border-top-right-radius: 6px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius:  6px;
  background-color: #EEE;
}
/*.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {*/
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 0px !important; 
  border-bottom-left-radius: 0px !important;
  padding: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 190px;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
+   sidebar
--------------------------------------------------------------------------*/
.main-sidebar, .left-side {
    min-height: 90% !important;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
+   wrapper
--------------------------------------------------------------------------*/
.wrapper {
    min-height: 90% !important;
    padding-bottom: 21px;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
+   DataGrid Title for skin Style
--------------------------------------------------------------------------*/
.skin-green-light .dgHeader, .skin-green-light .dg_dataTable .editTitle {
    background-color: #007F2A;
}

.skin-blue-light .dgHeader, .skin-blue-light .dg_dataTable .editTitle {
    background-color: #3c8dbc;
}
/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
+   Alert Style
--------------------------------------------------------------------------*/
.alert {
  padding-left: 45px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}

.alert > .fa,
.alert > .glyphicon {
  position: absolute;
  left: -15px;
  top: -15px;
    width: 50px;
    height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
  background: inherit;
  border: inherit;
    -webkit-box-shadow: 0 0 8px #9in99;
    -moz-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    color: 0 0 8px #999;
}

.alert > li {
  margin-left:32px;
}
/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
+   Redefinir bootstrap
--------------------------------------------------------------------------*/
.input-group {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
/*--------------------------------------------------------------------------*/


/**
 * table
 *
 * colores segun clase
 * 
 */
th {
  font-weight:bold;
  border:1px solid;
  border-left-color:#FFFFFF;
  border-right-color:#aca899;
  border-top-color:#ece9d8;
  border-top-width:2px;
  border-bottom-color:#ece9d8;
}

.box-primary .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #80ADC8;
}
.box-success .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #dff0d8;
}
.box-danger .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #f2dede;
}
.box-warning .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #fcf8e3;
}
.box-info .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #c4e3f3;
}
.box-default .bootstrap-table .table thead > tr > th {
  color:#333;
  background-color: #f4f4f4;
}

/**
 * table color primary
 */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #80ADC8;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  /*background-color: #3c8dbc;*/
  background-color: #55ACDF;
}
/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
+   formulario Style
--------------------------------------------------------------------------*/
/* 1er. nodo de un radio-inline y checkbox-inline */
label.radio-inline:nth-child(1),
label.checkbox-inline:nth-child(1) {
    margin-left: 10px;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
+   panel-login Style
--------------------------------------------------------------------------*/
#form .for-input-group {
  text-align: right;
  margin-top: 8px;
  padding-left: 0px;
}
#form .panel-body, #form .box-body {
  padding-top:20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}
#form .panel-title, #form .box-title {
  font-size: 132%;
  font-weight: bold;
}
#form .panel-subtitle, #form .box-subtitle {
  float:right;
  font-size: 80%;
  position: relative;
}
#form .panel-subtitle {
  top:-10px
}
#form .box-subtitle {
  top:10px
}

/* @media (max-width: @screen-xs-max) { */
@media only screen and (max-width : 480px) {
  #form .for-input-group {
    text-align: left;
    margin-top: 0px;
  }
  #form .panel-body, #form .box-body {
    padding-top: 10px;
    margin-left:  0px;
    margin-right: 0px;
  }
  #form .panel-title, #form .box-title {
    position: relative;
    top: -6px;
    left: -4px;
  }
  #form .panel-subtitle, #form .box-subtitle {
    right: -4px;
  }
  #form .panel-subtitle {
    top: -8px;
  }
  #form .box-subtitle {
    top: 7px;
  }
}
/*--------------------------------------------------------------------------*/

/**
 * Margin, padding and border (toruskit)
 */

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 10rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mr-8 {
  margin-right: 10rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 10rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.ml-8 {
  margin-left: 10rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.m-n8 {
  margin: -10rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n6 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n7 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n8 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n7 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n8 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -2rem !important;
}

.mt-n6 {
  margin-top: -3rem !important;
}

.mt-n7 {
  margin-top: -5rem !important;
}

.mt-n8 {
  margin-top: -10rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -2rem !important;
}

.mr-n6 {
  margin-right: -3rem !important;
}

.mr-n7 {
  margin-right: -5rem !important;
}

.mr-n8 {
  margin-right: -10rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -2rem !important;
}

.mb-n6 {
  margin-bottom: -3rem !important;
}

.mb-n7 {
  margin-bottom: -5rem !important;
}

.mb-n8 {
  margin-bottom: -10rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -2rem !important;
}

.ml-n6 {
  margin-left: -3rem !important;
}

.ml-n7 {
  margin-left: -5rem !important;
}

.ml-n8 {
  margin-left: -10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 10rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.pr-8 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 10rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.pl-8 {
  padding-left: 10rem !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1f44ff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-gray {
  border-color: #ced4da !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* ------------------------------------------ */

