/* ----------------
 [system styles. NOT DELETE]
 */

   a.dot {
    text-decoration: none;
    border-bottom: 1px dashed #666;
   }
   a.dot:hover {
    color: #f00000;
   }

blockquote {
    font-weight:normal;
    font-size:15px;
    font-style:italic;
}

#tooltip{ background: #CACACA; border: 1px solid #9c9c9c; color: #000000; opacity: 0.91; filter: alpha(opacity="91"); z-index:100; margin:0px; padding: 8px; position: absolute; visibility: hidden; border-radius: 7px; -moz-border-radius: 7px; font-size:12px; font-weight: bold; text-shadow: 1px 1px 1px #cacaca; }

#msgbox {padding: 15px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 4px; 
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  text-align: center;
  font-weight: normal;
  }
  
.has-success {
  border-color: #3c763d;
  background-color: #dff0d8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error {
  border-color: #a94442;
  background-color: #f2dede;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

   .awblink {
    animation: blink 2s infinite;
   }
   @keyframes blink {
    from { opacity: 1;}
    to { opacity: 0.4;}
   }

.d_none {display: none;}
.l_cursor {cursor: pointer;}
.l_none {text-decoration: none;}
.f_l {float:left;}
.f_r {float:right;}
.t_l {text-align:left;}
.t_r {text-align:right;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
a.f_white {color:white;}
.f_gray {color:#666666;}
.f_default {color:#7AA127;}
.f_orange {color:#FF6600;}
.f_red {color:red;}
.f_green {color:green;}
.f_blue {color:blue;}
.f_dblue {color:#1B4C7A;}
.f_maroon{color:#800000;}
.f_through{color:#464646;text-decoration: line-through;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px18 {font-size:18px;}
.px20 {font-size:20px;}
.px22 {font-size:22px;}
.px24 {font-size:24px;}
.clp{ cursor:pointer; }
.image_left { float:left; margin:5px 20px 10px 0; }
.image_right { float:right; margin:5px 0 20px 10px; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.marginsright_10{margin-right:10px;}
.margins5{margin-top:5px;}
.margins10{margin-top:10px;}
.margins20{margin-top:20px;}
.paddings5{padding-top:5px;}
.paddings10{padding-top:10px;}
.nopad{padding:0;margin:0;}
span.highlight { color:#990000;}
.not-b{
  cursor: pointer;
  font-weight: normal; 
  }
.not-bb{
  font-weight: normal;
  font-size:16px;  
  }
p.p_last { margin:0; }
hr { border-top-color: #e0e0e0; }  
.perc{height:9px; line-height:9px; font-size:1px; background:#d0d5cb; border:1px solid #63a62f; border-color:#76cc1e #76cc1e #63a62f; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; text-align:left;}
.perc div{height:9px; line-height:9px; font-size:1px; background:#76cc1e; background:-webkit-gradient(linear, left top, left bottom, from(#76cc1e), to(#63a62f)); background: -moz-linear-gradient(top, #76cc1e, #63a62f);}


.select {
  width: 150px;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.other_select {
  width: 150px;
  height: 32px;
  padding: 6px 12px;
  margin: 2px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.other_select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn:focus {
   outline: none !important;
}

.btn {
  border-radius: 0px;
}

.divider3{clear:both; height:15px; margin-bottom: 15px;}
.divider2 {clear:both; border-bottom: 1px dotted #a4a4a4;height:10px; margin-bottom: 10px;}
.divider1 {clear:both; height:10px; margin-bottom: 10px;}

.field-label {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.field-label[class*='col-'] {
  line-height: 42px;
}

.section-divider {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-top: 1px solid #DDD;
}

.mv5 {
margin-top:5px!important;
margin-bottom:5px!important
}
.mv10{
margin-top:10px!important;
margin-bottom:10px!important
}
.mt5{
margin-top:5px!important
}

.nav.nav-pills>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.alert-dark.alert-border-left {
  border-left-color: #1f2129;
}

.alert.alert-micro {
  font-size: 13px;
  padding: 9px 35px 9px 9px;
  border-radius: 0;
}
.alert-primary {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-default {
  background-color: #f0f0f0;
  color: #626262;
}
.alert.alert-border-left {
  padding-left: 15px;
  border-left-width: 6px;
}

.alert-default.alert-border-left {
  border-left-color: #cfcfcf;
}
.alert-default.dark {
  background-color: #e6e6e6;
}

.commenting:before {
  content: "\f0a1";
  font-family: "FontAwesome";
 font-size:1.33333333em;line-height:.75em;
 vertical-align:-15%;
  color: #fff;
  text-align: center;
  display: block;
}

.mt_not_message_bottom-right{
position: fixed; 
width: auto;
bottom: 15px; 
right: 50px;
z-index: 100;
cursor: pointer;
 }

.mt_not_message_bottom-left{
position: fixed;
bottom: 15px;
z-index: 100;
width: auto;
float: left;
left: 24px;
cursor: pointer;
}

#Progress {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #ddd;
}

#Bar {
  background-color: #4CAF50;
  width: 10px;
  height: 10px;
  position: absolute;
}

.form-control:hover {
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}

.btn {
	transition:box-shadow 0.2s ease-in-out, background-color 0.4s ease-in-out;
	border-radius:5px;
}

.btn:hover {
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}

 @supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active-inner: #fff;
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 2px;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.cboxswitch),
  input[type='radio']:not(.cboxswitch) {
    width: 21px;
  }
  input[type='checkbox']:not(.cboxswitch):after,
  input[type='radio']:not(.cboxswitch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.cboxswitch):checked,
  input[type='radio']:not(.cboxswitch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type='checkbox']:not(.cboxswitch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.cboxswitch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.cboxswitch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].cboxswitch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].cboxswitch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].cboxswitch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].cboxswitch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .4;
  }
}