/*
     _                  _                         _
    / \   _ __  _ __   | | __ _ _   _  ___  _   _| |_
   / _ \ | '_ \| '_ \  | |/ _` | | | |/ _ \| | | | __|
  / ___ \| |_) | |_) | | | (_| | |_| | (_) | |_| | |_
 /_/   \_\ .__/| .__/  |_|\__,_|\__, |\___/ \__,_|\__|
         |_|   |_|              |___/
*/
@appController-width:130px;
@appController-height:60px;


/*
  ____                        _
 |  _ \ ___  ___ ___  _ __ __| |___
 | |_) / _ \/ __/ _ \| '__/ _` / __|
 |  _ <  __/ (_| (_) | | | (_| \__ \
 |_| \_\___|\___\___/|_|  \__,_|___/

*/
@record-font-size: @font-size-base;
@record-value-font-size-increment: 0.1;

@record-font-size-mobile-decrement: 0.15;

@record-row-height:80px;
@record-mobile-row-height:55px;
@record-label-separator: ":";
@label-value-horizontal-gap:10px;





/*
   ____      _     _                  _        _
  / ___|_ __(_) __| |  _ __ ___   ___| |_ _ __(_) ___ ___
 | |  _| '__| |/ _` | | '_ ` _ \ / _ \ __| '__| |/ __/ __|
 | |_| | |  | | (_| | | | | | | |  __/ |_| |  | | (__\__ \
  \____|_|  |_|\__,_| |_| |_| |_|\___|\__|_|  |_|\___|___/

*/
@smallmobile-grid-split:1;
@mobile-grid-split:1;
@tablet-grid-split:1;
@notebook-grid-split:2;
@desktop-grid-split:2;
@wide-grid-split:3;




/*
  ____
 |  _ \ ___  _ __  _   _ _ __
 | |_) / _ \| '_ \| | | | '_ \
 |  __/ (_) | |_) | |_| | |_) |
 |_|   \___/| .__/ \__,_| .__/
            |_|         |_|
*/
@popup_mobile_margin: 0px;
@popup_tablet_margin: 60px;
@popup_notebook_margin: 60px;
@popup_desktop_margin: 120px;
@popup_wide_margin: 180px;

@popup_header_height: 75px;
@popup_mobile_header_height: 65px;

@popup_subheader_mainrow_height:95px;
@popup_subheader_buttonsrow_height:50px;

@popup_mobile_subheader_mainrow_height:80px;
@popup_mobile_subheader_buttonsrow_height:40px;


